/* 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;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
}

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

#navtop{
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat;
	border-bottom: #000099 5px solid;
	margin-bottom: 5px;
	height: 29px;
	
}
	
/* CSS Drop-down menu system*/
#navmenu {width: 760px; z-index:7; padding: 0px; height:29px; text-align: left;}
#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; border-right: #cccccc 1px solid;}

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

.topmenuli a:link {color: #1F1F1F;}
.topmenuli a:hover {text-decoration: none;}
.topmenuli a:visited {color: #1F1F1F;}



/* 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: #000099;
	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:#000099; 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-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer { /* page footer content */
	width: 760px;
	margin: 0px auto 10px auto;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat;
	height: 29px;
	line-height: 29px;
}

#footer a:link {
	color: #1F1F1F;
	text-decoration: underline;
}
#footer a:visited {
	color: #1F1F1F;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

.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;
}

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

#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:540px;
	margin: 15px auto 0px auto;
}

#textbody li {
	color:#1f1f1f;
}

.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: #000099;
	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: #000099;
	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: #000099;
	font-size: 145%;
	font-weight: bold;

	margin: 0px;

	text-align: left;
}

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


.rightbox { /* right hand side boxes */
	width: 178px;
	text-align: left;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	margin-bottom: 0px;
}

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

.rightboxfooter { /* this is the content section of right side boxes */
	background-image: url(../images/bottom_right_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 */
	width: 180px;
	float: right;
}

.boxheader { /* header of right hand side boxes */
	text-align: left;
	height: 32px;
	background-image: url(../images/box_header.gif);
	background-repeat: repeat-x;
	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:#000099;
}

#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:#000099;
	font-weight: bold;
}

/* link styles */

a {
	color: #000099;
	text-decoration: none;
}
/* a:visited {
	color: #990000;
	text-decoration: none;
}*/
a:hover {
	text-decoration: underline;
}
#footer a:link {
	color: #1F1F1F;
	text-decoration: underline;
}
#footer a:visited {
	color: #1F1F1F;
	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: 97%;
	text-align: right;
	font-size:90%;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	margin: 0px;
	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:#000099; color:#fff; font-weight:bold; }
td.clearcell{ padding:4px;  background-color:#fff;  font-weight:bold; }

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

.formitem{width:275px;}

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

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

.bottomrowimages {float:left; padding:2px; width:175px; font-size:90%;}
.bottomrowimages img {border: #000099 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;}