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

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/wood_bg.jpg) repeat-x left top;
	font-size: 13px;
	text-align: left;
	color: #404040;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Verdana, sans-serif;
}

h1, h2, h3 {
}

h1 {
	margin: 18px 0px 0px 0px;
	font-family: Times, serif;
	color: #F05A1F;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;	
	line-height: 12px;
	font-style: italic;
	text-transform: uppercase;
	padding: 0px;
}

h2 {
	text-transform: none;	
	font-weight: bold;
	font-family: times, serif;
	font-style: italic;
	font-size: 14pt;
	color: #404040;
	line-height: 0px;
	margin: 30px 0px 0px 0px;
}

h3 {
	font-size: 15px;
	color: #555555;
	font-family: times, times new roman, serif;
	letter-spacing: 1px;
	line-height: 16px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	color: #F05A1F;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 22px 0px 2px 0px;
}


p {
	margin: 8px 0 18px 0px;
	line-height: 21px;
	font-size: 12px;
	text-align: left;
}

p.col {
	margin: 8px 0 18px 0px;
	line-height: 18px;
	font-size: 11px;
	text-align: left;

}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: outside;	
}

li {
	font-size: 12px;
	text-align: left;
	color: #404040;
	line-height: 22px;
	font-style: italic;
}


a {
	color: #F05A1F;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	letter-spacing: 1px;
}

a:hover {
	color: #F05A1F;
	text-decoration: none;
	background: #EBEBEB;
}

a.button {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #E26520;
	padding: 2px 0px 2px 2px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #EBEBEB;
}

a.button:hover {
	text-decoration: none;
	background: #EBEBEB;
	letter-spacing: 1px;
	color: #E8590A;
	padding: 2px 0px 2px 2px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #EBEBEB;
}

.a-plain img{
	background: #000000;
}

.a-plain:hover img{
	background: #000000;
}

strong {
	text-transform: none;	
	font-weight: bold;
	font-family: times, times new roman, serif;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 2px;
}



img {
	border: none;
	margin: 0 0 0px 0;
	display: block;
}

img.left {
	border: none;
	margin: 12px 12px 12px 0px;
	float: left; 
}

img.top {
	border-top: solid 0px #EBEBEB;
	border-bottom: solid 0px #EBEBEB;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}

/* Header */

#header {
	width: 800px;
	height: 207px;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/header.jpg) no-repeat left top;
}



/* Menu */

#menu {
	float: left;
	text-align: center;
	padding: 0px 0px 0px 30px;
	height: 100%;
	display: inline;
	margin: 0px 0px 0px 30px;
	clear: both; 
}

#menu ul {
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0px 0px 0px 0px ;
	list-style: none;
	text-indent: 0em;
	list-style-position: outside;
}

#menu li {
	display: inline;
	margin: 0 0px 0 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

#menu a {
	float: left;
	display: inline;
	font: bold 11px Arial;
	color: #231F20;
	letter-spacing: 2px;
	text-decoration: none;
	margin: 18px 12px 12px 12px; /*Margin between each menu item*/
	padding: 2px 4px 1px 6px; /*Padding within each menu item*/
	background: #9A9389; /*Default menu color*/
	border: none;
}

#menu a:hover { 
	background: #E55C14; /*Orange color theme*/
	color: #231F20;
	border-bottom: 0px;
}

#menu .current_page_item a {
	/** currently selected menu item **/
	background: #F9E009; /*Yellow color theme*/
	color: #231F20;
	border-bottom: 0px;
}

.menu-wrapper {
	width: 800px;	
	height: 28px;
	clear: both;
	padding: 150px 0px 0px 40px;
}


/* Page */

#page {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	width: 810px;
}


/* Content */

#content {
	width: 530px;
	margin: 0 auto;
	padding: 0;
}


#intro {
	text-transform: none;	
	font-weight: bold;
	font-family: times, times new roman, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px; 
	color: #555555;
}

#intro a {
	color: #555555;	
	text-decoration: none;	
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

#intro a:hover {
	color: #F05A1F;	
	text-decoration: none;	
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background: #EBEBEB;
}

.topic-wide {
	background: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
	margin: 0px 40px 0px 40px;
	padding: 18px 30px 38px 40px;
}

.topic-narrow {
	background: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
	margin: 0px 40px 0px 40px;
	padding: 18px 140px 38px 60px;
}



.sidebar {
	float: right;	
	display: inline;
	width: 162px;	
	padding: 35px 20px 20px 44px;
	margin: 0px 40px 0px 0px;
}


.bio {
	float: left;	
	display: inline;
	width: 431px;	
	padding: 25px 30px 20px 40px;
	margin: 0px 0px 0px 40px;
	border-right: solid 1px #E6E6E6;
}

.byline {
	font-size: 11px;
	color: #F05A1F;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}



.spacer-big {
	height: 400px;
	clear: both;
}

.spacer-small {
	height: 25px;
	clear: both;
}



/* Columns */

.colwrapper {
	width: 750px;
	background: #FFFFFF;	
	padding-top: 0px;
	margin: 0px 0px 0px 29px;
}



.colsleft{
	float: left;
	display: inline;
}

#col1 {

	width: 180px;	
	padding: 25px 25px 0px 0px;
	margin: 0px 0px 0px 35px;
	line-height: 0px; 
	float: left;
	display: inline;
}


#col2 {

	width: 180px;	
	margin: 25px 35px 0px 0px;
	line-height: 0px; 
	float: right;
	display: inline;
}

#col3 {

	width: 180px;	
	padding: 25px 30px 0px 30px;
	margin: 0px 0px 0px 253px;
	line-height: 0px; 
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

img.col{	
	margin-bottom: 22px;
}

a.col {
	background: none;
}

a.col:hover {
	background: none;
}

/* gallery */

.gallery-img img{
	border-top: none;
	border-bottom: solid 3px #E6E6E6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	background: #E6E6E6;
}

a.gallery-img {
	border-top: none;
	border-bottom: solid 3px #E6E6E6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	background: #E6E6E6;
	color: #E6E6E6;
}

.gallery-img:hover img{
	border-bottom: solid 3px #FFFF00;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	background: #E6E6E6;
	color: #E6E6E6;
}

.gallery-img:hover{
	color: #E6E6E6; /* irrelevant definition to overcome IE bug */
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

table.grid {	
	padding: 12px 12px 12px 12px;
	background: #E6E6E6;
	border-collapse: separate;	
	table-layout: fixed;
	border-spacing: 3px 3px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


/* Footer */

#footer {
	clear: both;
	height: 140px;
	background: url(images/wood_bg.jpg) #666666 repeat-x left bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #A8A398;
	letter-spacing: 1px; 
}

#footer p {
	padding: 10px 0px 5px 0px;
	text-transform: none;
	text-align: center;
	background: #F2F2F2;
	color: #A8A398;
	font-size: 10px;
}

#footer p a {
	color: #A8A398;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #A8A398;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;

}

.italic {
	font-style: italic;
	letter-spacing: 1px;
}

