@charset "utf-8";

/*  ===== @DEFAULT STYLES ============================== */

body {
	background:#FFF url(images/bg.png) repeat-x;
	color:#544D45;
	font:100.01%/1.5 Tahoma, Arial, sans-serif; }

a:link, a:visited, a:focus {
	color:#26416b;
	text-decoration:none;
	outline:none; }

a:hover { color:#1E1E1E; }

h1, h2, h3, h4, h5, h6 { 
	color:#000; 
	margin:0 1em 1em; 
}

h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:13px; }
h6 { font-size:12px; }

p { color:#544D45; }

img { border:none; }

#allText { padding:20px; }

#sideNav, #dQuoteForm { margin:20px; }

#slideshow { margin:20px; }

#carriersList {
	margin:20px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

#carriersList td { padding:5px; }

#staffDirectory {
	margin:20px; 
	font:12px Verdana, Arial, Helvetica, sans-serif; }
	
#staffDirectory td {
	padding:5px;
}

#staffDirectory .locations {
	background:#26416B;
	color:#FFF;
	padding:10px;	
	text-align:center;
	font-weight:bold; }

#staffDirectory .header {
	background:#222730;
	color:#FFF;
	padding:8px; }

#staffDirectory .positions {
	background:#CCC;
	font-size:10px }
	
#googlemaps {
	width:400px;
	height:auto;
	padding:2px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center; }

#googlemaps address {
	white-space:pre; 
	margin:10px; 
	padding:0;
	text-align:left;
	font-weight:bold; }
	
.phoneSize { font-size:18px; font-weight:bold; }

#locations td { padding:10px; text-align:center; }

/*  ===== @HEADER =============================== */

#headerContainer {
	background:#26416B;
	width:100%;
	height:121px;
	text-align:center; }

	#headerBack {
		background:#26416B url(images/headerBack.png) repeat-x;
		width:1020px;
		height:121px;
		text-align:left;
		margin:0 auto; }

		#logo {
			width:95px;
			height:99px;
			display:block;
			float:left;
			margin:10px 0 0 70px; }

		#phone {
			width:175px;
			height:35px;
			float:right;
			margin:25px 33px 0 0; }

/*  ===== @MAIN NAVIGATION ====================== */

#navContainer {}

#navigation {
	width:512px;
	height:24px;
	clear:both;
	float:right;
	margin:-25px 0 0 0; }

* html #navigation { margin:0; }

	#navigation li {
		height:24px;
		float:left;
		margin:0 0 0 10px;
		padding:0;
		list-style:none; }
	
	#navigation li:first-child { margin-left:0; }
	
	#navigation .nav1, #navigation .nav5 { width:72px; }
	#navigation .nav2 { width:75px; }
	#navigation .nav3 { width:105px; }
	#navigation .nav4 { width:88px; }

		#navigation li a {
			display:block;
			width:100px;
			height:24px;
			text-indent:-99999px; }
	
		#navigation .nav1 a { background:url(images/nav1.png) no-repeat; width:72px; }
		#navigation .nav2 a { background:url(images/nav2.png) no-repeat; width:75px; }
		#navigation .nav3 a { background:url(images/nav3.png) no-repeat; width:105px; }
		#navigation .nav4 a { background:url(images/nav4.png) no-repeat; width:88px; }
		#navigation .nav5 a { background:url(images/nav5.jpg) no-repeat; width:72px; }
		
		#navigation a:hover { background-position:bottom left; }

/*  ===== @HOMEPIECE ============================ */

#homePiece {
	background:#FFF url(images/homeBack.png) no-repeat;
	width:921px;
	height:250px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC; }

	#homeBlurbContainer {
		width:500px;
		height:250px;
		float:right; }

	#homeBlurbContainer p {
		color:#26416B;
		width:345px;
		text-align:justify;
		padding-left:28px; }

	.homeBlurbHeader {
		background:url(images/homeHeaderBullet.png) no-repeat;
		width:500px;
		color:#26416b;
		font-size:25px;
		height:26px;
		line-height:26px;
		margin:30px 0 0;
		padding:0 0 0 28px;
		vertical-align:middle; }
		
/*  ===== @HOMEMIDDLE ============================ */		
		
	#homeBoxes {
		width:923px;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
	}
	
	#homeBoxes td { text-align:center; }
	
	#homeBoxes p {
		color:#5B5B5B;
		text-align:justify;
		font:12px Verdana, Arial, Helvetica, sans-serif;
		padding:10px; }
		
	#homeBoxes .quoteButton {
		background: url(images/quoteButton.png) no-repeat;
		display:block;
		width:168px;
		height:33px;
		margin:1em auto;
		text-indent:-9999px; }
		
		.quoteButton:hover { background-position:bottom left !important; }
		
/*  ===== @HOMEBOTTOM ============================ */

#homeBottom { 
	background:#26416b url(images/homeBottomBackground.png) repeat-y center;
	padding-top:20px;
	min-width:225px;
	
	}

	#homeBottom td { text-align:center; }
	#homeBottom h2 { 
		font:14px Verdana, Arial, Helvetica, sans-serif;
		color:#FFF;
		font-weight:bold; }
	#homeBottom p {
		color: #FFF; 
		margin:5px; 
		padding:0; 
		font:12px Verdana, sans-serif;
		}
	
.socialButtons {
	display:block;
	margin:20px;
}

.learnButton {
	background:url(images/learnMoreButton.png) no-repeat;
	display:block;
	width:88px;
	height:24px;
	text-indent:-9999px;
	margin:10px 0 10px 20px;
}

* html .learnButton { float:left }

.learnButton:hover { background-position:bottom left !important; }

/*  ===== @TWITTER ============================ */
	
.twitted {
	color:#FFF;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	text-align:left; }

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
	list-style:none;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #999;
	font-style:italic;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #999;
	font-style:italic;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
}

.twitted p.profileLink a { color:#999; font-style: italic; }

/*  ===== @HELPER CLASSES ====================== */

.floatL { float:left; }
.floatR { float:right; }

.debug { 
	margin:0;
	padding:0;
	border: 1px solid red;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.group { overflow:hidden; width:100%; }

/*  ===== @CONTENT ============================ */

#content {
	background:#666;
	color:#FFF;
	width:640px;
	height:700px;
	float:left;
	}

	.txt-header {
		color:#1E1E1E;
		width:100%;
		height:auto;	
		}
		
	.line {
		background:value;
		display:none; /* remove this style if you are using this */
	}
	
	#sitemap {}

/*  ===== @FOOTER =============================== */

#dnn_footerNav * { margin:0; padding:0; }

#footer {
	background: #222730;
	height:40px;
	line-height:40px; /* must match the height above */
	text-align:center;
}

#footer ul { width:925px; margin:0 auto; }

#footer li {
	float:left;
	margin-left:35px;
	list-style:none;
}

* html #footer li { margin-left:25px; }

#footer li:first-child { margin-left:0; }

#footer li img {
	margin:5px;
	vertical-align:middle;
}

#footer a,#footer a:visited {
	color:#FFFFFF;
}

#footer a:hover { color:#999999; }


/*  ===== @SITE CONTAINERS ====================== */

table#instable { 
	width:923px;
	margin:0;
	padding:0;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

table#insTabletd1 { width:300px; margin:20px; padding:0; }
table#insTabletd2 { width:620px; margin:20px; padding:0; }

/*  ===== @BLOG ================================= */

#dnn_ctr63745_contentpane {	width:200px; } /* SIDE */

#dnn_ctr63744_modulecontent { /* CONTENT */ 
	width:650px;
	padding:20px;
}

#dnn_ctr63744_mainview_viewentry_lnktrackback { display:none; }

.subhead a:link {
	color:#a71511;
	font-size:16px;
}

.subhead a:visited {
	color:#a71511;
	text-decoration:none;
}

.subhead a:hover,.subhead a:visited:hover {
	color:#000;
	text-decoration:none;
}

.normal {
	color:#544d45;
	font-size:12px;
}

/*  ===== @VIDEO CHAT PERSON ==================== */

#dvpplayer {
	position:fixed;
	bottom:0;
	right:0;
}

#dvpbtn {
	position:fixed;
	bottom:0;
	right:0;
	display:none;
}

* html #dvpplayer,* html #dvpbtn {
	bottom:expression((0 - (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) 0 'px');
	position:absolute;
	right:expression((0 - (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) 0 'px');
}

/*  ===== @CUSTOM CLASSES ======================== */

#line { height:15px; }

#copyright {
	color:#333333;
	font-size:11px;
}

#copyright2 { 
	color:#FFFFFF; /* White? */
	font-size:11px;
	font-weight:bold;
}

#testimonialTxt { color:#333; }

#testimonialHead {
	color:#A71511;
	font-size:20px;
	font-weight:bold;
}

#testimonialSub {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

#contactTxt { color:#544D45; }

/*  ===== @INTERNET EXPLORER ===================== */

