/* 3 column fixed width layout */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* HTML TAGS
================================= */

body {
	font: 10px Verdana, Ariel, Helvetica, Verdana, sans-serif;
	background-color: #000;
	text-align: center;
	min-width: 760px;
	color:#333;
	line-height:16px;
	background-attachment: fixed;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	border-bottom:1px dotted #000;
	color:#b59751;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color:#b59751;
}

p, li {
	font-size: 10px;
}

h1, h2, p {
	margin: 10px 0 0 0;
}
ul {
	list-style-position: inside;
	list-style-type: square;
}

/* classes
================================= */
#wrapper {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	margin-top:15px;
	
}

#branding {
	height: 115px;
	padding: 0 20px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#branding h1 {
	margin: 0;
}
#top-nav {
	position:relative;
	top:92px;
	left:208px;
	color:#fff;
	width:300px;
}
#top-nav a {
	color:#fff;
	padding:5px;
	text-decoration:none;
}
#top-nav a:hover {
	color:#fff;
	background-color:#af8d46;
	padding:5px;
}

/* main nav
================================= */
#left-bar {
	width: 180px;
	float: left;
	list-style: none;
	padding-left:10px;
}

#main-nav {
	list-style: none;
}

#main-nav li {
	line-height:20px;
	border-bottom:1px dotted #777;
	
}

#main-nav a{
	color:#333;
	text-decoration:none;
	display:block;
	padding-left:5px;
}
#main-nav a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#a08045;
	background-image: url(../images/nav-hover-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left:5px;
}

/* content
================================= */
#content {
	width: 755px;
	float: right;
}

#content a {
	color:#ff7200;
	text-decoration:none;
	
}
#content a:hover {
	color:#000;
	text-decoration:underline;
}

a {
	color:#ff7200;
	text-decoration:none;
	
}
a:hover {
	color:#000;
	text-decoration:underline;
}

#main-content {
	width: 565px;
	margin: 0;
	float: left;
}

#secondary-content {
	width: 170px;
	display: inline; /* KLUDGE Fixes IE double margin float bug */
	float: right;
}

#secondary-content {
	padding-bottom: 20px;
	padding-right:10px;
}

#secondary-content p {
	font-size: 10px;
}
.logos img {
padding:20px;
}
.date {
color:#999999;
}

/* footer
================================= */
#footer {
	clear: both;
	padding: 1px 0 5px 200px;
	color:#777;
}
#footer a {
	color:#ff7200;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #ff7200;
}