@charset "UTF-8";
/* ----- global styles ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000;
	text-align: center;
	margin: 0 auto;
}
p, ol, ul {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.1em;
}
p {
	line-height: 25px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
li {
	line-height: 18px;
	padding-top: 8px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.1em;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
h1, h2 {
	color: #f00;
	text-transform: uppercase;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	margin: 4px 0px;
	line-height: 12px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #f00;
	margin: 4px 0px;
	line-height: 13px;
}
h5 {
	font-style: italic;
	text-transform: uppercase;
	color: #ffc800;
	font-size: 15px;
	line-height: 15px;
	margin: 4px 0px;
}
a:link, a:visited {
	color: #ffc800;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f00;
}
.bold {
	font-weight: bold;
}
.linkPDF {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 5px;
	font-weight: bold;
}
.italics {
	font-style: oblique;
}
/* ----- header + brand styles ----- */
#homelogo {
	border: 1px solid #000;
	position: relative;
	top: 100px;
}
#homelogo:hover {
	border: 1px solid #f00;
}
#logo {
	border: none;
	float: left;
}
#header {
	width: 760px;
	margin: 10px auto;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	position: relative;
}
#header #mainNav {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#header #mainNav img {
	border: none;
}
/* ----- content styles ----- */
#content {
	width: 760px;
	margin: 10px auto;
}
#sidebar {
	width: 260px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-right: 20px;
}
#sidebar ul {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#sidebar li {
	background-image: url(../nav-menu/star-white.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
}
#sidebar a:link, #sidebar a:visited {
	color: #ffc800;
}
#sidebar a:hover {
	color: #f00;
}
/* ----- footer styles ----- */
#footer {
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f00;
	padding-top: 10px;
	clear: both;
	margin: 10px auto;
}
#footer p {
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.starspacer {
	background-image: url(../footer-star.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.phone {
	background-image: url(../footer-p.gif);
	background-repeat: no-repeat;
	background-position: left -8px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile {
	background-image: url(../footer-m.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 58px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.email {
	background-image: url(../footer-e.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#printHeader {
	display: none;
}
.printStar {
	display: none;
}
