/*        Stateline Adobe Users 		*/
/*   CSS Stylesheet for Screen Media 	*/
/*        Written by Zach Stepek 		*/
/*           Crave Media Group 			*/
/*           zach@cravemg.com 			*/

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-image: url(images/sitebackground.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	width: 728px;
	height: 100%;
	/* background-color: #6A4E1E; */
	background-color: #4D3A8F;
	/* background-image: url(images/mainBackground728.jpg); */
	background-image: url(images/cs3background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
	height: 120px;
	}
	
#navbar {
	float: right;
	width: 348px;
	height: 27px;
	/* background: url(images/navbarBack.jpg) right top no-repeat; */
	padding-left: 10px;
	padding-top: 6px;
}

#navbar ul, #navbar li {
	display: inline;
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #5185A5;
	font-size: 85%;
	font-weight: bold;
	}
	
#navbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
	
#navbar ul li {
	padding: 4px;
	}
	
#navbar ul li a {
	color: #5185A5;
	text-decoration: none;
}

#navbar ul li a .inactive {
	color: #666666;
	text-decoration: line-through;
}

#navbar ul li a:hover {
	color: #000000;
	border-bottom: 1px #5185A5 dotted;
	text-decoration: none;
}

#bodyCopy {
	float: left;
	margin-left: 8px;
	padding: 118px 35px 0px 10px;
	border: 1px solid #000000;
	width: 431px;
	/* background: #FFFFFF url(images/bodyHeaderHome.jpg) 50% 0px no-repeat; */
	background: #FFFFFF url(images/cs3header.jpg) 50% 0px no-repeat;
	}
	
#sidebar {
	position: absolute;
	top: 174px;
	left: 476px;
	width: 242px;
	margin: 0;
	padding: 0;
	z-index: 100;
	}

.box {
	width: 242px;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-size: 85%;
	z-index: 100;
}

.first {
	margin-top: 0px;
}
	
#sidebar p.title {
	margin: 0;
	padding: 7px;
	background: #D20000;
	width: 228px;
	font-weight: bold;
	color: white;
}

#sidebar .inner {
	margin: 0;
	padding: 7px;
	padding-right: 15px;
	width: 220px;
}
	
#footer {
	padding-top: 1em;
	padding-bottom: .5em;
	padding-left: 8px;
	width: 100%;
	color: #ffffff;
	clear: both;
	font-size: 80%;
	}
	
/* Text Styles */

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #D20000;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	color: #6389AC;
}

h3 {
	font-size: 105%;
	font-weight: bold;
	color: #6389AC;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #6389AC;
}

hr {
	border: 1px dotted #CDCDCD;
	margin-bottom: 1em;
	}
	
img.fullBodyAd {
	margin-left: -10px;
	padding: 0px;
}

p.date {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	color: #5F5F5F;
	line-height: .6em;
	margin: 0px;
	margin-bottom: -0.5em;
	margin-top: -0.5em;
	}
	
p a:link { color: #0063DC; text-decoration: underline; }
p a:visited { color: #2E67C7; text-decoration: underline; }
p a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
p a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }