
/* Page Structure */
/* ************************************************************************************** */

body {
	margin: 0px;
	width: 758px;
}
#main {
	width: 758px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Banner */
/* ************************************************************************************** */

#top {
	background-image: url(/images/site/masthead.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: right;
	height: 59px;
	width: 758px;
}
#toprow {
	display: block;
	top: 10px;
}
#bottomrow {
	position: relative;
	top: 28px;
}
.textlinks a {
	text-decoration: none;
	color:#FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 2px;
}
.textlinks a:hover {
	text-decoration: underline;
	background-color: #333333;
}
#homelink a {
	width: 185px;
	height:40px;
	left: 10px;
	top: 0px;
	position: absolute;
	display: block;
}


/* Navigation */
/* ************************************************************************************** */

#sidebar {
	background-color: #7A9DB1;
	padding-top: 15px;
	vertical-align: top;
	text-align: left;
	width: 195px;
	border-right: 1px solid #000000;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	display: block;
	width: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 5px;
}
#nav a:hover {
	background-color: #CCCCCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subnav {
	margin-bottom: 1px;
	margin-right: 0px;
}
#subnav a {
	padding-left: 18px;
}

#subnav2 a {
	padding-left: 26px;
}

#subnav3 a {
	padding-left: 34px;
}

#subnav4 a {
	padding-left: 42px;
}

#subnav5 a {
	padding-left: 50px;
}

.subnav {
	margin-bottom: 1px;
	margin-right: 0px;
}
.subnav a {
	padding-left: 18px;
}

.subnav2 a {
	padding-left: 26px;
}

.subnav3 a {
	padding-left: 34px;
}

.subnav4 a {
	padding-left: 42px;
}

.subnav5 a {
	padding-left: 50px;
}

.selected {
	background-color: #CCCCCC;
}

#relatedLinks, #contactInfo {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 85%;
	margin-top : 20px;
	margin-left: 5px;
	padding-bottom: 25px;
	padding-right: 8px;
	padding-left: 8px;
}
#relatedLinks h3, #contactInfo h3 {
	color : #000000;
	font-size : 14px; 
	font-weight: bold;
	margin-top : 10px;
	margin-bottom : 8px;
}
#relatedLinks a, #contactInfo a {
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#relatedLinks a:hover, #contactInfo a:hover {
	text-decoration: underline;
}
#contactInfo { 
	/* font-size: 12px; */
}
#contactInfo h4 {
	color : #000000;
	font-size : 12px; 
	font-weight: bold;
	margin-top : 10px;
	margin-bottom : 6px;
}
#contactInfo a {
	padding-top: 0px;
	padding-bottom: 0px;
}


/* Page Content */
/* ************************************************************************************** */

#content {
	font-size: 12px;
	vertical-align: top;
	width: 562px;
	height: 100%;
}
#breadcrumbs {
	margin: 15px;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-transform: capitalize;
}
#breadcrumbs a {
	color: #6A8799;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #9BB7C5;
	text-decoration: underline;
}
#sitetitlebar {
	font-size: 14px;
	font-weight: bold;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	text-align: right;
	background-color: #C6BDB4;
	border-bottom: 1px solid #000000;
}
#banner {
	display: block;
}



/* Page Body */
/* ************************************************************************************** */

#textual {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 65px;
	padding-left: 30px;
}
#textual a {
	text-decoration : underline;
	font-weight: bold; 
}
#textual a:link {
	color : #6A8799;
}
#textual a:hover {
	color : #9BB7C5;	
	text-decoration: none;
}
#textual a:active {
	color : #9B8FA3;
}
#textual a:visited {
	color : #7A7281;
}

#textual img {
	margin: 5px 8px 8px 5px;
}

#textual h1 {
	color : #9B8FA3;
	font-size : large;
	font-weight: normal; 
	margin-top : 15px;
	margin-bottom : 5px;
}
#textual h2 {
	color : #000000;
	font-size : medium;
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
#textual h3 {
	color : #7E8981;
	font-size : small; 
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
#textual h4 {
	color : #330066;
	font-size : small; 
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
#textual h5 {
	color : #666666;
	font-size : small; 
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
#textual h6 {
	color : #999999;
	font-size : small; 
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
#textual p {
	color : #000000;
	font-size : small; 
	margin-top : 0px;
	margin-bottom : 10px;	
}
#textual ol {
	list-style : decimal;
}
#textual ul {
	list-style : circle;
}
#textual li {
	font-size : small;
	margin-bottom : 10px;	
}


/* Featurettes */
/* ************************************************************************************** */

#featurettes {
	vertical-align: top;
	display: block;
	width: 183px;
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 5px;
}
*html #featurettes {
	margin-right: -5px;
}
#featurettes span {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
} 
#sidebar #featurettes span a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}} 
#sidebar #featurettes span a:hover {
	color: #666666;
	text-decoration: underline;
}
#featurettes span img {
	margin-top: -5px;
	padding: 5px;
	float: left;
}


/* Footer */
/* ************************************************************************************** */

.footer {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #455248;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	vertical-align: middle;
	height: 25px;
}

td.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

td.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
td.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}






