/* The basic setup */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a:link {
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
a:visited{
	color: #6C9AB5;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #0066CC;
}
a:active{
	color: #D6845B;
}
.more {
	padding-top: 10px;
}
a .orange {
	color: #CC6633;
	font-weight: bold;
}
a.arrow {
	background: url(/img/icons/arrow_round.gif) no-repeat 0px 1px;
	padding-left: 15px;
	height: 13px;
}
/* Used to help clear floats so that parents extend to enclose floated children */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
/* End of basic setup */

/* The container...well, contains all the content for the page and controls background faux columns */
#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid #e3e3e3;
	background-image: url(/img/bg/bg_index.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	height: auto;
}
/* End of container */

/* Begin Title styles - For the logo, name and slogan */
#logo {
	height: 100px;
	width: 800px;
	margin: 10 0 2;
	padding: 0;
	background-color: #FFFFFF;
}
#logo h1 {
	font-size: 22px;
	color: #333333;
	margin: 0;
	padding-top: 30px;
	padding-left: 0px;
	font-weight: bold;
}
#logoh2 {
	background-position: right;
	right: 125px;
	position: absolute;
	top: 20px;
}
#logo p {
	font-size: 13px;
	color: #394C8D;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 5px;
	font-style: italic;
}
/* End of Title styles */

/* Begin Menu */
#menu {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 800px;
	background-color: #4c6baf;
	border-right: 0px solid #e2e2e2;
	border-left: 0px solid #e2e2e2;
	}
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
#menu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}
#menu li a {
	border-right: 1px solid #E2E2E2;
}
#menu li.last a {
	border-style: none;
}
#menu li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4c6baf;
	border-bottom-color: #4c6baf;
	border-left-color: #4c6baf;
}
#menu a {
	height: 22px;
	width: 99px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding-top: 8px;
	}
#menu li ul li a {
	height: 22px;
	width: 175px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	border-style: none;
	}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:hover {
	color: #FFFFFF;
	background-color: #fdd913;
	text-decoration: none;
	}
#menu a:active {
	color: #FFFFFF;
	background-color: #fdd913;
	text-decoration: none;
	}
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #4c6baf
}
/* End Menu */

/* Begin Masthead */
#masthead {
	height: 200px;
	width: 800px;
	border-bottom-width: 1px;
}


/* Begin Left Column */
#one {
	width: 580px;
	float: left;
}
#one h1 {
	font-size: 1.85em;
	color: #333333;
	font-weight: normal;
	padding: 0px 0px 10px;
	margin: 0px;
	}
#one h2 {
	font-size: 1.75em;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
	}
#one h3 {
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#one h3 a {
	color: #CC6633;
	text-decoration: none;
}
#one p {
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	margin: 0px;
	padding-bottom: 5px;
	}
#mission {
	width: 560px;
	background-image: url(../img/bg/bg_info2.gif);
	background-position: left bottom;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #FFFFFF;
	float: left;
	margin: 15px 0px 0px;
	padding: 0px 15px 10px 0px;
	}
#mission p {
	margin: 0px 0px 5px;
	padding: 0px;
}
#mission em {
	background-color: #FFFFCC;
	font-style: normal;
}
#news {
	border-top-color: #E3E3E3;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
	background-image: url(../img/bg/bg_info2.gif);
	background-position: left bottom;
	width: 560px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 10px 15px 10px 0px;
	}
#news p {
	margin: 0px;
	padding-bottom: 7px;
}
#services {
	width: 580px;
	float: left;
	margin: 10px 0px 0px;
	padding: 0px 0px 10px;
}
#services h1 {
	color: #FFFFFF;
	background: url(/img/bg/bg_services_h1.gif);
	display: block;
	line-height: 32px;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 7px;
	height: 32px;
	width: 239px;
}

.service {
	width: 175px;
	float: left;
	margin: 10px 9px 0px;
	padding: 0px 10px;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	background: url(/img/bg/bg_services_h1.gif);
}
.servicefirst {
	width: 247px;
	float: left;
	padding: 10px 17px;
	background: url(/img/bg/bg_services.gif) repeat-x left top;
	margin: 10px 0px 0px;
}
.servicelast {
	width: 246px;
	float: left;
	padding: 10px 17px;
	margin: 10px 0px 0px 13px;
	background: url(/img/bg/bg_services.gif) repeat-x left top;
}
.service p, .servicelast p, .servicefirst p {
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	line-height: 1em;
}

/* End of left column */


/* right column */
#two {
	width: 200px;
	color: #555555;
	float: left;
	padding: 0px;
	background: none;
	margin: 10px 0px 0px 10px;
}
#two h2 {
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	padding: 0px 0px 0px;
	margin: 0px;
}
#resourcedescription {
	font-size: 11px;
	margin: 0px;
	line-height: 15px;
	color: #333333;
	padding: 10px 0px;
}
.cta {
	margin: 0px;
	padding: 10px 0px;
	display: block;
	float: left;
	width: 200px;
	border-bottom: 1px solid #e2e2e2;
}
.cta img {
	float: left;
}
.cta h2 {
	color: #333333;
	font-size: 12px;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
}
.cta h2 a:link, .cta h2 a:visited, .cta h2 a:active {
	text-decoration: none;
}
.cta h2 a:hover { text-decoration: underline; }
.cta p {
	padding: 0px;
	color: #333333;
	margin: 5px 0px 0px;
	font-size: 1em;
	line-height: 14px;
	display: block;
}
.cta:hover {
	background-image: url(../img/bg/cta_hover.gif);
	background-repeat: repeat-y;
}
.icon {
	float: left;
	width: 50px;
	margin: 0px;
	padding: 0px;
}
.copy {
	float: left;
	width: 195px;
	margin: 0px, 0px;
	padding: 0px. 0px, 0px, 5px;
	padding: 0px;
}
/* End of right column */


/* footer */
#footer {
	width: 800px;
	background-color: #FFFFFF;
	padding: 10px 0px 0px;
	margin: 0px auto 10px;
	border-top-color: #FFFFFF;
}
#footer p {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #000000;
}
#footerleft {
float: left;
width: 400px;
}
#footerright {
	float: left;
	width: 400px;
	text-align: right;
}
/* End of Footer */

/* Below the Fold Text */
#btf {
	padding: 15px 0px 15px 0px;
	margin: 0px auto;
	width: 800px;
}
#btf p, #btf a:link, #btf a:visited, #btf a:hover, #btf a:active {
	color: #000000;
	line-height: 15px;
}
/* End of Below the Fold Text */
