/* CSS Document */
/* Main design styles
----------------------------------------------------------------------------------------- */
html,body { background: url(../images/main_header_bg.gif) repeat-x; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size:small; }

/* @group header */

#container{
	width: 960px;
	margin: auto;
}

#header{
	padding: 0;
	margin: 0;
	height: 153px;
	float: left;
	width: 960px;
}

h1#logo {
	width: 161px;
	height: 152px;
	float: left;
	margin-left: 10px;
}

#tagline {
	float: right;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	margin-top: 109px;
	margin-right: 10px;
}

div#main-content {
	padding:30px 10px 10px 10px;
	float: left;
	clear: both;
	width: 940px;
}

#col_right h2 {
	font: 24px Cambria, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	color: #d19842;}

#col_right p{
	line-height: 22px;
	
}

#col_left ul li {
	font: 18px/30px Cambria, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

div#sponsor_logos {
	clear: both;
	width: 700px;
	
}




div#dan {
	background: url(../images/dan_cornwell.gif) no-repeat;
	height: 160px;
	width: 660px;
	padding: 20px;
	margin-bottom: 30px;
}

div#dan p.quote{
	width: 420px;
	font: 16px/24px Cambria, Georgia, "Times New Roman", Times, serif;
	margin-top: 8px;
}

p.author {
	text-transform: uppercase;
	color: #d19842;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#col_left {
	width: 220px;
	float: left;
}

div#col_right{
	width: 700px;
	float: left;
	margin-left: 20px;
}

#col_right.content ul{
	margin: 0 0 20px 0;
	padding: 0;
}


#col_right.content ul li {
	padding: 5px 0 3px;
	list-style: disc;
	margin-left: 20px;
	line-height: 18px;
}

#col_right.content ul li ul{
	margin:0 10px
}

#col_right.content ul li ul li {
	list-style: circle;
}

#col_left ul li.current a {
	color: black;
}

input#send {
	display: block;
	margin-top: 10px;
	background:#000;
	color: white;
	padding: 5px;
	border: none;
	text-transform: uppercase;
}

input#send .loading{
background:#FF0000;
}

div.sub_story {
	width: 330px;
	float: left;
	margin-right: 20px;
}

#col_right div.sub_story h3 {
	font: 18px Cambria, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}

/* @end */

/* @group RSS Feed */
/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
   
 .rss_box {
 
 }
 
 .rss_title, rss_title a {
	
}
 
 .rss_items{
font-size: 11px;
line-height: 16px;
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
  text-transform: uppercase;
	color: #d19842;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 10px 0px;
}

#col_left ul {

}


.rss_item a:hover { 

}
	
.rss_date {

}


#testimonials li p.testimonial {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

#testimonials li p.t-author {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 5px;
	}

li.rss_item {
	padding: 20px 0px;
}

#testimonials li img {
	margin-bottom: 30px;
}

/* @end */


#footer {
background: black;
clear: both;
float: left;
width: 660px;
color: white;
padding: 10px;
font-size: 11px;
margin-top: 50px;
}

#footer p{
margin:0; 
padding:0;
}

#spe_contact{
	float: left;
}

#spe_contact label{
	display: block;
	margin-bottom: 3px;
	margin-top: 5px;
	font-weight: bold;
}

#spe_contact input[type=text], #spe_contact input[type=textarea]{
	margin-bottom: 5px;
	width: 200px;
}

#col_left ul li a {
	color: #e8b05c;
	text-decoration: none;
}

#col_right a {
	color: #e8b05c;
	font-weight: bold;
}
   	
   	
#col_right h3 {
	font-size: 17px;
	font-weight: bold;
}

#col_right h4 {
	font-size: 16px;
	margin: 8px 0px;
	
}

#testimonials_list dl dd {
	margin-top: 20px;
	font: italic 14px/24px Georgia, "Times New Roman", Times, serif;
}

#testimonials_list dl dt{
font-size: 14px;
font-weight: bold;
margin-top: 8px;
border-bottom: 1px solid #d5d5d5;
padding-bottom: 30px;
	}

#spe_contact input {
	border: 1px solid grey;
	padding: 6px;
}

div#contact_submit input { 
right:25px; 
bottom:27px; 
display:block; 
font-family:Helvetica,sans-serif; width:100px; 
line-height:13px; 
padding:7px 0 5px 0; 
border:none; 
background: #000000 url(../images/ajax-loader.gif) no-repeat -100px -100px; 
font-size:10px;  
text-transform:uppercase; 
text-decoration:none; 
color:#fff; 
text-align:center; 
font-weight:bold; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; cursor:pointer; 
}

textarea#message.required {
	padding: 10px;
}

div#contact_submit input.loading { background-position:center center; text-indent:-9999px; }


#spe_contact label { }
#spe_contact label.error { 
margin-bottom: 10px; 
color: #fff;  
vertical-align: top;
	font-size: 12px;
	background: #811126 url(../images/10.png) no-repeat 6px 3px;
	padding: 5px;
	width: 100%;
	padding-left: 28px;
	
}


