

@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial, verdana;
	font-size: 14px;
}

img { border: 0; }

.center { 
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.home-image {
	border: 1px solid white;
}

#logo { margin: 45px 0 0 0;}

#divider {
	height: 30px;
	background-color: #1e150e;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}


.orange { color: #993a00; }

/************************************ NAVIGATION STYLE*****************/
#navigation {
	background-image: url('images/nav-background.gif');
	background-repeat: repeat-x;
	height: 64px;
}
#navcontainer {
	width: 940px; height: 62px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/nav-background2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 0 0;
	border-right: 1px solid #2b1b0f;
	border-left: 1px solid #2b1b0f;
	border-top: 1px solid #2b1b0f;
	border-bottom: 1px solid #95874d;
    cursor: default;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	position: relative; top: 10px;
    
}

#navlist li {
	display: inline;
	list-style-type: none;
	border: 1px solid #6d5445;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px; 
    margin: 0 10px 0 0;
}

#navlist a { 
	padding: 3px 10px 0 0; 
}

#navlist a:link, #navlist a:visited {
	color: #948a6c;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	text-decoration: none;
}

/************************************ HEADER  STYLE*****************/
#header {
	background-image: url('images/header-background.gif');
	background-repeat: repeat-x;
	height: 153px;
}
#header-background {
	background-image: url('images/header-background2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 153px;
}




/************************************ CONTENT STYLE*****************/
#content {
	background-image: url('images/content-background.gif');
	background-repeat: repeat;
	background-position: top right;
    padding: 0 10px 0 0;

}
p { padding: 0 10px 0 0; } 



.fontsize10 { font-size: 10px; } 

/************************************ FOOTER  STYLE*****************/
#footer {
	height: 420px;
	background-color: #2a1a0e;
    color: #d9d3bb;
}
#footer h2 {
	color: #FFFFFF;
}
#footer a {
	color: #d9d3bb;
    text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}



/************************************ HEADING  STYLE*****************/
h1 { color: #2b3819; font-size: 24px; margin: 0 0 3px 0;}
h2 { color: #2b3819; font-size: 19px; margin: 0 0 3px 0;}


/************************************SIDE BAR STYLE*****************/
#sidebar {
	width: 280px;
	margin: 0 0 20px 0;
    background-color: #616d44;
    border-right: 2px solid white;
    border-left: 2px solid white;
}
#sidebar-head {
	background-color: #2a3718;
	padding: 15px;
}
#sidebar-body {
	background-color: #616d44;
	padding: 15px;
}


/************************************TESTIMONIAL STYLE*****************/
.test-quote { 
	color: #616e45;
	font-size: 40px; 
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.quote-text {
	color: #e0d8b5;
	font-size: 18px;
}
.randon-quote-text {
	color: #e0d8b5;
	font-size: 12px;
}
.quoted-person {
	color: #bfd295;
	font-size: 10px;
	margin: 10px 0 0 0;
	display: block;
}


/************************************NEWS STYLE*****************/
.news-title {
	color: #bfd295;
	font-size: 12px;
	display: block; 
	margin: 10px 0 0 0;
}
.news-body {
	color: #000000;
	font-size: 10px;
	display: block; 
	margin: 10px 0 0 0;
}
.news-read-more {
	color: #d9d3bb;
	font-size: 10px;
	display: block;
	margin: 5px 0 10px 0;
}





.green-link {
	color: #616d44;
}