/* =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-color: #fff;
	color: #3c3c3c;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, 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;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 10px 15px 10px;
}

#footer p, #headerStatement p{
	margin: 0px;
	padding: 0px;
}

#headerStatement p{
	color: #3b9369;
	font:italic 12px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
}
ol ul{
	font:normal 1em/1em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}
ul{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

li{
	margin:5px 0px;
}

ul.specializing{
	font:normal 1.3em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	padding: 0px;
}

ul.specializing li{
	border-bottom: 1px solid #dab004;
	list-style: url(../images/specializingList.gif);
	margin:6px 10px 0 13px;
	padding: 0 0 6px 0;
}

ol{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1, h2{
	color: #3b9369;
	font:normal 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 10px 5px 10px;
}

#aside h2{
	color: #fff;
	margin: 8px 10px 10px 10px;
}

h3{
	color: #3b9369;
	font:normal 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 10px 5px 10px;
}

#aside h3{
	margin-top: 20px;
}

h4{
	color: #3b9369;
	font:normal 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 10px 5px 10px;
}	

h5{
	color: #3b9369;
	font:normal 1.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 10px 5px 10px;
}	

h6{
	color: #3b9369;
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 10px 5px 10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	color: #3b9369;
	text-decoration: underline;
}

a:hover, a:active{color: #dab004;}

#aside a:link, #aside a:visited{
	color: #3c3c3c;
	text-decoration:none;
}

#aside a:hover, #aside a:active{color: #3b9369;}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav, #ftp{
	border: 1px solid #dab004;
	color: #fff;
	font:bold 14px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	height: 27px;
	margin: 2px 0 0 0;
	padding: 0;
}

*:first-child+html #nav, *:first-child+html #ftp {margin:0;} /* fixes spacing between header img and nav in ie7*/
* html #nav, * html #ftp {	margin:0;}/* fixes spacing between header img and nav ie6 */

#nav{
	background: url(../images/BG_nav.jpg) 0px 27px;
	float: left;
	width: 812px;
}	

#nav li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li.last{
	float: right;
	padding: 0 18px;
}

#nav li a:link, #nav li a:visited{
	background: url(../images/BG_nav.jpg) 0 27px;
	border-right: 1px solid #646464;
	color: #fff;
	display: block;
	float: left;
	height: 27px;
	padding: 0 16px;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active{background: url(../images/BG_nav.jpg) 0 0;}

#nav li ul li a:link, #nav li ul li a:visited{
	background: url(../images/BG_nav.jpg) 0 27px;
	border-bottom:1px solid #dab004;
	font:bold 14px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	height: 27px;
	margin: 0;
	padding:0 0 0 16px; 
	text-align: left;
	width: 100%;
}

#nav li ul li a:hover, #nav li ul li a:active{background: url(../images/BG_nav.jpg) 0 0;}

#nav li ul { /* second-level lists */
	border:1px solid #dab004;
	border-bottom: 0;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	width:190px;
	z-index:1;
}

#nav li ul li{
	display:block;
	width:190px;
}

#nav li.navServices ul li{
	display:block;
	width:325px;
}

#nav li:hover ul,  #nav li.sfhover ul{ /* lists nested under hovered list items */
	left:0;
	margin-left: 0px;
	top: 17px;
}

#ftp{
	background-image: url(../images/BG_ftp.jpg);
	float: right;
	text-align: center;
	width: 93px;
}

#ftp a:link, #ftp a:visited{
	color: #fff;
	text-decoration: none;
}

#ftp a:hover, #ftp a:active{color: #3b9369;}

/* =Layout
-----------------------------------------------------------------------------------------*/
#aside{
	background: url(../images/BG_sideBar.jpg) no-repeat;
	float: right;
	margin: 2px 0 0 0;
	min-height: 537px;
	width: 220px
}

* html #aside{	height: 537px;}

#content, #fckPages{
	float: left;
	padding:10px 10px 10px 0;
	width: 690px;
}

#footer{
	clear: both;
	padding:20px 0; 
}

#header{
	/*background: url(../images/BG_header.gif) 0px 76px repeat-x;*/
	padding-top: 12px;
	position: relative;
	height: 200px;
}

#header span{
	color: #3b9369;
	font:normal 1.8em/1em "Century Gothic", Arial, Helvetica, sans-serif;
	position: absolute;
	text-align: right;
	right: 0px;
	top: 12px;
}

#header span img{border: 1px solid #dab004; padding:5px;margin:5px;}

#line{
	background-color: #333;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#wrapper{
	margin:0 auto;
	width:920px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

#header #siteSearch{
	bottom: 7px;
	font-size: 12px;
	position: absolute;
	right: 0;
}

* html #header #siteSearch{
	bottom: 9px;
	right: -1px;
}

#header #siteSearch label{
	color: #3b9369;
	margin-right: 4px;
}

#header #siteSearch input{
	border: 1px solid #3b9369;
	margin-right: 42px;
	width: 150px;
}

#header #siteSearch #submit{
	background-image: url(../images/GO_button.gif);
	bottom: -7px;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 35px;
	margin: 0;
	position: absolute;
	right: 0;
	width: 39px; 	
}

#headerWrapper{
	border: 1px solid #dab004;
	padding: 3px;
	width: 912px;
}

#headerWrapper img{border: 1px solid #dab004;}


fieldset {border: 1px solid Black;width:500px; margin:10px;padding:10px;}

input, textarea {
	font-size: 1.3em;
	color: #434343;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
	float:left;
	margin:3px 0;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}
label {
	width:150px;
	display:block;
	font-weight:bold;
	color:#000000;
	float:left;
	margin:3px 0;
}

form br{
	clear:both;
}

#nlsu input{
	float:none;
}

/* =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*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/
.pics {  
	height:  100px;  
	width:   100px;  
	padding: 0;  
	margin:30px 60px	
} 
 
.pics img {  
	width:  100px; 
	height: 100px; 
	top:  0; 
	left: 0 
} 

.third, .thirdNews{
	border-right: 1px solid #dab004;
	float: left;
	margin: 10px 0;
	padding-right: 7px;
	width: 223px;
}

.third{height: 220px;}
.thirdNews{height: 100px;}
.third h3.thirdNews h3{margin: 0 10px;}

.thirdNews h4{
	color: #3b9369;
	font:bold 12px/12px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 10px;
}

.third p, .thirdNews p{margin: 0 0 0 10px}
.thirdNews p.date{font-size: 10px;}
.thirdNews p.continue{
	margin: 10px 20px 10px 0;
	text-align: right;
}

.noborder{
	border: 0;
	padding: 0;
}

a:link.visitSite, a:visited.visitSite{
	background: url(../images/visitSite_button.jpg) no-repeat;
	display: block;
	color: #fff;
	float: left;
	font:normal 18px/58px "Century Gothic", Arial, Helvetica, sans-serif;
	height: 62px;
	margin: 10px 2px 10px 10px;
	text-decoration: none;
	text-indent: 95px;
	width: 217px;
}

* html a:link.visitSite, * html a:visited.visitSite{
	margin: 10px 0px 10px 7px;
	padding: 0;
}

a:hover.visitSite, a:active.visitSite{color: #dab004;}

#sharethis {
	background: url(../images/share.gif) no-repeat;
	clear: none;
	float: right;
	font-size: 12px;
	height: 18px;
	margin: 0 10px;
	padding-left: 29px;
}

#contactnow {
	background: url(../images/share2.gif) no-repeat;
	clear: none;
	float: right;
	font-size: 12px;
	height: 18px;
	margin: 0 10px;
	padding-left: 29px;
}

#surveymonkey {
	background: url(../images/SurveyIcon.gif) no-repeat;
	clear: none;
	float: right;
	font-size: 16px;
	text-decoration:none;
	vertical-align: sub;
	height: 26px;
	margin: 0 10px;
	padding-left: 29px;
}

#surveymonkey a {
	display: block;
	margin-top:5px;
}


/* =Bio Page Content
-----------------------------------------------------------------------------------------*/
#aside h2.bio{
	border-bottom: 1px solid #dab004;
	color: #333;
	font-size: 15px;
	padding: 0 0 5px 0;
}
#aside span.playVideo{
	clear: none;
	float: right;
	font-size: 12px;
	margin: 0 10px;
}

#aside ul.bio{
	margin: 0 10px;
	padding: 0;
}

#aside ul.bio li{
	list-style: none;
	margin:0; 
	padding: 0 0 8px 0;
}

#aside img.bio{
	border: 1px solid #dab004;
	margin: 10px 9px 0 9px;
}

#content h1.bio{text-transform: uppercase;}

#content ul.bio{
	list-style: none;
	margin: 5px 10px;
	padding: 0;
}

#content ul.bio li{margin: 3px 0;}

#content span.backNav{
	clear: none;
	font-size: 12px;
	float: right;
	margin: 5px 10px  0;
	padding: 0 0 1px 0;
}

.benefits{
	float: left;
	width: 24%;
}

.benefits h2{
	height: 40px;
}
.benefits li{
	margin-bottom:10px;
}

ul.address li{
	margin-bottom: 20px;
}
p.center{
	text-align: center;
}





.gallBoxes {
	float:left;
	margin: 0 35px;
	width: 150px;
}
* html .gallBoxes {
	margin: 0 30px;
}

.gallBoxes a.pic {
	border: 1px solid Black;
	height: 100px;
	float: left;
	overflow: hidden;
}

.gallBoxes a.title {
	clear: left;
	color:#3b9369;
	height: 25px;
	line-height: 20px;
	margin: 5px 0;
	float: left;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	width: 150px;
	text-align: center;
}


.gallImages {
	float: left;
	margin: 0 8px;
}

* html .gallImages {
	float: left;
	margin: 0 5px;
}

.gallImages a.pic {
	border: 1px solid Black;
	float: left;
	width: 120px;
	height: 80px;
	overflow:hidden;
}

.gallImages a.title{
	clear: left;
	line-height: 20px;
	color:#3b9369;
	height: 25px;
	margin: 5px 0;
	float: left;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	width: 120px;
	text-align: center;
}


.gallImages2 {
	float: left;
	margin: 0 8px;
}

* html .gallImages2 {
	float: left;
	margin: 0 5px;
}

.gallImages2 a.pic {
	border: 1px solid Black;
	float: left;
	width: 100px;
	height: 125px;
	overflow:hidden;
}

.gallImages2 a.title{
	clear: left;
	line-height: 20px;
	color:#3b9369;
	height: 25px;
	margin: 5px 0;
	float: left;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	width: 120px;
	text-align: center;
}





