@charset "utf-8";


body  {
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* do not change this */
	text-align: center; /*this helps to center the page within the browser*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#021b2c;
}

h1 {
	color: #244259;
	font-weight: normal;
	font-size: 20px;
	line-height:28px;
	margin:5px 0px 5px 0px;
}

h2 {
	color: #244259;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	line-height:20px;
	margin:5px 0px 5px 0px;
}

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
	padding:3px 0px 10px 0px;
	margin:5px 0px 5px 0px;
}

h4 {
	color: #244259;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	margin:5px 0px 0px 0px;
}

li {
	padding: 0px 0px 10px 0px;
}

table {
	border-collapse:collapse;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px;
	font-size: 11px;
}

table td {
	text-align: center;
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}


table th {
	text-align: center;
	line-height: 20px;
	border: 1px solid #AAAAAA;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
	font-size: 11px;
	padding: 2px 10px 2px 10px;
}

table th a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}


img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}

a  {
	color: #752a38;
}

a:hover {
	text-decoration:underline;
}

a img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}
	  
img.moveDown {
	vertical-align:-3px;
}

.box {
background-color:#CC9933;
border-radius: 20px;
border:3px solid #000000;
}

.clearfoat {
clear:both;
}

#pagecontainer {
	text-align: left;
	margin: 10px auto; /*The sets the space above the page and centers the pages within the browser*/
	padding: 0px;
	border:0;
	width: 955px;
	background-color:#ffffff;
}

/* Begin all banner related items */
#agencyheader {
	position:relative;
	height: 175px;
	background-image:url(graphics/agency_banner.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
}

.fontsizer {
	float:left;
	width: 100px;
	height: 25px;
	padding-left: 10px;
	text-align: left;
}
   
img.fontsizer  {
	border-width: 0;
}

#websiteid {
	float:right;
	width: 500px;
	height: 25px;
}

#skip {
	float:right;
	width: 90px;
	height: 25px;
}

#headerdate {
	position: absolute;
	top:150px;
	left:0px;
	width:180px;
	text-align: left;
	color: #142b3d;
	padding: 7px 0px 3px 15px;
	font-size:10px;
}

.headerNav  {
	position:absolute;
	top:150px;
	right:0px;
	width:735px;
	color:#666666;
	padding: 7px 10px 3px 0px;
	text-align:right;
	font-size:10px;

}

a.bannerMenu  {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	border-left: 1px solid #222222;
	padding: 2px 6px 2px 6px;
}

a.bannerMenu2  {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	padding: 2px 6px 2px 6px;
}

a:hover.bannerMenu,  a:hover.bannerMenu2 {
	color:#ffffff;
	text-decoration:none;
}
/* End all banner related items */


/* Begin all content area items */
#contentarea {
	position:relative;
	float: left;
	width:700px;
	padding: 10px 20px 25px 25px;
	vertical-align:top;
	line-height: 1.5em;
}

.contentnarrow  {
	width:520px;
	float:left;
}

.contentwide  {
	width:690px;
	float:left;
}

/* Begin all left sidebar items */
#leftsidebar {
	float: left;
	width: 200px;
	padding: 25px 0px 15px 10px;
	text-align:center;
}

#leftNav {
	width: 185px;
	margin-top: 0px;
	border-bottom-width: 1px solid #BBBBBB;
	text-align: left;
}

#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftNav li {
	padding: 0px;
	margin-top: 0px 0px 1px 0px;
	border-top: 1px solid #BBBBBB;
}

#leftNav ul a {
	display:block;
	padding: 5px 10px 5px 20px;
	width: 155px;
	color: #063d64;
	text-decoration: none;
	background-image: url(graphics/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

#leftNav a:hover {
	color: #999999;;
	background-image: url(graphics/arrow_hover.gif);
	text-decoration: none;
}

#leftNav ul ul a {
	display:block;
	list-style-type: none;
	width: 120px;
	padding: 2px 10px 2px 37px;
	color:#999999;
	text-decoration: none;
	background-image: url(graphics/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;
}
/* End all left sidebar items */

/* Begin all right sidebar items */
#rightsidebar {
	float:right;
	top:0px;
	width: 160px;
	padding: 0px 0px 0px 0px;
}

/*Needed for Search */

/* Use this one for Search in below Header only*/
.mno-search-div {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* Use this one for Search in Header only
.mno-search-div {
	top:153px;
	right:20px;
	width:170px;
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
*/

.mno-search-div form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	height:20px;
}

.mno-search-div #q {
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:1px 1px 1px 1px;
	border:1px solid #063d64;
	border-collapse:collapse;
	text-align:center;
	color:#999;
}

.mno-search-div .mno-button {
	width:19px;
	height:19px;
	background-color:#000000;
	background-image:url(graphics/search-icon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer; /* Hand cursor for the normal state */
	line-height:19px;
	border: #2c356b none 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mno-search-div .mno-button:hover {
	background-image:url(graphics/search-icon-over.gif);
}

.mno-search-div .mno-button:focus {
	background-image:url(graphics/search-icon-focus.gif);
}
/*Needed for Search */


.search_home {
	width:170px;
	padding: 0px 10px 10px 0px;
	background:none;
	border:none;
}
.search_home td {
	background:none;
	border:none;
	}
	
.searchbar form {
	padding: 0px;
	margin-top: 5px 0px 0px 0px;
}

.searchbar input {
	border:1px solid #0c4369;
	padding:0px;
	font-size: 11px;
	margin: 0px;
}

.searchtext {
	color:#0c4369;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 0px;
}
#searchBox {
	border: 1px solid #0c4369;
	border-collapse:collapse;
	background-color:#ffffff;
	height:15px;
	vertical-align:middle;
	margin: 0px;
}

.searchBtntext {
	color:#ffffff;
	font-size:100%;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}

#submitButtonName {
	border: 0px solid #5687a9;
	border-collapse:collapse;
	text-align: center;
	font-size:10pt;
	height:15px;
	width:26px;
	background-color:#0c4369;
	vertical-align:middle;
}

.date {
	color:#770000;
}

/* End all right sidebar items */
/* End all content area items */

#footnote {
	clear: both;
	padding:0px 20px 0px 230px;
}

/* Begin Address area items */

#address {
	clear: both;
	text-align:center;
	padding: 0px 0px 0px 210px;
	width: 745px;
	color: #999999;
	font-size:10px;
}

/* Begin all footer area items */
#footer {
	clear: both;
	height:35px;
	background-color:#142b3d;
}

.footerleft {
	float:left;
	background-image:url(graphics/footer_seal.gif);
	background-position:15px 4px;
	background-repeat:no-repeat;
	height:25px;
	padding-left:50px;
	padding-top:10px;
	width:400px;
	text-align:left;
	color:#999999;
}

.footerleft a {
	color: #ffffff;
	text-decoration: none;
}

.footerleft a:hover {
	color:#063d64;
	text-decoration: none;
}

.footerleft a:visited {
	color:#ffffff;
	text-decoration: none;
}

.footerright {
	float:right;
	padding-top:10px;
	height:25px;
	padding-right:20px;
	width:450px;
	text-align:right;
	color:#ffffff;
}
/* End all footer area items */
/* Press Release related styles */

.autoMargin {
width:450px;
margin:auto;
}

.newsTable {
list-style-image:url(graphics/quicklinksarrow.gif);
background-color:#DEDEDE;
border-top: 3px solid #888888;
border-right: 1px solid #888888;
border-bottom: 3px solid #888888;
border-left: 1px solid #888888;
}

.newsTable a{
color: #244259;
text-decoration:none;
}

.newsTable a:visited {
color: #244259;
text-decoration:none;
}

.newsTable a:hover {
color: #000000;
text-decoration:none;
}

/* End Press Release styles */



