@charset "utf-8";
body {
	font: 14px/20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #CDCDCD;
	background: #000000 url(../images/bg.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}

a:link, a:visited {	color: #C1A045; text-decoration: none;}
a:hover, a:active {	color: #fff;	text-decoration: none; border-bottom: 2px dotted #970F00;}

h1,h2,h3,h4,h5 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
h1 {
	font-size: 35px;
	line-height: 35px;
}
h2 {
	font-size: 25px;
	line-height: 25px;
}
h3 {
	font-size: 21px;
	line-height: 21px;
}
h4 {
	font-size: 18px;
	line-height: 18px;
}


/* header styles *-------------------------------------*/
#header {
	height: 160px;
	width: 1000px;
	margin-bottom: 40px;
}
#header img {
	float: left;
}
#mainmenu {
	float: right;
	width: 680px;
	text-align: right;
	height: 20px;
	margin-top: 140px;
}

#mainmenu a:link, #mainmenu a:visited {	color: #FFF; text-decoration: none;}
#mainmenu a:hover, #mainmenu a:active {	color: #C1A045;	text-decoration: none; border-bottom: none;}

#mainmenu ul {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font: normal 16px Geneva, Arial, Helvetica, sans-serif;
}

#mainmenu ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-right: 1px solid #970F00;
}

#mainmenu .last {
	border: none;
	padding: 0 0 0 10px;
}

#flashbox {
	padding: 0 0 40px 40px;
}



/* main content styles *-------------------------------------*/
#maintext {
	margin: 0 0 30px 40px;
	display: inline;
	float: left;
	width: 640px;
}
#maintext ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}

#maintext ul li {
	list-style-type: none;
	padding: 0 0px 0 15px;
	background: url(../images/bullet-2.gif) no-repeat left top;
	margin-bottom: 8px;
}

#rightcol {
	float: left;
	margin: 0 0 30px 60px;	
    width: 260px;
}

#rightcol ul {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
}

#rightcol ul li {
	list-style-type: none;
	padding: 0 0px 0 15px;
	background: url(../images/bullet.gif) no-repeat left center;
	line-height: 17px;
}

/* bio page styles *-----------------------------------*/
#bioleft {
	float: left;
	width: 230px;
	height: auto;
}
#bioright {
	float: right;
	height: auto;
	width: 408px;
}
#bioleft img {
	background: #000;
	margin: 10px 30px 10px 0;
	border: none;
}


/* footer styles *-------------------------------------*/
#footer {
	text-align: right;
	color: #666666;
	height: 60px;
	width: 960px;
	margin: 0 0 40px 40px;
	border-top: 1px solid #970F00;
	font: normal 9px Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	clear: both;
}
#footermenu {
	float: right;
	width: 680px;
	text-align: right;
	margin-top: 5px;
}

#footermenu a:link, #footermenu a:visited {	color: #828282; text-decoration: none;}
#footermenu a:hover, #footermenu a:active {	color: #C1A045;	text-decoration: none; border-bottom: none;}

#footermenu ul {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#footermenu ul li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	border-right: 1px solid #970F00;
}

#footermenu .last {
	border: none;
	padding: 0 0 0 5px;
}

/* MISC Tools --------------------------------*/
.clearboth {clear:both;}

