#body {
	background: #f1f1f1 url(../images/body_top.png) repeat-x top;}

body {
	background-color: #ffffff;
}

body, p, th, td, a {
	color: #333333;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.componentheading,
.contentheading,
.moduleheading {
	color: #000000;
}

#tp_container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#tp_page {
	background: url(../images/pane_bg.png) repeat-y top center;
}

#tp_sitename {
	display: none;
}
#tp_header {
	background: url(../images/header.jpg) no-repeat top center;
	height: 292px;
}

#tp_hnav {
	background: url(../images/menu.png) no-repeat top;
	padding: 0 10px;
	height: 40px;
}

#tp_content {
	float: right;
	padding-right: 10px;
	width: 733px;
	overflow: hidden;
	min-height: 400px;
}
#tp_content li {
	margin: .5em 0;
}

#tp_content a, #tp_component a:visited {
	text-decoration: underline;
}

#tp_component {
	padding: 10px;
	overflow: hidden;
}

#tp_side {
	float: left;
	padding-left: 10px;
	width: 207px;
	overflow: hidden;
}
#tp_side,
#tp_side p,
#tp_side th,
#tp_side td,
#tp_side a {
	color: #30793c;
}
.clear {
	clear: both;
}
#tp_footer {
	background: url(../images/footer.png) no-repeat bottom;
	height: 35px;
	clear: both;
}
#mod_footer {
	padding-top: 5px;
	height: 80px;
	overflow: hidden;
}
#mod_footer p, #mod_footer th, #mod_footer td, #mod_footer a {
	color: #ffffff;
} 

#ss_query_form {
	margin-top: 25px;
	border-top: 1px dotted #d0d0d0;
}

#ss_legal {
	clear: both;
}

#copyright,
#copyright a {
	text-align: center;
	color: #444444;
}

#poweredby, #poweredby a {
	padding-top: 8px;
	text-align: center;
	color: #444444;
}

/*
 * Module specific styles
 ********************************************/

#tp_content .module_spacer {
	border-bottom: 5px solid #3B464F;
}

#tp_side .module,
#tp_side .module_menu {
	padding-bottom: 5px;
}

#tp_side .moduleheading {
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

#tp_side .moduleheading {
	background: url(../images/right_module_heading.jpg) no-repeat center;
	height: 24px;
}

#tp_side .modulecontent,
#tp_side .modulecontent p,
#tp_side .modulecontent td {

}
#tp_side .modulecontent ul.menu {
	padding-left: 8px;
}
#tp_side .modulecontent a {

}
#tp_side .modulecontent a:hover {
	text-decoration: underline;
}

#footer .module {
	margin: 0 auto;
	text-align: center;
}

/*
 * Horizontal Navigation
 ********************************************/
 
 

/******************************************************************
*Content Navigation
******************************************************************/
/*Article Index*/
#tp_component table.contenttoc {
	float: right;
	margin: 5px;
	padding: 5px;
	width: 150px;
}
#tp_component table.contenttoc th {
}
#tp_component table.toclink:link, table.toclink:visited, table.toclink:hover {
	text-decoration: none;
}
#tp_component div.pagenavcounter {
	
	text-align: center;
}
#tp_component .pagenavbar {
	text-align: center;
}

/*back button at bottom of article*/
#tp_component .back_button {
	padding: 0px 3px;
}

/*******************************************************************************************/
/*Our Editor.*/
/*******************************************************************************************/
/*mce editor*/
#content .adminform {
	width: 100%;
}
/*jce editor*/
#content .mceEditor {
	width: 100%;
}

/*******************************************************************************************/
/*Component specific*/
/*******************************************************************************************/
#content div.contact_email {
	/*center the form*/
	text-align: center;
}

.padding {
	padding: 8px;
}

#banner_header {
	float: right;
	margin-top: 10px;
	margin-right: 45px;
}

ul.yes {
	list-style-image: url(../images/assets/yes_check.png);
	margin: 0 0 0 40px;
}

#nav_block,
.permalink,
.categoryheading span {
	display: none;
}