/* top elements */
* { margin: 0; padding: 0; outline: 0; } /*sets no padding or margin around the body of our document */

body {
background-color:#764534;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-position:center top;
color: #6d6d6d;
margin:0px 0; /*sets no padding and a 15px margin around the body of our document */
font-family: Trebuchet ms;
font-size: 11px;
line-height: 1.5em; /* sets the height between each line of text.*/
}



/*************************************************
WEBSITE LAYOUT
*************************************************/

#wrap {
width:919px;

margin: 0 auto;
text-align: left; 
}

#header {
position: relative;
height: 293px;
background: #a5541c url(images/header.jpg) no-repeat center top;
margin-top:70px;
padding: 0;
}

#slideshow {
float:right;
height:271px;
margin-right:12px;
margin-top:12px;
position:relative;
width:675px;
}

#content-wrap {
clear: both;
width:919px; /*width of our wrap*/
min-height:249px;
background-image:url(images/backcontent.jpg);
background-position:center top;
background-repeat:repeat-y;
margin:5px auto;
padding: 0;
}

/*************************************************
WEBSITE NAVIGATION
*************************************************/

#menu {
clear: left;
margin-left:0px;
margin-top:10px;
padding: 0;
height:181px;
width:200px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 40px;
}

#menu ul {
float: left;
list-style: none;
margin-top:100px;
padding: 0 0 0 0px;
}
#menu ul li {
display: inline; 
}
#menu ul li a{
display: block;
float: left;
padding: 0 12px;
text-decoration: none;
}

#menu ul li a:hover {

}

/*************************************************
WEBSITE NAVIGATION
*************************************************/

/********************************************
MAIN COLUMN
********************************************/
#main {
float: right; /*floats our main content area to the right*/
width: 370px; /*gives our content area a width of 555pixels*/
margin: 0; padding: 20px 0 0 0;
display: inline;
}



#main h1 {
padding: 0;
margin-bottom: 5px;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
}
#main h1 a {
color: #2666c3;
text-decoration: none;
}


/********************************************
SIDEBAR
********************************************/
#sidebar {
float: left;
width: 210px;
height: 209px;
background-image:url(images/sidebarbg.jpg);
padding: 0;
color: #333333;
margin-top: 15px;
margin-right: 0;
margin-bottom: 0;
margin-left: 8px;

}
#sidebar h2 {
margin: 15px 5px 10px 5px;
font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
color: #333333;
}
#sidebar p {
margin-left: 5px;
}

#sidebar ul.sidemenu {
list-style: none;
text-align: left;
margin: 7px 10px 8px 0; padding: 0;
text-decoration: none;
border-top: 1px solid #A9D4EF;
}
#sidebar ul.sidemenu li {
list-style: none;
padding: 4px 0 4px 5px;
margin: 0 2px;
color: #333333;
border-bottom: 1px solid #D2E8F7;
}

#rightbar {
float: right;
width: 210px;
height: 209px;
background-image:url(images/rightbarimg.jpg);
padding: 0;
color: #333333;
margin-top: 0px;
margin-right:15px;
font-family:Trebuchet ms;
font-size:11px;
}

#rightbar h2 {
margin: 15px 5px 10px 5px;
font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
color: #333333;
}
#rightbar p {
margin-left: 90px;
margin-top: 88px;
}

#rightbar a{
color:#8dae1c;
text-decoration:none;
}

#rightbar ul.sidemenu {
list-style: none;
text-align: left;
margin: 7px 10px 8px 0; padding: 0;
text-decoration: none;
border-top: 1px solid #A9D4EF;
}

#rightbar ul.sidemenu li {
list-style: none;
padding: 4px 0 4px 5px;
margin: 0 2px;
color: #333333;
border-bottom: 1px solid #D2E8F7;
}


* html body #sidebar ul.sidemenu li {
height: 1%;
}
#sidebar ul.sidemenu li a {
text-decoration: none;
color: #FF0000;
}
#sidebar ul.sidemenu li a:hover {
color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/********************************************
FOOTER
********************************************/
#footer {
color: #333333;
background:#764534  url(images/footer.png) no-repeat center top;
clear: both;
width: 918px;
height: 134px;
margin-top:-5px;
margin-left:1px;
text-align: center;
font-size: 90%;

}
#footer p {
padding: 10px 0;
margin: 0;
}
#footer a {
color: #FF0000;
text-decoration: none;
}

#menu2 {
background-color:#764534;
font-family:Trebuchet MS;
font-size:11px;
height:50px;
line-height:50px;
margin-left:-32px;
margin-top:-45px;
padding:0;
position:relative;
text-align:center;
width:956px;
}

#menu2 ul {
float: left;
list-style: none;
margin-top:0px;
padding: 0 0 0 60px;
}
#menu2 ul li {
display: inline; 
}
#menu2 ul li a{
display: block;
float: left;
padding: 0 12px;
text-decoration: none;
color:#fff;
}

#menu2 ul li a:hover {
text-decoration: none;
color:#8dae1c;

}

/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/********************************************
WEBSITE LINKS
********************************************/
#main a, a:visited {
text-decoration: underline;
background: inherit;
color: #333;
}
#main a:hover {
text-decoration: underline;
background: inherit;
color: #93C600;
}

/********************************************
WEBSITE TEXT HEADERS
********************************************/

h2 {
font-size: 160%;
color: #88ac0b;
font-weight: normal;
}
h3 {
font-size: 135%;
color: #666666;
}

/********************************************
WEBSITE IMAGES
********************************************/
#main a img{
	border:1px solid #666;
	padding:4px;
	background-color:#f9f9f9;
}
#main form a img,#content #GalleryModule a img{
	border:none;
	padding:0;
	background:none;
}
#main #GalleryModule{
}


ul, ol {
margin: 5px 15px;
padding: 0 25px;
}

a img{ border:0;
}

#rightmenu{
	position:relative;
	float: right; /*floats our main content area to the right*/
width: 520px; 
min-height:50px;
margin-bottom:15px;
}

#rightmenu #nav5{
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0;
padding:0;
position:relative;
}
#rightmenu #nav5 li{
	position:relative;
	clear:both;
}
#rightmenu #nav5 a{
color:#9B8774;
display:block;
padding:0 3px;
text-decoration:none;
}
#rightmenu #nav5 a:hover{
	color:#333;
}
#rightmenu #nav5 #LINE{
	float:left;
	border-right:1px solid #999;
}

#BTNBack{
display:none;
}
