body {
	font: 100.1% Helvetica, Arial, sans-serif;
	background-color: #41579d;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
margin-top:0;
font-size:.82em;
	line-height:19px;
}
td {	
font-size:.82em;
}
a {
	color:#A80300;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
}
img {
	border:none;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	color:#41579d;
	font-size:1.5em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
}
h2.splash {
	margin-bottom:10px;
}
h3 {
	font:1.0em Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin-bottom:0;
	color:#0b2987;
	}
h4 {
	font:.93em Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:0;
	margin-top:5px;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5em;
	color:#FFFFFF;
	font-weight:100;
	margin:0;
	letter-spacing:1px;
}
.oneColLiqCtrHdr #container {
	width: 807px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0 24px 24px 24px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#phone {
	float:right;
	margin:35px 0;
	}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 16px 16px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h3 {
	font:1.6em Helvetica, Arial, sans-serif;
	margin:0;
}
.oneColLiqCtrHdr #mainContent {
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
 margin-top:10px;
}
ul.list {
	margin-top:5px;
	padding-left:25px;
}
ul.list li{
	font-size:.82em;
	padding-bottom:15px;
}
#nav {	
	background:url(../images/navigation.jpg) repeat-x;
	height:33px;
}
#nav ul#MenuBar1 {
	padding:0 0 0 26px;
	margin:0;
}


#nav li a.last {
	padding-right:0;
	}
#hightlight {
	height:252px;
	background:url(../images/highlight.jpg) repeat-x;
	border-bottom:1px solid #0b2987;
}
#hightlight_inner {
	height:176px;
	background:url(../images/highlight.jpg) repeat-x;
	border-bottom:1px solid #0b2987;
}
#photo_inner {
		float:left;
		height:176px;
}
* html #photo_inner img {
margin: 0 ;
padding:0;
} 
#tagline {
	float:right;
	padding:80px 15px;
}
#tagline_inner{
	margin-left:433px;
	text-align:right;
	padding:140px 20px 0 15px;
}

.border {
	border:2px solid #EF9B29;
	margin:5px;
}
#splash_content {
	float:left;
	width:433px;
	padding:25px;
	font-family:Helvetica, Arial, sans-serif;
}
#buttons {
	margin-left:493px;
	padding:25px 10px 10px 10px;
	text-align:right;
	border-left:1px dashed #999999;
}
#buttons img {
	margin-bottom:20px;
	padding:0;
}
#inner_content {
	padding:20px 20px;
	
	}
.oneColLiqCtrHdr #footer { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font:.75em Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	line-height:18px;
}
#footer a {
	color:#ffffff;
	text-decoration:underline;
}
#newsletter {
	float:right;
	padding-top:10px;
}
.highlight_photo {
	padding-right:79px;
}
#splash_photos {
	margin-top:25px;
	margin-bottom:10px;
}

.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
}
  .corner1{
  background:url(../images/top.jpg) no-repeat;
  height:36px;
  width:807px;
  }
.corner1-bottom{
  background-image:url(../images/bottom-trans.png);
  height:7px;
  width:807px;
}
.cornerfg{
  background-color:#ffffff;
  background-image: url(../images/right-side.jpg);
  background-repeat: repeat-y;
  background-position: right top;
  width:807px;
}
.cornerfh {
  background-image:url(../images/left-side.jpg);
  background-repeat: repeat-y;
  background-position:left top;
  background-color:none;
  padding:4px 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.float_right {
	float:right;
}
.padding-top {
	padding-top:10px;
}
table.blue_border {	
	padding:10px;
}
.required {
	color:#f09d27;
	font-weight:bold;
}
.resources td {
	border-bottom:1px solid #cccccc;
	}
.resources p{
	margin:0;
}