@charset "UTF-8";
/* default.css */

/* default tags*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	background-color: #DEDDD1;
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
}

/* default links */
a {
	color: #606060;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

a:link {
	color: #606060;
}

a:visited {
	color: #606060;
}

a:active {
	color: #000000;
}

a:hover {
	color: #64a0c2;
}

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

#content {
	width: 960px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f2f1e5;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 101px;
	display: block;
	background-color: #293646;
	background-image: url(../images/layout/headerBG.jpg);
	background-position: left;
	background-repeat: repeat-x;
}

#headerText {
	position: absolute;
	top: 0px;
	left: 780px;
	display: block;
	height: 101px;
	width: 150px;
	padding-right: 30px;
	letter-spacing: -.03em;
	line-height: 110px;
}

#headerText a{
	color: #ffffff;
	text-decoration: none;
}

#seal {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 101px;
	display: block;
	background-image: url(../images/layout/seal.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#seal img {
	margin: 0px;
	padding: 0px;
	padding-left: 117px;
	padding-top: 34px;
	border: none;
}

#mission {
	width: 960px;
	height: 258px;
	display: block;
	background-color: #f2f1e5;
}

#missionInside {
	width: 960px;
	height: 174px;
	display: block;
	background-color: #293646;
	background-image: url(../images/layout/missionStatement2.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#menu {
	margin: 0px;
	padding: 0px;
	padding-left: 120px;
	padding-right: 120px;
	display: block;
	width: 720px;
	height: 40px;
}

#menu ul, #menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	background-image:url(../images/layout/menuItemBG.gif);
}

#menu ul li a img {
	border: none;
}

#menu ul li a, #menu ul li ul li a {
	display: block;
}

#menu ul li:hover, #menu ul li.menuhover {
	background-image:url(../images/layout/menuItemCurrent.gif);
	background-position: top center;
}

#menu ul li ul li:hover{
	background-image: none;
}

/* flyouts start*/

#menu li ul { /* hides flyouts */
	display: block;
	position: absolute;
	left: -999em;
	width: 150px;
	background-color: #f2f1e5;
	text-align: center;
}

#menu li ul li {
	background-color: #f2f1e5;
	line-height: 20px;
	clear: both;
	background-image: none;
	width: 150px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	padding-bottom: 5px;
	text-align: center;
}

#menu ul li:hover ul {
	position: absolute;
	left: auto;
	/* height: 1%; */
	z-index: 0;
}

#menu ul li.flyout ul {
	position: absolute;
	left: auto;
	/* height: 1%; */
	z-index: 0;
	margin-left: -15px;
}


/* */

#left {
	display: block;
	float: left;
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
	_margin-left: 5px; /* ie 6 fix */
	padding: 20px;
	border-top: solid 10px #deddd1;
	width: 200px;
/*
	height: 300px;
*/
	background-color: #e8e7db;
}

#leftContainer {
	display: block;
	float: left;
	margin: 0px;
	margin-top: 15px;
	margin-left: 10px;
	_margin-left: 5px; /* ie 6 fix */
	width: 240px;
}

#leftInside {
	display: block;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	padding: 20px;
	border-top: solid 10px #deddd1;
	width: 200px;
	background-color: #e8e7db;
}

	#leftInside ul, #leftInside ul li{
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		list-style:none;
	}

	 #leftInside ul li{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style:none;
	}

#home {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
}

#right {
	display: block;
	float: left;
	margin: 10px 0px 10px 10px;
	_margin-left: 5px;
	padding: 20px 20px 20px 20px;
	border-top: solid 10px #deddd1;
	width: 650px;
	background-color: #fcfbef;
}

#rightInside {
	display: block;
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 20px;
	border-top: solid 10px #deddd1;
	width: 650px;
	min-height: 360px;
	background-color: #fcfbef;
}

.blueBox {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 8px;
	margin-right: 10px;
	background-color: #64a0c2;
	font-size: 7px; /* fixes IE6 where 13 high instead of 10 */
}

.news {
	color: #64a0c2;
	font-weight: bold;
}

#footer {
	margin: 0px;
	padding: 10px;
	width: 940px;
	height: 165px;
	display: block;
	float: left;
}

.largeButton {
	width: 165px;
	height: 165px;
	display: block;
	float: left;
	background-color: #fcfbef;
	margin-left: 10px;
}

.largeButtonH {
	width: 165px;
	height: 165px;
	display: block;
	float: right;
	background-color: #fcfbef;
	margin-left: 10px;
}

.largeButton img , .largeButtonH img {
	border: none;
}

.largeButton:hover, #footer img.sfhover {
	background-color: #fffff7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;
}

.sponsor {
	width: 240px;
	height: 78px;
	display: block;
	float: none;
	clear: both;
	background-color: #fcfbef;
	margin-bottom: 10px;
}

.sponsor img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
	filter: alpha(opacity=40);
	opacity: 0.4;
	border: none;
}

.sponsor img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #fffff7;
}

a {
	color: #606060;
	text-decoration: underline;
}

a:hover {
	color: #64a0c2;
}

#notes {
	display: block;
	float: left;
	width: 920px;
	height: 50px;
	text-align: center;
	padding: 20px;
	margin: 0px;
	margin-right: -3px; /* duplicate characters at end of page in IE6 FIX */
}

#notes img {
	padding: 10px;
}

.style1 {
	color: #64A0C2
}

h2 {
 font-weight: normal;
}

.company {
	float: left;
	display: inline;
	width: 300px;
	padding: 0px;
	margin: 0px;
	margin-right:25px;
}

.companyImage {
	float: right;
	padding: 10px 10px 10px 10px;
	border: 1px solid #deddd1;
	background: #ffffff;	
}

/* search */


#search input[type=text] {
	color: #000000;
	background: #ffffff;
	border: 1px solid #999999;
	margin: 0px 10px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 190px;
	height: 17px;
	float: left;
}

#search input[type=submit] {
	color: #ffffff;
	background: #838383;
	border: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 60px;
	height: 23px; /* includes padding and border */
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}

#search input:focus {
	border-color: #000000;
}

/* pagination */

.pagination{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.pagination li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.pagination li.pages{
	float: right;
	text-align: right;
}

.pagination li.pages a {
	text-decoration:underline;
}

.pagination li.pages a.current{
	text-decoration: none;
	color: #000000;
}

/* search */
#cse-search-results iframe {
	width: 648px;
	background: transparent;
}

/* default overrides */

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

.sticky {
	background: url(../images/layout/thumbtack.gif) left 10px no-repeat;
}

input.error, select.error{
	background: #ffcccc;
}

.hide{
	display: none;
}

.clear {
	clear: both;
	height: 20px;
}