@charset "UTF-8";

html,
body {
	margin:0;
	padding:0;
	height:100%;  /* 100 % height */

}
html>body #wrap {height:100%;}  /* 100 % height */
#header {
	width:100%;
	height:370px;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}

html>body #content-wrap {height:100%;}  /* 100 % height */
html>body #content {
/* padding:300px 1em; 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
margin-left:auto;
margin-right:auto;
width:970px;
padding-top:370px;
padding-bottom:36px;

} 
#footer {
	width:100%;
	height:35px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/* Styling to make this demo page look just a little bit better */
html,
body {
	background-color: #F1F5F6;
}

#header,
#footer {

	text-align:center;
}


#wrap #content-wrap #content #contentbody {
	background-color: #dbdbdb;
}
#wrap #content-wrap #content #contentbody #leftcontent {
	width: 205px;
	float: left;
	background-color: #dbdbdb;
	margin: 5px;
	padding: 5px;
}
#wrap #content-wrap #content #contentbody #rightcontent {
	width: 730px;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #dbdbdb;
	padding: 5px;
}

#wrap #content-wrap #content #contentbody #rightcontent li {
	margin-bottom: 5px;
}

#wrap #content-wrap #content #contentbody #leftcontenthome {
	width: 305px;
	float: left;
	background-color: #dbdbdb;
	margin: 5px;
	padding: 5px;
}
#wrap #content-wrap #content #contentbody #rightcontenthome {
	width: 625px;
	float: right;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #dbdbdb;
	padding: 5px;
}

#wrap #content-wrap #content #contentbody #rightcontenthome li {
	margin-bottom: 5px;
}

#wrap #header #topnavigation {
	background-image: url(../images/navigation2.jpg);
	height: 30px;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 35px;
	padding-top: 12px;
}

#wrap #header #homeSearchBar {
	background-image: url(../images/home/homeLogoBarBG.jpg);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 49px;
	width: 970px;
	border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;
}

/* sIFR styles  */
   h1 {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
    }


   .sIFR-active h5 {
      visibility: hidden;
      font-family: Courier;
	  line-height: 1em;
	font-size: 12px;
    }

    .sIFR-active h5 {
      padding-bottom: 0;
    }


h1 {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h1 a {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


h5 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	line-height: 1em;
	color: #ffffff;
}
h5 a {
	color: #ffffff;
	text-decoration: none;
}


#wrap #header img {
	vertical-align: bottom;
}
.headerfont {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 0;
	font-size: 16px;
}
.contentintrotext {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A46F22;
	line-height: 20px;
}
.contenttext, .contenttext P {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-top: 0;
	padding-top: 0;
}
.contenttext A  {
	color: #000000;
	text-decoration: none;
}
.contenttext A:Hover  {
	text-decoration: underline;
}
.contentheader {font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 16px; font-weight: bold; }
.navover {color: #A46F22}


.headerfont {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	margin-bottom: 0;
}


.headerfont A {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.headerfont A:Hover {
	text-decoration: underline;
}
.style3 {
	padding-top: 0px;
	margin-top: 0px;
}

.contentheader {font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 16px; font-weight: bold; }
.navover {color: #A46F22}

#newslink {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#newslink:Hover {
	text-decoration: underline;
}

