/* Fonts */
body {
	color: #000;
	font: 14px/1.3 Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 18px;
}
h1, h2 {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
h3, h4, h5, h6 {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Miscellaneous */
.firstWord {
	color: #808080;
	font: normal 28px Times, "“Times New Roman”", Georgia, serif;
}
.important {
	color: #600;
	font-weight: bold;
}
.button {
	background: #600;
	color: #fff;
	padding: 4px 5px;
	border: none;
	cursor: pointer;
	font-size: 10px;
}
/* Layout */
body {
	padding: 10px;
	margin: 0;
	width: 908px;
	background: #fff;
}
#page {
	float: left;
	width: 888px;
}
#header {
	float: right;
	width: 724px;
	height: 132px;
}
#header h1 {
	margin: 0;
}
#header img {
	display: block;
}
#content {
	float: left;
	width: 888px;
}
#contentMain {
	float: left;
	width: 664px;
	padding: 0 30px;
}
#contentSub {
	float: left;
	width: 154px;
	padding-left: 10px;
}
#login {
	padding-top: 5px;
	height: 90px;
}
#login form {
	margin: 0;
	padding: 0;
}
#login h2 {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #600;
	text-transform: capitalize;
}
#login label {
	font-size: 11px;
}
#login #id {
	vertical-align: middle;
	width: 85px;
}
#login #submit {
	vertical-align: middle;
	position: relative;
	left: 5px;
}
#login a {
	font-size: 11px;
}
#navMain {
	padding-top: 95px;	
}
#navMain.home {
	padding-top: 0;	
}
#navMain ul, #navMain li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navMain a {
	display: block;
	text-indent: -999999px;
	width: 120px;
	height: 39px;
}
#navMain .about a {
	background: url(images/nAbout.jpg) no-repeat left top;
}
#navMain .about a:hover, #navMain .about a:active, #navMain.about .about a {
	background: url(images/nAbout_f2.jpg) no-repeat left top;
}
#navMain .contact a {
	background: url(images/nContact.jpg) no-repeat left top;
}
#navMain .contact a:hover, #navMain .contact a:active, #navMain.contact .contact a {
	background: url(images/nContact_h2.jpg) no-repeat left top;
}
#navMain .home a {
	background: url(images/nHome.jpg) no-repeat left top;
}
#navMain .home a:hover, #navMain .home a:active, #navMain.home .home a {
	background: url(images/nHome_h2.jpg) no-repeat left top;
}
#complianceLogos {
	padding-top: 60px;
}
#complianceLogos img + img {
	margin-left: 15px;
}
#footer {
	float: right;
	width: 724px;
	text-align: center;
}
#navSec {
	width: 577px;
	margin: 20px auto 10px auto;
	padding: 5px;
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	font-size: 11px;
	color: #000;
}
#navSec a {
	text-decoration: none;
}
#navSec a:hover {
	text-decoration: underline;
}
#siteInfo {
	color: #669;
	font-size: 10px;
	line-height: 1.3;
}
#siteInfo a {
	color: #669;
}
#siteInfo a:hover {
	text-decoration: none;
}
/* Popup Template */
#popup {
	width: 750px;
	height: 500px;
	padding: 0;
	margin: 0;
}
#popup #header {
	float: none;
	width: 750px;
	height: 60px;
	background: #600;
}
#popup #content {
	float: none;
	width: 710px;
	height: 360px;
	padding: 20px;
	overflow-y: scroll;
}
#popup #footer {
	float: none;
	width: 730px;
	height: 50x;
	padding: 10px;
	border-top: 1px solid #d09f26;
	background: #efe1b2;
}
