/*baseline styles--------------------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, del, dfn, em, font, img, strong, sub, sup, 
b, u, i, 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;
	vertical-align: baseline;
}

/* Header Tags */


h1 {
	text-decoration: none;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #069;
	letter-spacing: .02em;
	
	
}

h2 {
	text-decoration: none;
	font: 16px/18px Arial,Verdana, sans-serif;
	text-align: left;
	color: #1f1f1f;
	letter-spacing: .02em;
	padding: 7px 0 3px;

	
}

h3 {
	text-decoration: none;
	font: 24px Georgia,"Times New Roman", Times, serif;
	text-align: left;
	color: #069;
	letter-spacing: .02em;
	padding: 5px 0 3px;
	margin: 0;
	
	
}

h4 {
	text-decoration: none;
	font: 16px/19px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #069;
	letter-spacing: .03em;
	float: left;
	padding: 5px 0;
	
	


}

/* Basic Tags */
p {
	color: #4c4a4d;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
	font-family: Arial, Verdana, sans-serif;
}

/* allows for push of footer to bottom of page without negative margins */
html,body,#wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 500px;
}

body {
	background: url(images/back2.png) repeat-x 0 0;
}

/* Wrapper: bottom padding pushes footer down. footer has a negative margin*/


#wrapper {
	width: 960px;
	border-right: 1px dotted #707070;
	border-left: 1px dotted #707070;
	margin: 0 auto;
	padding: 10px 0 50px 0;
	overflow: hidden;
}




/*#wrapper {
	width: 960px;
	border-right: 1px dotted #707070;
	border-left: 1px dotted #707070;
	margin:5px auto;
	padding: 10px 0px 10px 0px;
	height:auto;
	overflow:hidden;	
	
}*/


/* Header:includes styles for top links:they are not condensed because they didn't work properly when all of teh attributes were condensed in IE*/

#header {
	width: 960px;
	height: 120px;
	padding: 30px 0 25px 50px;
}

#header ul {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	float: right;
	padding: 20px 60px 3px 20px;
}

#header ul li {
	font-family: Arial;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	
}

#header a:link {
	color: #333;
	vertical-align: middle;
	text-decoration: none;
}

#header a:visited {
	color: #333;
	text-decoration: none;
}

#header a:hover {
	color: #191919;
	font-weight: 700;
	text-decoration: none;
}

#header a:active {
	text-decoration: none;
}



#header a img {
	padding-top: 0;
}


/* main navigation */

#navigation {
	width: 900px;
	height: 35px;
	background: url(images/navbar.png) no-repeat scroll;
	margin: 0 10px 0 30px;
	padding: 12px 20px 5px;
}

#navigation ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding-left: 75px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navigation a {
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial;
}

/* inactive hover if link, visited and active are combined */

#navigation a:link{
	color: #FFF;
}

#navigation a:visited{
	color: #FFF;
}

#navigation a:hover {
	color: #9ACFDB;
}

#navigation a:active{
	color: #FFF;
}
/* columns */

#rightcolumn, #leftcolumn, #wideleft, #thinright, #skinnyright p{
	color: #4c4a4d;
	font: 13px/16px Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	padding-bottom: 3px;
}

#rightcolumn {
	float: left;
	color: #4c4a4d;
	width: 480px;
	height: auto;
	background: #FFF;
	padding: 20px 30px 50px 20px;
	min-height: 400px;
}

#leftcolumn {
	float: left;
	color: #4c4a4d;
	width: 350px;
	background: #FFF;
	vertical-align: top;
	padding: 20px 20px 50px 30px;
	min-height: 400px;
	
}

#leftcolumn img{
	padding-left: 50px;
}


#wideleft {
	float: left;
	color: #4c4a4d;
	width: 430px;
	background: #FFF;
	vertical-align: top;
	padding: 20px 20px 50px 20px;
	display: inline-block;
	padding-bottom:100px;
	min-height: 400px;

	
}

#thinright {
	float: left;
	color: #4c4a4d;
	width: 470px;
	background: #FFF;
	vertical-align: top;
	padding: 20px 30px 100px 20px;
	display: inline-block;
	min-height: 600px;
	padding-bottom:100px;
	min-height: 400px;

}

#skinnyright {
	float: left;
	color: #4c4a4d;
	width: 380px;
	background: #FFF;
	vertical-align: top;
	padding: 20px 25px 100px 30px;
	display: block;
	height: 100%;
	min-height: 600px;
	padding-bottom:100px;
	min-height: 400px;

	
		
}

#skinnyleft {
	float: left;
	color: #4c4a4d;
	width: 380px;
	background: #FFF;
	vertical-align: top;
	padding: 20px 20px 50px 30px;
	display: inline-block;
	height: 100%;
	min-height: 600px;
	padding-bottom:100px;
	min-height: 400px;

}

#maincolumn {
	float: left;
	width: 860px;
	display: block;
	height: 100%;
	min-height: 200px;
	background: #FFF;
	padding: 10px 50px 10px 0;
	border-bottom: 1px dotted #b0b0b0;
}


#maincolumn ul {
	float: left;
	display: inline;
	color: #4c4a4d;
}

#maincolumn li {
	color: #4c4a4d;
	padding: 3px 0 0 0;
	margin: 0px;
	font: 13px/16px Arial,Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	list-style-type: square;
}

#maincolumn ul {
	display: inline;
	color: #4c4a4d;
}

#maincolumn li {
	padding: 3px 0 0 0;
	margin: 0px;
	font-size: 15px;
	font-family: Arial,Verdana, sans-serif;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	list-style-type: square;
}

#maincolumn #inside {
	float: left;
	width: 850px;
	display: block;
	height: 100%;
	min-height: 200px;
	background: #FFF;
	margin: 0;
	padding: 0 20px 0 50px;
}

#maincolumn #inside p {
	font-size:  15px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#maincolumn #inside img {
	padding-left: 20px;

}

#testcolumn{
	float: left;
	width: 800px;
	display: block;
	height: 100%;
	min-height: 500px;
	background: #FFF;
	padding: 0px 75px 25px 75px;
}


/* footer */

#footer {
	position: relative;
	font: 10px/12px Arial, Verdana, sans- serif;
	margin-top: -50px;
	height: 50px;
	background-color: #efefef;
	text-align: center;
	border-top: 1px dotted #c4c4c4;
	padding-top: 10px;
}

#footer ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	text-align: center;
}

#footer li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
}

#footer a {
	border-right: 1px solid #afafaf;
	text-decoration: none;
	padding: 0 5px;
}

#footer a:link {
	color: #828282;
	font-weight: 400;
}

#footer a:hover {
	color: #069;
	font-weight: 500;
}

/* Identification of active page: green rectangle appears */



#home #navigation ul a.home,#mission #navigation ul a.mission,#about #navigation ul a.about,#faq #navigation ul a.faq,#test #navigation ul a.test,#services #navigation ul a.services,#areas #navigation ul a.areas,#contact #navigation ul a.contact {
	color: #FFF;
	border: 1px solid #fff;
	background-color: #66980c;
	padding: 8px;
}




#footer a:active,#footer a:visited {
	color: #828282;
}

/* Classes */



.abby {
	float: left;
	width: 400px;
	display: block;
	background: #FFF;
	padding: 10px 20px 25px 50px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 19px;
	border-right: 1px dotted #b1b1b1;
}

/* pic col on about page */
.pic {
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

.pic img {
	float: right;
	padding: 0px;
}

.pic h2 {
	display: inline;
	clear: both;
	float: left;
	margin: 0px;
	padding-bottom: 5px;
}

.pic .list ul {
	color: #4c4a4d;
	display: inline;
}

.pic .list {
	display: block;
	width: 350px;
	float: left;
	padding: 0px;
	margin: 0;
}

.pic .list li {
	font: 12px/18px Arial,Verdana, sans-serif;
	list-style-type: square;
	list-style-position: outside;
}

/* services list written two ways. used in different ways on services page vs other pages (This doesn't make sense?)*/




.services ul {
	display: inline;
	color: #5f5c60;
}

.services li {
	color: #5f5c60;
	padding-bottom: 10px;
	font: 13px/16px Arial,Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
}


.services ul li a:link {
	color: #006699;
	text-decoration: underline;
	font-size: 13px;
}

.services ul li a:visited {
	color: #006699;
}

.services ul li a:hover {
	color: #999;
}

.services ul li a:active {
	color: #006699;
}


/* gray box */
.box{
	display: block;
	width: 170px;
	height: 15px;
	clear: both;
	float: left;
	font: small-caps 12px Arial, Verdana, sans-serif;
	text-decoration: none;
	text-decoration: none;
	padding: 3px 0 7px;
}


.box a:link {
	display: block;
	width: 170px;
	height: 15px;
	float: left;
	font: small-caps 12px Arial, Verdana, sans-serif;
	text-decoration: none;
	padding:5px;
	background-color: #7f858d;
	color: #FFF;
	text-decoration: none;
}



.box a:visited{
	color: #FFF;
	background-color: #7f858d;
	}

.box a:hover{
	background-color: #999;
	color: #FFF;
}

.box a:active{
	color: #FFF;
	background-color: #7f858d;
	}

.base a:link {
	color: #069;
	text-decoration: underline;
}

.base a:visited {
	color: #ccc;
	text-decoration: none;
}

.base a:hover {
	color: #003366;
	text-decoration: underline;
}


.base a:active {
	color: #369;
	text-decoration: underline;
}



/* ace: link images on bottom of page */

.ace {
	border-top: 1px dotted #707070;
	width: 960px;
	height:40px;
	float: left;
	clear:both;
	text-align: center;
	padding: 0px 0 40px 20px;
	
}

.aceimg {
	padding: 0px 30px 0px 10px;
}

.faq a {
	text-decoration: underline;
	color: #069;
	font-family: Arial, Verdana, sans-serif;
}

.block {
	text-decoration: none;
	font: 25px/34px Georgia,"Times New Roman", Times, serif;
	text-align: left;
	color: #727272;
	letter-spacing: .02em;
	padding-top: 30px;
	font-weight: 200;
	float: left;
	display: block;
	clear: both;
}

/* on about page .about div wraps around page content */


.wrapabout {
	width: 860px;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
