/**
 * Template: Strive
 * This copyright notice must stay intact for free use.
 *
 * Template copyright ClanTemplates.com
 * http://www.clantemplates.com
 * For quality free templates.
 *
 * @Designer: Subleme
 * @Coder: redSHIFT
 * 
 * script.aculo.us javascript framework from http://www.script.aculo.us
 */



body
{
	text-align: center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Tahoma, Arial, Hevetica, Sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

a, a:visited
{
	color: #1e3f51;
}
a:hover
{
	text-decoration: none;
}

a img, a:visited img
{
	border: 0px none;
}


/**
 * General Structure
 */

div#container
{
	width: 873px;
	margin: 0 auto 0 auto;
	text-align: left;
}


/**
 * Banner/Nav
 */
div#banner
{
	height: 232px;
	clear: both;
	background-image: url(images/State.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-position-y:50%;
	background-position: left bottom;
}

div#nav
{
	background: url('images/nav_bg.jpg') no-repeat;
	height: 35px;
	width: 582px;
	overflow: hidden;
	float: left; margin-left:2px; margin-right:0px; margin-top:1px; margin-bottom:0px
}

	div#nav a
	{
		color: #ffffff;
		font: bold 10px Tahoma, Arial, Hevetica, Sans-serif;
		text-decoration: none;
		height: 12px;
		display: block;
		float: left;
		padding: 11px 7px 11px 7px;
		text-transform: uppercase;
		margin: 1px 0 0 0;
	}
	
	div#nav a:hover
	{
	background-image: url('none');
	background-repeat: repeat-x
	}


/**
 * Columns
 */
div.col1, div.col2
{
	float: left;
}

div.col1
{
	width: 190px;
}

div.col2
{
	width: 479px;
	margin: 0 7px 0 7px;
}


/**
 * Box Elements
 */
div.box
{
	margin: 0 0 10px 0;
}

div.box h1
{
	height: 29px;
	color: #FFFFFF;
	padding: 6px 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #112735;
	cursor: move;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 15px;
}

	div.col2 div.box h1
	{
		cursor: auto;
	}

	div.col1 div.box h1
	{
		background: url('images/col1_head.jpg') no-repeat;
	}
	
	div.col2 div.box h1
	{
	background-image: url('images/col1_head.jpg');
	background-repeat: repeat;
	background-position:  center 50%;
	}


div.box div.bar
{
	height: 23px;
	clear: both;
	background: url('images/box_foot.jpg') repeat-x;
	color: #d1e3ee;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma
}
	
	div.box div.bar span
	{
		height: 23px;
		display: block;
		background: url('images/box_foot_left.jpg') no-repeat;
		float: left;
		padding: 4px
	}
	
	div.box div.bar span span
	{
		height: 23px;
		width: 2px;
		background: url('images/box_foot_right.jpg') no-repeat top right;
		float: right;
		display: block;
		margin: -4px
	}
	
	div.box div.bar a
	{
		display: block;
		color: #d1e3ee;
		text-decoration: none;
	}
	div.box div.bar a.right
	{
		text-align: right;
	}
	
div.content
{
	margin: 0 2px;
	border: 1px solid #ffffff;
	background-color: #c1dae8;
	background-image: url('none');
	background-repeat: repeat-x; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

	div.content p
	{
		margin: 0;
		padding: 5px;
	}


/**
 * Lists
 */
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul li
	{
		border-left:1px solid #112735; border-right:1px solid #112735; border-bottom:1px solid #112735; background:url('images/list_item.jpg') repeat-x; border-top:0px none; height: 14px;
		padding: 4px
	}
	
	ul li a
	{
		display: block;
		text-decoration: none;
		height: 14px;
	}

ul.sponsors li
{
	background: url('images/list_sponsor.jpg') repeat-x;
	height: 48px;
	padding: 0
}
	
	ul.sponsors li a
	{
		height: 48px;
	}


/**
 * Footer
 */
div#footer
{
	background: url('images/footer.jpg') no-repeat;
	height: 36px;
	clear: both
}

div#footer a
{
	display: block;
	height: 36px;
}

div#footer a span
{
	display: none;
}

