/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body{
	background: #fff url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8E7D6A;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
	color:#71592C;
}
hr{
	height:1px;
	border-top:#666 dashed 1px;
	background:none;
	margin:10px 0;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

input{
	font-family:Arial, Helvetica, sans-serif;
}
ol {
}

ul {
	list-style: none;
}
ol li{
	
}
li{
	list-style:none;
}

ul li {
	padding-left: 10px;
	
	padding-bottom:10px;
}

a:link {
	color: #71592C;
	cursor:pointer;
}
h1 a, h2 a, h3 a, p a, a{
	cursor:pointer;
	color:#71592C;
text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
	
}

h2 .entry-title a{
	font-weight:normal;
}

a:hover, a:active {
	text-decoration: none;
	color: #71592C;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}
#mainContainer{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0 11px;
	
}

/* Boxes */

.box-orange {
	background: url(images/img32.gif) repeat-x;
}

.box-orange .section {
	
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: #FFFFFF url(images/img32.gif) repeat-x;
	
}

.box-orange .content {
	padding: 20px 10px;
	background: #FFFFFF url(images/boxBG.gif) top repeat-x;

}

.box-blue {
	background: url(images/img33.gif) repeat-x;
}

.box-blue .section {
	
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img33.gif) repeat-x;
	
}

.box-blue .content {
	padding: 20px;
	background: #FFFFFF url(images/boxBG.gif) top repeat-x;

}

.box-pink {
	background: url(images/img34.gif) repeat-x;
}

.box-pink .section {
	
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img34.gif) repeat-x;

}

.box-pink .content {
	padding: 20px;
	background: #FFFFFF url(images/boxBG.gif) top repeat-x;

}

/* Header */

#header {
	width: 960px;
	height: 120px;
	margin: 0px auto 0 auto;
	background-image: url(images/headerBG.jpg);
	float:left;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 40px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding: 50px 0px 0 0;
	text-align: right;
}

#search form {
}

#search fieldset {
	border: none;
	margin:0;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0;
}

#searchinput {
	padding: 2px 5px;
	width: 298px;
	
	border: 1px solid #FFFFFF;
	margin:0;
}

#searchsubmit {
	padding: 0 2px;
	
	border: 1px solid #000000;
	text-transform: lowercase;
	margin:0;
}

/* Menu */

#menu {
	width: 960px;
	height: 57px;
	margin: 0px auto 0 auto;
	background:url(images/buttBG2.jpg) no-repeat;
	padding:0 0 10px 7px;
	float:left;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right:0px;
	padding: 0;
	background: url(images/img30.gif) right no-repeat;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #998A4F;
}

#menu a:hover {
	color: #fff;
	background:  url(images/img31.gif);
}

#menu b {
	display: block;
	float: left;
	height: 37px;
	padding: 20px 20px 0 20px;
}

/*#menu li.active {
	background:  url(images/img31.gif);
}

#menu li.active a {
	color: #fff;
}

#menu li.active b {
	background: url(images/img31.gif);
}*/

/* Page */

#page {
	width: 960px;
	height:auto;
	float:left;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
}
.list01{
	padding: 0 0 0 20px;
}
.list01 li{
	padding:0 0 0 0px;
	margin-bottom:15px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
	padding-left:10px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	
        background: #fff;
	color: #333333;
	clear: both;
}
#footer a {
	color: #FFFFFF;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

/* Menu */

#menu2 {
	width: 950px;
	height: 30px;
	margin: 0px auto 0 auto;
	background:url(images/buttBG2.jpg) no-repeat;
	padding:0 0 0 10px;
	float:left;
}

#menu2 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: block;
	float: left;
	margin-right:5px;
	padding: 0;
	background: url(images/navLiBG.gif) left no-repeat;
}

#menu2 a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/navLiBG2.gif) right no-repeat;
}

#menu2 a:hover {
	color: #fff;
	background:  url(images/navLiBG_hover.gif) left no-repeat;
}

#menu2 a:hover b {
	background:  url(images/navLiBG2_hover.gif) right no-repeat;
}

#menu2 b {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 10px 0 10px;
}

#menu2 li.active {
	background:url(images/navLiBG_hover.gif) left no-repeat;
}

#menu2 li.active a {
	color: #fff;
	background:url(images/navLiBG_hover.gif) left no-repeat;
}

#menu2 li.active b {
	background:  url(images/navLiBG2_hover.gif) right no-repeat;
}


#nav {
text-align: right;
margin: 9px 0px 10px 0px;
padding: 0px;
font-size: 11px;
}



#nav ul {
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px;
}



#nav li {
display: inline;
font-weight:bold;
padding:0 1px 0 0px;
text-transform: capitalize;
}

#nav a:link, #nav a:visited { 
display: inline; 
color:#fff; 
text-decoration:none;
padding: 5px 5px 5px 5px;
background: #CCFF99;
background: #CCFF99 url(images/tab.jpg) repeat-x;
}

#nav a:hover, #nav a:active { 
display: inline; 
color:#FFF; 
text-decoration:none;
padding: 5px 5px 5px 5px;
background:#338B4E; 
}