body, html {
	margin:0px;
	padding:0px;
	color:#333;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-align:center;

}
/*-----GLOBAL CONTENT STYLES-------*/
div, td , p {
	font-size:11px;
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:0;
	margin:10px 0 5px 0;
}
p, td, dd, dt {
	line-height:1.5;
	letter-spacing:1px;
}
form {
	display:inline;
}
a, a:visited {
	color:#e33e35;	
}
a:hover {
	color:#deb361;
}
em {
	font-family:Georgia, "Times New Roman", Times, serif;
}

strong {
	color:#967350;
}
.breaker {
	clear:both;
	height:1px;
	font-size:0px;
	margin-top:-1px;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
/*end*/

#outer {
	width:100%;
	min-width:980px;
	margin:0 auto;
	background:#fff url(../images/body_bg.jpg) top center no-repeat;/*x=123; y=13*/	
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#header {
	width:980px;
	height:207px;
	background:url(../images/olive.jpg) top right no-repeat;/*x=1031; y=13*/
}
#header_top {
	position:relative;
	width:980px;
	height:161px;
	background:url(../images/logo.jpg) top left no-repeat;/*x=223; y=13*/
}
#header_bottom {
	width:980px;
	height:46px;
	background:url(../images/logo_middle.jpg) top left no-repeat;
}
#logo {
	position:relative;
	width:267px;
	height:39px;
	top:96px;
	left:109px;
	overflow:hidden;	
}
#slogan {
	position:relative;
	float:right;
	width:250px;
	height:106px;
	right:11px;
	top:7px;
	overflow:hidden;
}

/*TOP NAVIGATION*/
div#qs {
	width:200px;
	height:30px;
	float:left;
	padding:10px 0 0 250px;
	overflow:hidden;
}
a.search, a.search:visited,
a.search_disabled, a.search_disabled:visited, a.search_disabled:hover {
	display:block;
	width:20px;
	height:14px;
	margin-top:5px;
	background:url(../images/ico_go.gif) top right no-repeat;
	float:left;
}
a.search_disabled, a.search_disabled:visited, a.search_disabled:hover {
	background:url(../images/ico_godisabled.gif) top right no-repeat;
}
a.search:hover {
	background-position:bottom right;
}
#cartlink {
	width:100px;
	padding:15px 0 0 10px;
	height:auto;
	float:left;
}
a.cart, a.cart:visited {
	display:block;
	width:60px;
	height:12px;
	padding:2px 0 0 30px;
	background:url(../images/ico_cart.gif) top left no-repeat;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
	color:#967350;
}
a.cart:hover {
	background-position:bottom left;
	color:#c2a88d;
}

ul#tnav {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
ul#tnav li {
	width:100px;
	height:30px;
	padding:15px 0 0 3px;
	float:left;
	text-align:center;
	background:url(../images/tnav_separator.gif) top left no-repeat;
}
ul#tnav li a, ul#tnav li a:visited {
	color:#967350;
	font-weight:bold;
	text-decoration:none;
}
ul#tnav li a:hover {
	color:#c2a88d;
}
/*end*/

/*FOOTER*/
#footer {
	width:980px;
	height:182px;
	background:url(../images/footer.jpg) top right no-repeat;
	color:#c2a88d;
}
#footer a, #footer a:visited {
	color:#669900;
	text-decoration:none;
}
#footer a:hover {
	color:#c10303;
	text-decoration:underline;
}
#copyright {
	width:300px;
	float:right;
	text-align:right;
	padding:120px 20px 0 0;
}
#footer_links {
	width:400px;
	padding:50px 0 0 70px;
	float:left;
}
#footer_links ul {
	width:150px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#footer_links ul li {
	line-height:1.5;
}
/*end*/

#main {
	background:url(../images/main_bg.gif) top right repeat-y;
}
#leftcol {
	width:250px;
	float:left;
}
#rightcol {
	position:relative;	
	float:left;
	height:auto;
	width:180px;
	margin:0;
	padding-left:2px; 
}
#content,
.content  {
	width:545px;
	float:left;
	min-height:1px;
	padding:0;
}
#lnav_top {
	width:250px;
	height:46px;
	background:url(../images/logo_bottom.jpg) top left no-repeat;
}


#lnav_bottom {
	width:250px;
	height:52px;
	background:url(../images/lnav_bottom.jpg) top right no-repeat;
}


/*front page styles*/
.front_left {
	width:390px;
	height:380px;
	float:left;
	padding:10px 0;
	
}
.front_left_blurb {
	height:215px
}
.front_signup {
	width:290px;
	height:230px;
	float:right;
	padding:15px 10px 10px 10px;
	margin-right:10px;
	margin-bottom:5px;
	background-color:#FDFBF5;
	border:1px solid #F4E6D1;
	border-bottom-color:#EACEA6;
	border-right-color:#EACEA6;
}
.front_right {
	width:320px;
	float:right;
	padding:10px 0;
	
}

.three_pics {
	width:390px;
	height:auto;
	padding:10px 0;
}
.three_pics img, .framed {
	float:left;
	border:2px solid #690;
	margin-right:4px;
}
#newsblock {
	width:390px;
	float:left;
	padding:5px 0 10px 0;
}
#newsblock h2 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 2px 0px;
	
}
#content h2  {
	color:#967350;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	background:url(../images/dots.gif) bottom left repeat-x;
}
#content h2.news_title {
	background:none;
	background-color:#EBD7B6;
	padding:4px;
	margin:2px 0px;
}
h3.news_subtitle {
	margin-top:0;
	padding:0px 4px;
	color:#967350;
	font-size:11px;
	text-transform:uppercase;
}
.article {
	padding:5px;
	letter-spacing:1px;
	line-height:1.5;
}
.article li {
	line-height:1.5;
	letter-spacing:1px;
}
.article h4 {
	color:#967350;
}
h3.subtitle {
	color:#967350;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #EED5B6;
	letter-spacing:1px;
}

.isp {
	color:#9cf;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:none;
}
.serv {
	color:#690;
	font-size:12px;
}
#newsitems {
	letter-spacing:1px;
	line-height:1.5;
}
.newsitem {
	border-right:1px solid #EDD6B4;
	border-bottom:1px solid #EDD6B4;
	background:#FDFAF5 url(../images/inputbg.gif) top left repeat-x;
	padding:0 5px 15px 5px;
	margin-bottom:10px;
}
#newsitems .newsitem {
	height:90px;
} 
/*-----------------------FORMS-------------------------*/
.req {
	color:#c00;
}
.formframe {
	padding:15px;
	background-color:#FDFBF5;
	border:1px solid #F4E6D1;
	border-bottom-color:#EACEA6;
	border-right-color:#EACEA6;
	margin-bottom:5px;
}
.formframe strong {
	color:#333;
}
form {
	display:inline;
}
label {
	display:block;
	padding:3px 4px 0 0;
	float:left;
	width:80px;
	text-align:right;
}

select {
	border:1px solid #F4E6D1;
	letter-spacing:normal;
	padding:1px;
	font-size:10px;
}
input.finput {
	width:200px;
	height:auto;
	padding:2px;
	background:#FDFAF5 url(../images/inputbg.gif) top left repeat-x;
	border:1px #EDD6B4 solid;
	font-weight:bold;	
}
input.finput:hover {
	height:auto;
	background:#FDFAF5  url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #EDD6B4 solid;
}
input.finput:focus {
	height:auto;
	background:#FDFAF5  url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #977E5F solid;
}
#signup input.finput {
	width:170px;
}
textarea.finput {
	width:360px;
	height:200px;
	padding:2px;
	background:#FDFAF5  url(../images/inputbg.gif) top left repeat-x;
	border:1px #EDD6B4 solid;
	font-weight:bold;	
}
textarea.finput:hover {
	background:#FDFAF5 url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #F4E6D1 solid;
}
textarea.finput:focus {
	background:#FDFAF5 url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #977E5F solid;
}

fieldset {
	border:1px solid #F4E6D1;
}
legend {
	text-transform:uppercase;
	background-color:#FDFBF5;
	padding:0 2px 2px 2px;
	letter-spacing:1px;
}
fieldset.submit {
	border:none;
	padding:10px 0 20px 176px;
}
fieldset.word_verification {
	background-color:#ffc;
	padding-bottom:10px;
}
ol.formlist {
	list-style: none;
 	margin:10px;
	padding:0;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2px;
	margin:0;
	line-height:normal;
}
.msg {
	background-color:#ffc;
	border:1px solid #fc3;
	padding:5px;
}
.msg h2 {
	font-size:12px;
	border-bottom:1px solid #fc3;
	margin:0;
	padding:4px;
}
a.button, a.button:visited, 
a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	display:block;
	float:left;
	background-color:#C2A88D;
	color:#fff;
	border:1px solid #EACEA6;
	border-bottom-color:#967350;
	border-right-color:#967350;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:4px 10px;
	margin-right:2px;
}
a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	background-color:#F4E6D1;
	color:#C2A88D;
	border:1px solid #C2A88D;
}
a.button:hover {
	background-color:#EACEA6;
	color:#fff;
	border:1px solid #EACEA6;
	border-top-color:#967350;
	border-left-color:#967350;
}
#emblems div {
	float:left;
	width:180px;
}
#emblems img {
	border:1px solid #EACEA6;
}
#emblems p {
padding:0 4px;
	
}
#emblems h3 {
	background-color:#EACEA6;
	margin:0px 3px 0px 0px;
	padding:5px;
	color:#967350;
	text-align:center;
	font-size:12px;
}
