/* Brown & Brown - Copyright 2006 */

/* common tags */

body {
	margin:20px;
	background: #FFFFFF;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #002F62;
}

img {
	border:0px;
}

a {
	color: #386B87;
}

a:hover {
	color: #FF6600;
}

h5 {
	font: bold 24px/1.15em "Trebuchet MS", "Tahoma", sans-serif;
	margin: 0px 0px 10px 0px;
	color: #002F62;
}

h5.section {
	background: url(../images/orange_stripe.gif) no-repeat bottom left;
	padding-bottom: 5px;
}

h5 a {
	text-decoration:none;
	color:#002F62;
}

h6 {
	font-family:'trebuchet ms', Helvetica, sans-serif;
   	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #6D9740;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #729FB6;
}

td {
	vertical-align: top;
}

/* buttons */

input:focus, textarea:focus {
	background: #EAEFF2;
	border: 1px solid #729FB6;
}

input.btn {
   color: #000066;
   font-size: 10px;
   font-weight: bold;
   background: #CDDEEB;
   border: 2px solid #0B4C9E;
   padding: 3px 10px;
}

li {
	margin-bottom: 4px;
	font-weight: bold;
}

.carrier_logo {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DEEBEF;
	padding: 6px;
	background: #FFFFFF;
}

.carrier_text {
	padding: 0px 0px 15px 15px;
}

/* layout styles */

td#main {
	background: #FFFFFF;
	padding: 0px 30px;
}

td#side_left {
	background: url(../images/site_bg_left.gif) repeat-y right;
}

td#side_right {
	background: url(../images/site_bg_right.gif) repeat-y left;
}


td#site_top_right {
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 20px;
	color: #3366FF;
}

td#site_top_right a {
	font-size: 11px;
	margin: 0px 6px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

td#site_top_right a.on {
	text-decoration: underline;
}

td#site_top a:hover {
	text-decoration: underline;
}

td#site_menu {
	vertical-align: bottom;
}

td#index_content {
	padding: 50px 30px 150px 40px;
	background: url(../images/main_content_bg.gif) no-repeat;
}

td#inner_content {
	padding: 30px 30px 150px 40px;
	background: url(../images/content_bg.gif) no-repeat;
}

td#site_bottom {
	font-size: 11px;
	color: #3754B0;
	background: #262F4F;
	padding: 18px;
	text-align: center;
}

td#site_bottom a {
	margin: 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

td#site_bottom a:hover {
	text-decoration: underline;
}

td#quote_box {
	background: #2D3162 url(../images/quote_bg.gif) no-repeat left top;
	color: #FFFFFF;
	padding: 50px 0px 50px 15px; 
}

td#quote_box td {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

td#quote_btn {
	padding-top: 10px;
}

td#image_menu {
	padding-bottom: 20px;
}

td.content {
	background: url(../images/content_bg.gif) repeat-y;
	padding: 15px 40px 100px 20px;
}

td.inner_content {
	background: url(../images/inner_bg.gif) no-repeat top left;
	padding: 40px;
}

td.inner_content_auto {
	background: url(../images/inner_bg_auto.gif) no-repeat top left;
	padding: 40px 180px 60px 40px;
}

td.inner_content_home {
	background: url(../images/inner_bg_home.gif) no-repeat top left;
	padding: 40px 180px 60px 40px;
}

td.inner_content_marine {
	background: url(../images/inner_bg_marine.gif) no-repeat top left;
	padding: 40px 180px 60px 40px;
}

td.inner_content_business {
	background: url(../images/inner_bg_business.gif) no-repeat top left;
	padding: 40px 180px 60px 40px;
}

div.location {
	margin: 15px 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #98ABDC;
}

div.location #title {
	margin-bottom: 5px;
	color: #6A8FAA;
	font-size: 18px;
}

div.form {
	padding: 20px;
	border: 1px solid #98ABDC;
	background: #F0F4FB;
	font-weight: bold;
}

table#contacts {
	margin: 20px 0px;
}

table#contacts td {
	padding: 0px 10px 20px 0px;
}

.phone{ font-size:24px;color: #006699;}