/* global */

*	{
	margin:0; padding:0;
	}

p, ul, h2, ol, h3 {
	font:normal .9em Trebuchet MS, Verdana, sans-serif;
	line-height:1.4em;
	}
	
p, ul, ol	{
	color:#363636;
	}
	
ul li	{
	list-style:none;
	}
	
a	{
	text-decoration:none;
	}
	
a:hover	{
	text-decoration:underline;
	}
	
body  {
	background-color:#ff7401;
	}

.bold	{
		font-weight:bold;
		}
		
.italic	{
		font-style:italic;
		}
		
.hidden	{
		display:none;
		}
		
.contentheading, .highlight	{
		color:#ff7401;
		font-weight:bold;
		}
		
img	{
		border:none;
		}

/*maincontent*/

#allcontent	{
		width:1100px;
		text-align: left;
		margin: 0 auto;
		background:url(../images/bodybg.jpg) no-repeat top left;
		padding-bottom:30px;
		position:relative;
}
#masthead, #maincontent, #footer, #nav	{
		width:860px;
		margin:0 auto;
		}
		
#masthead	{
		height:117px;
		}
		
#masthead h1	{
		position:absolute;
		left:-999em;
		}
		
#masthead #logo {
		margin-top:70px;
		}
		
#nav {
		background-color:#e56902;
		height:26px;
		}
		
#nav li	{
		float:left;
		margin-right:10px;
		padding:0 30px 0 30px;
		}

#nav .selected {
		background-color:#ff8621;
		}
		
#nav a	{
		color:#FFFFFF;
		line-height:26px;
		font-size:.75em;
		letter-spacing:.13em;
		}
		
#nav #navhome	{
		margin-left:5px;
		display:inline;
		}
		
#maincontent	{
		background-color:#FFFFFF;
		clear:both;
		}
		
#maincontent p,#maincontent h2,#maincontent h3	{
		padding:0 30px 0 30px;
		margin-top:20px
		}
		
#maincontent ul, #maincontent ol	{
		padding-left:55px;
		padding-right:30px;
		margin-top:20px;
		}
		
#maincontent ul	li{
		list-style:disc;
		}
		
#content_wrapper {
	background: #FFF;
		
		}
		
#leftcol	{
		background:url(../images/leftcolbg.jpg) no-repeat top left;
		width:286px;
		height:316px;
		float:left;
		}
		
#rightcol	{
		width:574px;
		float:left;
		margin-top:30px;
		background: #FFF;
		}
		
#footer	{
		clear:both;
		text-align:right;
		}
		
#footer p	{
		padding-top:0px;
		height:40px;
		/*background:url(../images/footer.png) no-repeat bottom left;*/
		color:#FFF;
		font-size:.7em;
		}

#footer a {
		color:#FFF;
		text-decoration:none;
		}
		
#footer a:hover {
		color:#8a8a8a;
		text-decoration:underline;
		}
		
		
#footer a.highlight {
		color:#ff7401;
		text-decoration:none;
		font-size:12px;
		}
		
#footer a.highlight:hover {
		text-decoration:underline;
		}


/*individual pages - image rules*/

#bio #leftcol {
		background:url(../images/bg_leftcol_bio.jpg) no-repeat top left;
		width:286px;
		height:316px;
		float:left;
		}
		
#home #rightcol img	{
		margin-top:20px;
		margin-left:250px;
		}

#contact #rightcol img, #bio #rightcol img, #consent #rightcol img	{
		position:absolute;
		left:-999em;
		}
		
#home #masthead #representative	{
		position:absolute;
		left:790px;
		top:25px;
		}
		
#contact #masthead #representative, #bio #masthead #representative, #about #masthead #representative, #consent #masthead #representative {
		position:absolute;
		left:-999em;
		}
		
/*consent page*/

#consent_left {
		float:left;
		width:287px;
		}
		
#consent_right	{
		float:left;
		width:287px;
		margin-bottom:20px;
		}
