/*Global reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td, address {
	font-weight: normal;
	font-style:normal;
}
/* end reset */

body{
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #e6e6e6;
}

#container {
	text-align: left;
	margin: auto;
	width: 950px;
	font-size: 1.1em;
}

#masthead {
	text-align: right;
	margin: 15px 0 10px;
	line-height: 1.4em;
}

#header{
	background-color: #844004;
	height: 284px;
}

#logo {
	margin: 0 10px 120px 18px;
}


#header img.banner {
	border-right: 3px solid #000;
	border-left: 3px solid #000;
}

#content{
	background-color: #d1d1d1;
	padding: 10px 0 50px;
	margin-top: 3px;
	color: #414343;
}

ul#nav {
	text-transform: uppercase;
	width: 333px;
	text-align: right;
	border-right: 1px solid #414343;
	padding: 15px 0 50px;
	float: left;
	font-size: 1.1em;
}

#nav li{
	padding-right: 5px;
}

#nav li a{ 
	display: block;
    padding: 5px 12px 5px 0;
	margin-top: 5px;
    color: #414343;
    text-decoration: none;
}

#nav li a.on{
	font-weight: bold;
	background: url(../images/nav_on.gif) no-repeat right;
}

#nav li a:hover{
	background: url(../images/nav_on.gif) no-repeat right;
}

#leftContent{
	font-size: 1.2em;
	margin: 8px 20px 30px 30px;
	width:500px;
	float: left;
}

#leftContent a{
	color: #006699;
}
#footer {
	margin: 10px 0;
	text-align: center;
}


h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 5px;
	font-size: 1.2em;
}

h3{
	text-transform: uppercase;
	font-weight: bold;
}

p{
	margin: 10px 0;
	line-height: 1.3em;
}

p.note {
	margin: 40px 10px 10px;
	font-style: italic;
	font-size: .9em;
	text-align: center;
}

#leftContent ul{
	padding: 5px 0 5px;
	margin: 5px 0 5px;
}	

#leftContent ul, #rightContent ul{
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 10px 15px;
}

#leftContent ul li, #rightContent ul li{
	margin: 10px 0;
}


#leftContent ul ul{
	list-style-image: none;
	list-style-type: disc;
}

#leftContent address{
	line-height: 1.2em;
}

dt{
	float: left;
	display: block;
	margin-top: 20px;
}

dd{
	float: right;
	display: block;
	width: 380px;
	margin-top: 20px;
	line-height: 1.3em;
}

/* CLEAR FIX rules */ 
.clearfix:after{
	content: ".";
	clear: both;
	display: block; 
	height: 0;
	visibility: hidden;
}
/* for IE7 */ .clearfix{ min-width: 0; }
/* For Win IE less than 7 \*/ * html .clearfix { height: 1%; } /**/
/* For IE-mac \*//*/ .clearfix { display: inline-block; } /* End IE-mac */
* html #sideNav li, * html #sideNav li a {
height:1%;
}
