﻿/* Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, 
em, font, img, dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	line-height: 1;
	color: black;
	text-align: left;
	font-family:Trebuchet MS;
}

ul {margin-left: 20px;}

.clearAll {clear: both;}

/* Typography */

h2	{background: #000 url(../imgs/bg-darkBlue.png) repeat-x left bottom; font-size: 1.2em; line-height: 1.0em; font-weight: 900; color: #fff; margin: 0 0 10px 0; border-bottom: none; padding: 5px 0 5px 10px;-moz-border-radius: 4px;border-radius: 4px;}
h3	{font-size: 1.0em; line-height: 1.0em; font-weight: 900; color: #444; margin: 25px 0 15px 0; border-bottom: 1px #ccc dotted; text-transform: uppercase;}
h3:first-child	{margin-top: 15px;}

/* Webpage Structure Below */
#wrap {
 	width: 951px;
 	margin: 0 auto;
}
a 
{
	text-decoration: none;
}
#title
{
	height:96px;
	background-color:#FFFFFF;
	background-image:url("../imgs/Title_Log.gif");
	background-position:right;
	background-repeat:no-repeat;
}
#logoContainer
{
	float:left;
}
#logo
{
	font-size:58px;
	font-weight:bold;
	color:#1ABF2A;
	margin:5px 0 0 20px;
	height: 85px;
}
#logo span
{
	color:#000000;
}
#titleWeb
{
	font-size:13px;
	color:#696969;
	position:relative;
	margin-top: -10px;
	margin-left:24px;
}
#titleWeb a:link{
	color:#000000; 	
}
#titleWeb a:visited{
	color:#000000;
}
#titleWeb a:hover{
	color:#000000;    
}
#callUs
{
	text-align:right;
	padding-top:15px;
	padding-right:20px;
}
.font-orange {
	color: #f15a27;
}
#callUs #callUsText
{
	font-size:23px;
	color:#000; /* color: #ADADAD; */
}
#callUs #callUsPhone
{
	font-size:26px;
	color:#1ABF2A;
	position:relative;
	margin-top:1px;
}
#menu
{
	height:35px;
	background-image:url("../imgs/bg-darkBlue.png");
/*	border-bottom:solid 1px #000000;*/
}

.menuList {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul {margin-left: 25px;}

#menu li {
	display: inline;
}

#menu a {
	font-size:16px;
	color:#FFFFFF;
	height:15px;
	padding: 8px 23px 12px 22px;
	float:left;
	background: transparent url("../imgs/bg-nav-separator.png") right top no-repeat;
}

#menu a.last {
	padding-right: 20px;
	background: none;
}

#menu a:hover {
	background: url(../imgs/Menu_Glass_Mask_dark.png) no-repeat;
}
.menu
{
	border-left:solid 1px #FFFFFF;
}
#defaultBody
{
	width: 951px;
	height: 444px;
	background-image:url("../imgs/Body_Bg.jpg");
	background-repeat:no-repeat;
	position: relative;
}
#instantQuoteHome {
	width: 951px; height: 457px;
	background-image:url("../imgs/bg_homeInstantQuote.jpg");
	background-repeat:no-repeat;
	position: relative;
}

	#inputZipcode, #inputSubmit {position: absolute;}

	#inputZipcode {left: 104px; top: 209px; }
		#inputZipcode input {background-color: transparent; border: 0; width: 120px; font-size: 30px; color: #b03b13;}	
	
	#inputSubmit {left: 265px; top: 199px;}	

#homeCarriers {width: 951px; height: 75px;}

#homepage-bottom {
	width: 915px;
	height: 600px;
	background-color: #fff;
	padding: 18px;
}
#homepage-content {padding: 0 12px;}
#homepage-left {
	width: 570px;
	float: left;
	border: 1px solid #999;
	margin: 0 15px 0 0;
	padding: 10px;
	height: 550px;
	background-image:url("../imgs/bg-home-box.png");
	background-repeat:repeat-x;
	-moz-border-radius: 4px;border-radius: 4px;
}
#homepage-right {
	width: 283px;
	float: left;
	border: 1px solid #999;
	padding: 10px;
	height: 550px;
	background-image:url("../imgs/bg-home-box.png");
	background-repeat:repeat-x;
	-moz-border-radius: 4px;border-radius: 4px;
}
#aboutUsBody
{
	height:492px;
	background-color:#FFFFFF;
}
#blogBody
{
	background-color:#FFFFFF;
	overflow: hidden;
}

#contactUsBody
{
	height:708px;
	background-color:#FFFFFF;
}

/*==========================================================================================
Landing Pages
==========================================================================================*/
#contentBody {padding: 10px;background-color:#FFFFFF;}
.marketingWrapper {width: 900px;	margin: 0 auto;	background-color: #fff;	overflow: hidden; padding: 50px 0;}

.marketingLeft {float: left; width: 300px; padding-left:20px;}
.marketingRight {float: right; width: 550px; padding-left:30px;}

.marketingWrapper ul {margin: 15px 0 15px 35px;}
.marketingWrapper h1 {font-size: 1.6em; line-height: 1.2em; font-weight: 900; color: #cc4619; margin: 0 0 15px 0; text-transform: capitalize; }
.marketingWrapper p {margin-bottom: 15px; }

/*==========================================================================================
iFrame
==========================================================================================*/
#iframeBody
{
	padding-top:18px;
	padding-bottom:18px;
	background-color:#FFFFFF;
}
#bottom
{
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
}
#bodyWeb
{
	font-size:32px;
	font-weight:lighter;
	color:#000000;
	position:absolute;
	margin-top:26px;
	margin-left:528px;
}
#bodyWeb a:link{
	color:#000000; 	
}
#bodyWeb a:visited{
	color:#000000;
}
#bodyWeb a:hover{
	color:#000000;    
}
#person
{
	
	width:354px;
	height:405px;
	margin-top:38px;
	margin-left:0px;
	background-image:url("../imgs/Person.jpg");
	float: left;
}
#planAndQuote
{
	position: absolute;
	height: 359px;
	width: 597px;
	margin-top: 73px;
	margin-left: 339px;
	background-image: url("../imgs/Plan_And_Quote.jpg");
	background-repeat: no-repeat;

}
#noPlan{
	position:absolute;
	width:295px;
	height:183px;
	margin-top:10px;
	margin-left:30px;
}
#planContainer /*THIS IS THE CARDS PLUGIN*/
{
	position:absolute;
	width:295px;
	height:183px;
	margin-top:50px; /*margin-top:90px;*/
	margin-left:320px; /*margin-left:30px;*/
}
.plan
{
	position:absolute;
	width:295px;
	height:183px;
}
.planImg
{
	position:absolute;
	width:225px;
	height:45px;
}
.planType
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	position:absolute;
	width:49px;
	height:26px;
	margin-top:6px;
	margin-left:242px;
	text-align:center;
	line-height:26px;
	background-color:#FFFFFF;
}
.planMsg
{
	font-size:11px;
	font-weight:bold;
	color:#4980B8;
	position:absolute;
	width:295px;
	height:31px;
	margin-top:48px;
	line-height:31px;
	background-color:#FFFFFF;
}
.planDetail
{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	position:absolute;
	width:295px;
	height:60px;
	margin-top:81px;
	background-color:#FFFFFF;
}
.planDetail table
{
	height:100%;
}
.planPrice
{
	font-family:Arial;
	font-size:32px;
	font-weight:bold;
	color:#DC4D06;
	position:absolute;
	width:180px;
	height:32px;
	margin-top:150px;
	margin-left:2px;
	line-height:32px;
	background-color:#FFFFFF;
}
.planPrice span
{
	font-size:13px;
}
.planMoreInfo
{
	position:absolute;

	margin-top:155px;
	margin-left:186px;
	cursor:pointer;
}
.planMoreInfo a
{
	width:106px;
	height:29px;
	display: block;
}
.planNumber
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#DC4D06;
	position:absolute;
	margin-top:205px;
	margin-left:265px;
}
.planNumber div
{
	float:left;
	margin-left:3px;
	cursor:pointer;
}
#msg
{
	position:absolute;
	width:305px;
	height:55px;
	margin-top:335px;
	margin-left:378px;
	line-height: 14px;
}
	#msg p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: black;
	
	}

/***************** SIDEBAR.ASP (GET A FREE QUOTE) ********************/
#quoteContainer {
	width:231px;
	height:351px;
	margin-top:45px;
	margin-left:710px;
	background: url(../imgs/freeQuote.jpg) no-repeat;
	position: absolute;
	}

#quote {
	width:231px;
	height:351px;
	padding-top:1px;
	padding-right:0px;
	float: left;
	position: relative;
}
#quoteTitle {
	font: bold 25px 'Arial';
	color: #FFFFFF;
	width: 228px;
	height: 30px;
	margin-top: 4px;
	margin-left: 7px;
	position: absolute;
}
#quoteMsg {
	font: bold 12px 'Arial';
	color: #000000;
	width: 228px;
	margin-top: 45px;
	margin-left: 7px;
	position: absolute;
	clear: both;
}
table{
	font: bold 12px 'Arial';
	color: #000000;
	width: 204px;
	height: 185px;
	margin-top: 105px;
	margin-left: 10px;
	position: absolute;
	clear: both;
}
.radio {
	width:30px;
	vertical-align:middle;
}
.space
{
	height:8px;
}
#quoteInput {
}
#quoteInput input {
	margin-top:310px;
	margin-left:15px;
	border:0px;
	background-color:transparent;
	width:133px;
	height:24px;
	line-height:24px;
	font-size: 22px;
	text-align: center;
	color: #1fc130; /* green: #1fc130*/
	font-weight:bold;
}
#quoteGo {
	margin-top:-33px;
	margin-left:165px;
	background: url(../imgs/btn-go.jpg) no-repeat;
	width:54px;
	height:35px;
	position: absolute;
	cursor:pointer;
}
/*******************************************/

#aboutUsTitle
{
	font-size:28px;
	color:#1ABF2A;
	font-weight:bold;
	height:72px;
	line-height:100px;
	margin-left:18px;
	margin-right:18px;
}
#contactUsTitle
{
	font-size:28px;
	color:#1ABF2A;
	font-weight:bold;
	height:72px;
	line-height:100px;
	margin-left:18px;
	margin-right:18px;
}
#blogDetail
{
	margin-left:18px;
	margin-right:18px;
	border: solid 1px #BBBBBB;
}
#aboutUsDetail
{
	height:400px;
	margin-left:18px;
	margin-right:18px;
	border: solid 1px #BBBBBB;
}
#contactUsDetail
{
	height:618px;
	margin-left:18px;
	margin-right:18px;
	border:solid 1px #BBBBBB;
}
#aboutUsMsg
{
	font-size:14px;
	float:left;
	width:560px;
	margin-top:18px;
	margin-left:18px;
}
#contactUsMsg
{
	font-size:14px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#contactUsEmail
{
	float:left;
	width:600px;
	height:455px;
	margin-top:10px;
	margin-left:10px;
	padding-top:20px;
	background-color:#F4F4F4;
	border:solid 1px #EDEDED;
}
#aboutUsInfo
{
	float:right;
	width:253px;
	height:365px;
	margin-top:10px;
	margin-right:24px;
	text-align:center;}
	
#aboutUsInfo a, #aboutUsInfo a:visited, #aboutUsInfo a:active {
	text-decoration: underline;
	color: #1abf2a;
	font-weight: bold;
	font-size: 20px;
}
#aboutUsInfo a:hover {
	text-decoration: none;
	}

.infoLabel
{
	font-family:Arial;
	font-size:14px;
	color:#275670;
	font-weight:bolder;
	margin-left:8px;
}
.infoContant
{
	font-family:Arial;
	font-size:12px;
	margin-left:8px;
}
.infoTemp
{
	height:10px;
	margin-left:8px;
}
.contactDiv
{
	height:35px;
}
.contactSpan 
{
	font-family:Arial;
	font-size:13px;
	color:#275670;
	font-weight:bolder;
	float: left;
	width:220px;
	margin-left:10px;	
}
.contactSpanLong
{
	font-family:Arial;
	font-size:13px;
	color:#275670;
	font-weight:bolder;
	float: left;
	margin-left:10px;
}
.contactInput {
	float: left;
	width: 345px;
	height: 20px;
	border: 1px solid #CCCCCC;	
}
.contactRadio
{
	font-family:Arial;
	font-size:12px;
	margin-left:12px;
}
.contactHr
{
	height:20px;
	margin:0px 24px 0px 10px;
}
.contactHr hr
{
	color:#474747;
	height:1px;
}
.contactTextArea
{
	margin-left:10px;
}
.contactSubmit
{
	width:600px;
	margin-top:15px;
	text-align:center;
}
/*--------Lances Additions--------*/

.tollfree
{
	font-size:28px;
	color:#1ABF2A;
	font-weight:bold;
	}
/*--------SEO Articles--------*/
#article {
	width: 915px;
	min-height: 200px;
	padding: 18px;
	background: #fff url("../imgs/bg-home-box.png") repeat-x left top;
}
#article a	{color: blue; text-decoration: none;}
#article p	{font-size: 0.9em; margin-bottom: 26px;}
#article li	{font-size: 0.9em; margin-bottom: 26px;}
#article h1	{font-size: 1.6em; line-height: 1.2em; font-weight: 900; color: #cc4619; margin: 0 0 15px 0; text-transform: capitalize;}
#article h2	{background: none; font-size: 1.2em; line-height: 1.0em; font-weight: 900; color: #444; margin: 0 0 15px 0;border-bottom: 1px #ccc dotted; padding: 0px; -moz-border-radius: 0px;border-radius: 0px;}
#article h3	{font-size: 1.0em; line-height: 1.0em; font-weight: 900; color: #444; margin: 0 0 15px 0; border-bottom: 1px #ccc solid; text-transform: uppercase;}

