/*
Theme Name: WVE wordpress theme
Theme URI: http://multipillarmarketing.com
Description: Theme for Wordpress. Converted from a Joomla theme.
Version: 1.0
Author: Multi-Pillar Marketing, LLC
*/

body{
	background-color: #FFFFCC;
	background-image: url(images/yellowbkgd.jpg);
	background-repeat: repeat;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color:#442609;

}

a:link, a:visited {
color: #442609; 
text-decoration: underline;
font-weight: bold;
}

a:hover {
	color:#EFBF8F;	
	text-decoration: none;
	font-weight: bold;
}


#outercontainer {
margin: 0px;
padding: 5px;
width:980px;
}

#topmenu{
	margin:0px;
	padding: 0px;
	border: 1px solid #999999;
	background-image: url(images/top_link.png);
	background-repeat: repeat-x;
	height: 19px;
}

ul#mainlevel-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}


ul#mainlevel-nav li{
	background-image: none;
	padding-left: 4px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 19px;
	white-space: nowrap;
	background-image:url(images/spacer.png);
	background-repeat:no-repeat;
	height:19px;
}



ul#mainlevel-nav li a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}


#buttons>ul#mainlevel-nav li a { width: auto; }


ul#mainlevel-nav li a:hover{
	color:#EFBF8F;
}

#header {
	margin:0px;
	padding: 0px;
	border: 1px solid #999999;
	background-color: #385819;
	background-image: url(images/logo4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 173px;
}

#content {
	margin:0px;
	padding: 0px;
	border: 1px solid #999999;
}

.pagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #E79D54;
	text-align:left;
}



#sidebar{
	margin-top:5px;
	padding:2px;
	float:left;
	width: 188px;
	border: 1px solid #999999;
}

#sidebar .sidebar-box {
		border: 0px;
		margin-bottom: 10px;
width: 185px;
	}

#sidebar h3 {
background: url(images/top_mod.jpg) no-repeat center;
	background-position:bottom;
	color: #442609;
	text-align: left;
	padding-left: 4px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 185px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
		
#sidebar ul li {
	margin:0px;
background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #4B2A0A;
	text-align: left;
	padding-top: 5px;
	padding-left: 24px;
	height: 23px !important;
	height: 23px;
	width: 100%;
	text-decoration: none;
}

#sidebar ul li a {
	background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #4B2A0A;
	text-align: left;
	padding-top: 5px;
	padding-left: 24px;
	height: 23px !important;
	height: 23px;
	width: 100%;
	text-decoration: none;
}
		
#sidebar ul li a:hover {
	background-position: 0px -28px;
	text-decoration: none;
	color: #fff;
}
		

#maincontent {
    margin-top:5px;
    margin-bottom:5px;
	padding: 15px;
	border: 1px solid #999999;
	float:right;
width:745px;
}

#footer {
clear: both;
    margin-top:5px;
	padding-top: 10px;
        padding-bottom: 5px;
	border: 1px solid #999999;
	font-size: 10px;
	text-align: center;
}