@charset "utf-8";
/* CSS Document */

.reddots {
	border: #f00 1px dotted;
}

body {
	background: #fff url(../pub/images/bbackground.jpg) top center repeat-x;
	back ground:#DDDDDD;
}

#homebg {
	margin:0 auto;
	width:950px;
	background:url(../pub/images/homebg.jpg) top center no-repeat #FFF;
}

#header {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 272px;

	background: url(../pub/images/headerbg.jpg) top left no-repeat;
}

#headerimage {
	float:right;
	clear: right;
	height: 159px;
	width: 491px;
}

#headerlogo {
	float:left;
}

#header.home {
	height: 250px;

	background: none;
}

#menu {
	float:right;
	padding:0;
	margin:0 5px 0 0;
	height: 78px;

	background: url(../pub/images/menubg.jpg) repeat-x;
}

#breadcrumbs {
	padding: 0 0 0 15px;
	font-size: 0.7em;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color:#004a6e;
	text-decoration:none;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration: underline;
}

#wrapper.home {
	background: none;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 100%;

	text-align:left;
	font-size: 0.9em;

}

#wrapper {
	background: #FFF;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 100%;

	text-align:left;
	font-size: 0.9em;

}

#homeContent {
	width: 100%;
	height: auto;
	background: none;
}

#homeBlurb {
	padding: 10px 25px;
	margin:0;
	width: 450px;
}

#content {
	float: right;
	padding: 0;
	margin: 0;
	width: 690px;
	height: 100%;
	line-height: 1.4em;
}

#homeNews {
	float: right;
	padding: 0;
	margin: 0;
	width: 690px;
	height: 100%;
}


#left {
	padding: 0;
	margin: 0;
	width: 250px;
	height: 100%;

	overflow: hidden;
}

#factslink, #emailsignup {
	font-size: 0.8em;
}

#factslink { overflow:visible;
	padding: 15px 0 15px 50px;
	background: url(../pub/images/factemail_01.jpg) -7px 0px no-repeat;
}

#emailsignup {
	overflow:visible;
	padding: 15px 0 0 50px;
	background: url(../pub/images/factemail_02.jpg) -5px 10px no-repeat;
}

#factslink h3 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1.1em;
	font-style:normal;
	text-transform:uppercase;
	background:none;
}

#emailsignup h3 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1.1em;
	font-style:normal;
	text-transform:uppercase;
	background:#FFF;
}

#footer {
	margin: 25px 0 0 0;
	padding: 44px 0 0 0;
	clear:both;
	width: 100%;
	height: 60px;

	background: url(../pub/images/footerbg.jpg) 0px 44px repeat-x #FFF;
	font-size: 0.8em;
}

#footermenu {
	padding: 20px 0 0 0;
	float:right;
	width: 300px;
}

#footertext {
	padding: 20px 0 0 20px;
	width: 400px;
	float:left;
}

.inside {
	padding: 10px;
}

.clearall {
	clear: both;
}


/*NEWS BOXES and BLUE BOXES*/

.homeNewsBox {
	font-size:0.8em;
	float:left;
	padding: 10px 0 0 0;
	margin: 0 25px 0 25px;
	width: 198px;
	background: url(../pub/images/newsbox_top.gif) top center no-repeat;
	display:inline-block;
}

.homeNewsBox div#bottom {
	padding: 0 0 12px 0;
	background: url(../pub/images/newsbox_bottom.gif) bottom center no-repeat;
}

.homeNewsBox div#bottom div#middle p {
	margin: 0 0 0px 0;
	padding: 10px 0 0 0;
}

.homeNewsBox div#bottom div#middle h2 a {
	color:#004a6e;
	text-decoration: none;
	font-weight:bold;
}

.homeNewsBox div#bottom div#middle h2 {
	line-heigh: 1em;
	padding: 0;
	margin:0 0 5px 0;
	color:#004a6e;
	text-decoration:none;
}

.homeNewsBox div#bottom div#middle {
	border: 1px solid #96d3ef;
	border-top:none;
	border-bottom:none;
	background: url(../pub/images/newsbox_middle.gif) top center repeat-x;
	padding: 0;
}


.smallBlueBox {
	font-size:0.8em;
	float:right;
	padding: 10px 0 0 0;
	margin: 0 20px 0 20px;
	width: 198px;
	background: url(../pub/images/newsbox_top.gif) top center no-repeat;
	display:inline-block;
}

.smallBlueBox div#bottom {
	padding: 0 0 12px 0;
	background: url(../pub/images/newsbox_bottom.gif) bottom center no-repeat;
}

.smallBlueBox div#bottom div#middle p {
	margin: 0 0 0px 0;
	padding: 10px 0 0 10px;
}

#bluebox {
 list-style:disc;
 line-height:1.2em;
 margin-bottom: 0px;
 padding: 0px;
 margin-left: 15px;
}
#bluebox li {
	padding: 0px;
}

.smallBlueBox div#bottom div#middle h2 a {
	color:#004a6e;
	text-decoration: none;
	font-weight:bold;
}

.smallBlueBox div#bottom div#middle h2 {
	padding: 0;
	margin:0 0 5px 0;

	color:#004a6e;
	text-decoration:none;
	line-heigh: 1em;
}

.smallBlueBox div#bottom div#middle {
	border: 1px solid #96d3ef;
	border-top:none;
	border-bottom:none;
	background: url(../pub/images/newsbox_middle.gif) top center repeat-x;
	padding: 0;
}

.bigBlueBox {
	font-size:0.8em;
	padding: 10px 0 0 0;
	margin: 0 25px 0 25px;
	width: 498px;
	background: url(../pub/images/bigbox_top.gif) top center no-repeat;
	display:inline-block;
}

.bigBlueBox div#bottom {
	padding: 0 0 12px 0;
	background: url(../pub/images/bigbox_bottom.gif) bottom center no-repeat;
}

.bigBlueBox div#bottom div#middle p {
	margin: 0 0 0px 0;
	padding: 10px 0 0 10px;
}

.bigBlueBox div#bottom div#middle p li{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	line-height: 1em;
	float:right;
	display:block;
}


.bigBlueBox div#bottom div#middle h2 a {
	color:#004a6e;
	text-decoration: none;
	font-weight:bold;
}

.bigBlueBox div#bottom div#middle h2 {
	padding: 0;
	margin:0 0 5px 0;

	color:#004a6e;
	text-decoration:none;
	line-heigh: 1em;
}

.bigBlueBox div#bottom div#middle {
	border: 1px solid #96d3ef;
	border-top:none;
	border-bottom:none;
	background: url(../pub/images/newsbox_middle.gif) top center repeat-x;
	padding: 0;
}

.padfive {
	padding: 0 10px 0 10px;
}


.shiftright {
	padding-left: 25px;
}


	/*MENUS*/


#footermenu { /*This is now a text block but is still fromatted using this definition*/
	width:300px;
	margin:0 0 0 0px;
	padding:20px 20px 0 0;
	text-align: right;
}


/*USEFUL LINKS ACCORDIAN STYLING*/

#content ul#UsefulLinks_Acc.xMenu {
	display: block;
	width: 600px;
	text-align: left;
}

#content ul#UsefulLinks_Acc.xMenu li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	list-style:none;
	border-bottom:1px dotted #004a6e;
}

#content ul#UsefulLinks_Acc.xMenu li span {
	border:none;
	font-weight:bold;
}

#content ul#UsefulLinks_Acc.xMenu ul li {
	font-size: 0.9em;
	border:none;
	list-style: disc;
	padding: 5px 0px;
}

ul#UsefulLinks_Acc.xMenu ul li a, #UsefulLinksAccordian.xMenu ul li a:link, #UsefulLinksAccordian.xMenu ul li a:visited {
	display:block;
	margin:0;
	padding:2px 0;
	border:none;
	text-decoration:underline;
	font-weight:normal;
	color: #004a6e;
}

ul#UsefulLinks_Acc.xMenu ul li a:hover, #UsefulLinks_Acc.xMenu ul li a:active {
	display:block;
    margin:0;
	padding:2px 0;
	border:none;
    text-decoration:none;
	color: #004a6e;
	font-weight: normal;
}


/* Accordion Menu */
.xMenu {
	width:140px;
	margin:0 0 0 0px;
	padding:0 0 10px 20px;
}

#left .xMenu li {
	border-bottom: 1px dotted #004a6e;
	list-style:disc;
}

#left .xMenu li a, #left .xMenu li span, #left .xMenu li a:link, #left .xMenu li a:visited {
    display:block;
    margin:0;
	padding:2px 0;
    border:none;
    text-decoration:none;
    font-weight:normal;
}

#left .xMenu li a:active {
	display:block;
    margin:0;
	padding:2px 0;
    borde:none;
    text-decoration:none;
	color: #85c226;
	font-weight: normal;
}

#left .xMenu ul li {
	border:none;
}

#left .xMenu ul li a, .xMenu ul li span, .xMenu ul li a:link, .xMenu ul li a:visited {
    display:block;
    margin:0;
	padding:2px 0;
    border:none;
    text-decoration:none;
    font-weight:normal;
}

#left .xMenu ul li a:active {
	display:block;
    margin:0;
	padding:2px 0;
    border:none;

	text-decoration:none;
	color: #85c226;
	font-weight: normal;
}
#left .xMenu li ul li{
padding: 2px 0;
margin:0;
}
a:link, a:visited {

	font-weight:normal;
	text-decoration:underline;
	color:#004a6e;
}

a:hover, a:active {

	font-weight: normal;
	text-decoration:none;
	color:#004a6e;
}

a:nohover:link, a.nohover:visited, a:hover.nohover, a:active.nohover{

	text-decoration:none;
	color: #004a6e;
}

.btnSearch {
	position:absolute;
	top: 0px;
	left: 135px;

	margin:0;
	padding: 0;
	width:61px;
	height: 24px;

	background:url(../pub/images/btn_search.jpg) top left no-repeat;
	border:none;
	font-size: 12px;
	text-transform:uppercase;
	color: #004a6e;
}

.txtSearch {
	position: absolute;
	top: 0px;
	left: 2px;

	margin:0 0 0 0;
	padding: 3px 0 0 0;
	width:125px;
	height: 24px;

	background:none;
	border:none;
	color: #004a6e;
}

.searchDiv {
	position:relative;
	height:24px;

	background:url(../pub/images/txt_search.jpg) 0 0 no-repeat;
}

.small {
	font-size:0.8em;
}

ul#sitemap h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#sitemap li {
	padding: 5px 0 0 0;
}
ul#sitemap li a {
	padding: 0 0 0 0;

	font-weight:bold;
}

ul#sitemap ul li a {
	padding: 0;

	font-weight:normal;
}

sup { line-height: 0em;}

#left .xMenu ul li a.currentpage{
	color:#85c226 !important;
}

a.currentpage{
	color:#85c226 !important;
}

/*Intranet Login*/

ul.mIntranet {
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:right;
	list-style:none;
	text-align:center;
}

ul.mIntranet li {
	padding: 2px 0px 3px 0px;
	width: 100%;
	bo rder:red dotted 1px;
	margin:0px;
	text-align:left;

}
ul.mIntranet li label{
	float:left;
	text-align:right;
	width:30%;
	display:inline;
	bo rder:red dotted 1px;
	clear:left;
	padding: 3px 3px 0px 0px;
}
ul.mIntranet li input{
	display:inline;
	bo rder:red dotted 1px;
}
ul.mIntranet li div{
	width:auto;
	text-align:left;
	clear:left;
	margin: 0; padding: 0;
}
