@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #0c7bcd;
	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;
	background-image:url(images/page_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	line-height:1.4em;
}

a:link {color:#f76301;
}
a:visited{
color:#ff6f0f;

}
a:hover{
color:#ff982d;
}


#container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #064979;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
height:150px;

}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu{
background-image:url(images/menu_bg.gif);
background-position:top center;
background-repeat:no-repeat;
height:36px;
padding:6px 20px 0px 50px;
}

#menu ul{
list-style:none;
color:#FFFFFF;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#menu ul li {
	float:left;
	list-style:none;
	margin:0px;
	padding-right:25px;
}
#menu ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
}


#menu ul li a, #menu_container ul li a:link, #menu_container ul li a:visited {
	text-decoration:none;
}
#menu ul li a:hover {
	text-decoration:underline;
}



#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:860px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
#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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {color:#FFFFFF;
text-decoration:none;
}
#footer a:visited{
color:#FFFFFF;
text-decoration:none;

}
#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}


/*box*/

.box_container{
margin-bottom:0px;
}

.box_header_container{

}

.box_tl{
	width:11px;
	height:41px;
	background:url(images/box/box_tl.gif) no-repeat; 
	background-position:top left;
	float:left;
}

.box_top_title{
	background-image:url(images/box/box_top_title.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	/*height:31px !important; height:41px;*/
	height:31px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#cc0000;
	padding-top:10px;
}
.box_top_tile{
	background-image:url(images/box/box_top_tile.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:41px;
	float:left;
}

.box_top_corner{
	background-image:url(images/box/box_top_red.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:41px;
	width:69px;
	float:left;
}

.box_text{
	background-image:url(images/box/box_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	padding:5px 10px 5px 10px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:1.4em;
}

.box_bottom_container{
	height:7px;
	margin:0px;
	padding:0px;
}
.box_bl{
	background-image:url(images/box/box_bl.gif);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
	background-position:left bottom;
	float:left;
	padding:0px;
	margin:0px;
}

.box_bottom{
	background-color:#FFFFFF;
	float:left;
	height:7px;
	padding:0px;
	margin:0px;
}

.box_br{
	background-image:url(images/box/box_br.gif);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
	background-position:right bottom;
	float:left;
	padding:0px;
	margin:0px;
}

.box_image{
width:302px;
height:215px;
vertical-align:top;
float:right;
position: absolute;
margin-left:505px;

}

.blue_text{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#111170;
border-bottom:dotted 1px #CCCCCC;
}

.blue_text_large{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#111170;
font-size:18px;
border-bottom:solid 1px #CCCCCC;
}

.red_grey{
background-image:url(images/box/bg_red_grey.jpg);
background-position:top;
background-repeat:repeat-x;
padding: 5px 5px 0px 10px;
}
.red_title{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
font-size:14px;
margin-bottom:20px;
}


#bullets li{

  list-style: none;
  background-image: url(images/box/arrow.gif);
  background-position:left top;
  background-repeat: no-repeat;
  padding-left: 15px;  /* space for the image */
}

hr {
	border: 0;
	color:#cc0000;
	background-color: #cc0000;
	height:2px;
	width: 100%;
	text-align: center;
}

.bigred{
font-size:18px;
color:#cc0000;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
color:#cc0000;
font-size:20px;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
color:#064775;
font-size:14px;
margin-top:0px;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
color:#cc0000;
font-size:16px;
margin-top:0px;
}

.size11{
font-size:11px;
}

.images{
margin:7px;
padding:3px;
border: 1px solid #CCCCCC;
}

.input{
background-color:#FFFFFF !important;
border:#CCCCCC 1px solid;
padding:0px;
margin:0px;
height:15px;
font-size:11px;
}

.input_box{
background-color:#FFFFFF !important;
border:#CCCCCC 1px solid;
padding:0px;
margin:0px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#border_bottom td{
border-bottom:#FFFFFF 2px solid;
}