* {
	padding:0;
	margin:0;
}

body {
	color: #333;
	background-color:#AC7940;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:83%;
	
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

a {
	color:#7F490F;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #AC7940;
	font-weight:bold;
	text-decoration: underline;
}

#wrap_shadow{
	margin: 10px auto;
	width:950px;
	background: transparent url(images/shadow.png) repeat-y;
	background-position: right top;
	padding-right: 13px;

}

#wrap_shadow_b{
	width:950px;
	background: transparent url(images/shadow_b.png) repeat-x bottom left;
	background-position: right bottom;
	padding-bottom:6px;
	padding-right:3px

}


#wrap{
	margin:0px auto;
	width:950px;
	/* border-left: 3px solid #444; */ 
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;
	background: #E9E7DA; 	 
}

#contact {
	padding:0px 0px 0px 0px;
	float:right;
}

#contact a {
	color: #AC7940;
 	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	color: #AC7940;
	background-color:#FFFFFF;
	text-decoration:underline;
}

#header {
	clear:both;
	color: #AC7940;
	/* background:#AC7940 url(images/bg.gif) repeat top center; */ 
	background:#AC7940 url(images/stubrown_headrer.jpg) repeat top center;	
	padding:5px 10px;
	margin:0px 0px 0px 0px;
	height: 100px;
	position: relative;
}


#callus {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #585752;
	font-size:150%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#title {
	color: #585752;
	font-size:300%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#slogan {
	color:#666666;
	font-size:200%;
	font-weight:normal;
	font-style:normal;
	padding:0px 20px 0px 0px;
	margin:0px 0px 0px 0px;
	position: absolute;
	top: 50px;
	left: 10px;
}

#menu{
background:url("images/bg.gif") repeat scroll center top #BECECB;
clear:both;
/* margin:3px 5px; */
padding:3px 10px;
overflow: hidden;
}

ul#nav {
	line-height:125%;
 
	float:left;
	margin: 5px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
 

}
 

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}

ul#nav li a {
	display: block;
	font-size: small;
	color: #5c5425; 
	font-weight: bold;
	text-decoration: none;
	padding:3px 8px; 
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

ul#nav li a:hover {
	color: #000; 
}

ul#nav a.active { 
	color: #000; 
}

 #maincontent {
	font-size:100%;
	padding:10px 10px 20px 10px;
	margin:5px 0px 10px 0px;
	width:690px;
	float:left;
	text-align:justify;
}

#right_side_content {
	font-family:Arial, sans-serif;
	color: #333;
	/* background-color:#FFFFFF; */ 
	font-size:100%;
	padding:10px 10px 20px 10px;
	margin:5px 0px 10px 0px;
	width:200px;
	float:right;
	border-left: #999999 solid thin;
}
#right_side_content a {	color: #AC7940;}
#right_side_content h2 { margin:0.75em 0.25em 0.25em 0em;}
#right_side_content ul { margin:0.25em 0.25em 0.25em 0.25em;}

#left_side_content {
	font-family:Arial, sans-serif;
	color: #333;
	/* background-color:#FFFFFF; */ 
	font-size:100%;
	padding:10px 10px 20px 10px;
	margin:5px 0px 10px 0px;
	width:200px;
	float:left;
	border-right: #999999 solid thin;
}
#left_side_content a {	color: #AC7940;}
#left_side_content h2 { margin:0.75em 0.25em 0.25em 0em;}
#left_side_content ul { margin:0.25em 0.25em 0.25em 0.25em;}





#footer {
	height:40px;
	color:#666666;
	background:#AC7940 url(images/bg.gif) repeat top center;
	border-top:1px solid #fff;
	font-size:85%;
	line-height:1.5em;
	clear:both;
	padding: 5px 10px;
}

#footer	a {
	color:#7F490F;
 	text-decoration: none;
}

#footer	a:hover {
	color:#AC7940;
	text-decoration: underline;
}

#copyrightdesign {
 	padding:5px 20px 5px 0px;
	width: 580px;
	float:left;
}

#footercontact {
	padding:5px 0px 5px 0px;
	float:right;
}






 


#slider
{
position: relative;
width:950px;
height: 300px;
clear:both;
background-color: #fff;
	
}
#slider ul
{
	padding:0px;
	margin:0px;
}
#sliderContent {
   width: 950px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   list-style:none;
   border:none;
   margin:0px;
}
.sliderImage img
{
	margin:0px auto;
	border:0px;
}
.sliderImage span {
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 924px;
   background-color: #333;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.top
{
top: 0;
left: 0;
}
.bottom
{
bottom: 5px;
left: 0;
}

.left
{
height:200px;
left:0;
top:0;
width:125px !important;
}

.right
{
bottom:0;
height:200px;
right:0;
width:125px !important;
}

.clear {
   clear: both;
} 





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
background-color: #f5f7ee;
width: 220px;
visibility: hidden;
text-align:left;
_margin-left:-150px;
margin-top:8px;
_margin-top:25px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #7F7F7F; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none!important;
color: #234c76 !important;
font-weight:bold !important;
font-size:13px !important;
background-color:#f5f7ee;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2B2B2B;
color:#FFFFFF !important;
text-decoration: none!important;
}

