@charset "UTF-8";
/*
COLORS:
#93278F	-	Purple
#878B6A	-	Green
#FFCC00	-	Yellow
#333333 - Dark Gray
*/

body {
	color: #f8f8f8;
	background-color: black;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_lines.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
p {
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.6em;
}
h1 {
	width: 100%;
	padding-top: 15px;
	height: 24px;
	border-bottom: 1px solid #93278F;
	padding-bottom: 3px;
}
h2 {
	width: 100%;
	color: #878b6a;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	height: 21px;
	border-bottom: 1px solid #878B6A;
}
h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	height: 18px;
	margin: 0px;
}
a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#image_wrapper {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/bg_content.gif);
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	height: 120px;
}

#content_wrapper {
	padding: 0 15px;
	min-height: 600px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	min-height: 460px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 top;
}
#content p {
	text-align: justify;
}

#nav {
	margin-bottom: 15px;
	font-family: Lucida Grande, "Lucida Grande", Verdana, sans-serif;
	text-align: right;
	font-size: 12px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	padding-left: 11px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-left-color: #7f7f7f;
	border-left-width: 1px;
	border-left-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-left: 0px;
	list-style-type: none;
	display: inline;
}
#nav .nav_mainmenu {
	color: #FFCC00;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav a:visited {
	color:#FFCC00;
}
#nav .nav_submenu {
	position:absolute;
	visibility: hidden;
	width: 150px;
	margin: 0px;
	display: block;
	z-index: 100;
	padding: 1px;
}
#nav .nav_submenu_extend {
	width: 200px;
}
#nav .nav_submenu a {
	background-color: #878b6a;
	width: 150px;
	background-position: right;
	background-repeat: repeat-y;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding-left: 7px;
	color: #FFFFFF;
	height: 17px;
	background-image: url(../images/bg_submenu.gif);
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F161C;
	padding-top: 4px;
}
#nav .nav_submenu a:hover {
	color: #FFCC00;
}

.yellow {
	color: #FFCC00;
}
.list {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: url(../images/list_arrow.png);
	padding-bottom: 0px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.frame {
	border-color: #93278F;
	border-width: 1px;
	border-style: solid;
}
#featured {
	margin-top: 15px;
	height: 125px;
	width: 935px;
}
#featured ul {
	padding: 0px;
	margin: 0px;
}
#featured ul li {
	margin-right: 13px;
	display: inline;
	list-style-type: none;
}
#footer {
	padding-top: 12px;
	border-top-color: #878b6a;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 930px;
	font-size: 8px;
}
#subpage_bg {
	width: 930px;
	background-position: 0 top;
	background-repeat: no-repeat;
}
#content td {
	line-height: 1.6em;
	padding-right: 25px;
}
.small_cap { 
	text-transform: uppercase; font-size: 10px; 
}
.w70 {
	width: 70%;
}
.col1 {
	width: 604px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.photo_nav { padding: 0px; margin: 0px; }
.photo_nav li { padding: 0 9px 0 6px; margin: 0px; border-right: 1px solid #FFCC00; display: inline; }
ul li .last { border-right: none; }