@charset "utf-8";
/* CSS Document */

/* Main Document Areas */

body,html {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

body.popup {
    background-color:#453657;
}

#topbar {
	width:900px	;
	height:91px;
	position:absolute;
	background-color:#e9b605;
	z-index:10;
}

#menu {
	width:900px;
	height:110px;
	position:absolute;
	z-index: 50;
}

#main {
	position:absolute;
	background-color: #453657	;
	width: 900px;
	height: 650px;
	z-index:0;
}

#main #sidebar {
	position:absolute;
	height:460px;
	width: 145px;
	overflow: hidden;
	z-index:5;
	background-color: #a1826d;
	color: #00FF00;
	padding-top: 100px;
	font-size: 10px;
	top: 90px;
	background-repeat: repeat-y;
}

#main #sidebar #contactLink, #main #sidebar #contactLink a, #main #sidebar #contactLink a:visited {
	color:#8c1c1c}




#menu table,#topbar table {
	width: auto;
	margin:0px;
	padding:0px;
	float:right;
}





fieldset {
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 0px;
	clear: left;
	float: none;
	background-color: transparent;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	background-color:#330066;
	margin-right: 20px;
}
hr {
	color: #6600ff;
	border-top-color: #6600ff;
	border-right-color: #6600ff;
	border-bottom-color: #6600ff;
	border-left-color: #6600ff;
	margin-right: 20px;
	margin-top:5px;
	margin-bottom:10px;
	border-color: #000;
}
.list th {
	color: #FFFFFF;
	background-image: url(Images/custom.img.php?r=20&g=20&b=20&a=20);
}
p,h1,h2,h3,h4 {
	padding-bottom: 2px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#F6DEB8;
	color: #FFDB00;
	margin: 0px;
}

table {
	margin-left:10px;
	margin-bottom:5px;
	margin-right:20px;
}

p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color:#F6DEB8;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

p.formattedBio {
font-size:11px;
line-height:16px;
}

p.formattedBio i{
color:#FFFFFF;
}

body, td,a,a:visited,a:hover {
	color: #F6DEB8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	font-size: 16px;
}
.row1 {
	background-image: url(images/custom.img.php?r=0&g=0&b=0&a=80);
}
.row2 {
	background-image: url(images/custom.img.php?r=0&g=0&b=0&a=100);
}

.row1:hover, .row2:hover {
	background-image: url(images/custom.img.php?r=255&g=0&b=0&a=100);
}

fieldset p {
	/*margin-left: 2em;
	margin-right: 2em;
	margin-top: 2em;*/
}
fieldset table {
	margin-left: 2em;
	padding: 0px;
	margin-bottom: 2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
}

fieldset th {
	margin: 0px;
	padding: 0.5em;
	text-align: left;
	background-image: url(images/custom.img.php?r=0&g=0&b=0&a=30);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
}
fieldset td {
	padding-right: .5em;
	padding-left: .5em;
	font-size: 12px;
	color: #CCCCCC;
}


fieldset ol {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
	clear: left;
	float: left;
	width: 100%;
}
label {
	display: block;
	float: left;
	width: 12em;
	margin-right: 1em;
	text-align: right;
	color: #F6DEB8;
}

fieldset li ol {
	float:left;
	width:auto;
	margin-top:-1em;
}

fieldset li li {
	float:none;
	width:auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -1em;
}

fieldset li ol label {
float:none;
text-align:left;
display:inline;
}


.goodField, .errorField {
	background-position:left;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	padding-left:25px;
	padding-top:2px;
	height:18px;
	vertical-align:middle;
}

.goodField{
	background-image:url(../images/check.png);
	color:#00FF33;
	background-position: left top;
	height:20px;
}
fieldset span {
	margin-left: 5px;
}

.errorField {
	background-image:url(../images/x.png);
	color:#FF3333;
	height:20px;
}

.warning {
	color: #FFFF00;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#menu td, #menu th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-weight:normal;
}

#menu td a, #menu td a:visited {
	color: #000000;
}
#topbar td {
	font-size: 48px;
	color: #BA9F00;
	font-weight: bold;
}


#menu td:hover, #menu td.active a, #menu td.active a:visited {
	color:#116B66;
}

#menu td a:hover {
color:#116B66;
background:none;
}

#container {
	height: 650px;
	width: 900px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
}



#main #sidebar p {
	font-size: 12px;
	text-align: left;
	line-height: normal;
	color: #000000;
}

.blue, .green {
	color:#8D9619;
}

#footer {
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left:60px;
	text-align:right;
	font-size: 12px;
	color: #929e4d;
}

#footer td {
	color: #929e4d;
}

#footer td, #footer td a, #footer td a:visited, #footer td a:hover {
	font-size: 12px;
}

#main #sidebar a, #main #sidebar a:visited {
	color: #e9b605;
	font-size: 12px;
}

#main #sidebar a.news, #main #sidebar a.news:visited {
	color:#000000;
}

#main #sidebar a:hover, #main #sidebar a.news:hover {
	color: #8c1c1c;
}

#main #content {
	position:absolute;
	left:150px;
	top:90px;
	overflow-x: hidden;
	overflow-y: auto;
	width:740px;
	height:540px;
	padding-top:20px;
	padding-left: 10px;
}

#headerBar {
	position:absolute;
	left:165px;
	top:90px;
	overflow: hidden;
	width:680px;
	height:30px;
	padding-top:20px;
	padding-left: 30px;
    padding-right: 30px;
    z-index: 100;
    background-image:url(../Images/headerBar.png);
    background-repeat:no-repeat;
}


#main #content.overlay1 {
	background-image:url(../Images/overlays/spires.png);
	background-attachment:scroll;
	background-position: 0px 90px;
	background-repeat:no-repeat;
}

#logo {
	position: absolute;
	z-index: 30;
	margin-left: -65px;
}

#logo-right {
	position: absolute;
	z-index: 30;
	left: 147px;
}

.gototop, .gototop:hover, .gototop:visited {
	position: relative;
	font-size: 12px;
	float: right;
}

.list {
	width: 90%;
	border: thin solid #333333;
}
small {
	line-height: normal;
}



.list tr td {
	background-image: url(Images/custom.img.php?r=40&g=40&b=40&a=50);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #666666;
}
.list tr.list2 td {
	background-image: url(Images/custom.img.php?r=40&g=40&b=40&a=80);
}
.list tr.list1:hover, .list tr.list2:hover {
	background-image: url(Images/custom.img.php?r=250&g=90&b=255&a=60);
}
.list th {
	text-align: left;
}

a,a:visited,a:hover {
	padding-right: 2px;
	padding-left: 2px;
	color:#8c1c1c;
    font-weight:bold;
}

#navBar {
	margin-left:10px;
	width:100%;
	clear:both;
	float:left;
	margin-bottom:40px;
	z-index:40;
}

#navBar img, #navBar #flashPane{
	float:left;
	z-index:41;
}

#navBar ul {
	min-width:400px;
	min-height:140px;
	float:left;
	padding-top:10px;
	margin:0px;
}

#navBar li {
color:#8c1c1c}

a:hover {
	color:#e9b605;
}

a:hover img {
	background:none;
}

.red a.red a.red:visited {
color:#8c1c1c;
}

a.anc{
position:absolute;
margin-top:-30px;
color:#e9b605;
}

.quote {
font-size:11px;
color:#e9b605;
line-height:14px;
padding-top:10px;
}

