/*
Client:		Pecan Resources LLC

Author:		Scott Beatty sbeatty@northpointdesign.com
Updated:	
Notes:		None

*/

/* =Global
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

body { 
	background: #564C3C url(../_img/bg_body.jpg) top center;
	font-size:62.5%; 
	font-family: Tahoma, sans-serif; 
	color:#666666; 
	text-align:center;
	margin-bottom: 15px;
}

hr { 
	display: none; 
}

#outer-container {
	width: 814px;
	margin: 33px auto 0 auto;
}

#inner-container {
	width: 814px;
	float: left;
	background: url(../_img/bg_container_outer.gif) repeat-y;
}

#container {
	width: 790px;
	float: left;
	background: url(../_img/bg_container.jpg) no-repeat;
	text-align: left;
	padding: 12px 12px 0 12px;
}

a {  
	color:#D99A06;
}

a:hover{
	text-decoration: none;

}


/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	float: left;
	display: inline;
	width: 790px;
}

/* =Content
---------------------------------------------------------------------
*/

#content { 
 	float:right; 
	width:503px;
	padding: 10px 0 0 0;
}


#content img#top-image {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	float: none;
}

body#home #content #banner {
	width: 490px;
	height: 430px;
	background: url(../_img/bg_home_topimage.jpg);
}

body#home #content #banner h2 {
	color: #FFFFFF;
	margin: 90px 0 0 100px;
	font-size: 2em;
	font-weight: normal;
	font-style:italic;
}

#content h3, #content h4, #content h5, #content h6 {
	margin-bottom: .75em;
	color: #000000;
	font-weight: normal;
}
 
#content h3 { 
	font-size:2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6A819;
}

#content h4 {
	font-size:1.8em;  
}

#content h5 { 
	font-size:1.6em; 
}

#content h6 { 
	font-size:1.4em; 
}


#content #text {
	padding: 0 10px;
	border-left: 4px solid #E4E4E4;
}

body#home #content #text {
	padding: 0;
	padding-left: 2px;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   font-size: 1.4em;
   line-height: 1.3;

}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.2em;
   list-style: none;
   margin-left: 2em;
}

#content ul#byline li{
   margin: 0;
   list-style: square;
   background:none;
   padding-left: 0;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #CCCCCC;
}

.more {
	clear: left;
}

/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar { 
	float:left; 
	width:283px;
	padding-top: 125px;
}


#sidebar h1 {
	width: 283px;
	height: 71px;
	background: url(../_img/bg_h1.jpg) no-repeat;
}

#sidebar h1 a {
	display: block;
	width: 283px;
	height: 71px;
	text-indent: -9999px;
}


/* =Navigation
---------------------------------------------------------------------
*/
#nav {
	float: left;
	display: inline;
	width: 199px;
	list-style:none;
	padding-top: 20px;
	margin-left: 42px;
}

#nav li	{  
	list-style: none;
}

#nav li.current a, 		
#nav li.current:hover a { 
	background: url(../_img/bg_li_current.jpg) no-repeat; 
	color:#D99A06; 
}
	
#nav li a {
	display:block; 
	font-size:1.4em; 
	width: 190px;
	height: 34px;
	line-height: 34px;
	padding-left: 9px;
	color:#000000; 
	text-decoration:none; 
}
	
#nav li:hover a	{ 
	color:#D99A06; 
}

/* =Footer
---------------------------------------------------------------------
*/

#footer-int { 
	clear:both;
	width: 814px;
	height: 25px;
}

#footer {
	clear: both;
	width: 814px;
	margin: 0 auto;
	background: url(../_img/bg_footer.jpg) no-repeat;
}

#footer p { 
	font-size:1.2em; 
	color:#FFFFFF;
	text-align: left;
	padding: 0 25px;
	line-height: 52px;
}

/* =Extras
---------------------------------------------------------------------
*/

#content form {
	margin-left: 25px;
	padding: 10px;
}

#content form div {
	margin-bottom: .25em;
}

#content form p {
	font-size: 1.2em;
	padding: 0;
	margin-bottom: .5em;
}

#content form label {
	font-size: 1.2em;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

/* @end */
