@charset "UTF-8";
/* CSS Document */

/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#222;
	font-size:14px;
	line-height:20px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {text-decoration:none; }
a:hover {text-decoration:underline; }



strong, b { font-weight:bold;}

.clear {	clear:both !important;	font-size:0; height:0; }


/* input {
	background:#FFEFDF bottom left repeat-x;
	border:1px solid #FF9834;
	padding:3px;
	margin:0;
	color:#FF9834;
} */
button {
	border:none;
	background:none;
	margin:0;
	padding:0;
}


hr {
	color:#fff;
	background:#fff;
	border-bottom:1px dashed #777;
	border-left:none;
	border-right:none;
	border-top:none;
	height:1px;
}







/* ------------------------------------------------- general layout divs ----------------------------------- */
#wrapper {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	padding:0;

}

#menu{
	float:left;
	display:inline-block;
	overflow:visible;
	width:195px;
	padding:0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content {
	float:center;
	display:inline-block;
	overflow:hidden;
	width:725px;
	margin:5px;
	padding:10px;

}
#promo {
	height: 200px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 200px;
}

#header {
	float:right;
	display:inline-block;
	overflow:hidden;
	width:745px;
	margin:5px;
	padding:0;

}
	








/*---------------------- general subpage styles -------------------------*/
h1 {
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	margin:10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF9834;
}


h2 {
	font-size:22px;
	line-height:24px;
	font-weight:lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}
#content h2 {
	color:#222;
}

h3 a {
	font-size:24px;
	line-height:22px;
	font-weight:bold;
}

h3 {
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
}

h4 {
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:bold;
}



p {
	padding:5px 0 10px;
}

ul {
	list-style:outside;
	margin-bottom:10px;
}
ol {
	margin-bottom:10px;
}
li {
	margin-left:30px;
	padding:4px 0;
}

.footer {
    text-align:center;
     font-size: 12px;
}


.copyright {
	margin:auto;
	padding:0;
	list-style:none;
	text-align:center;
	font-size: 14px;
	clear:both;
	color:#FF9834;
}


/*------------------------------------ menu ------------------------------------*/
#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#content img {
    border: none;
	align: left;
} 


#menu li a {
	height: 24px;
	width: 190px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FF9834;
	display: block;
	background: url(../images/menu10.gif) 0 0px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #4C7B4B;
	background:  url(../images/menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-weight: bold;
	}

 #menu li a:active {
	color: #4C7B4B;
	background:red  url(../images/menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-weight: bold;
	}
