/*
COLOR SCHEME
------------
Primary 		#0101a5
Secondary		
Tertiary		#bccfff

*/

/* Basic Styles */
body, table, tr, td, select, input, option, layer, div {
	color: #000000; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	line-height: normal;
}

h1	{
	font-size: 16px;
	color: #0101a5;
	border-bottom: 1px solid #bccfff;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
}

h2 {
	font-size: 16px;
	color: #0101a5;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
}

h3, .secondary_title, .policy_title	{
	font-size: 14px;
	color: #0101a5;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}

h4, .location_sub_title {
	font-size: 12px;
	color: #0101a5;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	line-height: 1.2em;
}

.vehicle_name {
	font-weight: bold;
}

a	{
	color: #0101a5;
}

input, textarea	{
	font-family: Arial;
	font-size: 11px;
}

.button, .buttons, .rates_action_button, .action_button {
	background: #0101a5;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
}

.resform_r {
	background: #f8f8fa;
}

.radioCheck	{
	border: 0;
}

/* Layout Div Styles */
#main	{
	width: 100%;
	text-align: center;
}

#container	{
	margin: auto;
	clear: both;
	width: 780px;
	min-height: 100%;
	background-color: #FFFFFF;
}

#header img {
	float: left;
}

#header img {
	border: 0px;
}

#primary_nav	{
	width: 100%;
	text-align: center;
}

#primary_nav img {
	border: 0px;
}

#page_title	{
	text-align: left;
	padding: 10px;
}

#content	{
	text-align: left;
	padding: 10px;
	padding-top: 0px;
}

#footer	{
	border-top: 1px solid #bccfff;
	padding: 5px;
	padding-top: 20px;
	text-align: center;
	clear: both;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

/** Quick Rates **/
.rates_nav_bar {
	text-align: center;
	font-size: 13px;
	width: 100%;
}

.rates_nav_num {
	font-weight: bold;
	color: #0101a5;
	font-size: 14px;
}

.rates_nav_active {
	padding-right: 20px;
}

.rates_nav_uncomplete {
	padding-right: 20px;
}

.rates_nav_bar_detail {
	text-align: center;
	padding-top: 10px;
}

.rates_nav_detail_num {
	font-weight: bold;
	color: #0101a5;
}

