/* OCTANE MASTER STYLESHEET */
/* 2005 - TREVOR HARTMAN - trevorhartman.com */

body
{
	text-align:center;
	padding:0;
	margin:30px 0;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color:#8A9093;
	background-color:#ffffff;
}

*
{
	text-align:left;
}


#container
{
	margin:0 auto;
	width:799px;
	height:704px;
	border:1px solid #9F9A9A;
	position:relative;
	background: url(logoSmall.jpg) 96.5% 96.5% no-repeat;
}


#header
{
	height:27px;
}

#title
{
	float:left;
	padding:8px 0px 0px 12px;
	width:426px;
	height:18px;
	border-bottom:1px solid #9F9A9A;
	font: normal 0.75em/1.2em verdana, sans-serif;
}



#line45
{
	float:left;
	padding-top:9px;
	width:18px;
	height:18px;
}

#links
{
	float:right;
	margin:8px 0 0 0;
	padding:0 0 0 7px;
	width:336px;
	list-style:none;
	border-top:1px solid #9F9A9A;
}


#links li
{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#links a
{
	float:left;
	display:block;
	font: normal 0.9em/1.8em verdana, sans-serif;
	color:#9A9FA1;
	padding:0 22px 0 0px;
	text-decoration:none;
	white-space:nowrap;
	letter-spacing:-1px;
}

#links a#active
{
	color:#FFB74B;
}


#left
{
	float:left;
	width:440px;
	height:570px;
	margin:45px 24px 60px 0; /* defines white space above, below, and to the right of the left box */
	border-right:1px solid #9F9A9A;
}

#right
{
	float:left;
	height:675px;
	width:334px;
}

#right h1
{
	padding-top:95px;
}

h1
{
	margin:0 0 25px 0;
	font: normal 1.1em/1.5em verdana, sans-serif;
	letter-spacing:-1px;
}

h1 span
{
	color:#FFAC2F;
}

p
{
	font: normal 0.8em/1.8em verdana, sans-serif;
	letter-spacing:-1px;
	margin:0 0 25px 0;
}

p span
{
	color:#9A2E25;
	font-weight:400;
}


#iconLinks
{
	padding:5px 0 0 0; /* add 5px to the existing 25px margin that is defined in #right p */
	margin:0;
	list-style:none;
}

#iconLinks li
{
	margin:0.6em 0;
	list-style:none;
}

#iconLinks a
{
	display:block;
	padding:0.2em 0 0.2em 0.8em;
	text-decoration:none;
	font: normal 0.8em/1.5em verdana, sans-serif;
	letter-spacing:-1px;
	color:#8A9093;
	width:150px;
}

#iconLinks li a.orange	{ border-left:5px solid #FFAC2F; }
#iconLinks li a.maroon	{ border-left:5px solid #993300; }
#iconLinks li a.grey	{ border-left:5px solid #8A9093; }
#iconLinks li a.light	{ border-left:5px solid #C9CED0; }

#iconLinks a:hover
{
	color:#FFB74B;
}


.clear
{
	clear:both;
	line-height:0;
	font-size:0;
}

a
{
	text-decoration:none;
	color:#8A9093;
}

a:hover
{
	color:#FFB74B;
}


#footer
{
	text-align:left;
	margin:0 auto;
	width:799px;
	position:relative;
}

#footer a
{
	font-size:.8em;
	color:#BBBBBB;
}

#footer a:hover
{
	color:#FFB74B;
}


