/* CSS Document */

#text ul { margin-bottom: 20px; }
#text li {
	list-style-type: square;
	margin-left: 30px;
}

/* ---- left hand navigation ---- */
	
#sidenav_top {
	width: 172px; /*total=200px*/
	padding: 9px 14px 7px 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #254060;
	background-image: url(../img/template/sidenav_top.gif);
	background-position: top;
	background-repeat: no-repeat; }
	
#sidenav {
	width: 200px;
	margin: 0 12px 30px 0;
	float: left;
	background-color: #D3DDED; }

	
#sidenav ul ul { font-size: 0.9em; }
	
#sidenav li {
	width: 183px; /*total=200px*/
	margin-left: 17px;
	font-weight: normal;
	
	/* padding: 10px 0 7px 0; */
	/* border-bottom: 2px solid #FFF; */
}

#sidenav li li {
	width: 166px !important;
}

#sidenav_list { padding: 8px 0 15px 0; }
	
#sidenav a {
	display: block;
	color: #393D41; 
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFF;
}
	
	
#sidenav .current {
	font-weight: bold; }
	
#sidenav .top {
	/* padding-top: 15px; */
}
	
#sidenav .bottom {
	border-bottom: 0;
	/* padding-bottom: 15px; */
}

#sidenav_bottom {
	width: 200px;
	color: #02528D;
	background-color: #A6C2CD;
	background-image: url(../img/template/sidenav_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 3px solid #FFF; }
	
#sidenav .title {
	width: 183px; /*total=200px*/
	margin-left: 17px;
	padding: 10px 0 7px 0;
	border-bottom: 2px solid #FFF;
	font-weight: bold; }
	
#sidenav_contain {
	width: 166px; /*total=200px*/
	padding: 11px 17px 9px 17px; }
	
#sidenav_contain p {
	margin-bottom: 7px; }
	
	
/* ---- main content area ---- */
	

#content_image {
	width: 588px; 
	height: 165px; 
	padding: 0;  /* 111px 0 0 16px */
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	float: left; 
}

#content_image h1 {
	margin: 111px 0 0 16px;
}
	
.toppage_banner_1 { background-image: url(../img/headers/1.jpg); }
.toppage_banner_2 { background-image: url(../img/headers/2.jpg); }
.toppage_banner_3 { background-image: url(../img/headers/3.jpg); }
.toppage_banner_4 { background-image: url(../img/headers/4.jpg); }
.toppage_banner_5 { background-image: url(../img/headers/5.jpg); }
.toppage_banner_6 { background-image: url(../img/headers/6.jpg); }

#white_curve {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/template/white_corner.gif) no-repeat;
	
}

#blue_strip {
	width: 588px; 
	line-height: 45px;
	background: url(../img/template/blue_strip.jpg) repeat-y;
	float: left;
	position: relative;
}
#blue_strip h1 {
	margin-left: 16px;
}

#content {
	width: 576px; /*total=588px*/
	float: left;
	padding: 20px 0 0 12px;
	margin-bottom: 30px; }
	
#text {
	width: 538px; /*total=576px*/
	padding-right: 38px; }
	
#content p {
	line-height: 1.3em;
	padding-bottom: 15px; }
	
#content a {
	color: #02528D; }
	
	
/* ---- boxes at bottom of page content ---- */
	
#panels { margin-top: 20px;	}
.bothpanels { background: url(../img/template/panelbg.jpg) no-repeat; }
.leftonly { background: url(../img/template/panelbgleftonly.jpg) no-repeat; } 

.box {
	width: 251px; /* 264 */
	padding-left: 13px;
	padding-top: 9px;
	padding-bottom: 0px;
	color: #FFF;
	float: left;
	line-height: 1.5em;
}
.marginright42 { margin-right: 27px; }

.panelClear { clear: left; height: 16px; }
.bothpanels .panelClear { background: url(../img/template/panelbottom.jpg) no-repeat; }
.leftonly .panelClear { background: url(../img/template/panelbottomleftonly.jpg) no-repeat; } 

.box h3 {
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 5px; 
	color: #fff;
	padding-left: 5px;
}
.box h3 a { color: #fff !important; }
.box p { padding-left: 5px; }
	
.box1 h3 {
	background: url(../img/template/panel1hr.gif) no-repeat bottom;
}
.box2 h3 {
	background: url(../img/template/panel2hr.gif) no-repeat bottom;
}
	
.box_bottom {
	background-repeat: no-repeat;
	width: 284px;
	height: 17px;
	float: left; }

	
.searchResult {
	padding-bottom: 16px;
}

.forwardColleague { margin-top: 10px; }
.forwardColleague a {
	background: url(../img/template/email_icon.jpg) no-repeat 0 50%;
	padding-left: 32px;	
}

#colleagueForm label {
	display: block;
	font-weight: bold;
}
#colleagueForm input {
	margin-bottom: 10px;
	margin-top: 3px;
	width: 140px;
}

.submit { width: 60px !important; }

ul.sitemapList {
	float: left; 
	width: 30%; 
	margin-right: 10px;
	padding-left: 3px;
}
ul.sitemapList li {
	background-image: url(../img/template/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 2px;
	padding-left: 14px;
	margin-top: 7px;
}
li.sitemapTop {
	background-image: none !important;
}
a.sitemapTop {
	font-size: 1.4em;
	font-weight: bold;
	margin-left: -20px;
}


.mainForm div {
	clear: left;
	padding-bottom: 6px;
	overflow: auto;
}
.mainForm label {
	float: left;
	width: 160px;
	text-align: right;
	padding-right: 10px;
}
.mainForm input, .mainForm textarea {
	float: left;
	width: 200px;
}
.mainForm hr {
	clear: left;
	margin: 10px 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
}

.mainForm div.submit {
	width: 300px !important;
	padding-left: 170px;
	margin-top: 10px;
	clear: left;
	margin-bottom: 40px;
}
.mainForm div.submit input {
	font-weight: bold;
	width: 100px;
}

.mainForm div.error-message {
	clear: left;
	margin-left: 170px;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 4px;
	background: url(../img/admin/alert.gif) no-repeat 0 50%;
	margin-top: 4px;
}

/* map */

div#mapContain {
	width: 555px;
	height: 271px;
	position: relative; }
	
div#mapContain img { float: left; }

.offices { padding-top: 20px; }
#instructions { text-align: center; font-weight: bold; }