@charset "utf-8";
/* CSS Document */
a img { border: none; }
/* Section id */
#wrapper {
	width:765px;
	position:relative;
}
#header {
	position:relative;
	width:100%;
	padding-bottom:10px;
}
#footer {
	padding-top:20px;
	text-align:center;
}
#legal {
	padding:20px 0px 0px 12px;
	text-align:left;
}
#headDescL {
	float:left;
	padding-left:12px;
	text-align:left;
}
#headDesc {
	float:left;
	text-align:left;
}
#padLeft {
	padding-left:12px;
	text-align:left;
}
#padHBot {
	padding-bottom:3px;
}
/* grid classes */
.line {
	overflow: hidden;
	_overflow:visible;
	_zoom:1;
	padding-bottom:10px;
}
.lineText {
	overflow: hidden;
	_overflow:visible;
	_zoom:1;
	padding-bottom:20px;
}
.unit {
	position:relative;
	float:left;
	width:32%;
}
.size1of3 {
	width:33.25%;
	text-align:left;
}
.midUnit {
	float:left;
	text-align:center;
	overflow:hidden;
	width:33.7%;
}
.lastUnit {
	float:right;
	position:relative;
	width:auto;
}
.lastUnitText {
	text-align:center;
	width:32%;
}
/* text classes */
.h3 a {
	font-family:Arial, sans-serif, Helvetica;
	font-size:18px;
	color:#777777;
	font-weight:bold;
	text-transform:uppercase;
}
.h4 {
	font-family:Arial, sans-serif, Helvetica;
	font-size:18px;
	color:#666666;
	text-transform:uppercase;
}
.h4 a {
	color:#666666;
}
.bodyText {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#666666;
}
.bodyTextCap {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
}
.bodyNav {
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-transform:uppercase;
}
.bodyNav a {
	color:#666666;
	font-weight:normal;
}
.bodyLinkP {
	color:#442266;
	font-weight:bold;
}
.legal {
	font-family:Arial, sans-serif, Helvetica;
	font-size:10px;
	color:#666666;
}
.lower {
	text-transform:lowercase;
}
