/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

body	{
	margin:0;
	padding:0;
	background-color: #cccccc;
}

h1 	{
	border: 0;
	background: 0;
	margin: 5px 0 20px 0;
	padding: 0;
	color: #122A99;
	font-family: Arial;
	font-size: 22px;
}
h2, div.location_title, div.location_sub_title, #wrapper_inner h2, div.policy_header_message	{
	color: #5671E5;
	border: 0;
	background: none;
	border-bottom: 2px solid #E6E6EE;
	padding: 4px;
	font-family: Arial;
	font-size: 18px;
}
h3	{
	color: #122A99;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

a	{
	color: #122A99;
}
a:hover	{
	color: #5671E5;
}

input, textarea	{
	border: 1px solid #CC0000;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/* Begin Layout Div Styles */
#main	{
	width: 100%;
}
#container	{
	clear: both;
	width: 780px;
	min-height: 100%;
	border:0;
}

#header {
	background:url(../images/layout/header_bg.gif) top left repeat-x;
	height:117px;
	text-align:left;
	clear:both;
	margin:0;
}
#header .side_left {
	background:url(../images/layout/header_left.gif) top left no-repeat;
	float:left;
	height:117px;
	width:7px;
}
#header .side_right {
	background:url(../images/layout/header_right.jpg) top right no-repeat;
	float:right;
	height:117px;
	width:246px;
}
#header .slogan {
	background:url(../images/layout/header_bg_end.gif) top left repeat-x;
	width:267px;
	height:117px;
	float:left;
}
#header .logo {
	padding-top:20px;
	padding-left:10px;
}
#header .logo img {
	border:0;
}
#header .slogan .slogan2 {
	font-size:14px;
	padding:0;
	margin:0;
	color:#dbe0f6;
	font-family: Verdana;
	font-weight: bold;
}
#header .slogan .slogan1 {
	font-size:12px;
	color:#aab6ee;
	padding:0;
	margin:0;
	padding-top:50px;
	font-weight: bold;
}

#header_nav {
	float:left;
	width:260px;
	background:url(../images/layout/head_menu_bg.gif) top left repeat-x;
	padding:0;
	margin:0;
}
#header_nav ul {
	padding:0;
	margin:0;
	padding-right:13px;
	background:url(../images/layout/head_menu_end.gif) top right no-repeat;
}
#header_nav ul li {
	list-style:none;
	display:inline;
	background:url(../images/layout/head_menu_div.gif) top left no-repeat;
	height:26px;
	min-height:26px;
	padding:7px 5px 9px 15px;
	margin:0;
}
#header_nav ul li a {
	font-size:11px;
	line-height:26px;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
#header_nav ul li.first {
	background:url(../images/layout/head_menu_left.gif) top left no-repeat;
}

#header_nav ul li a:hover {
	color:#c6d3f5;
}


#primary_nav {
	margin:0;
	margin-top:10px;
	background:url(../images/layout/nav_bg.gif) top left repeat-x;
	padding:0;
	clear:both;
}
#primary_nav ul {
	margin:0;
	padding:0;
	background:url(../images/layout/nav_left_corner.gif) top left no-repeat;
	line-height:29px;
	min-height:29px;
	height:29px;
	padding-left:15px;
}
#primary_nav ul li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#primary_nav ul li a {
	color:#c1c7e7;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:7px 12px 8px 12px;
	border-left:1px solid #1931a0;
	border-right:1px solid #1931a0;
}
#primary_nav ul li a:hover {
	color:#fff;
	background-color:#4762d7;
}
#primary_nav .end {
	background:url(../images/layout/nav_right_corner.gif) top right no-repeat;
	float:right;
	width:3px;
	margin:0;
	padding:0;
}

h1#page_title	{
	height: 20px;
	font: bold 16px Arial;
	color: #666666;
	text-align: left;
	margin: 5px 0px 35px 5px;
	letter-spacing: .3em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}
#content	{
	text-align: left;
	min-height: 400px;
	border: 1px solid #9b9b9b;
	background-color:#fff;
	clear:both;
	padding:10px;
}

#footer {
	width:780px;
	height:16px;
	background:url(../images/layout/bottom_bg.gif) top left repeat-x;
}
#footer .corner_left {
	background:url(../images/layout/bottom_left.gif) top left no-repeat;
	float:left;
	width:10px;
}
#footer .corner_right {
	background:url(../images/layout/bottom_right.gif) top right no-repeat;
	float:right;
	width:10px;
}

#bottom_nav {
	width:780px;
	text-align:left;
}
#bottom_nav ul {
	margin:0;
	padding:0;
	padding:5px 5px;
}
#bottom_nav ul li {
	display:inline;
}
#bottom_nav ul li a {
	color:#828282;
	text-decoration:none;
	padding:0 5px;
	font-weight:bold;
}
#bottom_nav ul li a:hover {
	color:#333;
}

#copyright	{
	padding-left:15px;
	width:780px;
	text-align:left;
	color:#828282;
}
#copyright a {
	color:#828282;
}
#copyright a:hover {
	color:#333;
}

#error_message    {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}

div.policy_header_message	{
font-size: 14px;
border: 0;
}
#rates_nav *, .side_res_summary *	{
	font-family: Arial;
}
