/* CSS Document */



html, body {
	background-color: #E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background: url('../images/bg_site.gif') repeat-y top center;
	font-size: 70%;
}
body a{
	color:#004891;
	text-decoration:none;
}
body a:hover{
	color:#FF9900;
}
.link-underline{
	color:#004891;
	text-decoration:underline;
}
.link-underline a{
	color:#004891;
	text-decoration:underline;
}
.link-underline a:hover{
	color:#FF9900;
	text-decoration:inherit;
}
.link-sm{
	font-size: 90%;
	color:#004891;
	text-decoration:underline;
}
.link-sm a{
	color:#004891;
	text-decoration:underline;
}
.link-sm a:hover{
	color:#FF9900;
	text-decoration:inherit;
}
div #container {
	width: 940px;
	height: 100%;
	background-color:#FFF;
	position:relative;
	clear:both;
}
div #content-container {
	position:relative;  /* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:940px;
	overflow:hidden;/* This chops off any overhanging divs */
}
p {
	margin-bottom: 10px;
}

.career-select-box
{
	font-size: 14px;
	min-width: 170px;
}
/* --  ..............PRINT PREVIEW HEADER..............  --*/
div #print-preview {
	display: none;
}
/* --  ..............TITLE/SUBTITLES..............  --*/
h1 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 182%;
	margin-left:-1px;
	padding-bottom: 5px;
}
h1 a{
	color:#666666;
	text-decoration:underline;
}
h1 a:hover {
	color:#004891;
	text-decoration:underline;
}
h2 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight:bold;
	margin-left:-1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2 a {
	color:#666666;
	text-decoration:none;
}
h2 a:hover {
	color:#004891;
	text-decoration:underline;
}
h4 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	margin-left:-1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4 a {
	color:#666666;
	text-decoration:none;
}
h4 a:hover {
	color:#004891;
	text-decoration:underline;
}
.title {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 180%;
	margin-left:-1px;
	padding-bottom: 5px;
}
.title a {
	color:#666666;
	text-decoration:none;
}
.title a:hover {
	color:#ff9900;
	text-decoration:underline;
}
.midtitle {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-left:-1px;
	padding-bottom: 5px;
}
.midtitle a {
	color:#666666;
	text-decoration:underline;
}
.midtitle a:hover {
	color:#ff9900;
	text-decoration:underline;
}
.subtitle {
	color:#004891;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight:bold;
	padding-bottom: 3px;
}
.subtitle a {
	color:#004891;
	text-decoration:none;
}
.subtitle a:hover {
	color:#ff9900;
	text-decoration:underline;
}
/* --  ..............HEADER..............  --*/
div #header-holder {
	border-bottom:solid 1px #FFCC00;
	z-index:1;
}
div #header {
	vertical-align:top;
	text-align: left;
	height: 75px;
}
.header-column-1 {
	float:left;
	height: 75px;
}
.header-column-1 img {
	margin:0px;
	vertical-align:bottom;
}
.header-column-2 {
	display:none;
	height:0px;
	/*width:600px;
	padding-right: 15px;
	float:right;
	height: 75px;*/
}
.header-row-2a{
	float:left;
	padding-left:120px;
	padding-top: 10px;
}
.header-row-2b{
	float:right;
	vertical-align:top;
	padding-top: 10px;
}
div #top-navigation {
	display:none;
	height:0px;
	/*width:930px;
	height: 30px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	vertical-align: bottom;*/
	/*border:#F30 thin solid;*/
}
div #top-navigation div{
	margin:0px;
	vertical-align: bottom;
}
.top-nav-module {
	width:720px; 
	float:left;
	text-align:left;
	vertical-align: bottom;
	padding-top:8px;
	/*border:#3C9 thin solid;*/

}
.top-nav-module img{
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
.search {
	width:190px;
	margin-bottom:5px;
	float:right;
	vertical-align: top;
	/*border:#FC0 thin solid;*/

}
.search input {
	vertical-align:middle;
}
div #header-image {
	display:none;
	height:0px;
	/*margin: 0px;
	padding: 0 0 5px 0;
	vertical-align:top;
	top:auto;*/
}
div #header-image img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align:top;
}
div #header-tools{
	margin-left: 650px;
	padding: 0px;
	vertical-align:top;
}
/* --  ............................................ LANGUAGE NAVIGATION ............................................  --*/
.language-navigation {
	margin:0px;
	padding-bottom:5px;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	position: relative;
}
.language-navigation a {
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#999999;
}
.language-navigation a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration:underline;
}
.language-navigation li {
	display: inline;
	list-style-type: none;
	color:#999999;
}

/* --  ..............TOOLBAR.............. --*/
div #tools {
	display:none;
	height:0px;
	/*height: 30px;
	padding-top:0px;
	padding-bottom:4px;
	margin-left:-11px;
	vertical-align:middle;*/
}
.toolbar li {
	float: left;
	display: inline;
	list-style-type: none;
	margin-left:15px;
}
.toolbar a {
	padding: 5px 5px 5px 20px;
	color:#999999;
	text-decoration:none;
}
.toolbar a:hover {
	color:#FF9900;
}
.toolbar a.bookmark {
	background: transparent url('../images/icons/bookmark-icon.gif') left center no-repeat;
}
.toolbar a.email {
	background: transparent url('../images/icons/email-icon.gif') left center no-repeat;
}
.toolbar a.print {
	background: transparent url('../images/icons/print-icon.gif') left center no-repeat;
}

/* --  ................................................LEFT COLUMN................................................  --*/
div #left-cell {
	width: 755px;
	min-height:600px;
	height:auto !important;
	height: 600px;
	text-align: left;
	vertical-align: top;
	float: left;
}

/* --  ................................................LEFT COLUMN................................................  --*/
div #left-column {
	display:none;
	height:0px;
	/*width: 185px;
	min-height:600px;
  	height:auto !important;
	height:600px;
	text-align: left;
	vertical-align: top;
	float: left;
	position:relative;*/
}
.left-module-hp {
	width: 165px;
	height: 100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:15px;
}
.left-module {
	width: 165px;
	height: 100%;
	padding-top:44px;
	padding-bottom:10px;
	margin-left:15px;
}
.dot-list {
	width: 165px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.dot-list ul {
	margin: 0 0 -2px 0;
	padding: 0;
	list-style: none;
}
.dot-list li {
	padding-left: 10px;
	padding-bottom: 2px;
	background: url('../images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:0px 0 5px 0;
}
/* --  ................................................CENTER COLUMN................................................  --*/



div #center-column {
	width: 530px;
	min-height:600px;
	height:auto !important;
	height: 600px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	position:relative;
	float: left;
}
div #center-column hr {
	border: none;
	border-top: 1px dotted #333;
	width: 90%;
	height: 1px;
	margin: 0 auto 0 0;
}
div #full {
	width: 600px;
	min-height:600px;
	height:auto !important;
	height: 600px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	position:relative;
	float: left;
}
div #full hr {
	border: none;
	border-top: 1px dotted #333;
	width: 90%;
	height: 1px;
	margin: 0 auto 0 0;
}
div #news {
	width: 520px;
	padding-bottom: 20px;
}
div #newlist {
	width: 520px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.news-date {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-bottom: 5px;
}
.news-list ul {
	margin: 0 0 -2px 0;
	padding: 0;
	list-style: none;
}
.news-list li {
	padding-left: 10px;
	padding-bottom: 5px;
	background: url('../images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:4px 0 5px 0;
	border-bottom:1px dotted #333;
}
.feature-module {
	width: 100%;
	text-align: left;
	vertical-align: top;
	overflow:hidden;
	padding-bottom: 20px;
	padding-top: 5px;
}
.feature-module img {
	padding-bottom: 5px;
	margin: 0px;
}
div #feature1 {
	float:left;
	padding-left:0px;
	width: 48%;
	text-align: left;
	vertical-align: top;
}
div #feature2 {
	width: 48%;
	text-align: left;
	vertical-align : top;
	float:right;
	padding-right:0px;
}
div #content {
	text-align: left;
	vertical-align: top;
	padding:0px;
	margin:0px;
}

div #content ul{
	margin-left: 25px;
	padding: 0;
	list-style: none;
}
div #content li {
	padding-left: 0px;
	list-style-image: url('../images/list-yellow-square.gif');
	font-weight:normal;
	margin:5px 5px 5px 5px;
}
div #tab-box {
	display:none;
	height:0px;
	/*width:100%; 
	margin-top:7px;
	text-align:left;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;*/
}
.tab-box-bottom {
	width: 500px;
	height: 275px;
	background: url('../images/gradient.jpg') repeat-x bottom;
	border:1px solid #CCC;
	padding:10px;
}
.tab-box-bottom td{
	padding:10px;
}
.tab {
	text-align:center;
	width:100px;
	height:22px;
	background:url('../images/tab.gif') no-repeat;
	padding-right:2px;
}
.tab a {
	color:#333333;
	text-decoration:none;
}
.tab a:hover {
	color:#FF9900;
	text-decoration:underline;
}
.tab-active {
	text-align:center;
	width:100px;
	height:22px;
	background:url('../images/tab-active.gif') no-repeat;
	padding-right:2px;
}
.tab-active a {
	color:#333333;
	text-decoration:none;
}
.tab-active a:hover {
	color:#FF9900;
	text-decoration:underline;
}
/* --  ................................................RIGHT COLUMN................................................  --*/
div #right-column {
	display:none;
	height:0px;
	/*width: 185px;
	min-height:600px;
	height:auto !important;
	height: 600px;
	text-align: left;
	position:relative;
	float: left;*/
}

.right-module {
	width: 165px;
	height: 100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-right: 15px;
}

.contact-us {
	padding-bottom:20px;
}
.top-issues {
	width: 165px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.events {
	width: 165px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.events ul {
	margin: 0 0 -2px 0;
	padding: 0;
	list-style: none;
}
.events li {
	padding-left: 10px;
	padding-bottom: 5px;
	background: url('../images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:4px 0 5px 0;
	border-bottom:1px dotted #333;
}
.additional-content-right {
	width: 165px;
	margin-top:10px;
}
.additional-content-right ul {
	margin: 0 0 -2px 0;
	padding: 0;
	list-style: none;
}
.additional-content-right li {
	padding-left: 10px;
	padding-bottom: 5px;
	background: url('../images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:4px 0 5px 0;
	/*border-bottom:1px dotted #333;*/
}
.gray-box {
	width: 145px;
	background-color:#E6E6E6;
	padding:5px 10px 5px 10px;

}


/* --  ................................................FOOTER................................................  --*/



div #footer {
	width: 60%;
	margin: 0 auto 0 0;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	text-align:justify;
}
div #footer a {
	font-size: 110%;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#004891;
}
div #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration:underline;
}
.footer-navigation {
	display:none;
	height:0px;
	/*display: inline;
	list-style-type: none;
	color:#004891;*/
}
.no-print {
	display:none;
	height:0px;
}


