/* -------------------------------------------------------------
CSS file - for http://www.lime-group.co.uk
Author: Sahus Pilwal
Date 21/02/2009
------------------------------------------------------------- */

/* ================================================================ 

TOP NAVIGATION BY STU NICHOLLS

This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_left_right_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* -------------------------------------------------------------
Clear CSS style defaults
------------------------------------------------------------- */
/* #Pre-sets# */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;
	padding: 0;
	border:none;
	outline: 0;
}

:focus 
{
	outline: 0;
}

.imgreset
{
	display:block;
	margin:0;
}

ol, ul 
{
	list-style: none;
}

table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,

q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}

a img
{
	border:none;
}

/* -------------------------------------------------------------
End clear CSS style defaults
------------------------------------------------------------- */
/* -------------------------------------------------------------
Common CSS styles
------------------------------------------------------------- */
/* #Common Styles# */

body
{
	background: url(../App_Themes/limeCSS/Images/bg_body.gif);
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* -------------------------------------------------------------
End Common CSS styles
------------------------------------------------------------- */

/* -------------------------------------------------------------
MASTER CONTAINER
------------------------------------------------------------- */
/* #Master Container# */

#container
{
	width: 950px;
	margin: 10px auto;
	margin-bottom: 10px;
	background:#fff;
	height: 100%;
}

/* -------------------------------------------------------------
END MASTER CONTAINER
------------------------------------------------------------- */

/* -------------------------------------------------------------
LAYOUT STYLES ### HEADER
------------------------------------------------------------- */
/* #Header Container# */

#h_container
{
	margin:1px 1px 0px 1px;
}

#h_info
{
	padding: 0 5px 0 5px;
	height: 90px;
}	

#h_logo
{
	float: left;
	padding: 10px 0 0 10px;
}

#img_logo
{
	background-image: url(../App_Themes/limeCSS/Images/logo.gif);
	background-repeat: no-repeat;
	width: 272px;
	height: 44px;
}

#h_infoLink
{	
	float: left;
	margin: 13px 0 0 240px;
	font-size: 12px;
}

#h_infoLink a
{
text-decoration: none;
color: #2f2f2f;

}

#h_infoLink a:hover
{
text-decoration: none;
color: #fff;
background-color: #cdd045
}

#h_extras
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	float: right;
	text-align: right;
}

/* ### Search Box Styles ### */
/* #SearchBox# */

#h_search
{
	height: 30px
}
.searchbox
{
	float: right;
}

* HTML .searchbox
{
	vertical-align: top;
}

* HTML .searchbox input[type=image]
{
	vertical-align: top;
}
.searchbox input[type=image]
{
	margin: 0px 0px 0px 7px;
	vertical-align: middle;
}

/* ### End Search Box Styles ### */

#h_phone
{
	/* background-image: url(../App_Themes/limeCSS/Images/phone_01580830941.gif);
	background-repeat: no-repeat; */
	height: 23px;
	margin: 5px 0 0 0;
}

#h_phone h2
{
	color: #cad75d;
}

HTML:first-child #h_phone
{
	margin: 0 0 0 0;
}


#h_e-mail
{

}

/* -------------------------------------------------------------
END LAYOUT STYLES ### HEADER
------------------------------------------------------------- */

/* -------------------------------------------------------------
LAYOUT STYLES ### HEADER_NAVIGATION
------------------------------------------------------------- */
/* #Header Navigation# */

#h_navigation
{
	margin:1px 0 0 0;
	background-image: url(../App_Themes/limeCSS/Images/nav_banner.gif);
	height: 63px;
	width: 100%;
}

.pro_linedrop 
{
	height:63px;
	width:900px;
	background:url(../App_Themes/limeCSS/Images/nav_banner.gif);
	position:relative; 
	font-family:arial, verdana, sans-serif; 
	font-size:11px;
	z-index:500;
}

.pro_linedrop .CMSListMenuUL 
{
	margin:0; 
	padding:0 0 0 15px;
	list-style:none; 
	white-space:nowrap;
}

.pro_linedrop li 
{
	float:left;
	background:url(../App_Themes/limeCSS/Images/nav_banner.gif);

}

.pro_linedrop .CMSListMenuUL a 
{
	display:block; 
	height:35px; 
	float:left; 
	background: url(../App_Themes/limeCSS/Images/nav_banner.gif); 
	padding:0 0 0 15px; 
	text-decoration:none; 
	line-height:45px; 
	white-space:nowrap; 
	color:#fff;
}

.pro_linedrop .CMSListMenuUL a
{
	display:block;
	padding:0 0 0 0;
	text-align: center;
	width: 138px;
	font-weight: bold;
	font-size: 12px;
	background:url(../App_Themes/limeCSS/Images/nav_banner.gif) right top;
	text-transform: uppercase;
}

.pro_linedrop #menuElem_UL_1 .CMSListMenuLI a
{
	display:block;
	padding:0 0 0 0;
	text-align: center;
 	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 12px;
	background:url(../App_Themes/limeCSS/Images/nav_banner.gif) right top;
	text-transform: none;

}
.pro_linedrop .CMSListMenuUL li.CMSListMenuLI:hover a
{
	background:url(../App_Themes/limeCSS/Images/on_button.gif) right top; 
	height: 41px;
	margin-top: 2px;
	text-transform: uppercase;
}


.pro_linedrop ul ul 
{
	display:none;
}

/* IE6 only */
.pro_linedrop table 
{
	border-collapse:collapse; 
	margin:-4px; 
	font-size:1em; 
	width:0; 
	height:0;
}

.pro_linedrop #menuElem_UL_1 
{
	margin:0; 
	padding:5px 0 0 0;
	list-style:none;
}

.pro_linedrop #menuElem_UL_1 li 
{
	background:transparent;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_1 
{
	height:25px;
	display:block; 
	position:absolute;
	float:left;
	width:743px;
	top:35px; 
	left:0; 
	text-align:center;

}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_1 li a 
{
	display:block; 
	height:20px; 
	line-height:22px;
	float:left; 
	background:transparent url(../App_Themes/limeCSS/Images/transparent.gif); 
	padding:0 0; 
	margin: 0 0 0 15px;
	white-space:nowrap; 
	color:#333;font-size:10px;
	font-size: 11px;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_1 li a:hover,
.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_1 li:hover
{
	color:#000; 
	line-height:22px;
	text-decoration: underline;
	position:relative;
	
}

.pro_linedrop #menuElem_UL_1 .CMSListMenuLink
{
	width: auto;
}

#menuElem_LI_1_1_284 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_2_284 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_3_284 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_4_284 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_1_285 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_2_285 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_3_285 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_4_285 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_1_286 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_2_286 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_3_286 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_4_286 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_5_286 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_1_287 a
{
text-transform: none;
width: auto;
}

#menuElem_LI_1_2_287 a
{
text-transform: none;
width: auto;
}
/* #Sub Navigation 2# */
.pro_linedrop #menuElem_UL_2 .CMSListMenuLI a
{
	display:block;
	padding:0 0 0 0;
	text-align: center;
 	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 12px;
	background:url(../App_Themes/limeCSS/Images/nav_banner.gif) right top;
	text-transform: none;

}

.pro_linedrop #menuElem_UL_2 
{
	margin:0; 
	padding:5px 0 0 0;
	list-style:none;
}

.pro_linedrop #menuElem_UL_2 li 
{
	background:transparent;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_2 
{
	height:25px;
	display:block; 
	position:absolute;
	float:left;
	width:743px;
	top:35px; 
	left:0; 
	text-align:center;

}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_2 li a 
{
	display:block; 
	height:20px; 
	line-height:22px;
	float:left; 
	background:transparent url(../App_Themes/limeCSS/Images/transparent.gif); 
	padding:0 0; 
	margin: 0 0 0 15px;
	white-space:nowrap; 
	color:#333;font-size:10px;
	font-size: 11px;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_2 li a:hover,
.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_2 li:hover
{
	color:#000; 
	line-height:22px;
	text-decoration: underline; 
	position:relative;
	
}

.pro_linedrop #menuElem_UL_2 .CMSListMenuLink
{
	width: auto;
}

/* #Sub Navigation 3# */
.pro_linedrop #menuElem_UL_3 .CMSListMenuLI a
{
	display:block;
	padding:0 0 0 0;
	text-align: center;
 	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 12px;
	background:url(../App_Themes/limeCSS/Images/nav_banner.gif) right top;
	text-transform: none;

}

.pro_linedrop #menuElem_UL_3 
{
	margin:0; 
	padding:5px 0 0 0;
	list-style:none;
}

.pro_linedrop #menuElem_UL_3 li 
{
	background:transparent;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_3 
{
	height:25px;
	display:block; 
	position:absolute;
	float:left;
	width:743px;
	top:35px; 
	left:0; 
	text-align:center;

}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_3 li a 
{
	display:block; 
	height:20px; 
	line-height:22px;
	float:left; 
	background:transparent url(../App_Themes/limeCSS/Images/transparent.gif); 
	padding:0 0; 
	margin: 0 0 0 15px;
	white-space:nowrap; 
	color:#333;font-size:10px;
	font-size: 11px;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_3 li a:hover,
.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_3 li:hover
{
	color:#000; 
	line-height:22px;
	text-decoration: underline; 
	position:relative;
	
}

.pro_linedrop #menuElem_UL_3 .CMSListMenuLink
{
	width: auto;
}

/* #Sub Navigation 4# */

.pro_linedrop #menuElem_UL_4 .CMSListMenuLI a
{
	display:block;
	padding:0 0 0 0;
	text-align: center;
 	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 12px;
	background:url(../App_Themes/limeCSS/Images/nav_banner.gif) right top;
	text-transform: none;

}

.pro_linedrop #menuElem_UL_4 
{
	margin:0; 
	padding:5px 0 0 0;
	list-style:none;
}

.pro_linedrop #menuElem_UL_4 li 
{
	background:transparent;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_4 
{
	height:25px;
	display:block; 
	position:absolute;
	float:left;
	width:743px;
	top:35px; 
	left:0; 
	text-align:center;

}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_4 li a 
{
	display:block; 
	height:20px; 
	line-height:22px;
	float:left; 
	background:transparent url(../App_Themes/limeCSS/Images/transparent.gif); 
	padding:0 0; 
	margin: 0 0 0 15px;
	white-space:nowrap; 
	color:#333;font-size:10px;
	font-size: 11px;
}

.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_4 li a:hover,
.pro_linedrop .CMSListMenuUL :hover #menuElem_UL_4 li:hover
{
	color:#000; 
	line-height:22px;
	text-decoration: underline; 
	position:relative;
	
}

.pro_linedrop #menuElem_UL_4 .CMSListMenuLink
{
	width: auto;
}

/* -------------------------------------------------------------
END LAYOUT STYLES ### HEADER_NAVIGATION
------------------------------------------------------------- */

/* -------------------------------------------------------------
LAYOUT STYLES ### HEADER_FLASH_BANNER
------------------------------------------------------------- */
/* #Flash Content# */

#h_flashContainer
{
	width: 100%;
}

#h_swfEmbed
{
	background-image: url(../App_Themes/limeCSS/Images/fla.gif);
	background-repeat: no-repeat;
	width: 948px;
	height: 180px;
}

/* -------------------------------------------------------------
END LAYOUT STYLES ### HEADER_FLASH_BANNER
------------------------------------------------------------- */

/* -------------------------------------------------------------
LAYOUT STYLES ### CONTENT CONTAINER
------------------------------------------------------------- */
/* #Content Container# */

#c_container
{
	margin:1px 0 0 0;
		
}

#c_leftpane
{
	float: left;
	width: 70%;
	
}

#c_leftpaneSub
{
	float: left;
	width: 20%;
	margin: 10px 0 0 20px;
}

*html #c_leftpaneSub
{
	float: left;
	width: 20%;
	margin: 10px 0 0 10px;
}

.MidContentDivs
{
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #165ab4;
	width: 100%;
	vertical-align: top;
}

.DivBlue
{
	color: #165ab4;
}

#c_middlepaneSub
{
	float: left;
	width: 55%;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	border-left: dotted 1px #333;
	border-right: dotted 1px #333;

}

#c_rightpaneSub
{
	float: right;
	width: 20%;
	margin: 10px 0 0 0;
}

#c_rightpane
{
	float: right;

}

/* LEFT PANE CONTENT */

#leftpane_con
{
	margin: 20px 0 20px 20px;
	border-right: solid 1px #E0E3E1;
	background-color: #fff;
}

#hd_copy
{
	text-align: left;
	margin: 0 20px 5px 0;
	border-bottom: solid 2px #c1cf40;
}

#main_copy
{
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 20px;
}

#subPageCopy
{
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 14px;
}

#limeDivider
{
	text-align: left;
	margin: 5px 0 5px 0;
}

#three_cols
{

}

.col_service
{
	border: solid 1px #E0E3E1;
	background-color: #EFF0EF;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 180px;
	text-align: left;
	font-size: 12px;
}

#contact_teaser
{
	clear: both;
	display: block;
	background-color: #3C8AC3;
	margin-right: 16px;
	padding: 10px;
	color: #FFF;
	
}

/* RIGHT PANE CONTENT */

#c_rightpane
{
	margin: 15px 17px 0 0;

}

* html #c_rightpane
{
	margin: 9px 9px 0 0;
}

/* #Request Call Back Container# */
#c_callback
{
	background-image: url(../App_Themes/limeCSS/Images/call_back.gif);
	background-repeat: no-repeat;
	width: 245px;
	height: 133px;
}

#c_callback .content
{
	padding: 0 0 0 10px;
}

.CallBack
{
	margin: 5px 0 5px 0;
}

#c_callback .EditingFormInfoLabel
{
color: #fff;
}

/* End Request Call Back Container */
/* #Right Panel Site Links# */
.c_siteLinks
{
	text-align: left;
	margin-top: 20px;
	width: 222px;
	padding: 10px;
	border: solid 1px #E0E3E1;
	background-color: #EFF0EF;
}

.rPanelCMSTreeMenuItem
{
	background: url(../App_Themes/limeCSS/Images/grey_box_divider_2.gif) no-repeat top;
	width: 220px;
        padding: 16px 0 0 0;
}

.rPanelCMSTreeMenuItem a
{
	text-decoration: none;
        font-size: 14px;
        color: #666;
}

.rPanelCMSTreeMenuItem a:hover
{
	text-decoration: none;
        font-size: 14px;
        color: #000;
}

/* #Cloud Tag# */

.TagCloud a
{
	text-decoration: none;
	color: #2f2f2f;
}

#tagBox
{
	border: solid 1px #E0E3E1;
	background-color: #EFF0EF;
}	

.TagCloud a:hover
{
	text-decoration: underline;
	color: #fff;
	background-color: #cdd045
}

/* #Bread Crumb# */

.BreadBox
{
	text-align: left;
	font-size: 11px;
	border-bottom: dotted 1px #333;
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
}

.CMSBreadCrumbsLink
{
	color: #cad75d;
	text-decoration: underline;
}

.CMSBreadCrumbsCurrentItem
{

}

#colHdrTxtLeft
{
	text-align: left;
	padding: 0 0 3px 15px;
	margin: 6px 15px 0 0;
	border-bottom: dotted 1px #333;
}

.leftNavHdr
{
	font-size: 20px;
	text-align: left;
	color: #cad75d;
	font-weight: bold;
	padding: 0 0 4px 15px;
	margin: 7px 15px 0 0;
	border-bottom: solid 1px #333;
}

#colHdrTxtMiddle
{
	font-size: 20px;
	text-align: left;
	color: #333;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	border-bottom: solid 4px #c9d75d;	
}

#colHdrTxtRight
{
	font-size: 20px;
	text-align: left;
        width: 170px;
	color: #cad75d;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0 0 0 0;
	border-bottom: dotted 1px #333;
}

/* #Left Navigation# */

.CMSTreeMenuItem
{
	border-bottom: dotted 1px #333;
	width: 175px;
	line-height: 26px;
	font-size: 12px;
	background-color: #fff;
}

.CMSTreeMenuItem:hover
{
	border-bottom: dotted 1px #333;
	width: 175px;
	line-height: 26px;
	background-color: #cad75d;
}

.CMSTreeMenuLink
{
	text-decoration: none;
	color: #333;
	padding: 0 0 0 15px;
}

.CMSTreeMenuSelectedItem
{
	border-bottom: dotted 1px #333;
	width: 175px;
	line-height: 26px;
	background-color: #cad75d;
}

.CMSTreeMenuSelectedLink
{
	text-decoration: none;
	color: #333;
	font-size: 12px;
	padding: 0 0 0 15px;
}

/* #Sub Pages Right Column Box# */

.rSubColBox
{
	text-align: left;
	margin: 20px 0 0 0;
	width: 166px;
	padding: 1px;
	border: solid 1px #E0E3E1;
	background-color: #EFF0EF;	
}
.rSubColBoxBackImage
{
	background: url(../App_Themes/limeCSS/Images/RightNavTeasers4.jpg) no-repeat top;
	margin: 0 0 0 1px;
	width: 164px;
	height: 30px;
}

.rSubColTitle
{
margin: 0 0 0 20px;
padding: 5px 0 0 0;
font-size: 1.0em;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}

.rSubColCopy
{
margin: 5px 5px 5px 5px;
font-size: 0.8em;
}

.rSubColCopy a
{
color: #1865c9;
text-decoration: none;
}

.rSubColCopy a:hover
{
color: #1865c9;
text-decoration: underline;
}

/* -------------------------------------------------------------
LAYOUT STYLES ### FOOTER CONTAINER
------------------------------------------------------------- */
/* #Footer Container# */

#f_container
{
	clear: both;
	border-top: solid 1px #EFF1EF;
	margin: 5px 20px 0 20px;
}

#partners
{
	margin: 15px 0 0 0;
	color: #85b709;
	font-size: 20px;
	font-weight: bold;	
}

#f_info
{
	margin: 5px 0 0 0;
	text-align: left;
}
/* -------------------------------------------------------------
END LAYOUT STYLES ### FOOTER CONTAINER
------------------------------------------------------------- */
/* -------------------------------------------------------------
CONTACT PAGE/FORM STYLES
------------------------------------------------------------- */
/* #Contact Pageform styles# */

#address
{
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #165ab4;
	width: 100%;
	vertical-align: top;
}

#contactForm
{
	margin: 5px 0 0 0;
	border-top: dotted 1px #165ab4;
	padding: 10px 0 0 0;
}

.formFirstName
{
	margin: 10px 0 0 105px;
	width: 200px;
}

.formLastName
{
	margin: 10px 0 0 105px;
	width: 200px;
}

.formEmail
{
	margin: 5px 0 0 52px;
	width: 200px;
}

.formSubject
{
	margin: 10px 0 0 105px;
	width: 204px;
	font-size: 10px;
}

.formMessage
{
	margin: 10px 0 0 105px;
	width: 200px;
}

.FormButton
{
	margin: 10px 0 0 105px;
}

.EditingFormLabel
{
	color: #747474;
	font-size: 12px;
}

.EditingFormErrorLabel
{
	margin: 0 0 0 105px;
	color: #ff0000;
	display: inline;
	font-size: 10px;
}

.ErrorLabel
{
	font-size: 10px;
	color: #ff0000;
}

.TextBoxField
{
	margin: 5px 0 0 105px;
	width: 200px;
}

.EditingFormInfoLabel
{
	font-size: 20px;
}

/* -------------------------------------------------------------
END OF CONTACT PAGE/FORM STYLES
------------------------------------------------------------- */

/* -------------------------------------------------------------
FONT TEXT STYLES
------------------------------------------------------------- */
/* #Font Styles# */

div
{
	font-family: Arial, Verdana, Calibri;
}

h5
{
	font-size: 9px;
	color: #9f9f9f;
}

h6
{
	font-size: 9px;
	font-family: Arial, Verdana, Calibri;
}

h2
{
	color: #000;
	font-family: Arial, Verdana, Calibri;
}

h1
{
	font-size: 20px;
}

h3
{
	font-size: 16px;
}
span.highlighted
{
	color: #000;
	font-family: Arial, Verdana, Calibri;
	font-size: 20px;
}

.sBox
{
	font-style: italic;
	font-family: Arial, Verdana, Calibri;
}

* HTML .sBox
{
	font-style: italic;
	font-family: Arial, Verdana, Calibri;
	vertical-align: top;
}

.CallTitle
{
	color: #c1cf40;
}

a
{
text-decoration: none;
color: #165ab4;
}
/* -------------------------------------------------------------
END OF FONT TEXT STYLES
------------------------------------------------------------- */
/* -------------------------------------------------------------
LIST STYLES
------------------------------------------------------------- */
/* #Default lists# */

.defaultNavList
{

}

.defaultNavList ul
{
margin: 10px 0 0 10px;
}

.defaultNavList li
{
list-style: none;
padding-left:20px;
margin: 10px 0 0 0;
line-height: 20px;
background-image: url(../App_Themes/limeCSS/Images/triangle.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}	
/* -------------------------------------------------------------
END OF LIST STYLES
------------------------------------------------------------- */

/* #IT Services Table# */

#itservices
{
	background: url(../App_Themes/limeCSS/Images/tbl-bg.gif);
	height: 400px;
	margin: 0 0 0 50px;
	background-repeat: repeat-x;
}

#itservices td
{
	border: solid 1px #fff;
	padding: 5px;
}

.emptyCell
{
	background-color: #fff;
}

.hdrCell
{
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.rowCellBlue
{
	margin: 0 0 0 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.rowCell
{
	color: #fff;
	text-align: right;
}

/* #Search Results Formatting# */

.SearchResult
{
	text-align: left;
	line-height: 24px;
	border-bottom: dotted 1px #bdbdbd;
}

.ResultTitle
{
	font-size: 20px;
}

.ResultPath
{
	font-size: 10px;
	font-style: italic;
}

.ResultBody
{
	font-size: 11px;
	line-height: 16px;
}
.PagerControl
{

}

.PagerNumberArea
{
	font-size: 10px;
}

/* #Blog Styles# */

.blogDetail
{

}

#Blog_LeftPanel
{
	width: 600px;
	text-align: left;
	margin: 5px 0 0 20px;
}

#blog_brdCrmb
{
	text-align: left;
	font-size: 10px;
	margin: 5px 0 0 20px;
}

.Blog_PostContent
{
	text-align: left;
	width: 600px;
	margin: 10px 0 0 0;
}

.BlogPTitle
{
	text-align: left;
	margin: 10px 0 0 0;
}

.BlogPBody
{
	text-align: left;
	font-size: 12px;
	margin: 10px 0 0 0;
}

.BlogPDateWhole
{
	margin: 5px 0 0 0;
	padding: 3px 0 0 0;
	text-align: left;
	border-top: dotted 1px #bdbdbd;
	font-size: 11px;
}

.Blog_RightPanel
{
	text-align: left;
	margin: 0 20px 0 0;
	width: 250px;
}

.Blog_RightPanelContent
{
	border-top: dotted 1px #bdbdbd;
	padding: 10px 0 10px 0;
	font-size: 11px;
}

.BlogCommentsTitle
{
	margin: 0 0 10px 0;
}

#plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneLeft_CommentView_commentView_lblInfo
{
	margin: 0 0 10px 0;
}

.PostCommentSeparatorLine
{

}

#pstCommentSeperator
{

}

.comments
{
	text-align: left;
	font-size: 10px;
	margin: 10px 0 0 0;
}

.BlogLeaveComment
{

}


#plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneLeft_CommentView_commentView_ctrlCommentEdit_txtName
{
	margin: 0 0 0 0;
	width: 300px;
}
#plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneLeft_CommentView_commentView_ctrlCommentEdit_txtEmail
{
	margin: 0 0 0 0;
	width: 300px;
}
#plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneLeft_CommentView_commentView_ctrlCommentEdit_txtUrl
{
	margin: 0 0 0 0;
	width: 300px;
}
#plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneLeft_CommentView_commentView_ctrlCommentEdit_txtComments
{
	margin: 0 0 10px 0;
	width: 300px;
}

#plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneLeft_CommentView_commentView_ctrlCommentEdit_btnOk
{
	margin: 10px 0 0 0;
	width: 60px;
}

/* #Social Bookmarking# */

#Social_BookMark
{
	font-size: 10px;
	margin: 10px 0 0 0;
	text-align: left;
}

.SocialTitle
{

}

.Blog_RPanelContentSocial
{
	margin: 5px 0 0 0;
}

/* #NewsLetter Sign up Box# */

.NewsLetterBox
{
	border: solid 1px #E0E3E1;
	background-color: #EFF0EF;
	margin-bottom: 15px;
 	width: 250px;
}

.NewsLetterTitle
{
	background: url(../App_Themes/limeCSS/Images/hmPgRightPanelHdr.gif);
	background-position: 0% 0%;
	height: 25px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	margin-left: 1px;
}

.NewsLetterSignUp
{
	font-size: 12px;
	background: #f3f3f3;
	text-align: left;
	padding: 5px;
}

.NewsLetterSignUp input
{

}

.NewsletterSubscription .Table
{

}

.NewsletterSubscription .Table td
{
	padding: 1px 2px 1px 0px;
}
/*
.NewsletterSubscription
{
	overflow: hidden;
}
*/
.NewsletterSubscription .Table td label
{
	width: 65px !important;
	overflow: hidden;
}

.Gecko .NewsletterSubscription .Table td
{
	padding: 2px 2px 2px 0px !important;
}

#plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneRight_NewsletterSubscription_lblError
{
	color: #ff0000;
}
/* #Home# */
/* #Home/Right Panel# */

.home_RightPanel
{
	border: solid 1px #E0E3E1;
	background-color: #EFF0EF;
	margin-bottom: 15px;
 	width: 250px;
}

.home_RightPanelTitle
{
	background: url(../App_Themes/limeCSS/Images/hmPgRightPanelHdr.gif);
	background-position: 0% 0%;
	height: 25px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	margin-left: 1px;
}

.home_RightPanelContent
{
	font-size: 12px;
	background: #f3f3f3;
	text-align: left;
	padding: 5px;
}

.home_RightPanelContent .followUs td
{
color: #165ab5;
font-size: 18px;
font-style: italic;
border-bottom: dotted 1px #bdbdbd;
padding: 5px;
}

