/* png fix 
-----------------------------------------------------------------------------------------*/
img, div { behavior:url(iepngfix.htc); }

/* =Reload 
-----------------------------------------------------------------------------------------*/
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, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background: #fff  url(../images/BG.jpg) repeat-x;
	color: #505050;
  	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
img.left{margin:10px 10px 10px 0;}
img.right{margin:10px 0 10px 10px;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	font:normal 1.4em/1.4em Arial, Helvetica, sans-serif;
	margin:15px 0;
}

ul{
	font:normal 1.4em/1.4em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.4em/1.4em Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}


/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	color: #087648;
	font:normal 2.4em/1.2em Georgia, "Times New Roman", Roman, serif;
	margin:10px 0;
	text-transform: uppercase;
}

h2{
	color: #087648;
	font:normal 2.2em/1.2em Georgia, "Times New Roman", Roman, serif;
	margin:10px 0;
}

h3{
	color: #087648;
	font:normal 2.0em/1.2em Georgia, "Times New Roman", Roman, serif;
	margin:10px 0;
}

h4{
	color: #087648;
	font:normal 1.8em/1.2em Georgia, "Times New Roman", Roman, serif;
	margin:10px 0;
}	

h5{
	color: #087648;
	font:normal 1.6em/1.2em Georgia, "Times New Roman", Roman, serif;
	margin:10px 0;
}	

h6{
	color: #087648;
	font:normal 1.4em/1.2em Georgia, "Times New Roman", Roman, serif;
	margin:10px 0;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{color: #087648;}

a:hover, a:active{color: #505050;}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav{
	/* line-height: 1; */
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top:0;
	z-index: 12;
}

#nav ul, #nav li, #nav li li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li{float: left;}

#nav li a:link, #nav li a:visited{
	background: url(../images/blank.gif);
	color: #087648;
	display: block;
	font:bold 14px/36px Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	text-decoration: none;
	z-index: 100;
}

#nav li a:hover, #nav li a:active{
	color: #505050;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url(../images/BG-Nav.png);
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* =SubNav
-----------------------------------------------------------------------------------------*/
#map{
	float: right;
	width: 400px;
	overflow:hidden;
}
#map1{
	border: solid 1px #323232;
	height: 276px;
	margin: 15px 0 10px 0;  
}
#map1, #directions1, #address{
	width: 400px;
}
#map ul, #map ul li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px;
}

#map ul li{
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0px;
}
#map label{
	font-size: 1.2em;
	margin: 3px 0px;
	width: 100px;
}
#map input{
	margin: 0 0 0 5px;
	width: 285px;
}
#map #query-submit-1{
	clear: both;
	margin: 2px 0 0 105px;
	width: 100px;
}
/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials{
	background-color: #fff;
	background-image: none;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
#content{
	width: 884px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

#header{
	height: 561px;
	position: relative;
}

#header #headerBG{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#header .headerIMG{
	position: absolute;
	top: 197px;
	left: 16px;
	z-index: 1;
}

#header .logoHome{
	position: absolute;
	top: 58px;
	left: 153px;
	z-index: 11;
}

#footer{
	height: 204px;
	margin: 0 auto;
	position: relative;
	width: 884px;
}

#footer a{
	color: #505050;
	text-decoration: none;
}

#footer a.logoHome{
	position: absolute;
	right: 0;
	top: 12px;
}

#footer p.copyright, #footer p.credit{
	bottom: 0;
	font:bold 14px/24px Georgia, "Times New Roman", Roman, serif;
	margin: 5px 0;
	position: absolute;
}

#footer p.copyright{
	left: 0;
}

#footer p.credit{
	right: 0;
}

#footer ul.address{
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
}

#footer ul.address li{
  	font:bold 14px/30px Arial, Helvetica, sans-serif;
  	margin: 0;
  	padding: 0;
}

#footer ul.address li span{
	font:bold 18px/30px Georgia, "Times New Roman", Roman, serif;
}


#footerWrapper{
	background: url(../images/BG-Footer.jpg) repeat-x;
	clear: both;
	height: 204px;
}

#wrapper{
	margin:0 auto;
	width:960px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/
