/**** Basic Elements ****/
body {
	font-family:Trebuchet MS, Verdana;
	color:#333333;
	font-size:12px;
	padding:0px;
	margin:0px;
}

body#body {
	background:#EAEAEA;
}

p {
	padding:0px;
	margin:0px;
}

/******** Links ********/
a:link, a:visited {
	text-decoration:underline;
	border:0px;
	color:#3766CE;
}

a:hover {
	text-decoration:underline;
	border:0px;
	color:#809622;
}

span.green {
	color:#809622;
}

/***** Menu ******/
/*.menu{position:relative; display:block; z-index:99999;}
.menu:after{content:"."; display:block; line-height:1px; font-size:1px; clear:both;}

/*1st sub level menu*/
/*#container .menu ul li ul{padding:0px;margin:0px;position:absolute; left:0; display:block; visibility:hidden; border-top:1px solid #cfcfcf;}

/*Sub level menu list items (undo style from Top level List Items)*/
/*#container .menu ul li ul li{padding:8px;margin:0px;display:list-item; float:none;width:150px;border:1px solid #cfcfcf;border-top:none;background:#ffffff;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
/*#container .menu ul li ul li ul{top:0;border-top:1px solid #cfcfcf;}

/* Sub menu Link styles */
/*#container .menu ul li ul a, #container .menu ul li ul a:link, #container .menu ul li ul a:active, #container .menu ul li ul a:visited, #container .menu ul li ul a:hover {float:none;color:#777777;font-size:15px;}

/* Arrows */
/*.menu_arrow_down {padding-left: 4px;border: 0;}
.menu_arrow_right {position: absolute;padding-top: 3px;left: 100px;border: 0;}

/**** Centered Horizontal List Example ****/
/*#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li { 
	display: inline; 
}

/****** Page Layout ******/
#background {
	background:#d1d3d4 url(../images/background.gif) left top repeat-x;
}

#container_top {
	display:none;
	width:1000px;
	height:10px;
	margin:auto;
	margin-top:15px;
	background:url(../images/body_top.png) no-repeat top left;
}

#container {
	position:relative;
	width:926px;
	margin:auto;
}

#container_bottom {
	width:1000px;
	height:10px;
	margin:auto;
	margin-bottom:15px;
	background:url(../images/body_bottom.png) no-repeat top left;
	display:none;
}

#header {
	height:140px;
	background:url(../images/header.gif) no-repeat 0px 75px;
}

#logo {
	position:absolute;
	top:22px;
	left:7px;
	width:464px;
	height:67px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:24px;
	background:url(../images/logo.gif) no-repeat;
}

a#logo:hover {
	text-decoration:none;
}

#verisign {
	position:absolute;
	top:-2px;
	right:20px;
	height:90px;
	overflow:hidden;
}

#main-menu {
	position:absolute;
	top:88px;
	left:8px;
	margin:0px;
	height:49px;
	width:920px;
}

#main-menu ul {
	/*margin:0px auto; // Centers It*/
	margin:0px 10px;
	list-style:none;
	display:table;
	padding:0px;
}

#main-menu li {
	float:left;
	display:table-cell;
	margin:0px;
	padding:0px;
}

#main-menu a {
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:16px 20px;
	text-align:center;
	color:#dde5bd;
	text-decoration:none;
}

#main-menu li.selected a, #main-menu a:hover {
	text-decoration:underline;
	color:#ffffff;
}

#main-menu .seperator {
	float:left;
	width:4px;
	height:50px;
	background:url(../images/nav_separator.gif);
}

#header input[type=text], #header input[type=password] {
	margin:0px 2px;
	font-size:11px;
	border:1px solid #cfcfcf;
	padding:3px 2px 1px;
	height:16px;
}

#login {
	color:#dddddd;
	position:absolute;
	text-align:right;
	right:12px;
	top:6px;
	width:350px;
}

#login a, #login a:link, #login a:visited, #login a:hover {
	color:#ffffff;
}

#search {
	position:absolute;
	right:10px;
	top:25px;
	width:240px;
	text-align:right;
}

#breadcrumbs {
	position:absolute;
	top:144px;
	left:23px;
	color:#555555;
}

#cart {
	position:absolute;
	right:55px;
	top:15px;
	width:250px;
	text-align:right;
	color:#ffffff;
}

#cart a {
	text-decoration:none;
	color:#ffffff;
}

#content {
	background:url(../images/content.png) repeat-y;
	min-height:400px;
	padding:30px 22px 100px;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:#cfcfcf 3px 3px 4px;
	-moz-box-shadow:#cfcfcf 3px 3px 4px;
	-webkit-box-shadow:3px 3px 4px #cfcfcf;*/
}

.left {
	float:left;
	width:735px;
}

.right {
	float:left;
	margin-left:10px;
	width:120px;
}

.col_left {
	float:left;
	width:340px;
	padding:10px;
	margin-right:5px;
}

.col_right {
	float:left;
	width:340px;
	padding:10px;
	margin-left:5px;
}

#map {
	position:absolute;
	top:5px;
	right:8px;
	width:450px;
	height:223p;
}

#footer {
	position:relative;
	height:100px;
	color:#ffffff;
	padding-top:16px;
	margin:0px 0px;
	text-align:center;
	background:url(../images/footer.gif) no-repeat;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footer ul li { 
	display: inline; 
}

#footer ul li a {
	padding:3px 4px;
}

#footer a {
	color:#ffffff;
}

#footer-ad {
	position:absolute;
	left:95px;
	top:-105px;
}

#copyright, #credit {
	position:absolute;
	top:59px;
	left:0px;
	color:#808080;
	width:510px;
	font-size:11px;
	text-align:right;
}

#credit {
	width:410px;
	left:auto;
	right:0px;
	text-align:left;
}

#credit a, #credit a:link, #credit a:active, #credit a:visited, #credit a:hover {
	color:#808080;
}

#content h4.quote_title {
	text-align:center;
	font-size:23px;
	font-style:normal;
}

.phone {
	margin:8px auto 15px;
	border:2px solid #ce3d25;
	font-size:20px;
	color:#ce3d25;
	background:#ffffff;
	padding:10px 15px;
	text-align:center;
}

.call {
	width:280px;
	margin:5px auto;
	position:relative;
	height:70px;
}

.call_help {
	position:absolute;
	top:8px;
	left:10px;
	font-size:16px;
	width:70px;
}

.call_phone, .call_live {
	position:absolute;
	top:10px;
	left:60px;
	width:180px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#3766CE;
}

.call_live {
	font-size:13px;
	top:28px;
}
	

/********* Forms *********/
input[type=text], input[type=password], textarea {
	font-family: Trebuchet MS, Verdana;
}

a.button, input.button, div.button {
	/*width:73px;
	height:27px;
	border:none;
	color:#ffffff;
	padding-top:0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/button.gif) no-repeat top left;*/
}

a.button, a.button:link, a.button:active, a.button:hover, a.button:visited {
	/*padding-top:7px;
	float:left;
	height:20px;*/
}

/******** Headings ********/
h1, span.h1, h2.h1, h3.h1, h4.h1, h5.h1 {
	font-size:19px;
	padding:0px;
	margin:0px;
	color:#3766CE;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
}

h2, span.h2, h1.h2, h3.h2, h4.h2, h5.h2 {
	font-size:15px;
	padding:0px;
	margin:0px;
	color:#809622;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	/*background:#333333 url(../images/h2.png) repeat-x center center;
	font-size:14px;
	padding:4px 10px 5px;
	margin:0px;
	color:#eeeeee;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
}

h3, span.h3, h1.h3, h2.h3, h4.h3, h5.h3 {
	color:#809622;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4, span.h4, h1.h4, h2.h4, h3.h4, h5.h4 {
	display:inline;
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#777777;
}

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, .h1 a, h1 a:link, .h1 a:visited, .h2 a, .h2 a:link, .h2 a:visited {
	color:#3766CE;
	text-decoration:none;
}

/****** Images *******/

/***** Videos ******/

/****** Tabs ******/
ul.tabs {
	list-style:none;
	padding:0px 3px;
	margin:0px 0px 8px;
	height:24px;
	border-bottom:1px solid #cfcfcf;
}

ul.tabs li {
	float:left;
	margin:0px 1px 0px 2px;
	border:1px solid #cfcfcf;
	background:#ffffff;
}

ul.tabs li.selected, ul.tabs li:hover {
	border-bottom:none;
	height:24px;
	background:#f5f5f5;
}

ul.tabs li a {
	float:left;
	padding:4px 8px;
	height:15px;
	text-align:center;
	color:#666666;
	text-decoration:none;
}

ul.tabs li.selected a, ul.tabs li.selected a:link, ul.tabs li.selected a:active, ul.tabs li.selected a:hover, ul.tabs li.selected a:visited {
	color:#666666;
	text-decoration:none;
}

div.h1 {
	position:relative;
}

div.h1 ul, div.h1 span {
	font-size:12px;
	color:#222222;
	text-align:right;
	margin-left:auto;
	list-style:none;
	position:absolute;
	margin-top:-31px;
	right:3px;
}

div.h1 span {
	right:5px;
	margin-top:-25px;
}

div.h1 ul li {
	list-style:none;
	float:left;
	margin:0px 2px;
	font-size:12px;
}

div.h1 ul li a, div.h1 ul li a:link, div.h1 ul li a:visited {
	float:left;
	padding:3px 8px 4px;
	height:13px;
	color:#222222;
	text-decoration:none;
	background:#efefef;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.h1 ul li.selected a {
	background:#cccccc;
}

div.h1 ul li:hover a {
	background:#aaaaaa;
}

/***** Tables *****/
thead {
	background:#809622;
	color:#ffffff;
}

tr.heading td {
	background:#e6ebd0;
}

/****** Divs ******/
.half {
	float:left;
	width:45%;
	padding:0px 10px;
}

.quotes .default {
	color:#cccccc;
}