/* CSS Document */

/* Global styles */

*{ font-size:100%; }

html { height: 100%; }

body{
	margin: 0px auto;
	font: 75% Arial, Verdana, Helvetica, sans-serif;
	height:100%;
	background: #ffffff;
	color: #1F1F1F;

}

div{ margin:0 0 0 0; height: auto; }

#navtop{
	background-repeat: no-repeat;
	/* border-bottom: #1657bb 5px solid; */
	margin-bottom: 5px;
	height: 28px;
	
}

#header {height:102px; margin:10px 0 0 5px; background: url(../images/header_bg.jpg) no-repeat;}

#header img { }
	
/* CSS Drop-down menu system*/
#navmenu {width: 760px; z-index:7; padding: 0px; height:28px; text-align: left;
background-image: url(../images/nav_grad.jpg);
background-repeat: no-repeat;
background-position:bottom;

}
#dmenu { z-index:9; padding: 0px; margin: 0px; }
#dmenu li>ul {top: auto; left: auto; z-index:8; padding: 0px; margin: 0px;}
li:hover ul , li.over ul{ /* lists nested under hovered list items */	display: block; padding: 1px; margin: 0px;}

/* edit here for top-level menu style */
.topmenuul{list-style-type:none; padding: 0px; margin: 0px; display:block;}
.topmenuli{list-style-type:none; float:left; padding: 0px 0px 0px 0px; margin: 0px; }

.topmenutitle{	display:block;	padding: 0px 0px 0px 9px; color:#63729E; text-decoration:none;	font-weight:normal;	margin:0px;line-height:29px; }

.topmenuli a {color: #fff;}
.topmenuli a:hover {text-decoration: none;}



/* edit here for sub-level menu style */
.submenuul {
	list-style-type: none;
	position: absolute;
	text-decoration: none;
	margin-top: 0px;
	padding: 0px;
	display: none;
	color: #1657bb;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	line-height: 23px;
}
.submenuli a {display: block; width: 180px; text-indent: 5px; padding: 0px 2px 0px 0px; text-decoration: none; color: #1F1F1F; margin: 0px; border-top: #cccccc 1px solid; text-align:left;}
.submenuli a:hover {text-decoration: none; background:#1657bb; color: #ffffff; margin: 0px;}



#wrapper { /* main wrapper for content - not the footer */
	width: 760px;
	margin: 0px auto 0px auto;
}

#footerwrapper { /* container for the footer - has bg image */
	width: 100%;
	padding-top: 10px;
	clear: both;
	text-align: center;
	background:#1657bb;
}

#footer { /* page footer content */
	width: 790px;
	margin: 5px auto ;
	background:#1657bb;
	color:#fff;
	height: 15px;
	line-height: 15px;
}



.footerContact {
	font-size: 90%;
	float:left;
}

.footerCopyright {
	font-size: 90%;
	float:right;
}

#bodycontent { /* the main content including graphic and text - not the right side bar */
	width: 575px;
	float: left;
	margin-right:1px;
	padding:0;
}

#textcontent { /* div for main body text and page heading */
	text-align: left; magin-top:0;
}

#mainimage { /* main large image on homepage */
	height: 200px;
	width: 575px;
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
}

#textbody { /* main body text in here - also contains 3 boxes */
	width:550px;
	margin: 10px auto 0px auto;
}

#textbody li {
	color:#1f1f1f;
}

#bodycontent li {
		list-style-image:url(../images/bullet1.gif);
}

#textbody {background: url(../images/environfooter.gif) no-repeat bottom; padding-bottom:45px;}

#maincontent label { 
	margin:0 10px 0 10px;
	font-weight:bold;
	}

#maincontent input {
	width:300px;
	}
div.formlabel {
	width:150px;
	flaot:left;
	}

.centerboxleft { /* content boxes on the homepage (3 boxes in total - this applies to boxes 1 and 2) */
	width: 172px;
	text-align: left;
	float: left;
	border-right:#ffffff 10px solid;
	margin-top: 10px;
}

.centerboximg {padding-bottom:0px; margin-bottom:-4px; border-bottom:1px solid #fff;}

#centerboxright { /* content boxes on the homepage (3 boxes in total - box 3) */
	width: 172px;
	text-align: left;
	float: right;
	margin-top: 10px;
}

.boxcontent { /* this is the content section of small boxes */
	font-size:95%;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	padding:8px;
	height:70px;
}

p {
	margin:10px 0px 10px 0px;
}

h1 {
	background-color: #1657bb;
	color: #ffffff;
	font-size: 145%;
	font-weight: bold;
	height: 35px;
	margin: 0px;
	line-height: 35px;
	border-top: #ffffff 1px solid;
	text-align: center;
}

h2 { /* this is used on the 3 main homepage box headers */
	background-color: #1657bb;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	height: 23px;
	margin: 0px;
	line-height: 23px;
	border-top: #ffffff 1px solid;
	text-align: left;
	padding-left:8px;
}

h3 {
	color: #1657bb;
	font-size: 145%;
	font-weight: bold;

	margin: 0px;

	text-align: left;
}

h4 {
	color: #1657bb;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

.rightbox { /* right hand side boxes */
	width: 178px;
	text-align: left;
	background:#fff;
	border-left: #CCCCCC 1px solid;

	margin-bottom: 0px;
}

.rightboxcontent { /* this is the content section of right side boxes */
	font-size: 95%;
	border-right: #CCCCCC 1px solid;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:2px;
	margin-bottom: 0px;
	clear: left;
}

.rightboxfooter { /* this is the footer section of right side boxes */
	background:#fff;
	background-image: url(../images/bottom_right_corner.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 5px;
	padding:0px;
	margin-right:1px;
	border-left: #CCCCCC 1px solid;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

.boxfooter { /* this is the footer section of right side boxes */
	background:#fff;
	background-image: url(../images/bottom_corner.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 5px;
	padding: 0px;
	border-left: #CCCCCC 1px solid;	
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}


#sideright { /* the side right content bar */
	padding-top:10px;
	width: 180px;
	float: right;
}

.boxheader { /* header of right hand side boxes */
	text-align: left;
	height: 32px;
	background: #1657bb url(../images/headbox_mosaic.gif) no-repeat right;
	/* background-repeat: repeat-x; */
	color:#fff;
	line-height: 32px;
	padding-left: 8px;
	font-weight: bold;
}


.footerContact {
	font-size: 90%;
	float:left;
}

.footerCopyright {
	font-size: 90%;
	float:right;
}

.defaulttextcolor {
	color: #1F1F1F;
}

li {
	color:#1657bb;
}

#textbody ul {
margin-top: 0px;
margin-bottom: 0px;
}

#textbody li {
	color:#1F1F1F;
	list-style:square;
	list-style-position:outside;
	margin-left:-15px;
	margin-top:2px;
	margin-bottom:0px;
}

.subhead {
	color:#1657bb;
	font-weight: bold;
}

/* link styles */

a {
	color: #1657bb;
	text-decoration: none;
}
/* a:visited {
	color: #990000;
	text-decoration: none;
}*/
a:hover {
	text-decoration: underline;
}
#footer a:link {
	color: #fff;
	text-decoration: underline;
}
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/* form styles */



/* image styles */

.arrow { /* circular round image next to More links */
	text-align: center;
	vertical-align: middle;
}

.rightboximage {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#breadcrumbs {
	width: 94%;
	text-align: right;
	font-size:90%;
	border: #CCCCCC 1px solid;
	background:#fff;
	margin: 10px 0 0 12px;
	padding: 3px;
	}
	
.columns {width:31%; float:left; height:350px; padding:3px; margin-right:4px; margin-top:4px; border-bottom:1px solid #d4d3d9; border-right:1px solid #d4d3d9; background-color:#f6f5fb;
}

.oneoffimg {border:1px solid; margin-left:9px;}

.columnsdouble {width:47%; float:left; padding:3px; margin-right:4px; margin-top:4px; border-bottom:1px solid #d4d3d9; border-right:1px solid #d4d3d9; background-color:#f6f5fb;
}

table {border:0px; border-bottom:1px solid #d4d3d9; border-right:1px solid #d4d3d9;}

td { padding:4px; border-top:1px solid #fff; border-bottom:0px; border-left:0px; border-right:1px solid #fff; background-color:#f6f5fb; }

td.header{ padding:4px;  background-color:#1657bb; color:#fff; font-weight:bold; }
td.clearcell{ padding:4px;  background-color:#fff;  font-weight:bold; }

.rightalign{ float:right; border: #1657bb solid 1px; margin:5px 0px 5px 5px;}

.formitem{width:300px; float:left;}

.formbutton{ font-size: 14px;
font-weight: bold;
 background-color: #1657bb;
 color: #FFFFFF;
 border:1px solid #fff;
}

.imgcaption{ font-size: 10px;
 color: #0000FF;
}

.imgLeft {float:left; border:1px solid #929292; margin:0 5px 5px 0;}

.bottomrowimages {float:left; padding:2px; width:175px; font-size:90%;}
.bottomrowimages img {border: #1657bb solid 1px;}

.prop { height:370px; float:right; width:1px;  }
.clear { clear:both; height:1px; overflow:hidden; }

#sideright .rightboxcontent .thumbimg {border:1px solid; margin-left:7px; margin-bottom:3px;}

#partners { width:100%; }
#partners img { margin-right:7px; }

li.partner { padding-bottom:10px; list-style-image:url(../images/arrow.gif) }

#boxWrapper ul {margin:0 5px 5px 15px; list-position:inside; padding:0;}
#boxWrapper li {margin:5px 0 5px 0;  text-indent:0;}

/* News page style */
.newsThumb { width:100px; border:none; padding:5px 5px 0 5px; margin:10px auto 0 auto; }
.newsThumb img { margin:0; padding:0; border:none; }
.newsThumb p { font-size:0.85em; }
h3.news { text-transform:capitalize; }
.rep {margin-top:20px;}