html,body {
	margin:0;padding:0
}

body {
	margin:0 auto;
	margin-bottom: 50px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	background-color: #fff;
	color: #565656; 
}

hr {
	width: 95%;
	color: #f9f9f9;
}

/* =======================================
Container for all areas
======================================= */
div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 797px;
	text-align: left;
	background: url(images/background_sides.png) top left repeat-y;
}

div#wrapper {
	width: 750px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 8px;
}

/* =======================================
Header
======================================= */
div#header {
	background-color: #fff;
}

div#header_container {
	/*margin: 10px 0px 0px 25px;*/
}

/* =======================================
Top Menu aka Main Menu
======================================= */

.moduletable_topmenu ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 750px;
	/*height: 45px;*/
}

.moduletable_topmenu a {
	
	/*width: 10em;*/
}

.moduletable_topmenu ul li {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
}

.moduletable_topmenu ul li a {
	display: block;
	padding: 0px;
	width: 150px;
	height: 45px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.moduletable_topmenu ul li ul {
	position: absolute;
	width: 145px;
	left: -999em;
	background-color: #333;
	border: 1px solid #000;
}

.moduletable_topmenu li ul li {
	width: 145px;
	background-color: #333;
}

.moduletable_topmenu li ul li a {
	padding: 5px;
	margin: 0;
	width: 135px;
	height: 15px;
	color: #b9b9b9;
	font-weight: bold;
	text-decoration: none;
}
.moduletable_topmenu li ul li a:hover {
	background-color: #b9b9b9;
	background-color: #d33c3a;
	color: #fff;
}

.moduletable_topmenu li:hover ul {
	left: auto;
}

.moduletable_topmenu li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Main Nav items object states */
.moduletable_topmenu ul li a#home {
	background: url(images/home_off.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#home:hover {
	background: url(images/home_over.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#home.active {
	background: url(images/home_on.jpg) top left no-repeat;
}

.moduletable_topmenu ul li a#about {
	background: url(images/about_off.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#about:hover {
	background: url(images/about_over.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#about.active {
	background: url(images/about_on.jpg) top left no-repeat;
}

.moduletable_topmenu ul li a#facility {
	background: url(images/facility_off.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#facility:hover {
	background: url(images/facility_over.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#facility.active {
	background: url(images/facility_on.jpg) top left no-repeat;
}

.moduletable_topmenu ul li a#classes {
	background: url(images/classes_off.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#classes:hover {
	background: url(images/classes_over.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#classes.active {
	background: url(images/classes_on.jpg) top left no-repeat;
}

.moduletable_topmenu ul li a#contact {
	background: url(images/contact_off.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#contact:hover {
	background: url(images/contact_over.gif) top left no-repeat;
}
.moduletable_topmenu ul li a#contact.active {
	background: url(images/contact_on.jpg) top left no-repeat;
}


/* =======================================
Stripe
======================================= */
div#stripe {
	display: block;
	height: 7px;
	margin: 46px 0px 20px 0px;
	background: #fff url(images/nav_gradient.jpg) top left repeat-x;
}

/* =======================================
Pathway
======================================= */
div#pathway {
	margin: 0px 20px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: .8em;
	border-bottom: 1px solid #ccc;
}
div#pathway a {
	
}

/* =======================================
Content Areas
======================================= */
div#content {
	float: left;
	width:510px;
	border-right: 2px solid #000;
	margin: 0px 10px 0px 20px;
	padding-right: 10px;
}

div#sidebar {
	float: left;
	width:185px;
}


div#module_wrapper {
	width: 730px;
	padding: 10px 0px 0px 20px;
	margin: 20px 0px 10px 0px;
}

#module_1 {
	float: left;
	width: 225px;
}

#module_2 {
	float: left;
	width: 225px;
	margin: 0px 20px 0px 20px;
}

#module_3 {
	float: left;
	width: 225px;
}


/* =======================================
Footer
======================================= */
div#footer_container {
}

div#footer {
	background: #333;
	height: 80px;
	color: #b9b9b9;
	text-align: center;
	width: 715px;
	margin: 0px 0px 0px 17px;
	padding: 20px 0px 0px 0px
}

div#footer p {
	margin: 0;
	font-size: .9em;
	/*padding: 5px 0px 0px 25px;*/
}

div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}

div#bottom_background {
	background-color: #fff;
	height: 40px;
}

.footer_link_set {
	text-transform: uppercase;
	font-size: .9em;
	margin-bottom: 5px;
}
.footer_link_set a {
	color: #b9b9b9;
}
/* =======================================
Typography
======================================= */

h1 {
	color: #58595b;
	font-weight: normal;
	font-size: 18px;
}

h2 {
	color: #58595b;
	font-weight: bold;
	font-size: 17px;
	margin: 0px;
}

h2 a {
	text-decoration: none;
	color: #58595b;
	padding: 0px;
	font-weight: normal;
}
h2 a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #d33c3a;
	border-bottom: 1px solid #d33c3a;
}

h3 {
	color: #ff0000;
	font-weight: bold;
	font-size: 17px;
}

h4 {
	font-weight: bold;
	font-size: 25px;
	color: #ff0000;
	text-align: center;
}

h4 small{
	font-size: 16px;
	color: #58595b;
}

a {
	color: #d33c3a;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ED473F;
	background-color: #f6eae8;
	text-decoration: underline;
}

img {
	border: none;
}

.green_title {
	color: #9FCC3A;
}

.contentheading {
	color: #58595b;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px;
}
.contentheading a {
	text-decoration: none;
	color: #58595b;
	font-weight: normal;
	margin: 0px;
}
.contentheading a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #d33c3a;
	border-bottom: 1px solid #d33c3a;
}

.readon {
	font-weight: bold;
}


/* =======================================
Forms
======================================= */
label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 50px;
	padding-right: 20px;
	font-weight: bold;
}


br {
	clear: left;
}

#content li {
	line-height: 18px;
}

/* =======================================
Test styles
======================================== */
.imageleft{
	float: left;
	margin: 10px 10px 10px 0px;
}

div#psm_link {
	font-size: .8em;
	color: #333;
}

div#psm_link a {
	color: #333;
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
}
div#psm_link a:hover {
	color: #000;
	background-color: #ccc;
}