﻿@charset "utf-8";
/* CSS Document */

html, body 
{
    font-family:Arial, helvetica, Sans-Serif;
    background-color:#FFFFFF; 
    background-image:url(../images/bkgd.jpg); 
    background-position:top; 
    background-repeat:repeat-x; 
    margin:0;
    padding:0;
    text-align:center;
}

#container 
{
    position:relative;
    z-index:0;
    top:0;
    left:0;
    text-align: left;
    margin-left: auto;
	margin-right: auto;
    width:1000px;
    background-image:url(../images/content_bkgd.png);  
    background-repeat:repeat-y;
    background-position:26px top;
 }

#container_forms 
{
    position:relative;
    z-index:0;
    top:0;
    left:0;
    text-align: left;
    margin-left: auto;
	margin-right: auto;
    width:1000px;
    background-image:url(../images/content_bkgd.png);  
    background-repeat:repeat-y;
    background-position:26px top;
 } 
 
 #repeatable_bg
 {
    border:0px solid blue;
    width:1000px;
 
 }
 
#banner_wrapper 
{
    width:900px;
    border:0px solid blue;
    position:relative;
    left:1px;
    height:117px;
    margin-left:auto;
    margin-right:auto;
    z-index:1000;  
}

#logo_container 
{
    float: left;
    clear: both;
    width:900;
    height:87px;
}

#logo 
{
    float:left;
    clear:right;
    width:233px;
    height:87px;
}

#gradient 
{
    float:left;
    clear:right;
    width:667px;
    height:87px;
}

#menu 
{
    position:relative;
    left:-1px;
    float: left;
    clear: both;
    background-image:url(../images/menu_bkgd.jpg); 
    background-repeat:repeat-x;
    width:901px;
    height:30px;
}


/*-----------BEGIN-----DROP DOWN MENU-------------*/
ul.topnav 
{
	list-style: none;
    padding-top: 0;
	margin: 0;
	float: left;
	font-size:12px;
	font-weight:bold;
	font-family: verdana, Helvetica, sans-serif;
	text-align:center;
	border: 0px solid #000000;
	color:#ffffff;
	height:30px;
}
ul.topnav li {
	float: left;
	margin: 0;	
    padding:0;
	position: relative; /*--Declare X and Y axis base--*/
	font-size:12px;
	font-weight:bold;
	font-family: verdana, Helvetica, sans-serif;
	color:#ffffff;
	height:30px;
}

ul.topnav li a{
	padding: 0;
	display: block;
	font-weight: normal;
	font-family: verdana, Helvetica, sans-serif;
	float: left;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav 
{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 9px; top: 30px;
	background: #cd1112;
	color:#ffffff;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 280px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;   
	z-index:9000; 
	#margin-top:0px;
	font-size:12px;
	font-weight:bold;
	font-family: verdana, Helvetica, sans-serif;
}
ul.topnav li ul.subnav li
{
    text-align:left;
    cursor:pointer;
	margin: 0; padding: 0;
	padding-bottom:5px;
	border-top: 1px solid #999999; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #cdcdcd; /*--Create bevel effect--*/
	clear: both;
	width: 280px;
	height: 20px;
	z-index: 8; 
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
}


.nav {
	float: left; 
	clear: right;
	height: 23px;
}

.nav ul li a:link, .nav ul li a:visited
{
	color:#fff;
	text-decoration:none;
	line-height:18px;
    margin: 0px 5px 0px 20px;
	padding-top: 5px;
	font-size:12px;		
}

.nav ul li a:hover, .nav ul li a:active
{
	color:#fff;
	text-decoration:underline;
	line-height:18px;
    margin: 0px 5px 0px 20px;
	padding-top: 5px;
	font-size:12px;		
}

/*.nav_selected, .nav a:hover, .nav a:visited:hover
{
	background-image:url(../images/menu_hover.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.nav_selected a:hover, .nav_selected a:visited:hover
{
	background-image:none;
}

.nav_selected
{
    background-image:url(../images/menu_hover.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
*/

/*----------END-------DROP DOWN MENU-------------*/

/*----------BEGIN-------SUBMENU/PAGE TITLE MENU-------------*/
#page_top 
{
	float: left;
	clear: both;
	width: 855px;
	border-bottom: 1px solid #cccccc;
	margin-left:20px;
    padding: 0px;
	
}

#page_title {
	float: left;
	clear: right;
	width: 330px;
	text-align: left;
	vertical-align:bottom;
	border: 0px solid #3375b2;
	margin-bottom:10px;
	margin-top:0;
}

#submenu 
{
	font-family: verdana, Helvetica, sans-serif;
	font-size:12px;	
	font-weight:  normal;
	float: left;
	clear: right;
	width: 520px;
	text-align: right;
	color: #666;
	padding: 10px 0 0 0;
	line-height: 16px;
	border: 0px solid #3375b2;
	margin-bottom:10px;
}

#submenu a:link, #submenu a:visited {
	color: #717171;
	text-decoration: none;
}

#submenu a:hover, #submenu a:visited:hover {
	color: #000;
	text-decoration: none;
}

a.breadcrumbs:link {color:#999999; font-size:12px;font-weight:normal;text-decoration: none;}
a.breadcrumbs:active {color:#999999; font-size:12px;font-weight:normal;text-decoration: none;}
a.breadcrumbs:visited {color:#999999; font-size:12px;font-weight:normal;text-decoration: none;}
a.breadcrumbs:hover {color:#666666; font-size:12px;font-weight:normal;text-decoration: none;}

/*----------END-------SUB MENU/PAGE TITLE-------------*/

.search_wrapper
{
	float:right;
	display:block;
	height:32px;
	width:167px;
	margin-top:2px;
	margin-right:0px;

}

.search_button
{
	float:left;
	/*background-image:url(../images/search_button.jpg);*/
	display:block;
	height:32px;
	width:34px;
	margin:0;
	padding:0;
	cursor:pointer;
}

#search
{
	float:left;
	clear:right;
	background-image:url(../images/search_bg.jpg);
	display:block;
	height:32px;
	width:133px;
	margin:0;
	padding:0;
}

#search_radiobtn
{
    float:left;
	clear:both;
    height:20px;
    margin: 3px 0 0 50px;
    border:0px solid blue;
}


#search input
{
    float:left;
	clear:right;
	border:none;
	border:#FFFFFF;
	position:relative;
	top:8px;
	left:2px;
	width:113px;
	color:#b6b6b6;
}

#banner 
{
    float: left;
    clear: both;
    width:900px;
    height:229px;
}

#content_wrapper
{
    float: left;
    clear: both;
    width:950px;
    min-height:355px;
    margin:0;
    padding:0 0 0 50px;
    border:0px solid blue;
    background-image:url(../images/content_bkgd.png);  
    background-repeat:repeat-y;
    background-position:26px top;
}

#content {
    float: left;
    clear: both;
    width:870px;
    margin-left:10px;
    padding:0 0 0 10px;
    border: 0px solid #cccccc;     
}

#content img 
{
    padding:0 10px 0 10px;  
}

#footer_wrapper
{
    float:left;
    clear:both;
    width:900px;
    height:84px;
    border:0px solid blue;
}

#footer 
{
    position:relative;
    background-image:url(../images/footer_bkgd.jpg); 
    background-position:left; 
    background-repeat:repeat-x;
    width:901px;
    height:84px;
    border:0px solid blue;
}

#footer a:link, #footer a:visited
{
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

#footer a:hover, #footer a:hover:visited
{
    color: #cd1112;
    font-size: 12px;
    text-decoration: underline;
}

#right_bottom_shadow 
{
    float:left;
    clear:right;
    height:36px;
}

#left_bottom_shadow 
{
    float:left;
    clear:right;
    height:36px;
}

.border 
{
    border:1px solid black;
}

#devider 
{
	float: left;
	clear: both;
	width: 860px;
	border-bottom: 1px solid #cccccc;
    margin: 0px 20px 15px 0px;
}

#lcolumn
{
 float:left; 
 width: 400px;   
}

#rcolumn
{
 float:left;
 width:480px;   
}

#ltwocolumn
{
 float:left; 
 width: 200px;   
}

#ltwocolumn ul li
{
list-style:none;
padding-left:15px;
line-height:18px; 
}


#rtwocolumn
{
 float:left;
 width:655px;   
}

#rtwocolumn ul li
{
padding:0;
margin:0;
list-style:none;
line-height:18px; 
}


h1 
{
    color: #cd1112;
    margin:10px 0 10px 0;
    padding:0;
}

h2 
{
    color: #666666;
    margin:10px 0 10px 0;
    padding:0;
}

h3
{
    color: #0457a3;
    margin:10px 0 10px 10px;
    padding:0;
}

h4
{
    color: #707070;
    margin:0;
    padding:0;
}

span
 {
	font-family:Arial, helvetica, Sans-Serif;
    text-align:justify;
}

p 
{
    color:inherit;
	font-family:Arial, helvetica, Sans-Serif;
    margin:5px;
    line-height:18px;
    text-align:justify;
}

td {
	font-family:Arial, helvetica, Sans-Serif;
    line-height:17px;
    text-align:left;
}

th {
	font-family:Arial, helvetica, Sans-Serif;
    line-height:18px;
    text-align:left;
}

a:link
{
    color: #cd1112;
    text-decoration: none;
}

a:visited
{
    color: #cd1112;
    text-decoration: none;
}

a:hover, a:active
{
    color: #cd1112;
    text-decoration: underline;
}

ul
{
    margin-left:30px;
    margin-right:15px;
    padding:0;
}

li
{
    text-align: justify;
}

hr
 {
	float: left;
	clear: both;
	width: 860px;
    margin: 0px 20px 15px 0px;
 }


/*---- Search Section Divs ----*/

#static_navigation
{
    background-image:url(../images/static_bar.jpg);
    width:901px;
    height:52px;
    color:#d64849;
    font-size:12px;
    float:left;
    clear:both;
    border:0px solid blue;
}

#search_wrp
{
    float:right;
    width:270px;
    height:50px;
}



