/*GENERAL SITE STYLES
For level 2 pages with fluid structure
*/

html,body {
	background:#fff url(images/tiles.gif);
	font: normal 95% arial,verdana,helvetica, sans-serif;
	padding:0;
	margin: auto 0;
	text-align:center;
}

/*headings*/
h1 {
	font: bold 1.5em Arial;
	color:#DA6701;
}

h2 {
	font: bold 1.3em Arial;
	color:#000;

}

h3 {
	font: bold 1em Arial;
	color:#000;

}

h4 {
	font: bold .9em Arial;
	color: #000;

}

h5 {
	font: bold .8em Arial;
	color: #000;
}

h6 {
	font: bold .8em Arial;
	color: #000;
}

/*keep link pseudo classes in this order*/

a:link {
	color:#008083;
} 

a:visited {
	color:#DA6701;
}

a:hover {
	color:#DA6701;
}

a:active {
	color:#008083;
}

/*DIVS START HERE*/

/*main container for all divs.*/

#container {
	margin: 0 auto;	
	background: #fff url(../images/cad_bg.jpg) no-repeat top right;
	width:100%;
	border:0;
	text-align:left;
	/*padding:10px;*/
}


#header {
	background: url(../images/billguy_logo.gif) no-repeat 10px 10px;
	height:110px;
	width: 100%;
	text-align: right;
	/*padding-right:20px;*/
}

#header h1 {
	display: none;
}

#navOne {	
	padding:0px 0px 10px 10px;
	/*width:100%;*/
	text-align: left;
	border-bottom: 1px solid #008083;
	margin:0px 10px 0px 10px;
	font-size: .9em;
	font-weight:bold;	
}
	
	#navOne ul{
		margin: 0;
		padding: 0;		
	}
	
	#navOne li{
		display:inline;
		list-style:none;
		margin:0;
		padding: 0px 10px 0px 10px;
	}
	
	#navOne a {
		color: #008083;
		font-weight: bold;
		/*background-image: url(images/button_blue.jpg);*/
	}
	
	#navOne a:hover {
		color: #DA6701;	
	}


/* not required
#navTwo {
	float:left;
	width:20%;
	background-color:#331290;
}

#navTwo li{
		list-style:none;
		font-size: .9em;
		color: blue;
}*/

#content {
	float:left;
	/*width:100%;*/
	padding:20px;
	text-align:justify;
	
}

/*currently place in the footer DIV*/
#navThree {
	margin:-15px 5px 0 0;
	float:right;
	width:75%;
	text-align:right;
}

#navThree li{
	list-style:none;
	font-size: .9em;
}
	
	
#footer {
/*position:relative;*/
clear:both;
	/*width:100%;*/
	height: 1.5em;
	border-top: 1px solid #008083;
	margin:0px 10px 0px 10px;
	/*padding:10px 0px 10px 10px;*/
	font-weight:bold;
	font-size: .9em;
}

