@charset "utf-8";

* {
	margin: 0; padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/wrapperBG.jpg) center fixed;
	font: 1em Georgia, Times, serif; /* 1em = 16pts */
	color: #03542d;
	text-align: center;
}

/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/
* html #rightCol { 
	float:left; 
}
/* end of hack - don't remove this comment */

.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */
#leftColInner .float_left {float:left; margin: 0 1em 1em 0;} 
.float_leftHPBullet {float:left; margin: 0 10px 0 0; padding-top: 6px; width: 30px; clear: both;}

img.border {
	padding: 2px;
	border: 1px solid #034e91;
}

h1, h2, h3 {
	color: #03542d;
	font-style: normal;
}

h1 {
	font-size: 1.5em;
	padding-bottom: 15px;
}

h2 {font-size: 1.2em;
	line-height: 1.25;
	padding-bottom: 15px	
}

h3 {font-size: 1em;
	line-height: 1.25;	
}

#rightColInner p  {
	line-height: 1.60;
	margin-bottom: .85em;
}

#singleCol, #leftCol, #l2LeftCol, #l2RightCol, p  {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: .75em;
}

#rightColInner p.hpBullet  {
	font-size: 1.2em;
	line-height: 1.60;
	float: left;
	width: 450px;
}

#leftColInner p.cartridge  {
	padding: 30px 0 0 0;
}

#leftColInner p.hpQuestions  {
	clear:both;
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: .75em;
	color:#595441;
	font-variant: small-caps;
}

.hpQuestions a {
	color:#595441;
}

.hpQuestions a:hover {
	color: #FF6666; text-decoration: none;
}

#footer p  {
	line-height: 1.60;
	margin: 8px 30px 0 0;
}
 
a {
	color:#0000FF;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
#hpHeader {
	width: 912px;
	height: 135px;
}

#hpHeaderTop {
	width: 912px;
	height: 119px;
	background: url(../images/header_top.png);
}

#hpHeaderBottom {
	width: 912px;
	height: 148px;
	margin: 0 0 15px 0;
}

#l2header {
	width: 912px;
	height: 162px;
}

#nav {
	width: 912px;
	text-align: right;
	height: 38px;
	background-image: url(../images/navBG.png);
}

#leftCol {
	float: left;
	width: 409px;
}

#rightCol {
	float: left;
	width: 503px;
}

#singleCol {
	float: left;
	width: 912px;
}

#l2LeftCol {
	float: left;
	width: 600px;
}

#l2RightCol {
	float: left;
	width: 312px;
}

#l2LeftColInner {
	padding: 0 0 0 10px;
}

#l2RightColInner {
	padding: 0 0 0 10px;
}

#leftColInner {
	padding: 0 0 0 10px;
}

#rightColInner {
	padding: 0;
}

#rightColHPSponsored {
	padding: 0;
	margin: 20px 0 0 40px;
}

#rightColHPSponsored div {
	float: left;
	width: 200px;
}

#singleColInner {
	padding: 20px 0 0 10px;
}

#footer {
	width:912px;
	clear:both;
	font-size: .8em;
	margin: 30px 0;
	padding: 0 0 0 10px;
}

#footerNav {
	width: 805px;
}

#footerEmblem img {
	padding-right: 10px;
}
	
#header, #leftColInner, #rightColInner, {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

input.short {
	font-size:.9em;
	float: left;
	padding: 3px 0 4px 0;
	padding-left: 3px;
	margin-right: 7px;
	width: 200px;
	color: #666666;
	border: 1px solid #03542d;
}

input.long {
	font-size:.9em;
	float: left;
	padding: 3px 0 4px 0;
	padding-left: 3px;
	margin-right: 7px;
	width: 250px;
	color: #666666;
	border: 1px solid #03542d;
}

textarea.comment {
	font-size:.9em;
	padding: 3px 0 4px 0;
	color: #666666;
	border: 1px solid #03542d;
}

submit {
	float: left;
}

label {
	display:block;
	clear:both;
	margin:.5em 0 0;
	padding-bottom:.5em;
}

div.formsection {
	float:left;
	}

#singleColInner div.rule {
	width: 912px;
	height: 1px;
	background-color: #03542d;
	margin: 10px 0 15px 0;
}

#l2LeftColInner div.rule {
	width: 600px;
	height: 1px;
	background-color: #03542d;
	margin: 10px 0 15px 0;
}

#l2RightColInner div.rule {
	width: 312px;
	height: 1px;
	background-color: #03542d;
	margin: 10px 0 15px 0;
}

.clear {
	clear: both;
}

#nav ul {
	padding: 10px 10px 10px 0;
}
#nav li {
	display: inline;
	padding: 0 0 0 30px;
	list-style-type: none;
}
#nav li a {
	text-decoration: none;
	color: #03542d;
}
#nav li a:hover {
	color: #FF6666; text-decoration: none;
}

#footerNav ul {
	padding: 10px 0 0 0;
}
#footerNav li {
	display: inline;
	padding: 0 10px 0 0;
	list-style-type: none;
}
#footerNav li a {
	text-decoration: none;
}
#footerNav li a:hover {
	color: #FF6666; text-decoration: none;
}

.basic_ul_list{
	margin: 0 0 25px 20px;
	padding:0;
	}
.basic_ul_list li {
	/* list-style-position:inside; */
	padding: .4em 0 0 0; /* pads text */
	margin: 0 10px 0 24px; /* about 10 px each side b/c bullets hang left by about 16px (14px in FF) */
	line-height: 1.40;
}

/* styles for the checkbox and radio button sets */
div.formsection .buttongroup {
	float:left;
 	}
div.formsection .buttongroup input {
	float:left;
	clear:both;
	margin:5px 0 0 0;
	padding:0;
	line-height:0;
	}
div.formsection .buttongroup label {
	width:25em; /* note this width is not 25ems because of the  */
	float:left;
	margin:5px 0 0 1em; /* creates spacing betwen adjacent c/boxes, and btw each c/box and its label */
	font-weight:normal; /* reset the inherited value */
	clear:none; /* reset the inherited value */
	color: #666666;
	} 
	
#l2RightColInner img {
	padding: 5px;
	background: #aac981;
	border: 1px solid #03542d;
	margin: 10px 0 0 10px;
}

.red {
	color: red;
}

