h1 {
	font-size: 1.5em;
	font-weight: bold;
}

body {
	overflow-x: hidden;
}

#root {
	margin: 0 auto;
	padding: 0;
}

/* header styles */

#header {
	margin: 0 -148px 0;
	position: absolute;
}

#header a, #header span {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}

#logoPic {
	position: absolute;
	top: 0;
	left: 147px;
}


#headerContactInfo {
	position: absolute;
	top: 5px;
	left: 669px;
	width: 480px;
}

#headerContactInfo ul, ol {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}


#headerContactInfo div {
	position: absolute;
	padding: 0 10px;
	border-right: 1px dotted #ffffff;
	color: #fff;
	font-weight: bold;
}

#headerBlog {
	width: 58px;
}

#headerPhone {
	left: 78px;
	width: 115px;
}

#headerContact {
	left: 213px;
	width: 141px;
}

#headerContactInfo div:last-child {
	border-right: none;
}

#headerContactInfo div img {
	margin-right: 5px;
	float:left;
}

#headerContactInfo a {
	color: #fff;
	font-weight: bold;
}

a#headerRequestQuote span {
	color: #E39526;
}



img.newsFeedImg {
	float:left;
	margin-right: 10px;
}

#headerNav {
	position: absolute;
	top: 58px;
	left: 170px;
}

#headerNav ul, ol {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

#headerNav li {
	padding: 0 42px;
	display: inline;
	border-right: 1px dotted #ffffff;
	font-weight: bold;
}

#headerNav li:last-child {
	border-right: none;
}

#headerCaption {
	position: absolute;
	top: 165px;
	left: 620px;
	width: 440px;
}

span#headerCaptionTitle {
	font-size: 26px;
	display: block;
}

span#headerCaptionContent {
	font-size: 16px;
}

/* content styles  */

#content {
	position: absolute;
	top: 351px;
	height: 305px;
	margin: 0 -148px 0;
	padding: 20px 148px 0;
	border-left: #CCC solid 2px;
	border-right: #CCC solid 2px;
}

.left-hand-float {float:left;}

h3.newsFeedTitle {
	margin-bottom: 5px;
}

h3.newsFeedTitle a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

/* footer styles */
#footer {
	padding: 10px 148px 0;
	margin: 0 -148px 0;
	position: absolute;
	top: 675px;
	height: 30px;
	width: 950px;
	border: #CCC solid 2px;
	background: #F4F4F4;
	color: #0F507F;
	font-weight: bold;
}

#footer a {
	color: #0F507F;
	text-decoration: none;
}
#footer ul {
	display: inline;
}

#footer li {
	border-right: 1px solid #0F507F;
	padding: 0 15px 0 10px;
	display: inline;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

#footer li:last-child {
}

#footerContact {
	float: right;
	margin-right: 80px;
	color: #E39526;
}

#footerContact img {
	float: left;
	padding-right: 4px;
}
