html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 0.9em;
	color: #333;
	text-align: center;
	background-image:  url(/images/build/bgTile.gif);
	background-position: left top;
}

a:link {
	color: #21552F;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
	color: #21552F;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	cursor: pointer;
	text-decoration: underline;
}

#wrapper {
	background-color: none;
	width: 760px; 
	margin: 0px auto;
	text-align:left;
	padding: 0px 0px;
}

#top {
	margin: 26px 0px 0px 0px;
	padding: 0px 0px;
}

#navigation {
	text-align: center;
	background-color:#21552F;
	color:#FFFFFF;
	/* padding: 5px 0px; */
	margin: 0px auto;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	width: 754px; 
	font-size: 76%;
}

#navigation a:link {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

#navigation a:visited {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
}

#contentWrapHome {
	margin: 0px 0px;
	padding: 0px 0px;
	background-color:#FFFFFF;
	border-left: 3px #D5EBCE solid;
	border-right: 3px #D5EBCE solid;
	border-bottom: 3px #D5EBCE solid;
	clear:both;
}

.homeColLeft {
	float: left;
	width: 271px;
	clear:both;
}

.homeColLeft .content {
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}


.homeColMiddle {
	float: left;
	width: 220px;
}

.homeColMiddle .content {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.homeColMiddle .boxBg {
	background-image:  url(/images/box_left_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 10px;
	font-size: 70%;
	color: #FFF;
}

.homeColMiddle .boxBg h2 {
	font-size: 110%;
	font-weight:bold;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}


.homeColRight {
	float: left;
	width: 263px;
}

.homeColRight .content {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.homeColRight .boxBg {
	background-image:  url(/images/box_right_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 10px;
	font-size: 70%;
	color: #FFF;
}

.homeColRight .boxBg h2 {
	font-size: 110%;
	font-weight:bold;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.homeColRight a:link {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
}

.homeColRight a:visited {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
}

.homeColRight a:hover {
	color: #CC0000;
	cursor: pointer;
	text-decoration: underline;
}



#accreditations {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	border-top: 3px #D5EBCE solid;
	background-color:#FFFFFF;
	clear:both;
}

#contentWrap {
	background-image:  url(/images/build/bgContent.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 3px #D5EBCE solid;
}

#contentWrap .leftCol {
	text-align: left;
	width: 264px;
	height: 300px;
	float: left;
	 
}

#contentWrap .rightCol {
	text-align: left;
	width: 494px;
	float: right;
}

.leftColContent {
	padding: 20px 10px 15px 14px;
}

.rightColContent {
	padding: 20px 15px 15px 15px;
}

#footer {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
}

.copyright {
	padding: 10px 15px 15px 15px;
	text-align:center;
	font-size: 65%;
}

.clearit {
	clear: both;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .3px;
	color: #21552F;
	padding: 0px;
	margin: 7px 0px 15px 0px ;
}

h2 {
	font-size: 96%;
	font-weight: bold;
	letter-spacing: .3px;
	color: #21552F;
	padding: 0px;
	margin: 20px 0px 7px 0px;
}

h3 {
	font-size: 83%;
	letter-spacing: .3px;
	font-weight: bold;
	color: #21552F;
	padding: 0px;
	margin: 7px 0px;
}

p {
	font-size: 80%;
	line-height: 130%;
	margin: 10px 0px 7px 0px;
}

.sectionHead {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .3px;
	color: #21552F;
	padding: 0px;
	margin: 7px 0px 15px 0px ;
}

.imgPadLeft {
	margin: 3px  0px 3px 15px;
}

.imgPadRight {
	margin: 3px 15px 3px 0px;
}

.leftColContent ul{ 
	margin: 0px 4px 10px 4px;
	padding: 0px 0px 0px 0px;
	border-top:1px #D5EBCE solid;
	font-size: 80%;
	font-weight: bold;
}

.leftColContent ul li { 
	list-style: none;
	background-image: url(/images/build/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0px 4px 15px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px #D5EBCE solid;
}



.rightCol li a:link {
	cursor: pointer;
	text-decoration: none;
}

.rightCol li a:visited {
	cursor: pointer;
	text-decoration: none;
}

.rightCol li a:hover {
	cursor: pointer;
	text-decoration: underline;
}


.rightCol ul { 
	margin: 0px 4px 10px 4px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	line-height: 130%;
}

.rightCol ol { 
	margin: 0px 4px 10px 22px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	line-height: 130%;
}

.rightCol ul li  { 
	list-style: none;
	background-image: url(/images/build/bullet_gen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}


.rightCol ol li  { 
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.welcomeBox {
	margin: 0px auto 0px auto;
	width: 754px; 
}

.welcomeBoxContent {
	padding: 10px 15px 10px 15px;
	background-color:#D3DDD5;
}

.welcomeBox h1 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .3px;
	color: #21552F;
	padding: 0px;
	margin: 7px 0px 10px 0px;
}

.welcomeBox p {
	font-size: 75%;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	clear:both;
}


.twoColTable {
	font-size: 80%;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear:both;
}

/* .twoColTable {
	width: 325px;
	font-size: 80%;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear:both;
} */

.twoColTable .left {
	width: 154px;
	float: left;
	background-color:#90AA97;
	padding: 2px 3px 2px 5px;
	margin: 0px 0px 2px 0px;
	color:#FFFFFF;
	font-weight:bold;
}

.twoColTable .right {
	width: 154px;
	float: left; /* float: right; */
	background-color:#EAF5E7;
	padding: 2px 3px 2px 5px;
	margin: 0px 0px 2px 0px;
}

.twoColTable p {
	font-size: 85%;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	clear:both;
}

.contactform label {
	width: 66px;
	float: left;
	text-align: right;
	margin-right: 15px;
	margin-left: 20px;
	display: block
}

.twoColTable .gradeimage
 {
	width: 130px;
	float: right;
}

.contactform .submit input {
	margin-right: 20px;
} 

.contactform input {
	color: #333333;
	background-color:#EDF7EC;
}

.contactform textarea {
	color: #333333;
	background-color:#EDF7EC;
}

.contactform fieldset {
	border: 1px solid #D6EAD1;
	background-color:#FFFFFF; /* #EDF7EC */
	width: 460px;
	padding: 10px 0px 10px 0px;
	margin:  10px 0px 0px 0px;
}

.contactform p {
	font-size: 80%;
	line-height: 130%;
	margin: 4px 0px 5px 0px;
}



.imgThumnailPad {
	margin: 0px 10px 0px 0px;
}









/*   LIGHTBOX    */

#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;
	overflow: auto;
	width: 100%	
	}

#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: #21552F;
	}













/* DROP DOWN MENU STYLES - MENU FROM DD*/



.bluetabs{
/* border-bottom: 1px solid gray; */
background-color: #21552F;
color: #FFFFFF;
}

.bluetabs ul{
padding: 3px 0;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color:#FFFFFF;
text-align:left;
}


.bluetabs li{
display: inline;
color: #FFFFFF;
border-left: 1px solid #FFFFFF;
padding:4px 0px 4px 2px;
margin:0px 0px 0px 0px;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 10px 3px 10px;
color: #FFFFFF;
font-weight:bold;
}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
background-color: #64886E;
}

.bluetabs li.selected{
color: #FFFFFF;
}

.bluetabs li.selected a{ /*selected main tab style */
color: #FFFFFF;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
text-align:left; 
position:absolute;
top: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #21552F;
width: 160px;
visibility: hidden;
color: #FFFFFF;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #FFFFFF;
text-decoration: none;
color: #FFFFFF;
padding:2px 0px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
color: #FFFFFF;
}

.dropmenudiv_b a:hover{ 
background-color: #64886E;
text-decoration: underline;
color: #FFFFFF;
}