
/*---------------------------------
Author: brian hasenkamp
Version: 07.25.07
Asenka Creative Services
http://www.asenka.com
---------------------------------*/


body {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/pageBkrnd.jpg);
	background-repeat:repeat-x;
}
hr {
	color:#2E67B2;
}
#wrapper {
	margin-top:0;
}
#page {
	width:900px;
	position:relative;
	text-align:left;
	border:1px solid #000;
	background-color:#FFF;
	min-height:500px;
}
#header {
	margin:0;
	height:147px;
	width:900px;
}
#header img {
	float:left;
	border-width:0;
}
.homeLink {
	margin-left:60px;
}
.tagline {
	margin:0px 60px;
}
.textLinks {
	float:right;
	margin-right:10px;
	margin-top:5px; 
	text-align:right;
}
#nav {
	position:absolute;
	top:75px;
	left:540px;
	display:block;
	height:72px;
	float:left;
	background-image:url(/images/navBkrnd.jpg);
	background-repeat:repeat-x;
/* begine IE position hacks */
	*position:relative;
	*width:408px; /* must edit for length if you change the nav titles! */
	*top:19px; /* this must be above the IE top setting */
	_top:21px;
	*left:60px;
	*z-index:9;

}
#mainWell {
	display:block;
	margin-top:25px;
	min-height:475px;
	text-align:left;
}
#left {
	float:left;
	width:121px; /* 150 - border and margin */
	border-right:4px solid #C4151C;
	margin:0 25px 25px 25px;
	_margin:0 0 25px 25px;
}
#core {
	float:left;
}
#right {
	float:left;
	width:200px;
	margin:0 25px 25px 25px;	
	_margin:0 0 25px 25px;	
}
.fullWidth {
	width:850px;
}
.centerWell {
	width:473px; /*475 minus page border, 1px each side */
}
.centerNoLeft {
	width:650px;
}
.centerNoRight {
	width:600px;
}
.liveArea {
	padding:0 25px 0 25px;
	min-height:450px;
}
.liveArea img {
	float:left;
	margin-right:15px;
}
#subNav h1 {
	color:#C4151C;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	margin-bottom:12px;
}
#subNav p {
	font-size:13px;
	font-weight:normal;
}
#subNav p, #subNav a, #subNav a:visited {
	color:#C4151C;
	text-decoration:none;
}
#subNav a:hover {
	text-decoration:underline;
}
.sidebar {
	padding:20px;
	background-color:#FFF6DB;
	margin-bottom:25px;
}
/*
.sidebar p, .sidebar a, .sidebar a:visited, .sidebar a:hover {
	font-size:11px;
	font-weight:normal;
	line-height:1.3em;
} 
*/
.sidebar a, .sidebar a:visited {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
.sidebar a:hover {
	text-decoration:none;
}
.sidebar p, .sidebar ul, .sidebar li, .sidebar ol {
	color:#000;
	font-size:11px;
	line-height:1.3em;
}
.sidebar h1 {
	background-color:#C4151C;
	color:#FFF;
	font-size:14px;
	padding:3px 0;
	text-align:center;
	width:160px;
	line-height:1.2em;
	margin-bottom:auto;
}
.copyright {
	text-align:center;
	height:18px;
	margin:8px 0;
}

/* for flash movies */
embed {
 display:block;
 float:left;
 margin:0;
 padding:0;
}

.clear {
	clear:both;
	height:0;
	font-size:1px; /* in case you put a NBSP in the div */
}




/*  text styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

p, ul, li, ol, td, tr, blockquote {
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	line-height:1.4em;
}

a:link, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#C4151C;
	text-decoration:underline;
/*	font-weight:normal; */
}
#page a:hover {
	background-color:#FFD558;
}
p {
	margin-top:0;
}

h1, h2, h3 {
	color:#C4151C;
	font-weight:bold;
	margin-bottom:0;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
	font-style:italic;
}

h4 {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
ul, ol {
	margin-bottom:0;
	margin-top:0;
}
li {
	list-style-type:disc;
	margin-top:0;
	margin-bottom:4px;
}
.textLinks p {
	font-size:10px;
	color:#C4151C;
}
.textLinks a, .textLinks a:visited {
	font-size:10px;
	color:#C4151C;
	text-decoration:none;
}
.textLinks a:hover {
	text-decoration:underline;
}
.edit {
	color:#ec008c;
	background-color:#f7dfed;
}
.copyright p {
	font-size:9px;
	line-height:13px;
	color:#999;
}
.copyright a, .copyright a:visited {
	font-size:9px;
	color:#999;
	text-decoration:none;
	font-weight:normal;
}
.copyright a:hover {
	text-decoration:underline;
	background:none;
}

.small {
	font-size:9px;
	line-height:13px;
	color:#FFF;
}

form#form p {
	line-height:28px;
}