@charset "UTF-8";
/* Starter */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #24408F;
	background: #6c9eb1;
}

/* default links */

a {
	text-decoration: none;
}

a:link {
	color: #1F8399;
}

a:visited {
	color: #1F8399;
}

a:active {
	color: #1F8399;
}

a:hover {
	color: #666666;
}

img {
	border: 0px;
}

/* default positioning */

#container {
	width: 960px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

/* HEADER */

#cap {
	width: 960px;
	height: 25px;
	line-height: 25px;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #737ab3;
	color: #ffffff;
	font-size: 12px;
}

#cap a {
	padding: 0px 20px 0px 20px;
	color: #ffffff;
}

#cap a:hover {
	text-decoration: underline;
}

#cap .login {
	float: right;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-right: 50px;
}

#header {
	width: 960px;
	height: 132px;
	display: block;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
}

	#header img {
		float: left;
	}
	
	/* HEADER NAV */
	
	#header ul {
		width: 250px;
		float: right;
		padding: 2px 0px 0px 0px;
		margin: 13px 15px 0px 0px;
		list-style: none;
		background: url(/images/dash-blue.gif) left top repeat-x;
	}
	
	#header ul li {
		width: 250px;
		line-height: 26px;
		height: 26px;
		float: left;
		background: url(../images/dash-blue.gif) left bottom repeat-x;
		font-family: "Trebuchet MS";
		font-size: 13px;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-indent: 15px;
	}
	
	#header ul li.current {
		background: #eeeeee url(/images/dash-blue.gif) left bottom repeat-x;
	}
	
	#header ul li a {
		color: #7c8e99;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		display: block;
	}
	
	#header ul li a:hover {
		color: #41569e;
	}
	
#search {
	height: 40px;
	position: relative;
	float: right;
	padding: 7px 25px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#search input {
	border: 0px;
	width: 200px;
	background: #ffffff;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}

#search .search {
	background: url(/images/search.gif) left top no-repeat;
	cursor: pointer;
	width: 88px;
	height: 28px;
	border: none;
}
	
/* NAVIGATION */
	
#nav {
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#nav ul {
	padding: 0px 15px 0px 25px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#nav ul.green {
	background: #7ac144 url(/images/dash-green.gif) left bottom repeat-x;
	display: block;
	height: 47px;
	padding-top: 5px;
}

	#nav ul.green li {
		height: 42px;
		float: left;
		margin: 0px 15px 0px 15px;
		/* display: table; */
		font-family: "Trebuchet MS";
		font-size: 13px;
		line-height: 15px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .01em;
	}
	
	#nav ul.green li p {
		height: 37px;
		/* display: table-cell;
		vertical-align: middle; */
		float: left;
		text-align: center;
		padding: 5px 15px 6px 15px;
		margin: 0px 0px 0px 0px;
	}
	
	#nav ul.green li:first-child p {
		height: 30px;
		padding: 12px 15px 6px 15px;
	}
	
	#nav ul.green li p.current {
		background: #41569e;
	}
	
	#nav ul.green li p a {
		color: #1C3664;
	}
	
	#nav ul.green li p a:hover {
		color: #ffffff;
	}
	
	#nav ul.green li p.current a {
		color: #ffffff;
	}
	
/* NAVIGATION 2nd */

#nav ul.blue{
	background: #41569e;
	display: block;
	float: left;
	width: 905px;
	padding-left: 40px;
	min-height: 25px;
}

	#nav ul.blue li {
		height: 25px;
		line-height: 25px;
		display: block;
		float: left;
		font-size: 12px;
		font-weight: normal;
		padding: 0px 7px 0px 7px;
		margin: 0px 0px 0px 0px;
	}
	
	#nav ul.blue li a:link {
		display: block;
		color: #ffffff;
	}
	
	#nav ul.blue li a:visited {
		color: #ffffff;
	}
	
	#nav ul.blue li a:active {
		color: #ffffff;
	}
	
	#nav ul.blue li a:hover {
		color: #a0abcf;
	}
	
	#nav ul.blue li.current a {
		color: #FFDA98;
	}
	
	#nav ul.blue li.current {
		background-color: #2d4880;
	}
	
/* CONTENT AREA */

#content {
	width: 960px;
	display: block;
	float: left;
	background: url(/images/content-bg.gif) left top repeat-y;
}

#content .left {
	width: 800px;
	line-height: 18px;
	float: left;
}

/* homepage */

#container > #content.home {
	background: url(/images/home-bg.gif) left top repeat-y;
}

.home {
	background: url(/images/home-bg.gif) left top repeat-y;
}

/* home left section */

#content .left .homeL {
	width: 340px;
	min-height: 418px;
	padding: 25px 55px 15px 55px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(/images/starburst.gif) left top no-repeat;
}

	#content .left .homeL h1 {
		width: 100%;
		color: #961A34;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: normal;
		border-bottom: 2px dotted #8E97CC;
	}
	
	#content .left .homeL h2 {
		width: 100%;
		color: #961A34;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	#content .left .homeL h3 {
		font-size: 12px;
		font-weight: normal;
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	#content .left .homeL ul {
		list-style: none;
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
	}
	
	#content .left .homeL ul li {
		list-style-image: url(/images/bullet.gif);
		padding-bottom: 8px;
	}
	
	#content .left .homeL ul li a {
		color: #24408F;
	}
	
/* home middle section */

#content .left .homeR {
	width: 244px;
	float: left;
	display: inline;
	padding: 25px 53px 25px 53px;
	margin: 0px 0px 0px 0px;
}
	
	#content .left .homeR .quote {
		width: 214px;
		float: left;
		display: inline;
		padding: 15px 15px 15px 15px;
		margin: 0px 0px 15px 0px;
		background: #badb9a;
		font-size: 13px;
		font-weight: bold;
		line-height: 20px;
	}
	
	#content .left .homeR .quote p {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	#content .left .homeR .quote p span.name{
		font-weight: normal;
		float: right;
		color: #00539B;
	}
	
	#content .left .homeR a.box {
		width: 240px;
		text-align: center;
		display: block;
		clear: left;
		padding: 15px 0px 15px 0px;
		margin: 0px 0px 0px 0px;
		background: #ffffff;
		border: 2px dotted #1F8399;
		font-size: 14px;
		font-weight: bold;
		color: #1F8399;
		text-decoration: none;
	}
	
	#content .left .homeR a.box:hover {
		color: #7c8e99;
	}

/* Internal Content */

.internal, #content.internal {
	background: url(/images/content-bg-nav.gif) left top repeat-y;
}

#content.internal .left {
	width: 535px;
	padding: 15px 65px 25px 200px;
	color: #333333;
}

#content.internal .left p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#content.internal .left div + p {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

#content.internal .left h1 {
	font-size: 14px;
	line-height: 18px;
	color: #34669a;
	font-weight: bold;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h2 {
	font-size: 12px;
	line-height: 16px;
	color: #1F8399;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h3 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h4 {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h5 {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	color: #013366;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h1 a {
	color: #34669a;
	text-decoration: underline;
}

#content.internal .left h2 a {
	color: #1F8399;
	text-decoration: underline;
}

#content.internal .left h3 a {
	color: #000000;
	text-decoration: underline;
}

#content.internal .left h4 a {
	color: #888888;
	text-decoration: underline;
}

#content.internal .left h5 a {
	color: #013366;
	text-decoration: underline;
}

#content.internal .left h2 + h5,#content.internal .left h3 + h5, #content.internal .left h4 + h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h5 + h4, #content.internal .left h2 + h4, #content.internal .left h3 + h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h5 + h3, #content.internal .left h4 + h3, #content.internal .left h2 + h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left h3 + h2, #content.internal .left h4 + h2, #content.internal .left h5 + h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left p img, #content.internal .left h2 img{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

/* */

#content.internal .left ul, #content.internal .left ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#content.internal .left ul li {
	list-style-image: url(/images/bullet2.gif);
}

#content.internal .left ul.resources {
	list-style: none;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#content.internal .left ul.resources li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 15px 0px;
	float: left;
	width: 110px;
	display: block;
	color: #1f8399;
}

#content .left a {
	text-decoration: underline;
}

#content .left a:hover {
	text-decoration: none;
}

/* Search Column */
#content.internal .search-results {
	float: left;
	width: 535px;
	padding: 15px 65px 25px 200px;
	color: #000000;
}

#cse-search-results iframe {
	width: 535px;
}

/* Right Column Home and Internal */

.right {
	width: 160px;
	float: left;
	background-color: #b2c8d3;
	padding-bottom: 15px;
}

	.right ul {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
	}
	
	.right ul li {
		padding: 15px 15px 15px 15px;
		margin: 0px 0px 0px 0px;
		list-style: none;
		display: block;
		background: url(/images/dash-teal.gif) left top repeat-x;
		font-family: "Trebuchet MS";
		font-size: 13px;
		line-height: 15px;
		font-weight: bold;
	}
	
	.right ul li a {
		color: #24408F;
	}
	
	.right ul li a:hover {
		text-decoration: underline;
	}
	
	.right ul li:first-child {
		background: none;
	}
	
	.right p {
		text-align: center;
	}
	
	.right a img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100); 
		opacity: 1;
		zoom: 1; /* to make transparency work in IE */
	}
	
	.right a:hover img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
		filter: alpha(opacity=65); 
		opacity: .65;
	}
	
/* Internal NAVIAGTION 3rd */
	
#content .leftnav {
	position: absolute;
	left: 0;
	display: block;
	width: 120px;
	padding: 0px 0px 0px 0px;
	margin: 20px 40px 0px 40px;
}

#content .leftnav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #737ab3;
	border-top: 2px dotted #AFBD22;
}

#content .leftnav ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 2px dotted #AFBD22;
}

#content .leftnav a {
	color: #ffffff;
	display: block;
}

#content .leftnav li.current {
	background-color: #8491cb;
}

#content .leftnav li.current a {
	color: #FFDA98;
}

#content .leftnav a:hover {
	color: #39405c;
}

#sitemap ul{
	margin-bottom: 24px;
}

#sitemap ul li{
	text-transform:uppercase;
	font-weight:bold;
}

#sitemap ul li ul li{
	text-transform:none;
	font-weight:normal;
}

/* Lists */

#content div.left div.list p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content div.left div.list h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content div.left div.pages {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.crumbs { 
	font-size:10px;
	color:#999999;
}

.crumbs a {
}

/* Profiles */
#profiles_block{
	display:block;
	margin: 48px 0px 48px 0px;
	padding: 0px 0px 0px 0px;
	width: 535px;
}

#profiles_block .column{
	float:left;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 48px;
	text-align: center;
}

#profiles_block .column img{
	margin-top: 138px;
	cursor: pointer;
}

#profiles_block #profiles{
	position: relative;
	float:left;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 439px;
	height: 340px;
	overflow: hidden;
}

#profiles_block #profiles div{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	display: none;
	width: 434px;
}

#profiles_block #profiles div img{
	float: left;
	margin: 0px 24px 24px 0px;
	width: 200px;
}

#profiles_block #profiles div div.profile_text{
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
}

#profiles_block #profiles div h2{
	margin-top: 0px;
}

#profiles_block #profiles div h3{
	margin-top: 0px;
	font-size: 10px;
	color: #013366;
}

/* Footer */

#footer {
	float: left;
	width: 960px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

#footer a {
	color: #24408F;
	text-decoration: underline;
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
} 

.success {
	font-weight: bold;
	color: #339900;
}

/* eWeb */
