/* general defs */
body {
margin: 0 auto;
color: #B4B4B5;
background: black;
font-family: Helvetica Medium, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
margin-top: 20px;
}
/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}
img {
	border: 0px;
}
a {
	color: #AEAEAE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nodisplay {
	display: none;
}
.currentSection {
	color: #A0AF47;
}
a.currentSection {
	color: #A0AF47;
}
/* END general defs */

/* sections */
/* container */
#container {
width: 775px;
height: 100%;
margin: 0 auto;
text-align: left;
}
/* END container */

/* topbar */
#topbar {
	background: url(images/topbar.jpg) top left no-repeat;
	width: 775px;
	height: 79px;
	overflow: none;
	margin-bottom: 12px;
}
#topbar #homelink {
	position: relative;
	top: -61px;
	border: 0px;
}
/* END topbar */

/* topnav */
#topnav {
	border: 0px solid green;
	text-align: right;
	margin-right: 31px;
	padding-top: 37px;
}
html>body #topnav {
margin-right: 11px;
}
#topnav li {
	color: #A0AF47;
	display: inline;
	text-transform: uppercase;
	margin-right: 16px;
	/*letter-spacing: .1em;*/
}
#topnav a {
	color: #BF5211;
	font-weight: medium;
}
#topnav a:hover {
	color: #A0AF47;
	text-decoration: none;
}
/* END topnav */

/* subnav */
#subnav {
	border: 0px solid red;
	/*border-right: 0px solid #1A1A1A;*/
	border-right: 0px solid #494243;
	width: 196px;
	padding: 25px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	line-height: 14px;
	letter-spacing: .1em;
}
html>body #subnav {
width: 171px;
}
#subnav dl {
	margin-right: 0px;
}
#subnav dt {
	text-transform: uppercase;
	border-top: 1px solid black;
	padding-top: 14px;
}
#subnav a {
	color: white;
}
#subnav a:hover {
	color: #A0AF47;
	text-decoration: none;
}
#subnav dd {
	margin-left: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}
#subnav dd a {
	color: #AEAEAE;
}
#subnav dd a:hover {
	color: #AEAEAE;
	text-decoration: none;
}
#subnav dt.currentSection {
	border-top: 1px solid #3A3F18;
	color: #A0AF47;
}
#subnav dd.currentSection {
	border-bottom: 1px solid #3A3F18;
}
/* END subnav */

/* content (to right of subnav) */
/* content defs used in template1 */
#content {
	border-left: 1px solid #494243;
	width: 577px;
	float: left;
	padding-top: 18px;
}
#content img {
	position: relative;
	left: -23px;
	float: left;
	margin-bottom: 20px;
}
html>body #content img {
	left: -20px;
}
#content dl {
	margin-right: 20px;
	margin-left: 20px;
}
#content dt {
	font-size: 16px;
	font-weight: medium;
	/* color: #e8dda7;) */
	color: white;
	letter-spacing: .05em;
	padding-bottom: 2px;
}
#content a {
	color: #A0AF47;
}
#content a:hover {
	color: #e8dda7;
	text-decoration: none;
}
#content dd {
	line-height: 18px;
	margin-left: 0px;
	margin-bottom: 40px;
}
#content dd a {
	color: #DE5C0E;
	padding-left: 6px;
}
#content dd a:hover {
	color: #A0AF47;
	text-decoration: none;
}
/* END content defs used in template1 */

/* content subnav2, used in template2 */
#content #subnav2 {
	float: left;
	width: 198px;
	color: #A0AF47;
}
#subnav2 ul {
	margin: 0px;
	margin-top: -3px;
	list-style-type: none;
	padding: 0px;
}
html>body #subnav2 ul {
	margin-top: 8px;
}
#subnav2 li {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 10px;
}
#subnav2 a {
	color: #AEAEAE;
}
#subnav2 a.highlight {
	color: #DE5C0E;
}
#subnav2 a.highlight:hover {
	color: #A0AF47;
}
#subnav2 img {
	position: static;
	left: 0px;
	float: none;
	margin: 0px;
	margin-top: 18px;
}
/* END content subnav2  */

/* content copy, used in template2 */
#content #copy {
	float: left;
	width: 353px;
	border: 0px solid red;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	position: relative;
	top: -30px;
}
#copy img {
	position: static;
	left: 0px;
	float: none;
	margin: 0px;
}
#copy h1 {
	color: #e8dda7;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: .07em;
	margin-top: 20px;
	margin-bottom: -2px;
	font-family: Helvetica light, Helvetica, sans-serif;
}
#copy h3 {
	color: white;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-top: 30px;
	margin-bottom: -2px;
	font-family: Helvetica light, Helvetica, sans-serif;
}
/* END content copy */
/* END content */

/* footer */
#footer {
	clear: both;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	letter-spacing: .1em;
	color: #7E868C;
	padding-top: 9px;
	padding-bottom: 20px;
}
html>body #footer {
	padding-top: 20px;
}
#footerBar {
	background-color: #3D4504;
	width: 775px;
	height: 21px;
}
#footer ul {
	padding-top: 4px;
	padding-right: 25px;
	list-style-type: none;
}
html>body #footer ul {
	padding-top: 15px;
}
#footer li {
	display: inline;
	padding: 0px;
	padding-left: 12px;
}
#footer a {
	color: #7E868C;
}
.copyright {
	color: #666666;
}
/* END footer */
#news {
	border-left: 1px solid #494243;
	width: 548px;
	float: left;
	margin-left: 98px;
}
html>body #news {
	margin-left: 196px;
}
#news h1 {
	border-bottom: 1px solid #494243;
	color: #e8dda7;
	font-weight: normal;
	font-size: 24px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#news a {
	color: #A0AF47;
}
#news table {
	margin-top: 10px;
	margin-left: -208px;
	margin-bottom: 40px;
	border: 0px dotted white;
	position: relative;
	left: -0px;
}
html>body #news table {
	position: static;
}
#news td {
	padding: 10px;
	vertical-align: top;
	border: 0px solid white;
	font-size: 12px;
}
#news td.date {
	color: white;
	font-weight: normal;
	padding-right: 20px;
	letter-spacing: .1em;
	padding-bottom: 2px;
	text-align: right;
	width: 176px;
}
#news td.description {
	padding-left: 20px;
}
/* end news defs */
#phototable {
	margin-top: 15px;
}