/*------------------------------------------------------

Penbrook Caib Style Sheet



version:   1.0

author:    Kristin Kramer for Little Truck

-------------------------------------------------------*/

/* = Globals = */



/* Remove padding and margin on IE*/

* {
	margin: 0;
	padding: 0;
}

/* = Global Image Settings = */



/* get rid of borders on images */

a img {
	border: 0;
}

/* = Global FLOATS = */



/* Class for clearing floats */

.clear {
	clear: both;
}

/* = Global COLORS=  */


/* = Global Links =   */



a:link {
	color: #c54202;
	text-decoration: none;
}

a:visited {
	color: #c54202;
	text-decoration: none;
}

a:hover {
	color: #117c30;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.indent {
	margin-left:10px;
}

.indentMore, .funnyBullet {
	margin-left:38px;
}

/*-----------------------------------------------------------------------------*/

/* = Main Layout =

/*-----------------------------------------------------------------------------*/

body {
	background: url('http://www.pennbrookinsurance.com/img/back.gif') repeat-y #ffffff;
	font: 13px Arial, Helvetica, sans-serif;
}
.GreenQuote {
	font-family: Garamond, Times, "Times New Roman", serif;
	font-size: 16px;
	color: #117c30;
}

#wrapper {
	padding-top: 40px;
	padding-bottom: 10px;
}

div#banner {
	width: 920px;
	height: 198px;
}

#banner img {
	float:left;
	padding-right:10px;
}

#nav {
	width: 171px;
	padding-left: 15px;
	margin-top: 31px;
	float: left;
	clear:left;
}

#logos {
	width: 500px;
}

div#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}


li {

}

div#mainContent ul {
	margin:0;
	padding:0;
	list-style: inside disc;
	margin-left: 20px;
}

div#mainContent {
	width: 560px;
	line-height: 22px;
	margin-top: 30px;
	margin-left: 220px;
	padding-bottom: 40px;
	min-height: 463px;
}


#headerImg {
	margin-bottom: 10px;
}

div#bottomBanner {
	width: 100%;
	height: 30px;
	background-color: #dcc371;
}

div#copy {
	padding-top: 5px;
}

div#footer {
	clear: both;
}

/* Contact Us */



#contactTable {
	width: 600px;
}

#contactTable td {
	padding: 2px;
	line-height: 20px;
	padding-top: 4px;
}

#contactTable td.tdTitles {
	padding-left: 10px;
	padding-top: 0;
	line-height: 10px;
}

/*---------------------------------*/

/* = stylings =     */

/*---------------------------------*/

h2 {
	color: #117c30;
	font-size: 15px;
	margin-top: 10px;
}

h3 {
	color: #6e5e2b;
	font-size: 15px;
	margin: 0;
}

.rectBullet {
	width: 30px;
	height: 10px;
	float: left;
	margin: 5px 0 0 0;
	background-image: url(../img/long_bullet.gif);
	background-repeat: no-repeat;
}

.primary {
	border-top:#e2cd83 1px solid;
	list-style:none;
}

#nav ul ul{
	margin:5px 0 5px 10px;
	list-style:none;
}
#nav li{
border-top:1px solid #E2CD83;
}
#nav li li{
border-top:none;
line-height:1.3;
}
#nav li li li {
	list-style-type:square;
	color: #000;
	list-style-position: outside;
}


#nav ul ul ul {
	margin:0 0 0 20px;
}

#nav a, #nav .current li a, #nav .current .current li a, #nav .current .current .current li a{
	color: #82754a;
font-weight:normal;
}
#nav .current a, #nav .current .current a, #nav .current .current .current a{
color:#117c30;
	font-weight:bold;
}

#nav a:hover {
	color: #117c30;
	text-decoration:none;
}
#nav .current{
	font-weight:bold;
}
#nav .current li{
	font-weight:normal;
}


.bannerText {
	margin: 0 0 0 16px;
	padding: 7px 0 7px 0;
	font: 500 12px Arial, Helvetica, sans-serif;
	width: 890px;
}

.bannerImg {
	margin-left: 5px;
	float: left;
}

.copy {
	margin-left: 220px;
	font: 500 9px Arial, Helvetica, sans-serif;
	color: #a69662;
}

#mainContent p {
	margin-bottom: 1.6em;
}

#navHome, #navCompany, #navProducts, #navServices, #navClaim, #navContact {
	text-indent: -9999px;
	display:block;
	background-repeat:no-repeat;
	margin-top: 5px;
}

#nav ul, #nav a{
	padding:0;margin:0;
}
#nav li{
	padding-top: 5px; padding-bottom: 13px;
}

#nav li li, #nav li.on, #nav li.current{
	padding-bottom: 0px;
}


#navHome{
	background-image: url(/img/nav_home_off.gif);
	height: 13px;
	width: 100px;
}
#navCompany {
	background-image: url(/img/nav_company_off.gif);
	height: 13px;
	width: 100px;
}
#navProducts{
	background-image: url(/img/nav_products_off.gif);
	height: 13px;
	width: 100px;
}
#navServices {
	background-image: url(/img/nav_services_off.gif);
	height: 13px;
	width: 100px;
}
#navClaim{
	background-image: url(/img/nav_claim_off.gif);
	height: 13px;
	width: 100px;
}
#navContact{
	background-image: url(/img/nav_contact_off.gif);
	height: 13px;
	width: 100px;
}


#navHome:hover, .current #navHome, .on #navHome {
	background-image: url(/img/nav_home_on.gif);
	}
#navCompany:hover, .current #navCompany, .on #navCompany  {
	background-image: url(/img/nav_company_on.gif);
}
#navProducts:hover, .current #navProducts, .on #navProducts {
	background-image: url(/img/nav_products_on.gif);
}
#navServices:hover, .current #navServices, .on #navServices  {
	background-image: url(/img/nav_services_on.gif);
}
#navClaim:hover, .current #navClaim, .on #navClaim {
	background-image: url(/img/nav_claim_on.gif);
}
#navContact:hover, .current #navContact, .on #navContact {
	background-image: url(/img/nav_contact_on.gif);
}


.clearit {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

cite {
	margin-bottom: 1.6em;
	display: block;
}

#mainContent .indentMore ul {
	margin-bottom: 1.6em;
}
#mainContent  hr  {
	color: #117c30;
	background-color: #117c30;
	padding: 0px;
	height: 1px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.on #navHome, .current #navHome{
padding-bottom: 13px;}
