﻿/*--------------------Coleman Insurance Website Main Style Sheet -----------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #444444;
}
p {
	padding-bottom: 15px;
	color: #444444;
}
h1 {
	font-size: 23px;
	color: #990000;
	font-weight: normal;
	padding-bottom: 15px;
}
h2 {
	font-size: 19px;
	color: #990000;
	font-weight: normal;
	padding-bottom: 7px;
}
h3 {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
h4 {
	color: black;
	padding-bottom: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
a {
}
.red-text {
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.green-text{
	color: #005500;
}
.testimonial {
	color: #990000;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.extra-lt-margin{
	margin-left:45px;
}
.extra-padding-lt{
	padding-left: 20px;
}
.align-right{
	text-align: right;
}
.center{
	text-align: center;
}
.spacer{
	height: 10px;
}
.spacer-2{
	height: 20px;
}
.sm-lt-padding{
	padding-left: 10px;
}
.bottom-margin{
	margin-bottom: 10px;
}
.no-height{
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
.link-menu{
	font-size: 17px;
	text-align: center;
	padding-bottom: 25px;
}
.link-menu span{
	padding-left: 10px;
	padding-right: 10px;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-fix {
	display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clear-fix {
	height: 1%;
}
.clear-fix {
	display: block;
}
/* end backslash hack*/
div#container {
	width: 900px;
	margin: 0 auto;
}
div#header {
	height: 115px;
	position: relative;
	background: url('../Images/header-background.gif') 0 0 no-repeat;
}
div#header p{
	position: absolute;
	top: 0px;
	left: 220px;
	text-align: center;
	font-size: 14px;
	color: #767677;
}
div#top-nav-box {
	height: 22px;
	padding-top: 90px;
	font-size: 12px;
	font-weight: bold;
}
div#top-nav-box ul{
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
}
div#top-nav-box ul li{
	display: inline;
	padding-left: 5px;
}
div#top-nav-box ul li a{
	padding-right: 7px;
	color: #741008;
	text-decoration: none;
}
div#top-nav-box ul li a:hover{
	text-decoration: underline;
	color: #003300;
}
div#top-nav-box ul li ul{
	display: none;
}
div#top-nav-box ul li ul:hover{
	display: block; 
}
div#main-box {
	background-color: #EDEFBE;
	margin: 0;
}
div#main-pic-box{
	position: relative;
	height: 280px;
	border-bottom:1px black solid;
}
div#main-box hr {
	clear: both;
	height: 1px;
	margin: 0 45px 10px 45px;
	color: silver;
}
div#content-box {
	padding: 0px 0px 0px 0px;
	border-right: 2px black solid;
	border-left: 2px black solid;
}
div#content-page-container{
	padding: 25px 25px 15px 25px;
	background: url('../Images/green-grad-bkgnd.gif') 0 0 repeat-x;
}
div#footer {
	clear: both;
	position: relative;
	border-right: 2px #000000 solid;
	border-left: 2px #000000 solid;
	background-color: #EDEFBE;
}
div#hcard{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px; 
}
div.org{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
div.tel{
	font-weight: bold;
	color: #333333;
}
div#footer-cap{
	height: 25px;
	background: url('../Images/footer-background.jpg') 0 0 no-repeat;
}
div#footer-cap p.copyright{
	position: relative;
	bottom: 3px;
	text-align: center;
	font-size: 11px;
	padding-bottom: 0;
}
p#pnc-credits{
	float: right;
	padding-right: 15px;
	padding-top: 3px;
	font-size: 11px;
}
