/* Start of CMSMS style sheet 'Layout' */
/* Global Resets */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin: 0;
	padding:0;
}

a img, a:hover img {
	border: none;
}

body {
	text-align: center;
	background: url(uploads/images/layout/body_bg.png) repeat-x #eaeded;
	margin-top: 20px;
}

#page_wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding: 0px;
	background: url(uploads/images/layout/page_wrapper_bg.png) repeat-y #fff;
}

#header {
	height: 64px;
}

#menu {
	background: url(uploads/images/layout/menu_bg.png) repeat-x #fff;
	height: 30px;
}

#banner {
	border-bottom: solid 3px #28526b;
}

#banner img {
	display: block;
}

#sub_menu {
	float: left;
	width: 225px;
	padding: 25px 10px 10px 10px;
}

#content_wrapper {
	float: right;
	padding: 25px 10px 10px 10px;
	width: 650px;
}

#content {
	float: left;
	margin-right: 30px;
}

#footer {
	clear: both;
	padding: 3px;
	border-top: solid 3px #28526b;
	text-align: right;
	background: #fff;
}

/* Clearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* End of 'Layout' */

/* Start of CMSMS style sheet 'Menu' */
.hnav {
	margin:0px;
	padding: 7px 0px 5px 0px;
	position:relative;
	white-space:nowrap;
	margin-left: 3px;
}

.hnav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}

.hnav li {
	display:inline;
	margin:0px;
	padding:0px;
	margin-left: -3px;

}

.hnav a {
	font-weight:bold;
	padding: 7px 14px;
	text-decoration: none;
}

.hnav a:link, .hnav a:visited {
	text-transform: uppercase;
    color:#FFFFFF;
	text-decoration: none;
}

.hnav a:hover, .hnav a:active {
	background: url(uploads/images/layout/menu_hover_bg.png);
	text-decoration: none;
	color:#FFFFFF;
}

.active{
    background: url(uploads/images/layout/menu_active_bg.png);
}

/* Main Navigation */
#sub_menu {
	text-align: left;	
}

#sub_menu ul {
	margin-left: 0;
	margin-top: -5px;
	padding-left: 0;
	list-style: none;
}

#sub_menu li {
	padding: 3px 0px 4px 0px;
	background: url(uploads/images/layout/sub_menu_bg.png) no-repeat left center;
}

#sub_menu a:link, #sub_menu a:visited {
	color: #033333;
	text-decoration: none;
                font-weight: bold;
                font-size: 13px;
                margin-left: 15px;
}	

#sub_menu a:hover, #sub_menu a:active {
	color: #fff;
}

.currentpage {color: #d28306; font-size: 13px; }
/* End of 'Menu' */

/* Start of CMSMS style sheet 'Styles' */
body, p , div, td, th, span{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6565;
}

p { 
	margin-bottom: 12px;
	line-height: 1.6em;
}

ul { margin-left: 26px; margin-bottom: 12px; }

a:link, a:visited {
	text-decoration: none;
	color: #0489B7;
}

a:hover, a:active {
	color: #636c37;
	text-decoration: underline;

}

h1.title {
	font-size: 22px;
	font-family: Arial Narrow, Arial;
	color: #636c37;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	color: #8a9458;
} 

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }


/* Footer Styles */
#footer {
	color: #aeb4b7;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #aeb4b7;
                text-transform: lowercase;
}

#footer a:hover, #footer a:active {
	color: #000;
}

/* End of 'Styles' */

/* Start of CMSMS style sheet 'Contact Form' */
.contactform fieldset {
    padding: 1em;
}

.error_message {
    display: none;
}

.contactform fieldset legend {
    font-weight: bold;
}

.contactform div {
    width: 370px;
    padding: 0.25em 0 0.25em 0;
}

.contactform label {
    width: 165px;
    float: left;
    font-weight: bold;
}

.contactform input{
    width: 200px; 
}

.required_msg {
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 3px;
    color: #9c260f;
    font-style: italic; 
    float: right;
}

.register_msg {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #9c260f;
    font-style: italic; 
}

.contactform textarea{
    width: 200px;
    height: 120px;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 12px;   
}

#submit input {
    width: 120px;
}

#submit {
    width: 320px;
    text-align: right;
}

#captcha{
    text-align: center;
    width: 530px;
}

#captcha p {
    margin-bottom: 0px;
    margin-top: 5px;
}

#captcha img {
    display: inline;
}

#captcha input {
    width: 30px;
}
/* End of 'Contact Form' */

