/*
Mass Reset
--------------------------------------------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
body { margin: 0; padding: 0; }

/*
Essential
--------------------------------------------------------------------------------------------------------*/
body {
	background: #999 url(../images/small_body_bg.gif) top left repeat-y;
	}
#banner {
	width: 650px;
	}
	
/*
Content-Wrapper Width (Different depending on which page template is used)
--------------------------------------------------------------------------------------------------------*/
#content-wrapper {
	width: 520px;
	}
	
/*
Lside
--------------------------------------------------------------------------------------------------------*/
#lside {
	float: left;
	display: inline;
	width: 650px;
	}

/*
Sub-Nav
--------------------------------------------------------------------------------------------------------*/
ul#sub-nav {
	width: 140px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	border-top: 1px solid #e6e6e6;
	}
ul#sub-nav li {
	margin: 0;
	padding: 0;
	}
ul#sub-nav li a {
	display: block;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	color: #62AF35;
	height: 12px;
	border-bottom: 1px solid #e6e6e6;
	}
ul#sub-nav li a:hover {
	display: block;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	color: #333;
	background: #f5f5f5;
	height: 12px;
	border-bottom: 1px solid #e6e6e6;
	}

/*
Inner-Left
--------------------------------------------------------------------------------------------------------*/
#inner-left {
	width: 150px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
	}
#inner-left h1 {
	padding: 0 0 0 10px;
	margin: 0 20px 10px 0;
	font-size: 14px;
	color: #333;
	background: url(../images/green_arrow.gif) center left no-repeat;
	font-weight: normal;
	letter-spacing: 2px;
	}

/*
Inner-Right
--------------------------------------------------------------------------------------------------------*/
#inner-right {
	width: 510px;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	}
#inner-right h1 {
	padding: 0 0 0 10px;
	margin: 0 20px 10px 10px;
	font-size: 13px;
	color: #666;
	background: url(../images/green_arrow.gif) center left no-repeat;
	font-weight: bold;
	letter-spacing: 2px;
	}
#inner-right h2 {
	padding: 0 0 0 10px;
	margin: 0 20px 10px 0;
	font-size: 14px;
	color: #62AF35;
	background: url(../images/green_arrow.gif) center left no-repeat;
	font-weight: normal;
	letter-spacing: 2px;
	}
#inner-right-wrapper {
	padding: 5px 0;
	margin: 0 0 20px 0;
	}
#inner-right-wrapper p {
	margin: 2px 20px 13px 10px;
	}

/*
Rside
--------------------------------------------------------------------------------------------------------*/
#rside {
	width: 200px;
	position: absolute;
	top: 0;
	left: 650px;
	background: #fff;
	}
#rside-content {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	background: #fff;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	}

#rside-top{
	padding: 20px 0 0 0;
	text-align:center;
}

#rside h3 {
	font-size: 14px;
	padding: 15px 0 0 0;
	}
#rside h4 {
	margin: 0 20px 20px 20px;
	color: #62AF35;
	font-size: 11px;
	font-weight: normal;
	}

/*
Form
--------------------------------------------------------------------------------------------------------*/
form{
	margin-left: 10px;
	}
form input{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

form label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	width: 100px;
	padding-right: 20px;
	}

form br {
	clear: left;
	}
	
.required{color:#FF0000;}