/* Begin Typography & Colors */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
	color: #343434;
	text-align: center;
	}

/* standard stuff */
#content { font-size: 12px; line-height: 18px; padding-bottom: 30px; }
.widecolumn .entry p { font-size: 1.05em; }
.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
.hentry { border-top: 2px solid #ae1317; padding-top: 5px; }
.entry { margin-top: 3px;}
.entry { margin-bottom: 30px; }
.widecolumn { line-height: 1.6em; }
.narrowcolumn .postmetadata { text-align: center; }
.thread-alt { background-color: #f8f8f8; }
.thread-even { background-color: white; }
.depth-1 { border: 1px solid #ddd; }
.even, .alt { border-left: 1px solid #ddd; }
#footer { background-color: #363630; padding: 20px 0px; /*overflow: hidden; width: 100%; height: 500px; margin-top: 0px;*/ clear: both; height:500px;}
#footer a {color: white; text-transform: uppercase; font-size: 12px;}
#footer p { margin: 0; padding-top: 20px; text-align: center; color: #AAAAAA; }
#footer p a {color: #AAAAAA; text-decoration: underline; text-transform: none;}
#footer p a:hover {text-decoration: none;}
small { font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em; line-height: 1.5em; }
h1, h2, h3 { font-family: Arial,Helvetica,sans-serif; font-weight: bold; }
h1 { font-size: 4em; text-align: center; }
#headerimg .description { font-size: 1.2em; text-align: center; }
h2 { font-size: 1.6em; }
h2.pagetitle { font-size: 1.6em; }
#sidebar h2 { font-family: Arial,Helvetica,sans-serif; font-size: 14px; text-transform: uppercase; color: #C80000; }
h3 { font-size: 1.2em; }
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description { text-decoration: none; color: white; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #343434; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }
.entry p a:visited { color: #b85b5a; }
.sticky { background: #f7f7f7; padding: 0 10px 10px; }
.sticky h2 { padding-top: 10px; }
.commentlist li, #commentform input, #commentform textarea { font: 0.9em Arial,Helvetica,sans-serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }
#commentform p { font-family: Arial,Helvetica,sans-serif; }
.commentmetadata { font-weight: normal; }
#sidebar { font: 1em Arial,Helvetica,sans-serif; }
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }
code { font: 1.1em Arial,Helvetica,sans-serif; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }
a, h2 a:hover, h3 a:hover { text-decoration: none; }
a:hover { color: #147; text-decoration: underline; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em Arial,Helvetica,sans-serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Typography & Colors */



/* Begin Structure */
body { margin: 0px; padding: 0px; }
html,body { height: 100%; }
#page {
	margin: 0px auto;
	padding: 0 0 100px 0;
	width: 967px;
	/*border-top: 5px solid #AE1317;*/
	text-align: left;
	background: url("images/sky.jpg") no-repeat;
	min-height: 550px; position:relative;
	}
#header { padding: 0; height: 122px; width: 967px; }
.widecolumn { padding: 10px 0 20px 0; margin: 5px 20px 0 20px; }
.widecolumn a {color: #333333; text-decoration: underline;}
.widecolumn a:hover {color: #666666;}
.post { margin: 0 20px; 40px; /*text-align: justify;*/ }
.post hr { display: block; }
.widecolumn .post { margin: 0; }
.narrowcolumn .postmetadata { padding-top: 5px; }
.widecolumn .postmetadata { margin: 30px 0; }
.widecolumn .smallattachment { text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px; }
.widecolumn .attachment { text-align: center; margin: 5px 0px; }
.postmetadata { clear: both; }
.clear { clear: both; }
/* End Structure */



/*	Begin Headers */
h1 { padding-top: 70px; margin: 0; }
h2 {margin: 0px; padding: 0px;}
h2.pagetitle { margin-top: 30px; text-align: center; }
#sidebar h2 { margin: 5px 0 0; padding: 0; }
h3 { padding: 0; margin: 0px; }
h3.comments { padding: 0; margin: 40px auto 20px ; }
/* End Headers */



/* Begin Images */
p img { padding: 0; max-width: 100%; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 5px;
	padding: 0 0 0 10px;
	/*list-style: none;*/
	padding-left: 10px;
	text-indent: 0px;
	}
html>body .entry li { margin: 7px 0 8px 10px; }
/*.entry ul li:before, #sidebar ul ul li:before { content: "\00BB \0020"; } */
.entry ol { padding: 0 0 0 35px; margin: 0; }
.entry ol li { margin: 0; padding: 0; }
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none; }
#sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px; }
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; } 
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
ol li, #sidebar ul ol li { list-style: decimal outside; }
#sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0; }

/* End Entry Lists */



/* Begin Form Elements */
#searchform { margin: 10px auto; padding: 5px 3px; }
select { width: 130px; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform { margin: 5px 10px 0 0; }
#commentform textarea { width: 100%; padding: 2px; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit { margin: 0 0 5px auto; float: right; }
/* End Form Elements */

/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
.commentlist { padding: 0; /*text-align: justify;*/ }
.commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none; }
.commentlist li ul li { margin-right: -5px; margin-left: 10px; }
.commentlist p { margin: 10px 5px 10px 0; }
.children { padding: 0; }
#commentform p { margin: 5px 0; } 
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
/* End Comments */

/* Begin Sidebar */
#sidebar { width: 294px; background: url(images/sidebar-BG.jpg) no-repeat; border-top: 3px solid #C80000; float: left; margin-left: 10px;}
#sidebar form { margin: 0; }
/* End Sidebar */

/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; } 
acronym, abbr { border-bottom: 1px dashed #999; } 
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; } 
blockquote cite { margin: 5px 0 0; display: block; } 
.center { text-align: center; } 
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em; }
hr { display: none; }
a img { border: none; }
.navigation { text-align: center; overflow: hidden; }
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/* End captions */

/* custom */
#header-logo-wrapper {float: left; width: 160px; height: 122px;}
#header-logo-wrapper a {margin-left: 20px; margin-top: 10px; float: left; }
#header-info-wrapper {float: left; width: 807px; height: 122px;}
#phone-info {width: 425px; height: 40px; background: url('images/phone-info-BG.gif') no-repeat; float: right;}
#phone-info .phone-number {float: left; color: black; font-size: 12px; font-weight: bold; width: 235px; height: 28px; margin-top: 4px; background: url(images/phone-number-seperator.gif) no-repeat right top;}
#phone-info .phone-number div {margin-left: 15px; margin-top: 2px;}
#phone-info.de .phone-number div {margin: 8px 0 0 15px; font-size: 16px;}
#phone-info .login {float: left; width: 185px; height: 28px;}
#phone-info .login a {margin-left: 8px; margin-top: 8px; float: left;}
#navigation-wrapper {background: url(images/menu-bar.png) no-repeat; width: 774px; height: 40px; margin-top: 20px; float: right; text-align: right; color: #AE1317; font-size:12px; text-transform: uppercase;}
#navigation-wrapper a {font-weight: bold; color: #AE1317; text-decoration: none; font-size: 11px; position: relative; z-index: 1;}
#navigation-wrapper a:hover {color: #FF9C00; }
#navigation-wrapper .active {color: #FF9C00; }

/* homepage */
.banner {width: 967px; height: 284px;}
.boxes-wrapper {width: 967px; height: 100px; margin: 15px 0px; background: url('images/sub-box.gif') no-repeat;}
.boxes-wrapper .box {float: left; width: 322px; text-align: right; position: relative;}
.boxes-wrapper .box .image {position: absolute; left: 10px; top: 10px;}
.boxes-wrapper .box .real-box {margin-left:  50px; float: right; text-align: left; color: #444444; }
.boxes-wrapper .box .real-box h2 {font-size: 18px; margin-top: 5px; font-weight: normal; margin-left: 50px;}
.boxes-wrapper .box .real-box .text {margin-left: 50px; margin-top: 5px; font-size: 12px; margin-right: 10px; line-height: 18px;}
.boxes-wrapper .box .real-box p {margin-left: 0px; margin-top: 15px;}
.boxes-wrapper .box .real-box p a {color: #C80000; font-weight: bold; font-size: 11px; text-decoration: none;}
.boxes-wrapper .box .real-box p a:hover {text-decoration: underline;}
.boxes-wrapper .image1 a { display: block; width: 80px; height: 80px; background: url('images/handshake.png') 0 0 no-repeat; } 
.boxes-wrapper .image1 a:hover { background-position: -80px 0px; }
.boxes-wrapper .image2 a { display: block; width: 80px; height: 80px; background: url('images/calculator.png') 0 0 no-repeat; } 
.boxes-wrapper .image2 a:hover { background-position: -80px 0px; }
.boxes-wrapper .image3 a { display: block; width: 80px; height: 80px; background: url('images/quote.png') 0 0 no-repeat; } 
.boxes-wrapper .image3 a:hover { background-position: -80px 0px; }

/* old
.boxes-wrapper {width: 967px; margin: 15px 0px;}
.boxes-wrapper .box {float: left; width: 322px; text-align: right; position: relative;}
.boxes-wrapper .box .image {position: absolute; left: 26px; top: 30px;}
.boxes-wrapper .box .real-box {width: 256px;  height: 132px; border: 3px solid #DCD7CE; float: right; text-align: left; color: #444444; }
.boxes-wrapper .box .real-box h2 {font-size: 18px; margin-top: 5px; font-weight: normal; margin-left: 50px;}
.boxes-wrapper .box .real-box .text {margin-left: 50px; font-size: 12px; margin-right: 10px; line-height: 18px;}
.boxes-wrapper .box .real-box p {margin-left: 50px; margin-top: 15px;}
.boxes-wrapper .box .real-box p a {color: #C80000; font-weight: bold; font-size: 11px; text-decoration: none;}
.boxes-wrapper .box .real-box p a:hover {text-decoration: underline;}
*/

.overview {	float: left; padding: 0px 0px 20px 20px; margin: 0px; width: 645px; text-align: left;}
.overview h1, .overview h4 {color: #C80000; font-size: 18px; margin: 10px 0px 0px 0px; padding: 0px; text-align: left;}
.overview-ul {list-style: none; padding: 0px; overflow: hidden;}
.overview-ul li .image {float: left; width: 80px; height: 80px; text-align: left; }
.overview-ul li .content {float: left; width: 500px; padding-left: 15px;}
.overview-ul li .content h2 {font-size: 16px; margin: 0px; padding: 0px;}

#homepage-sidebar {float: right; width: 300px;  margin: 10px 0 0 0;}
	#homepage-sidebar .block {
	background-color: #F2ECD9; margin-bottom: 10px;
	}
	#homepage-sidebar .block .bottom {width: 300px; height: 10px; background: url(images/sidebar-bottom-BG.jpg) no-repeat; overflow: hidden;}

		#homepage-sidebar .latestnews .title {width: 300px; height: 35px; background: url(images/sidebar-title-BG.jpg) no-repeat; }
		#homepage-sidebar .latestnews ul {margin: 13px 8px; padding: 0px; list-style: none;}
		#homepage-sidebar .latestnews ul li {border-bottom: 1px solid #C2BDAE; padding: 0px 5px;}
		#homepage-sidebar .latestnews ul li .date {color: #B40000; font-size: 11px; font-weight: bold;}
		#homepage-sidebar .latestnews ul li .text {line-height: 18px;}
		#homepage-sidebar .latestnews ul li p {padding: 0px; margin: 10px 0px;}
		#homepage-sidebar .latestnews ul li .readmore a {color: #484641; font-weight: bold; text-decoration: none; font-size: 11px;}
		#homepage-sidebar .latestnews ul li .readmore a:hover {text-decoration: underline;}
		
		/* homepage sidebar - contact us */
		#homepage-sidebar .contactus .title {width: 300px; height: 35px; background: url(images/sidebar-title-contactus.jpg) no-repeat; }
		#homepage-sidebar .contactus p {
		margin: 10px;
		}
		#homepage-sidebar .contactus input, #homepage-sidebar .contactus textarea {
		width: 270px;
		}
		#homepage-sidebar .contactus .submit input {
		width: auto;
		}
.right-content {width: 625px; float: right;}
.right-content h2, .freequote h2 {color: #C80000; font-size: 20px; font-weight: normal; margin: 0px 0px 20px 0px; padding: 0px; line-height: 22px;}
.right-content a {text-decoration: underline; color: #C80000;}
.sublinks {margin: 12px;}

/* GET FREE QUOTE DELAWARE */
.freequote h2 {
margin: 0 0 5px 0;
}
.freequote img.header {
margin: 0 0 15px 20px
}
.left-content {
width: 625px; float: left;
}
.right-sidebar {
width: 300px; float: right;
line-height:18px;
}
.right-sidebar strong {
color: #C80000;
}
h2.toptitle {
position: absolute;
top: 72px;
left: 150px;
line-height: 14px;
font-size: 14px; font-style: italic; color: #666; font-weight: bold;
}
.freequote .form {
border-top: solid 5px #666;
border-bottom: solid 5px #666;
padding: 10px; margin-top: 10px;
background: url(images/bg-quoteform.gif) repeat-x bottom;
}
.freequote .form td {
padding: 2px 5px;
}
.freequote .entry ul li {
list-style-type: none;
background: url(images/bullet-check.gif) no-repeat 0 3px;
padding: 0 0 15px 40px;
margin: 0;
}
/* ----------------------- */

.subpages {margin: 30px 0px 0px 0px; padding: 0px;}
.subpages li {padding-left: 20px;}
.subpages .active {background: url(images/subpage-link-icon.gif) no-repeat; background-position: 0px 5px;}
.subpages .active a {color: #C80000; font-size: 14px; font-weight: bold}
.subpages .inactive {}
.subpages .inactive a {color: #333333; font-size: 14px;}
.subpages .submore {margin-left: 20px;}

.breadcrumbs {margin-bottom: 10px; font-weight: bold; color: #333333; font-weight: bold; font-size: 11px;}
.breadcrumbs a {color: #333333; font-weight: normal; text-decoration: underline; font-size: 12px;}

.news-categories {padding: 0px;}
.news-categories li ul {padding: 0px; }
.news-categories li a {color: #333333; font-size: 14px;}

.current-cat a {font-weight: bold;}
.current-cat ul a {font-weight: normal;}

/* Slider - JAL added */
#jFlowSlide{ background:#DBF3FD; font-family: Georgia; }
#myController { font-family: Georgia; padding:2px 0;  width:610px; background:#3AB7FF; }
#myController span.jFlowSelected { background:#43A0D5;margin-right:0px; }

.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:300px; float:left; }
.slide-thumbnail img {max-width:300px; }
.slide-details { width:290px; float:right; margin-left:10px;}
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }

.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #43A0D5; }

.bold_maroon { font-weight: bold; color: #990000; }

/* HOME: Testimonials */
ul.testimonials {
margin: 10px 25px 30px 0; padding: 0; overflow: hidden;
}
ul.testimonials li {
border-top: solid 1px #c1c2a0;
padding: 10px 35px;
margin: 0;
background: url(images/testimonials-bg.gif) no-repeat top left;
list-style-type: none;
}
ul.testimonials p.auth {
font-weight: bold;
background: url(images/testimonials-endquote.gif) no-repeat bottom right;
}

/*ul for link network links*/
#link-network{padding: 0; color:#a5a5a5; width: 100%; margin:0px auto; display:inline; list-style:none;}

#link-network h4{padding: 0; text-align:center; color:#a5a5a5;}
#link-network ul {padding: 0; text-align:center; color:#a5a5a5;}

/*each list item includes title above link and link text (2 lines) each*/
#link-network ul li {margin: 0 0 8px 0; color:#a5a5a5;padding:0; font-size:10px; list-style:none;}/*adds space below each set of links*/

/*span for title above link*/
span.itemName{font-style:italic; color:#a5a5a5; margin:0; padding:0;}

/*class for link styling*/
a.itemLink{font-weight:bold; color:#a5a5a5; font-size:10px;}
a.itemLink:hover{font-weight:bold; color:#a5a5a5; text-decoration:underline;}
