/* 
  -----------------------------------
  PVII Utopia Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: vertical - flexible width
  -----------------------------------
*/
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
}
#layoutwrapper {
	margin: 0;
	padding: 0 0 0 0;
}
#navbar {
	width: 188px;
	position: absolute;
	top: 30px;
	left: 16px;
	z-index: 20000;
}
#navigator {
	width: 188px;
	height: 36px;
	background-image: url(../images/utopia_vnavigator.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	display:none;
}
#navwrapper {
	background-image: url(../images/utopia_vgradient.jpg);
	background-repeat: repeat-y;
	padding: 0 8px;
	display:none;
}
#bottomimage {
	width: 188px;
	height: 20px;
	background-image: url(../images/utopia_bottomborder.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1px;
	display:none;
}
#sidecontent {
	font-size: 0.75em;
	margin: 0 8px;
	padding: 16px;
	color: #900;
	border: 2px dotted #D1CCAF;
	border-color: #900;
	display:block;
}
#centerbox {
	position: relative;
	padding: 20px 0 0 0;
	margin: 2px 0 0 220px;
	min-width: 500px;
	border-right: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	border-top: 1px solid #4A4A4A;
	border-left: 1px solid;
}
#maincontent {
	margin: 10px 185px 0 10px;
	font-size: 0.8em;
	border-right: 1px solid #4A4A4A;
	border-left: 0px solid;
	border-bottom: 0px solid;
	border-top: 1px solid;
	padding: 10px 0 0 0;
}
#maincontent p {
	margin: 6px 0 12px 0;
	padding: 0 24px;
	line-height: 1.5em;
}
.floatleftimg {
	float: left;
	margin: 0 14px 0 0;
}
.floatrightimg {
	float: right;
	margin: 0 0 0 12px;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C0BA98;
}
h1 {
	background-color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	padding: 3px 12px;
	margin: 0;
	color: #F00;
	background-image: url(/images/utopia_vh1bg.gif);
	background-repeat: no-repeat;
}
h2 {
	background-color: #FFF;
	font-size: 1.4em;
	font-weight: normal;
	padding: 3px 12px;
	color: #F00;
	background-image: url(/images/utopia_vh1bg.gif);
	background-repeat: no-repeat;
}
h3 {
	color: #333333;
	padding: 0 0 0 24px;
	margin: 24px 0 0 0;
}
#rightbox {
	width: 150px;
	position: absolute;
	top: 60px;
	right: 15px;
	color: #000;
	font-size: 0.75em;
	background-color: #E0B7A4;
	border: 1px solid #4A4A4A;
	border-color: #C00;
}
#rightbox h4 {
	margin: 0;
}
#rightbox p {
	margin: 8px 0 12px 0;
}
#footer {
	font-size: 0.8em;
	padding: 5px 0 0 10px;
	margin: 0 0 0 0px;
}
#footerindent {
	font-size: 0.8em;
	padding: 0 0 0 20px;
	margin: 0 0 0 0px;
}
#footerbox {
	/*	position: relative; */
	padding: 0px 0 0 250px;
	margin: 10px 0 0 0;
	/*	min-width: 500px; */
	/* border-right: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	border-top: 1px solid #4A4A4A; */
	width: 100%;
	/*	padding: 0; */
	background-image: url(../images/footer3.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-color: #E0B7A4;
	border: 1px solid;
}
#footercontent {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #333333;
	padding: 5px 0 20px 0;
/*	width: 770px; */
	width: 600px; 
	margin: 0 0 0 0px;
}
.copyright {
	color: #333333;
	letter-spacing: 0.5em;
	font-weight: normal;
}
#maincontent a, #rightbox a, #sidecontent a, #footer a {
	color: #993300;
}
#maincontent a:visited, #rightbox a:visited, #sidecontent a:visited, #footer a:visited {
	color: #736B4D;
}
#maincontent a:hover, #rightbox a:hover, #sidecontent a:hover, #footer a:hover {
	color: #000099;
}
#maincontent a:active, .p7ie6Fix:active, #rightbox a:active, #sidecontent a:active, #footer a:active,
#maincontent a:focus, #rightbox a:focus, #sidecontent a:focus, #footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C8805C;
}
#skiplinks {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.skips {
	font-size: 0.85em;
	color: #FFFFFF;
	margin: 0;
}
.skips a, .skips a:visited, .skips a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.skips a:active, .skips a:focus {
	color: #FFFFFF;
	background-color: #4A4A4A;
}
#p7PMnav {
	background-color: transparent;
	font-size: .8em;
}
.screen {
	display:none;
}