@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background-image:url(wood.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-color:#000000; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
}

/* * { behavior: url(iepngfix.htc) } */


#sidebar ul {
display:block;

margin:10px;
text-indent:-1.5em;


}

#sidebar li {
display:block;
list-style-image:url(arrow_bullet.gif);
list-style-position:inside;

}

.portfolio_nav li {
display:block;


list-style-image:url(arrow_bullet.gif);
list-style-position:outside;
margin:10px;
text-indent:-1.5em;

}



hr {
width:500px;
color:#D26309;

}

img {
border:none;
}

p {
line-height:1.6em;
font-size:13px;
}

#content_container a {
color:#C94E27;
text-decoration:underline;
}

#content_container a:hover {
color:#C94E27;
background-color:#FFF3E0;
}

#quote {
width: 929px; 
height:36px;
	margin: 0 auto;
	padding:0px;
}


#container { 
	width: 929px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 





#header {

height:160px;

}

#header img {
border:0;
margin:0px;
padding: 0px;
}

#nav {
background-image:url(orangebg.gif);
background-repeat:repeat-x;
height:25px;
width:909px;
padding:0px 0px 0px 20px;
}

 #topnav, #topnav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#topnav a {
	display: block;
	width: 8em;
	padding-top:6px;
	font-size:12px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#topnav a:hover {
color:#553115;

}

#topnav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#topnav li ul { /* second-level lists */
	position: absolute;
	border-left:5px solid #553115;
	background-color:#C94E27;	
	padding:5px ;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content_container {
background-color:#ffffff;
width:929px;
}

/*#nav a ,#nav a:hover {
font-size:12px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
float:left;
margin:5px 20px 5px 20px;
}
/*
#nav ul, li {
list-style-type:none;
display:inline;
}*/


.thispage {
color:#2C1700 !important;
text-decoration:none;
font-weight:bold;
}

#sidebar {




	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 0px 20px;
	font-size:90%;
}


#content { 
margin:0;
width:580px;
border-right:#C94E27 dotted 1px;


	padding: 10px 20px 0px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#content h1, h2, h3, #sidebar h1, h2, h3 {
color:#553115;

}






#footer { 
	border-top:10px solid #C94E27;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(footer2.png);
	background-repeat:no-repeat;
	height:88px;
	margin-bottom:20px;
	 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 20px 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#333333;
	font-size:70%;
	
	text-align:center;
}

#footer a {
color:#666666;
font-weight:bold;
}

.hr {
/*background-image:url(line.gif);
background-repeat:no-repeat;*/
border-bottom:#C94E27 dotted 1px;
height:2px;
width:580px;
margin:20px 0px 30px 0px;
}

.orange {
color:#C94E27;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#twitter_update_list {
font-style:italic;
}


#sidebar h3 {
font-size:18px;
}

/*<!--[if IE 5*/>


/* place css box model fixes for IE 5* in this conditional comment */
/*#sidebar1 { width: 220px; }


<![endif]--><!--[if IE]>


/* place css fixes for all versions of IE in this conditional comment */
/*#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


/*<![endif]--> */





