/*****************************************/
/*** core html elements ***/
/*****************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 13px;
	color:#4b483a;
	background-image: url(images/page_back.gif);
	margin: 0px;
	padding: 0px;
	text-align:center;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #008500;
	text-decoration: none;
	letter-spacing: -1px;
	margin-top: 2px;
	margin-bottom: 6px;
	line-height: 18px;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4b483a;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 6px;
}
h3 {
	margin: 0px;
	padding: 0px;
}


p { 
	margin-top: 0; 
	margin-bottom: 10px; 
}

img { 
	border: 0 none; 
}

/*****************************************/
/*** layout elements ***/
/*****************************************/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 962px;
	height:auto;
	background-color: #ffffff;
}
#header {
	width: 962px;
	height: 145px;
	margin: 0px;
	padding: 0px;
}
#nav {
	height: 60px;
	width: 954px;
	background-image: url(images/nav_back.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}
#nav_left {
	float:left;
	height: 60px;
	width: 184px;
	margin: 0px;
}
#nav_right {
	position:relative;
	height: 32px;
	width: auto;
	margin: 0px;
	display:inline-block;
}
#content {
	width: 962px;
	margin: 0px;
	padding: 0px;
	height: auto;
	clear:both;
	background-image:url(images/middle_back.gif)	
}
#content_left {
	float:left;
	width: 435px;
	padding-left:10px;
}
#content_right {
	float:right;
	width: 490px;
	text-align:right;
	padding-right: 14px;
}
#rhs_boxes01 {
	background-image:url(images/rightboxes_back.gif);
	width: 191px;
	height:auto;
	float:left;
	text-align:left;
}
#rhs_boxes02 {
	background-image:url(images/our_services_back.png);
	width: 289px;
	height:auto;
	float:right;
	text-align:left;
}
#rhs_boxes02_inner{
	width: 271px;
	height:auto;
	padding-left:4px;
}
#bottom_box_01 {
	width: 271px;
	height: 112px;
	background-image: url(images/bottom_box_01.png);
	background-repeat:no-repeat;
}
#bottom_box_02 {
	width: 271px;
	height: 112px;
	background-image: url(images/bottom_box_02.png);
	background-repeat:no-repeat;
}
#bottom_box_03 {
	width: 271px;
	height: 112px;
	background-image: url(images/bottom_box_03.png);
	background-repeat:no-repeat;
}
#bottom_box_text {
	width: 168px;
	float:right;
	padding-top: 6px;
	padding-right: 4px;
	text-align:left;
	color:#4b483a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#content_end {
	width: 962px;
	margin: 0px;
	padding: 0px;
	height: 155px;
}
#bottom_boxes_outer {
	width: 954px;
	margin: 0px;
	height: 112px;
	background-image:url(images/bottomboxes_back.gif);
	background-repeat: no-repeat;
	padding-left:40px;
}
#footer {
	height: 67px;
	width: 957px;
	padding-top:5px;
	text-align: center;
	background-image:url(images/footer_back.gif);
	background-repeat:no-repeat;
}
.clr {
	clear: both;
}

/*****************************************/
/*** text elements ***/
/*****************************************/

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0px;
}
.text3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4b483a;
	text-decoration: none;
	letter-spacing: 0px;
}
.text4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0px;
}
/*****************************************/
/*** title elements ***/
/*****************************************/



.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#4b483a;
	text-decoration: none;
	letter-spacing: 1px;
}

/*****************************************/
/*** link and menu elements ***/
/*****************************************/

a.mainmenu:link, a.mainmenu:visited {
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	text-decoration:none;
	position:relative;
	top:5px;
}

a.mainmenu:hover {
	color: #ffffff;
	text-decoration:underline;

}
a.mainmenu_dropdown:link, a.mainmenu_dropdown:visited {
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	text-decoration:none;
	position:relative;
	top:5px;
}

a.mainmenu_dropdown:hover {
	color: #ffffff;
	text-decoration:underline;

}
a.nav3:link, a.nav3:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #65e808;
	text-decoration:none;

}

a.nav3:hover {
	color: #ffffff;
	text-decoration:underline;

}
a.nav4:link, a.nav4:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008500;
	text-decoration:underline;

}

a.nav4:hover {
	color: #65e808;
	text-decoration: none;

}
a.nav5:link, a.nav5:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #65e808;
	text-decoration:underline;
	text-transform:uppercase;

}

a.nav5:hover {
	color: #ffffff;
	text-decoration:none;

}
a.bottom_box_text:link, a.bottom_box_text:visited {
	color:#4b483a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a.bottom_box_text:hover {
	text-decoration:underline;

}

/* ######### forms ######### */

.form_input{ 
	border:#008500 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4b483a;
	overflow:hidden;
}
.form_input_button{ 
	border:#008500 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	color: #008500;
	background-color:#00FF00;
}

/* ######### drop down menus ######### */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #FFFFFF;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #00c12b;
width: 210px; /* default width for menu */
text-align:left;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
.anylinkmenu a:link, .anylinkmenu a:visited {
	color: #ffffff;
}
.anylinkmenu a:hover{ /*hover background color*/
background: #FFFFFF;
color: #00c12b;
}


a.mainmenu:hover {
	color: #ffffff;
	text-decoration:underline;

}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
}


/* ######### light box gallery ######### */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

