/* 
  -----------------------------------
  PVII Utopia Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: 3column horizontal
  -----------------------------------
*/
body {
	background-color: #000000;
	color: #CCC;
	font-family: Avant Garde, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
#topspace {
	height: 5.2em;
	background-image: url(../images/background_long.jpg);
	background-position: top center;
	//background-image: url(../images/background_gold.jpg);
	//background-repeat: repeat-x;
	background-color: #000000;
}
#layoutwrapper {
	margin: 0;
	min-width: 750px;
}
#menuwrapper {
	background-color: #000000;
	padding: 0 0 0px 0px;
	border-top: 1px solid #000000;
	font-size: 0.8em;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#layoutTable td {
	vertical-align: top;
	background-color: #FFFFFF;
}
#applyTable td {
	vertical-align: middle;
	background-color: #FFFFFF;
}
#sponsorsTable td {
	vertical-align: middle;
	background-color: #FFFFFF;
}
#logocell {
	width: 220px;
}
#logocell h1 {
	margin: 0;
}
#newsbar {
	font-size: 0.75em;
	margin: 0 0 0 20px;
	padding: 13px;
	color: #A69F75;
	text-align: right;
	border-right: 1px solid #D1CCAF;
	border-bottom: 1px solid #D1CCAF;
}
#maincontent {
	padding: 5px 24px 24px 24px;
	font-size: 0.7em;
	line-height: 1.2em;
}
p {
	margin: 6px 0 12px 0;
}
#sidebar {
	width: 190px;
	padding: 40px 24px 24px 24px;
	color: #9D966C;
	font-size: 0.75em;
	border-left: 1px solid #D1CCAF;
	
}

p.text {
	font-size: 1.1em;
	line-height: 1.3em;
}

h1, h2, h3, h4 {
	line-height: normal;
	color: #545454;
	margin: 0;
}
h2, h3, h4 {
	margin: 30px 0 0 0;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.35em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

#sidebar h2, #sidebar h3, #sidebar h4 {
	margin: 0;
	color: #C2BC9C;
}

.footer-row {
	position: relative;
    bottom: 0;
	width: 100%;
    text-align: center;
	font-size: .7em;
	padding: 7px 0px 7px 0px;
	color: #dfdddd;
	//background-image: url(../images/background_gold.jpg);
	//background-repeat: repeat-x repeat-y;
	//background-color: #000000;
	//background-color: #000000!important;
	//border-top: 1px solid #525252;
	background-color: #000000!important;
	//border-top: 1px solid #525252;
}
#maincontent a, #sidebar a, #newsbar a {
	color: #993300;
}
#maincontent a:visited, #sidebar a:visited, #newsbar a:visited {
	color: #736B4D;
}
#maincontent a:hover, #sidebar a:hover, #newsbar a:hover {
	color: #736B4D;
}
#maincontent a:active, #maincontent a:focus, .p7ie6Fix:active,
#sidebar a:active, #sidebar a:focus,
#newsbar a:active, #newsbar a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #907D6D;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #ECE9D8;
}
#footer a:hover {
	color: #4F4F4F;
}
.p7ie6Fix:active, #footer a:active, #footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #907D6D;
}

#skiplinks {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.skips {
	font-size: 0.85em;
	color: #9E8E81;
}
.skips a, .skips a:visited, .skips a:hover {
	color: #9E8E81;
	text-decoration: none;
	cursor: default;
}
.skips a:active, .skips a:focus {
	color: #FFFFFF;
	background-color: #4A4A4A;
}

a:link {color: #dfdddd}     /* unvisited link */
a:visited {color: #dfdddd}  /* visited link */
a:hover {color: #dfdddd}   /* mouse over link */
a:active {color: #dfdddd}   /* selected link */

//hr {
  border: 1px;
  width: 100%;
  color: D1CCAF;
  background-color: D1CCAF;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}
