﻿/** Main Layout
-------------------------------------- */

body{
    /*font-size: .75em;*/
    font-family: Calibri, Verdana, Helvetica, Sans-Serif;
	text-align:center;
	margin:0 auto;
	background-color: #E5EA9F;
	background-image: url(http://www.CitrusMotors.com/images/gradient_bkg2.png);
	background-repeat: repeat-x;
}
.Page, div#Page {
    width:825px;
    margin-left:auto;
    margin-right:auto;
	text-align:left;
}

#header {
	font-size: 14px;
	color: #E5EA9F;
	text-transform: uppercase;
	position: relative;
    margin-bottom: 0px;
    padding: 0;
	z-index: 2;
}
#header img {
	padding:0;
	margin:0;
	border:none none;
}

#header a {
	padding:0;
	margin:0;
}

#Main{
	padding: 0;
    margin-bottom: 10px;
}

#contentMain{
	background-color: #E5EA9F;
	border: 1px;
	border-style: none solid;
	border-color: #E5EA9F;
	width: 825;
	position:relative;
	text-align:left;
}

#container {
	position:relative;
	z-index:1;
/*	width: 790px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	*/
}

#footer {
	font-size: 14px;
	color: #E5EA9F;
	font-variant: normal;
	text-transform: uppercase;
}

#addressBlock{
	background-color: #333300;
	border: 2px solid #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5EA9F;
	font-weight: bold;
}

/** Navigation
------------------------------------- */
#header-nav {
    line-height:normal;
	font-size:14px;
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
    font-weight:bold;
	background:url("/images/nav/nav-sprites-fixed.gif") repeat-x left top;
    width:825px;
	float:left;
	z-index: 50;
	/*padding-bottom: 10px;
	background-repeat:repeat-x;*/
    }
#header-nav ul.topnav {
	margin:0;
   	list-style:none;
	padding:5px 0px 0px 0px;
    }
#header-nav ul.topnav li {
   float:left;
   background:url("/images/nav/nav-sprites-fixed.gif") no-repeat 100% -201px;
   margin:0px 0px;
   padding:0px;
   position:relative;
   width:91px;
   text-align:center;
	}
#header-nav ul.topnav li a{
	display:block;
	width:100%;
    color:#fff;
	text-decoration:none;
   	padding:2px 0px 1px 0px;
	}		  	  	
#header-nav ul.topnav li.current {
    background:url("/images/nav/nav-sprites-fixed.gif") no-repeat 100% -242px;
    }
#header-nav ul.topnav li.current a {
    color:#fff;
	text-decoration:none;
   }
#header-nav ul.topnav li a:hover {
	background:url("/images/nav/nav-sprites-fixed.gif") no-repeat 100% -283px;
	color:#fff;
	text-decoration:none;
   }	
#header-nav ul.topnav li ul.submenu {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 22px;
	background: #9C8A0D;
	margin: 0px; padding: 10px;
	display: none;
	float: left;
	width: 140px;
	border: 1px solid #111;
	border-top-style:none;
	z-index:100;
}
#header-nav ul.topnav li ul.submenu li {
   float:left;
   position:relative;
   	margin: 0; padding: 0;
	/*border-top: 1px solid #252525; */ /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 120px;
	background-image:none;
	background-color:#E5EA9F
	}	  
#header-nav ul.topnav li ul.submenu li a{
	text-decoration:none;
	text-align:left;
	background-image:none;
	background-color: #9C8A0D; 
	color:#fff;
	display:block;
	width:100%;
	padding-left:10px;
}
#header-nav ul.topnav li ul.submenu li a:hover { /*--Hover effect for subnav links--*/
	background-image:none;
	background-color:#E5EA9F;
	color:#000;
}
#header-nav ul.topnav li span.subhover { /*--Hover effect for trigger--*/
	background-position: center bottom; cursor: pointer;
} 
#header-subnav {
	font-size:12px;
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
    font-weight:bold;
	color:#E5EA9F;
	background:url("/images/nav/nav-sprites-fixed.gif") repeat-x 100% -100px;
	background-color:#E5EA9F;
	width:825px;
	clear:both;
	min-height:3px;
	text-align:justify;
}	
#header-subnav div.nav-crumbs {
	margin: 0;
	padding: 5px;
} 
#header-subnav a {
	text-decoration:none;
	text-align:left;
}	
#header-subnav a:hover {
	/* background-color: #9C8A0D; */
	color: #fff;
}

#nav_breadcrumbs {
 padding-left:5px;
 padding-bottom:3px;
 padding-right:-5px;
 display:inline-block;
 overflow:hidden;
}
#nav_breadcrumbs .crumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0000FF;
	border: 2px solid #666666;
	word-spacing: 15px;
}

/** Page Level 
-------------------------------------- */
a {
}
a:link {
	color: #BB370A;
}
a:visited {
	color: #BB370A;
}
a:hover {
	color: #E5EA9F;
	background-color: #BB370A; 
}
a:active {
	color: #392F00;
}
h1, h2, h3, h4 {
	padding: 0 0 10px 0;
	margin-left: 10px;
}
p {
	margin-left: 5px;
	margin-right: 5px;
}
p, ul
{
    margin-bottom: 10px;
    line-height: 1.4em;
}

/* HEADINGS   
----------------------------------------------------------*/


/* TABLE
----------------------------------------------------------*/
table 
{
  /* border-collapse: collapse; */
}
td, th {
	vertical-align:top;
}
/** Specialized
---------------------------------------------------------*/
.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #BB370A;
}
.style3 {
	font-size: 14px; font-weight: bold; color: #BB370A; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #BB370A;
}
.style4 {font-size: 14px; font-weight: bold; color: #BB370A; font-family: Arial, Helvetica, sans-serif; }
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E5EA9F; }
.style8 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5EA9F;
	font-weight: bold;
}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #392F00; }

.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #344453; }
.style12 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #392F00;
	font-style: italic;
}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #344453;
	font-weight: bold;
}
.style14 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #5A1118; }
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style16 {font-size: 16px}
.style17 {color: #344453}
.style18 {font-size: 14px; color: #BB370A; font-family: Arial, Helvetica, sans-serif; }
.style19 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }

.style20 {font-size: 14px; color: #BB370A; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style21 {font-size: 14px}
.style22 {font-size: 14px; color: #BB370A; font-weight: bold; }
.style23 {font-size: 16px}
.style24 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E5EA9F; }
.style25 {font-size: 14px; font-weight: bold; color: #344453; }
.style26 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #344453; font-weight: bold; }
.style27 {font-size: 14px; color: #344453; font-family: Arial, Helvetica, sans-serif;}
.style28 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style29 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #344453; font-weight: bold; }

.style30 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #A99C55; font-weight: bold; }
.style31 {font-size: 14px; font-weight: bold; color: #344453; }
.style32 {font-size: 14px; color: #344453; font-family: Arial, Helvetica, sans-serif;}
.style35 {
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #344453;
}
.style36 {font-size: 14px; color: #BF4A1A; font-family: Arial, Helvetica, sans-serif; }
.style37 {color: #A99C55; }
.style38 {font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.style39 {font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}

.style40 {font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #BB370A; }
.style42 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style44 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; }
.style45 {font-size: 12px}
.style46 {
	color: #E5EA9F;
	font-weight: bold;
}
.style48 {font-size: 16px; color: #344453; }
.style49 {color: #392F00}
