/*
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 {
	margin-left:10px;
	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;
	min-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;
	min-height: 12px;
	border-bottom: 1px solid #e6e6e6;
	}

/*
Inner-Right
--------------------------------------------------------------------------------------------------------*/
#inner-right {
	min-width:510px;
	width: auto !important;
	width: 510px;
	padding:0 0 0 10px;
	margin: 0;
	float: left;
	display: inline;
	}

#inner-right p{
	padding:0 0 0 0;
	line-height:17px;
}

#inner-right-wrapper {
	border-left: 1px solid #e6e6e6;
	padding: 5px 0;
	margin: 0 0 20px 0;
	}
#inner-right-wrapper p {
	margin: 2px 20px 13px 10px;
	}
#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 h3 {
	margin: 10px 20px 0 20px;
	font-size: 12px;
	}
#inner-right h3 a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
	}
#inner-right h3 a:hover {
	text-decoration: underline;
	}
	
/*
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 h3 {
	font-size: 14px;
	padding: 10px 0 0 0;
	}
#rside h4 {
	margin: 0 20px 20px 20px;
	color: #62AF35;
	font-size: 11px;
	font-weight: normal;
	}
	
#rside-content-banner {
	width:177px;
	margin: 0 0 5px 10px;
	padding: 0;
	border-bottom: 1px solid #e0efd7;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	}
	
#rside-content-banner p { 
	margin: 0;
	padding: 10px 0 20px 0;
	color: #62AF35;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	}
	
/*
Calendar
--------------------------------------------------------------------------------------------------------*/
#calendar{
	width: 90%;
	padding: 5px 0 0 0;
	margin:0 0 0 15px;
}

/* IE Hack \*/
* html #calendar{
	width: 85%;
	padding: 5px 0 0 0;
	margin:0 0 0 15px;
}
/* End Hack *\

/*
MTCodeBeautifier
--------------------------------------------------------------------------------------------------------*/
.linecomment { color: #FF8000; }
.blockcomment { color: #FF8000; }
.prepro { color: #0000BB; }
.select {}
.quote { color: #DD0000; }
.category1 { color: #007700; }
.category2 { color: #0000BB; }
.category3 { color: #0000BB; }

/* adds scrollbars to a pre */
pre 
{
	border: 1px solid #888;
	background: #FFFFFF;
	padding:5px;
	overflow: auto;
	width: 465px;
	max-height: 450px;
	margin: 10px 0 10px 20px;
}