@charset "utf-8";
/* Eric Meyers Reset CSS rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	line-height:1.5;
	font-family:inherit;
	vertical-align:baseline;
}
a img, :link img, :visited img {
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
/* layout */
body {
	background:#fff url(/images/body-grad.gif) repeat-x !important;
}
#wrapper {
	font-size:62.5%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Geneva, Helvetica, Arial, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:left;
	width:965px;
	margin:16px auto 16px auto;
}
#top {
	background:url(/images/top-back.gif) no-repeat;
	height:16px;
}
#header {
	background:#c00 url(/images/header-grad.gif) repeat-x;
	height:142px;
	padding:0 0 0 43px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
#logo {
	float:left;
	width:128px;
}
#menu {
	float:right;
	width:749px;
	padding-top:96px;
	background:url(/images/top-bar-photo.jpg) no-repeat;
}
#content {
	color:#fff;
	font-size:1.1em;
	background-color:#c00;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	padding:1em 48px 0 48px;
}
#column1 {
	float:left;
	width:616px;
}
.twocolumn {
	float:left;
	width:250px;
	margin-right:58px;
}
#column2 {
	float:right;
	width:200px;
	margin:0 0 1em 0;
}
#column2 .ctop {
	background:url(/images/column2-top.gif) no-repeat;
	height:16px;
}
#column2 .cmain {
	background:#ff8000 url(/images/column2-back.gif) repeat-x;
	padding:0 6px;
	border-left:2px solid #ff4f00;
	border-right:2px solid #ff4f00;
}
#column2 .cbottom {
	background:url(/images/column2-bottom.gif) no-repeat;
	height:8px;
}
#footer {
	color:#fff;
	background:#c00 url(/images/footer-grad.gif) repeat-x !important;
	font-size:0.9em;
	line-height:1.4;
	padding:1em 0 0 48px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
#bottom {
	background:url(/images/bottom-back.gif) no-repeat;
	height:16px;
}
.floatright {
	float:right;
	padding:0 0 1em 1em;
}
.floatleft {
	float:left;
	padding:0 1em 1em 0;
}
.clear {
	clear:both;
	overflow:hidden;
}
/* typography */
a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#fc6;
	text-decoration:underline;
}
p {
	padding: 0 0 1em;
}
h1 {
	color:#fff;
	font-size:1.9em;
	font-weight:normal;
	line-height:1.3;
	margin:0;
	padding:0 0 1em 0;
}
h2 {
	font-size: 1.27em;
	line-height:1.4;
	font-weight:bold;
	margin: 0;
	padding: 0 0 1em 0;
}
h3 {
	font-size: 1.27em;
	line-height:1.4;
	font-weight:normal;
	margin: 0;
	padding: 0 0 1em 0;
}
.footnote {
	color:#fc6;
	font-size: 0.82em;
	line-height:1.4;
}
.divide {
	height:0;
	padding:0;
	border-bottom:1px solid #fff;
}
* html .divide {
	height:1px;
	he\ight:0px;
}
.dividedash {
	height:0;
	padding:1em 0 0 0;
	border-bottom:1px dashed #f90;
}
* html .dividedash {
	height:1px;
	he\ight:0px;
}
.divide, .dividedash {
	overflow:hidden;
	clear:both;
	margin:0 0 1em 0;
}
strong {
	font-weight:bold;
}
