/*==================================================
CSS document designed november 2008
====================================================*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000 url(../assets/images/mainpage_bground.jpg) repeat-x fixed;
	color: #fff;
	font-size: 0.75em; /*0.75*/
	font-family: "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

.divider {
	background: url(../assets/images/divider.jpg) no-repeat;
	height: 20px;
	margin: 24px 0;
}
/*==========END========*/
/*=====top navigation=======*/
#Navcontainer {
background:#595241;
	float: left;
	text-align: left;
	width: 800px;
}
/* try out navigation */
.navigation {margin: 0 10px 5px 10px;
border-bottom:#FFFFFF 2px solid;}

#nav {
	padding: 5px 5px 0 0;
	overflow: hidden;
}
#nav li {display: inline;}
#nav a {
	float: left;
	color: #5A1F00;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 6px;
	margin-left: 5px;
	background: white;
	border-top: 2px solid #8A0917;
	border-right: 2px solid #8A0917;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #8A0917; 
}
#nav a:hover {color: #D1570D;}

/*=====END TOP NAVIGATION=========*/
/*=====main content======*/
#wrapper {
	background: url(../assets/images/main_background2.jpg) repeat-y center top;
	margin: 20px auto;
	width: 800px; 
}


.header {
	background: #000000 url(../assets/images/banner_header.jpg) no-repeat;
	color: #F6E497;
	height: 250px;
}


.leftimg {
float:left;
	margin: 0 9px 3px 0;
}

.bar {
	background: #000 url(../assets/images/spacerbar.gif) repeat-x;
	clear: both;
	height: 12px;
}
.content {
	background:  url(assets/images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.3em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}
.content a
{ color:#046380;
text-decoration:none;
font: 1.3em Verdana, Arial, Helvetica, sans-serif;

}
.content a:hover {
color:#F6E497;
font:1.3em Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

ol.stride {
	margin: 5px 0;
	background: url(../assets/images/ul_bg_reap.gif) repeat-y; /*--Bg of the order numbers--*/
	padding: 0 0 0 45px; /*--Distance between the order numbers--*/
	border: 1px solid #111;
}
ol.stride li {
	margin: 0;
	padding: 15px 15px;
	color: #B9121B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;
	background: #222;
}
ol.stride li.top { border-top: 1px solid #353535; }
ol.stride li.bottom { border-bottom: none; }
ol.stride li h2 {
	font-size: 0.9em;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 2px dashed #8E2800;
	color: #fff;
}

 ol.stride li p {
	color: #ccc;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6em;
}

.feature ul {
list-style:circle;
text-align: left;
margin-left: 50px;
padding-left: 50px;
width:350px;}

#feature li {
font:95% Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#424242;
margin-bottom: 0.5em;
}
.feature .left {
float:left;
margin: 0 15px 15px 0;
border: 2px ridge #000099;}
.feature .right {
float:right;
margin-left: 5px;
border: 2px ridge #000099;} 
/*=======END MAIN CONTENT========*/
/*======Block========*/
.subhead {
font-family: "Lucida Sans Unicode";
font-size:1.25em;
font-weight:bold;
color:#FFFFFF;
}

/*=======END BLOCK======*/
/* content drop caps headings and text alt navigation */
.spotlight {clear: both;}

.spotlight img {
float: right;
margin-left:10px;
border: 2px ridge #990000;}


.spotlight .title {
	color: #FFB03B;
	font: bold 1.56em "Lucida Sans Unicode";
}
.title {
	color: #FFB03B;
	font: bold 1.56em "Lucida Sans Unicode";
}

.spotlight .feature {
	clear: both;
	text-align: justify;
}
.leftNav {
margin:5px;
padding: 5px;
text-align:left;
float:left;
background: #363942;
}
.rightNav {
	text-align:right;
	margin: 5px;
	padding: 5px;
	float:right;
	background: #292929;
}
/*
.leftNav .rightNave a
{ color:#445878;
text-decoration:none;
font-size: 1.3em;
background: #D3CEAA;
}
.leftNav .rightNave a:hover {
color:#EEEFF7;
background: #445878;  
font-size:1.3em;
}
/*======END FANCY CONTENT======*/
/* footer */
.footer {
clear:both;
height: 60px;
	color: #FFB03B;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: left;
	padding-left:35px;
	width: 800px; 
}

.footer a {
	color: #B4AF91;
	text-decoration: none;
}

.footer a:hover {
	color: #40411E;
	text-decoration: underline;
}