﻿/* 
Site: FloridaInsurance.com
*/
/* Globals =========================== */
* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
html {
	border:none;
	height:100%;
}
body {
	font-size:.8em;
	background-color:#C6D9FA;
	background-repeat:repeat-x;
	background-image:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
form {
    height:100%;
}
.max {
	width:930px;
	margin:0px auto;
}
.cls {
	clear:both;
	overflow:hidden;
}
/* Header =========================== */
.top {
	height:34px;
	line-height:34px;
	text-align:right;
}
.top, .top a:link, .top a:visited {
	color:#FFF;
	padding:0px 10px;
	text-decoration:none;
}
.branding {
	margin:12px 0px;
}
.branding .contact {
	float:right;
	padding-top:7px;
	text-align:right;
}
.branding .contact span {
	color: #004693;
	font-size:1.3em;
	line-height:1.1em;
	font-weight:normal;
}
.branding .contact h1, .branding .contact h2 {
	color:#004693;
}
.branding .contact h1 {
	font-size:2em;
	line-height:1.1em;
	font-weight:normal;
}
.branding .contact h2 {
	font-size:1.3em;
	line-height:1.1em;
	font-weight:normal;
}
.branding .contact h3, .branding .contact h3 a:link, .branding .contact h3 a:visited {
	color:#EB852F;
	font-size:1.2em;
	line-height:1.1em;
	text-decoration:none;
}
.call {
   font-size:18px;
   font-weight:normal;
   color:#004693;
}
.rss a {
   font-size:14px;
   font-weight:normal;
   color: #EB852F;
}

.phone {
   font-size:24px;
   font-weight:normal;
   color:#004693;
}
/* Navigation =========================== */
.nav {
	height:57px;
	position:relative;
	background-repeat:repeat-x;
	background-image:url(../images/nav_bg.jpg);
}
.nav a
{
    text-decoration: none;
}
.nav a:hover
{
    text-decoration: underline;
}
.nav li {
	float:left;
	list-style-type: none;
}
.nav a span {
	height:57px;
	display:block;
	cursor:pointer;
}
.nav a:link, .nav a:visited {
	color:#FFF;
}
.nav_large span {
	width:304px;
	font-size:30px;
	line-height:57px;
	text-align:center;
	color: White;
	display: block;
}
.nav_small span {
	width:130px;
	padding-left:20px;
}
.nav_small strong {
	display:block;
	font-size:14px;
	padding-top:15px;
	text-transform:uppercase;
}
/* Banner + Quotebox =========================== */
.banner_container.primary {
	height:313px;
	background-repeat:repeat-x;
	background-image:url(../images/bg_banner_tall.jpg);
}
.banner_container.primary .banner {
	height:313px;
}
.banner_container.secondary {
	height:242px;
	background-repeat:repeat-x;
	background-image:url(../images/bg_banner_short.jpg);
}
.banner_container.secondary .banner {
	height:242px;
}
.banner {
	width:1170px;
	margin:0px auto;
}
.quote {
	color:#FFF;
	float:left;
	width:290px;
	display:inline;
	margin-left:130px;
}
.quote p {
	margin:10px 0px;
	line-height:20px;
}
.quote h4 {
	text-transform:uppercase;
}
.quote input {
	padding:4px;
}
.quote_red {
	overflow:hidden;
}
.quote_orange {
	overflow:hidden;
	margin-top:20px;
}
/* UNIQUE BANNER PICTURES =========================== */
.banner.homepage { /* Homepage */
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/banner_primary.jpg);
}
.banner.anypage { /* Secondary */
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/banner_secondary.jpg);
}
.banner.auto { /* Auto Insurance */
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/banner_insur_auto.jpg);
}
.banner.home { /* Home Insurance */
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/banner_insur_home.jpg);
}
.banner.companies { /* Companies */
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/banner_companies.jpg);
}
/* Content =========================== */
.main_content_container {
	border-top:#FFF 10px solid;
	background-repeat:repeat-x;
	background-image:url(../images/bg_content.jpg);
}
.content_container {
	padding:20px;
	background-color:#FFF;
}
.titles {
	text-align:right;
	margin-bottom:15px;
}
.titles .title_right {
	color:#057417;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
}
.titles .title_left {
	float:left;
	color:#5A5A5A;
	font-size:1.3em;
	font-weight:bold;
}
.titles .title_left span {
	font-size:1.6em;
	color:#A70020;
	line-height:13px;
}
.carousel_area {
}
/* Sidebar =========================== */
.sidebar {
	float:left;
	width:300px;
}
.widget {
	height:1%;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
.widget_title {
	color:#FFF;
	float:left;
	font-size:1.5em;
	padding:5px 10px;
	background-color:#3F3F3F;
}
.widget_text {
	clear:both;
	padding:20px 10px;
	border:#3F3F3F 1px solid;
	background-color:#fbfbf9;
}
.widget h3 {
	color:#C00;
	text-transform:uppercase;
}
.widget ul {
	margin-bottom:20px;
}
.widget li {
	margin:10px 0px;
	margin-left:20px;
	list-style-position:outside;
	list-style-image:url(../images/arrows.gif);
}
/* Page Content =========================== */

.pagecontent {
	color:#333;
	margin-left:320px;
}
.pagecontent p {
	line-height:20px;
	margin-bottom:10px;
}
.pagecontent h1, .pagecontent h2, .pagecontent h3, .pagecontent h4{
	color:#004693;
	margin-bottom:15px;
}
.pagecontent h1{
	font-size:1.7em;
}
.pagecontent h2{
	font-size:1.5em;
}
.pagecontent h3{
	font-size:1em;
}
/* Footer =========================== */
.footer {
	background-repeat:repeat-x;
	background-image:url(../images/bg_footer.jpg);
	/*background-color: Black;
	margin: 0px 0px -2000px 0px;
	padding: 0px 0px 2000px 0px;*/
}
.footer .max {
	width:900px;
	padding:10px;
}
.footer, .footer a:link, .footer a:visited {
	color:#FFF;
	text-decoration:none;
}

/* Carousel ========================= */
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 90%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 100%;
}

/* Admin Styles ==================== */
.admin input[type="checkbox"] {
    margin: 5px !important;
}
.gridHeader th 
{
    padding: 3px;
}
.gridRow 
{
    background-color: #F7F6F3;
    color: #333333;
}
.gridRow td
{
    padding: 3px;
}
.gridRowNoHover
{
    background-color: #F7F6F3;
    color: #333333;
}
.gridRowNoHover td
{
    padding: 3px;
}
.gridRow:hover
{
    background-color: #C1DAD7;
    cursor: pointer;
}
.altGridRow 
{
    background-color: #FFFFFF;
    color: #284775;
}
.altGridRow td
{
    padding: 3px;
}
.altGridRowNoHover
{
    background-color: #FFFFFF;
    color: #284775;
}
.altGridRowNoHover td
{
    padding: 3px;
}
.altGridRow:hover
{
    background-color: #C1DAD7;
    cursor: pointer;
}
.companyTable table
{
    padding-bottom: 50px;
    width: 100%;
}
.companyTable td 
{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

blockquote 
{
    padding: 0px;
    margin: 15px;
    background: transparent url(../../images/quotes1.png) left top no-repeat;
}

blockquote p {
    padding: 0 48px;
    font-style: italic; 
    background: transparent url(../../images/quotes2.png) right bottom no-repeat;
}
.admin h1
{
    color:#004693;
	margin-bottom:15px;
}
.admin li
{
    list-style-type: square;
    margin-left: 15px;
}
.admin ul
{
    margin-bottom: 15px;
    margin-left: 20px;
}
.admin a
{
    text-decoration: none;
    color: #004693;
}

hr
{
    height: 0px;
    border: 1px solid black;
}

.admin h2 
{
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Auto =========================== */
.autoquote h1
{
    color:#004693;
	margin-bottom:15px;
}
.autoquote table
{
	margin-bottom:10px;
}

/* Home =========================== */
.homequote h1
{
    color:#004693;
	margin-bottom:15px;
}
.homequote table
{
	margin-bottom:10px;
}

/* Contact =========================== */
.contactus h1 {
    color:#004693;
	margin-bottom:15px;
}

/* Testimonials ====================== */
#testimonials blockquote 
{
    padding: 0px;
    margin: 15px;
    background: transparent url(../images/quotes1.png) left top no-repeat;
}
    
#testimonials blockquote p
{
    padding: 0 48px;
    font-style: italic; 
    background: transparent url(../images/quotes2.png) right bottom no-repeat;
}