/* CSS Document */

/* 
branding image - 300px fixed width, any height
Inline image -  image width 144px, any height
*/

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #6c5347;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

#wrap {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 93px;	
	width: 820px;
	margin: 0 auto;	
	position: relative;	
	text-align: left;
}
#header h1{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 3.6em;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
	
}
#header h1 span{
	font-size: 0.27em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header h1 a{
	color: #361504;
}



#navi {
	display: block;
	background: #331100 url(../images/navi_bg.gif) repeat-x;
	height: 34px;
	margin-top: 0;
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 10;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style:none;	
	white-space: nowrap;
}
#navi ul li {
	list-style-type: none;
	float: left;
	line-height: 34px;
	text-transform: uppercase;

}
.first{
	padding-left: 24px;
}
.last{
	padding-right: 24px;
}
#navi ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
	line-height: 34px;
}
#navi ul li.current_page_item a {
	color: white;
	background: #000;
}
#navi ul li a:hover {
	color: #fff;
	background-color: #281106;
}




#main {
	padding: 22px;

}
#main ol {
	list-style-position: inside;
	line-height: 1.8em;	
	padding-left: 0px;		
}

#main ul li{
	list-style-type: none;
	padding-left: 15px;	
	line-height: 1.8em;	
}

#main h1 {
	font-weight: normal;
	margin-top: 20px;	
	font-size: 2.2em;	
}
#main h2 {
	font-weight: normal;
	margin-top: 20px;	
	font-size: 1.8em;	
}


#main h3 {
	margin-top: 20px;	
	font-size: 1.3em;
}
#main h4 {
	margin-top: 20px;	
	font-size: 1.1em;
}


#main p {
	margin-bottom: 1em;
	line-height: 1.8em;	
}

#left-col{
	width: 326px;
	float: left;
}

#right-col{
	width: 430px;
	float: right;
}


#footer {
	padding: 45px 20px 0px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {

}
#footer .market-link{
	text-align: center;
}

#footer .market-link li{
	list-style: none;
	display: inline;
	padding: 0 3px;
}

.clearfix:after {   
     content: "."; /* This dot is the actual appended content */   
     clear: both;   
     height: 0;   
     visibility: hidden;   
     display: block; 
} 

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



.clear {
	clear: both;
}

td {
	padding: 5px 0;

}


.branding {
	background: url(../images/branding_bg_326.gif) no-repeat top;
	margin-bottom: 15px;
}
.branding-content {
	background: url(../images/branding_bg_btm.gif) no-repeat bottom;
	padding: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;	
	text-align: center;
}
.branding-content p span{
	text-transform: uppercase;
}
.branding-content p strong{
	font-size: 1.8em;
	font-weight: bold;
	padding-left:5px;
}
.special {
	background: url(../images/special_bg_326w-840l.gif) no-repeat top;
	margin-bottom: 15px;
}
.special-content {
	background: url(../images/special_bg_btm.gif) no-repeat bottom;
	padding: 10px;
}
#main .special-content h1{
	color: #fff;
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 10px;
}
.quote {
	float: right;
	width: 200px;
	background: url(../images/quote_bg_200.gif) no-repeat top;
	margin: 0 0 10px 15px;
}
.quote-content {
	background: url(../images/quote_bg_btm.gif) no-repeat bottom;
	padding: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
cite {
	display: block;
	text-align: right;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.quote-content cite a {
	text-decoration: underline;
}
blockquote {
	border-top: dotted 1px #d4cfc3;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;		
}
.inline-image {
	float: right;
	width: 164px;
	background: url(../images/inline_frame.gif) no-repeat top;
	margin: 0 0 10px 15px;
}
.inline-image img{
	margin: 6px 7px 6px 13px;
}
#contactform {
	width: 410px;
	margin: 10px 0;	
	color: #686868;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;		
}
#contactform p {
	padding: 7px 0px;
	margin: 0px;
}
#contactform label {
	width: 100px;
	float: left;

}
#contactform  input{
	width: 300px;
	border: 1px solid #d4cfc3;
	padding: 3px;
}
#contactform  textarea{
	width: 300px;
	border: 1px solid #d4cfc3;
	padding: 3px;
}
#contactform #submit{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 105px;
	height: 29px;
	cursor: pointer;
}
.captcha {margin-right: 10px; float: left;}

