@import "reset.css";

body, html {
	background-color: #000000;
	color: #FFFFFF;
}

a {
	color: #626363;
	text-decoration: none;
}

	a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

h4
{
	margin-top: 20px;
	color: 
}

em
{
	font-style: italic;
}

span.white
{
	/*color: #FFFFFF;*/
}

span.orange
{
	/*color: #E0801C;*/
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 880px;
	height: 100%;
	font-family: "Trebuchet MS", Sans-serif;/*Helvetica, Arial, Sans-serif;*/
	font-size: 11px;
}

#navigation {
	float: left;
	background-color: #000000;
	margin-top: 20px;
	position: fixed;
}

#nav {
	margin: 15px 0 0 0;
	color: #626363;
}
	
	#nav li{
		line-height: 17px;
		list-style-type: none;
	}

	#navigation a {
		text-decoration: none;
		color: #626363;
		display: block;
		height: 17px;
		width: 100px;
		outline: none;
	}

		#navigation a:hover, #navigation a.selected {
			text-decoration: none;
			color: #FFFFFF;
		}
	

	
#content {
	padding-top: 95px;
	padding-left: 240px;
}


.section {
	border-top: 1px solid #613502;
	padding-top: 20px;
	color: #626363;
	padding-bottom: 100px;
	width: 640px;
	clear: both;
	
}	
	.title
	{
		width: 640px;
		height: 30px;
		font-size: 22px;
		color: #E0801C;
	}
	

.flash {
	padding-top: 10px;
}


.col_left {
	float: left;
	width: 480px;
	margin-right: 40px;
	font-size: 13px;
	line-height: 1.35em;
}

.col_left h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.col_right {
	float: left;
	width: 120px;
	margin: -9px 0 0 0;
	/*color: #FFFFFF;*/
	font-size: 16px;
	line-height: 1.35em;
}

.col_logo {
	float: left;
	width: 105px;
	height: 105px;
	background-color: #FFFFFF;
	margin-top: 16px;
}

#footer {
	background-color: #000000;
	border-top: 1px solid #E0801C;
	font-size: 11px;
	position: fixed;
		bottom: 0;
	width: 880px;
	color: #626363;
	padding: 2px 0px 2px 0px;
}

	
	body.home #footer {
		border-top: none;
		position: static;
	}

	#footer .wrapper {
		margin: 0 auto;
		width: 880px;
	}
	
	#footer p,
	#footer ul,
	#footer li {
		float: left;
		margin-right: 1em;
		padding: 0;
		list-style-type: none;
	}

.clear {
	clear: both;
}