img { border-style: none; }
p {margin:0;padding:0}

#containerHeaderNav {
	top: 3px;
	left: 419px;
	height: 20px;
	width: 554px;
	position: absolute;
	background-color:transparent;
}

#containerMainNav {
	top: 78px;
	left: 293px;
	height: 23px;
	width: 687px;
	/* position: absolute; - MOVED INLINE FOR DHTML MENUS*/
	overflow: visible;
	z-index: 30;
}

#containerMain {
	top: 103px;
	left: 23px;
	height: auto;
	width: 957px;
	position: absolute;
	overflow: hidden; /* overflow: auto was causing IE7 shifting; */
	z-index: 20;
}


#boxSubNav {
	height: auto;
	width: 210px;
	margin: 60px 0 0 10px;
	float: left;
}
#boxSubNav img {
	padding-bottom: 10px;
}
#boxSubNav ul {
	margin:  0 0 10px 8px;
	padding:  0 0 10px 8px;
	list-style: none;
}
#boxSubNav li {
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-bottom: 6px;
}
#boxSubNav h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 10px;
	text-transform: uppercase;
}
.txtSubNav {
	font-size: 11px;
	color: #ffffff;
}
.txtSubNav A:link {
	text-decoration: none;
	color: #ffffff;
}
.txtSubNav A:visited {
	text-decoration: none;
	color: #ffffff;
}
.txtSubNav A:hover {
	text-decoration: underline;
	color: #cff656;
}
.txtSubNav A:active {
	text-decoration: underline;
	color: #cff656;
}
.txtSubNavOn {
	color: #cff656;
}

#boxHero {
	height: 282px;
	width: 718px;
	float: right;
}

#boxTitle {
	height: 55px;
	width: 718px;
	float: right;
}


#boxTitle h1 {
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 0 10px;
}

#containerContent {
	width: 695px;
	height: auto;
	min-height: 330px;
	margin-right: 23px;
	float: right;
	/* display: inline; is needed to fix IE6 double floated margin bug */
	display: inline;
	overflow: visible;
	background-color: #fff;
}
#boxContent {
	height: auto;
	width: 460px;
	float: left;
	padding: 10px 30px 10px 10px;
}
#boxWide {
	height: auto;
	width: 674px;
	padding: 10px 30px 10px 10px;
}
.txtContent {
	font-size: .7em;
	line-height: 1.4em;
	color: #000000;
}
.txtContent A:link {
	text-decoration: underline;
	color: #869a39;
}
.txtContent A:visited {
	text-decoration: underline;
	color: #869a39;
}
.txtContent A:hover {
	text-decoration: underline;
	color: #869a39;
}
.txtContent A:active {
	text-decoration: underline;
	color: #869a39;
}
/*use this id to remove margin on first p tag in firefox*/	
.txtContent p:first-child {margin-top:0;}

#imgPullout {
	height: auto;
	width: 187px;
	float: right;
	display: inline;
	margin: -5px -5px 5px 5px;
	/* use position: relative; to fix IE 6 negative margin bug*/
	position: relative;
}
#imgPullout img {
	border: 1px #ffffff solid;
}
.txtCaption1 {
	font-size: .7em;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase;
}
.txtCaption2 {
	font-size: .7em;
	color: #959595;
	margin-right: 10px;
}

#boxFooter {
	height: auto;
	width: 957px;
	float: right;
	overflow: hidden;
}

.imgPad img {
	padding: 2px 4px 2px 4px;
}

#containerSocialDiv {
	position: absolute;
	top: 33px;
	left: 850px;
	background-color:transparent;
}

#socialDiv {
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}
a#emailToAFriend {
	text-decoration: none;
	color: #363636;
}

.prItem {
margin: 5px 0 25px 0;
overflow:hidden;
width:100%; /* Force hasLayout in IE */
}
.prTitle {
font-size: 14px;
}
.prContent {
margin: 5px 0 0 0;
font-size: 12px;
}

