/* *** SITE COLOR SCHEME *** 	*/
/* BG GREY:		#212121;				*/
/* GREY: 			#787878; 				*/
/* LIGHT GREY:#555;						*/
/* BLACK: 		#000; 					*/
/* RED: 			#A70000;				*/
/* DARK RED: 	#3F0000;				*/
/* 			***************** 		*/

body {
	background:#212121 url("/images/bg_texture.gif") repeat top left;
	color:#fff;
	font-family: "MS Trebuchet", Verdana, Arial, sans-serif;
	font-size:13px;
}

body a { color:#ff0000; text-decoration:none; }
body a:visited, body a:hover {color:#ff0000;}
body a:hover {text-decoration:underline;}


a img {border:none;}

h1 {
	font-size:150%;
}

#page {
	width:800px;
	margin:0px auto;
	margin-top:40px;
	padding:10px 10px 0px 10px;
	border:2px solid #787878;
	background-color:#000;
}

body#home #page {
	background:#000 url('/images/stage_bg.jpg') top left no-repeat;
}

input[type="text"], input[type="password"], textarea, select {
	border:1px solid #999;
	padding:4px;
	font-family: Verdana, "MS Trebuchet", Arial, sans-serif;
	font-size:100%;
	
}

/* ********** HEADER STYLES ********** */
#header {
	/*float:left;*/
	height:120px;
}

#headerLinks {
	float:right;
	margin:10px 25px 10px 10px;
	width:100px;
	text-align:center;
}

#header img {
	margin:10px 0px;	
}

#header h1 {
	float:left;
	margin-left:14px;
}
/* ********** END HEADER STYLES ********** */

#content {
	clear:both;
	padding:10px;
}

#footer {
	clear:both;
	color:#f2f2f2;
	text-align:center;
	margin:15px 0px;
	border:1px solid #000;
	font-size:90%;
	padding:25px 10px 20px 10px;
}

#footer p {
	font-size:100%;
	margin:0px;
}

/* Homepage banner styles */
ul#home_nav {
	margin:0px auto;
	padding:0px;
	list-style:none;
	float:left;
}

ul#home_nav li {
	float:left;
	width:151px;
	text-align:center;
	margin:0px 2px;
}

ul#home_nav li a {
	display:block;
	height:120px;
	padding:10px 15px 310px 15px;
	background: transparent url("/images/banner_home_on-off3.png") bottom left no-repeat;
	text-decoration:none;
	color:#fff;
}

*html body ul#home_nav li a {
	background: transparent url("/images/banner_home_on-off4.gif") bottom left no-repeat;
}

ul#home_nav li a:hover {
	background-position:top left;
}


body#home a.grey_link {
	color:#787878;
}

body#home a.grey_link:hover {
	color:#fff;
}

/* ********** PRIMARY NAV STYLES ********** */
#primary_nav {
	clear:both;
	list-style:none;
	float:left;
	margin:10px auto;
	margin-bottom:5px;
	padding:0px 0px 0px 10px;
}

#primary_nav li {
	float:left;
	margin:0px 3px;
	text-align:center;
}

#primary_nav li a {
	background:#000 url('/images/nav_banner_bg.jpg') no-repeat top left;
	display:block;
	color:#C58E82;
	padding-top:12px;
	height: 50px; /* Offset with padding-top - image height: 62px */
	width:150px;
	font-size:90%;
	text-decoration:none;
}

#primary_nav li a:hover, #primary_nav li.current_nav a {
	background:#000 url('/images/nav_banner_bg.jpg') no-repeat bottom left;
	background-position: bottom left;
	color:#fff;
}

/* ********** SECONDARY NAV STYLES ********** */
#secondary_nav { /* IE7 supported styles */
	clear:both;
	float:right;
	margin:-10px 20px 20px 20px;
	width:140px;
	background-color:#000;
	padding:4px;
	z-index:5000;
	position:relative;
}


html>/**/body #secondary_nav { /* overriding IE7 styles */
	margin:-100px 20px 20px 20px;
	width:120px;
	padding:4px;
}

#secondary_nav a, #secondary_nav a:visited {
	font-size:90%;
	color:#999;
}

#secondary_nav a:hover {
	color:#fff;
}

.nav_button {
	display:block;
	float:right;
	background:#000 url('/images/button_grey.jpg') no-repeat top left;
	color:#999;
	width:100px;
	height:22px;
}

#secondary_nav ul {
	clear:both;
	float:right;
	text-align:right;
	padding:0px;
	margin:0px;
	list-style:none;
}

#secondary_nav ul li a {
	display:block;
	margin:0px;
	padding:2px 5px;
	width:120px;
}

#secondary_nav ul li a:hover {
	background-color:#333;
}

.login_link {
	float:right;
	margin:10px 37px 20px 20px;
	font-size:90%;
}

* html body .login_link {
	margin:10px 25px 20px 20px;
}

#breadcrumbs {
	margin-top:-10px;
	font-size:90%;
	color:#555;
}

/* ********** PAGE STYLES ********** */
#page_image {
	margin:15px;
	margin-left:5px;
	margin-top:0px; /* IE7 value */	
	float:left;
	width:350px;
	min-height:500px;
}

html>/**/body #page_image {
	margin-top:15px;
}

*html body #page_image {
	margin-top:0px;
	height:500px;
}

#page_image ul {
	padding:0px;
	list-style:none;
	margin:0px;
}

#page_image ul li img {
	border:1px solid #555;
}

#page_image canvas {
	border-left:1px solid #222;
	border-right:1px solid #222;
}

#page_copy {
	width:50%;
	float:right;
}

#page_copy h2 {
	font-size:125%;
	margin-bottom:-10px;
}

#page_copy p {
	line-height:1.5em;
	font-size:110%;
}

#page_copy p a {
	color:#787878;
}

/* ********** PULL QUOTE STYLES ********** */
#pull_quote {
	width:30%;
	border-left:1px solid #555;
	border-bottom:1px solid #555;
	float:right;
	padding:0px 15px;
}

#pull_quote p {
	font-size:125%;
	color:#999;
	line-height:1.75em;
	margin:10px;
	padding:10px;
	display:inline;
}

.highlight_quote {
	font-size:225%;
	color:#A70000;
	margin:10px;
}

.qright {
	display:inline;
	margin-right:-15px;
	margin-left:-10px;
	margin-bottom:-10px;
}

.qleft {
	display:inline;
	margin-left:-15px;
	margin-right:-10px;
}

/* ********** FILE TABLE STYLES ********** */
.file_id {
	background:transparent url("/images/icon_page.png") center center no-repeat;
	color: #000;
	font-size:80%;
	text-align:center;
	width:25px;
	height:31px;
}

#file_list {
	border-collapse:collapse;
	border:1px solid #333;
}

#file_list tr, #file_list th, #file_list td {
	padding:10px;
}

#file_list th {
	font-size:100%;
	font-weight:normal;
}

#file_list td a {
	text-decoration:underline;
}

#file_list tr.odd {
	background-color:#222;
}

/* ********** LOGIN FORM STYLES ********** */
#login_form {
	width:40%;
	margin:0px auto;
	padding:20px;
	border:1px solid #ff0000;
	background:#fff url("/images/login_bg.gif") top left repeat-x;
	color:#000;
}

#login_form label {
	font-weight:bold;
}

#center_content {
	width:60%;
	margin:0px auto;
}

/* ********* flash notice message style *********** */
div.error, div.errorExplanation {
	color: #CC0000;
	padding: 10px;
	border: 2px solid #CC0000;
	background-color: #FFDFDC;
	font-weight: bold;
	margin:5px 0px;
}

div.notice, p.notice {
	color: #448A00;
	padding: 10px;
	border: 2px solid #448A00;
	background-color: #D5FFCC;
	font-weight: bold;
	margin:5px 0px;
}

div.warning {
	color: #FF7F00;
	padding: 10px;
	border: 2px solid #FF7F00;
	background-color: #FFFFD1;
	font-weight: bold;
	margin:5px 0px;
}


/* ********* formatting hint style *********** */

.hint {	
	color:#777;
	font-size:90%;
	margin:0px;
}


/* ********* in-site admin controls *********** */
#admin_controls {
	width:50%;
	float:right;
	text-align:right;
	padding:0px 10px;
}

#admin_controls a {
	color:#448A00;
}