@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color:#0066FF;
}

a:hover {
	color:#993366;
}

a:visited {
	color:#0099FF;
}

ul, li, td, tr, table, blockquote, p, h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#errorExplanation {
    border:1px solid #ff0000;
    padding:5px;
    margin-bottom: 10px;
}

#errorExplanation h2 {
    color: #ff0000;
}

#errorExplanation li {
    margin-left: 25px;
}
.error {
    border:1px solid #ff0000;
    padding:5px;
    color:#ff0000;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	background-color:#FFFF99;
}

.container {
	width:980px;
	margin:0 auto;
}

#logo-image {
	float:left;
	width:150px;
	text-align:left;
}

#navigation {
	float:left;
	text-align:right;
	width:800px;
	margin:12px 5px 0px 20px;
}

#navigation a:link {
	color:#000;
	margin:0 0 0 10px;
}

#navigation a:hover {
	color:#ff0000;
	margin:0 0 0 10px;
}

#navigation a:visited {
	color: #000;
	margin:0 0 0 10px;
}

.slash-button {
        float:right;
        width:200px;
        height:48px;
        border:1px solid #000; 
        text-align:center; 
        margin:5px; 
        font-family: Verdana;
        background-image:url(/images/slash-button-bg.jpg);
        background-repeat:repeat-x;
}

.slash-button a {
    font-size:17px;
    text-decoration:none;
    color:#fff;
}

.live-quote-button {
        float:right;
        width:200px;
        height:28px;
        border:1px solid #000; 
        text-align:center; 
        margin:5px; 
        font-family: Verdana;
        background-image:url(/images/live-quote-button-bg.jpg);
        background-repeat:repeat-x;
}

.live-quote-button a {
    font-size:24px;
    text-decoration:none;
    color:#fff;
}

#ad-space {
}

#ad-space .ad-left {
	float:left;
	width:400px;
}

#ad-space .ad-right {
	float:left;
	width: 560px;
	padding-left:20px;
	margin: 20px 0 5px 0;
}

#ad-space h1 {
	font-family:"Myriad Pro";
	font-size:26px;
}

#ad-space h2 {
	font-family:"Myriad Pro";
	font-size:22px;
}

#ad-space h3 {
	font-family:"Myriad Pro";
	font-size:18px;
}

#ad-space h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

#call-info {
	background-color: #ff0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#fff;
	padding:3px 0 3px 0;
}

#what-we-offer {
	background-color: #981A21;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#fff;
	padding:3px 0 3px 0;
}

#what-we-offer .left-side {
	float:left;
	width:400px;
	text-align:left;
}

#what-we-offer .right-side {
	float:left;
	width:580px;
	text-align:right;
}

#what-we-offer .right-side a {
	color:#fff;
}

#the-proposition {
	background-image:url(/images/yellow-gradient-background.jpg);
	background-repeat:repeat-x;
	padding:5px;
}

#the-proposition h1 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#the-proposition h3 {
	color: #666;
}

#partners {
	

}

#footer {
	background-color:#ccc;
	margin-top:10px;
	padding:5px;
}

#middle {
	background-image:url(/images/yellow-gradient-background.jpg);
	background-repeat:repeat-x;
	padding:5px;
}

#middle ul {
    margin-left:20px;
    padding:5px;
}

#middle li {
    padding:5px;
        list-style:square;
}

#slash {
    
}

#slash ul {
    margin-left: 30px;
}

#slash h2 {
    font-size:12px;
}

#slash .large-button {
    font-size:16px;
}

.slash-table {
  width:100%;
  margin:10px 0 10px 0;
  font-size:18px;
}

.slash-table th {
    padding:5px;
}

.slash-table td {
    border-left:1px solid #000;
    padding:5px;
}

#live-quote {
    
}

#live-quote h1 {
    margin:10px 0 10px 0;
    font-family: "Myriad Pro";
    font-size:26px;
}

#live-quote .large-buttons {
    font-family: Arial;
    font-size:20px;
    margin-right:20px;
}

#live-quote .text-field {
    font-size:24px;
}

.faq-category {
    padding: 10px 0 10px 0;
}

.faq-category ul {
    margin:10px 0 0 20px;   
}

.faq-category li {
    list-style: square;
}

.faq-category h2 {
    font-size:16px;
    font-family: "Myriad Pro";
}

.faq-details {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0; 
}

.faq-details h1 {
   font-size:14px;  
}

.faq-details h2 {
    font-size:12px;
    font-weight: normal;
}

#faq_categories_admin {
    
}

#faq_categories_admin li {
    list-style:none;
}

#faq_categories_admin li .handle {
  font-size: 12px;
  cursor: move;
  color: #777;
}

#faq_admin {
    
}

#faq_admin li {
    list-style: none;
    border-bottom:1px solid #000;
  
}

#faq_admin li .handle {
  font-size: 12px;
  cursor: move;
  color: #777;
}

#faq_admin .active_flag {
    background-color:#ff0000;
    color:#fff;
    font-size:12px;
    padding:1px;
}

#faq_admin p {
    padding-top:5px;
}

#faq_admin .divider {
    border-bottom:1px solid #000;
}

#articles {
    border:1px solid #ccc;
    padding:10px;
}

#articles p {
    line-height:15px;
    margin:15px 0 15px 0;
}

#articles h1 {
    font-size:20px;
    font-family: myriad pro;
}