/****************************************
* HTML Defaults
*/
@import url('html_defaults.css');
@import url('joomla_defaults.css');
@import url('editor.css');



/* Page starting at top, working down
/*******************************************************************************************/

#body {
	background-color: #0c0d11;
}

#tp_container {
	width: 998px;
	margin: 0 auto;
}

#tp_bg_wrap {
	background: url(../images/pane_bg.jpg) repeat-y;
}
#tp_header_wrap {
	background: url(../images/header.jpg) no-repeat top center;
}
#tp_footer_wrap {
	background: url(../images/footer.jpg) no-repeat bottom;
}
#zoom_img_wrap {
	background: url(../images/pane_zoom.jpg) no-repeat bottom right;
}

#tp_header ul.menu-nav {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#tp_header ul.menu-nav li {
	border-left: 1px solid #6483ad;
}

#tp_sitename {
	display: none;
}

#tp_header {
	height: 126px;
}

#search {
	float: right;
	clear: right;
	margin-top: 50px;
	margin-right: 25px;
}
#search_word {
	border: 1px solid #d0d0d0;;
	background: transparent;
}
#search_button {
	border: 0;
	width: 50px;
	background: transparent;
}

#tp_newsflash {
	background: url(../images/newsflash.jpg) no-repeat center;
	height: 174px;
}
	#newsflash {
		float: right;
		width: 600px;
	}
	#newsflash .moduleheading h3 {
		color: #ffffff;
	}
	#newsflash .modulecontent {
		color: #d0d0d0;
	}

#tp_content {
	float: right;
	width: 750px;
	
}
#tp_component {
	overflow: hidden;
}
#tp_component a {
	text-decoration: underline;
}

#tp_left {
	float: left;
	width: 240px;
}



#tp_footer ul.menu-nav {
	text-align: center;
	padding-top: 15px;
}
#tp_footer ul.menu-nav li:first-child {
	border-left: 1px solid #6483ad;
}
#tp_footer ul.menu-nav li {
	border-right: 1px solid #6483ad;
}
#tp_footer ul.menu-nav a {
	color: #ffffff;
}

#tp_footer {
	clear: both;
	padding-bottom: 8px;
}


#ss_legal {
	padding-right: 15px;
}

#copyright,
#copyright a {
	text-align: right;
	color: #328ab6;
}

#poweredby, #poweredby a {
	margin-top: 8px;
	text-align: right;
	color: #666666;
}

/*******************************************************************************************/
/*Module Specific Stuff*/
/*******************************************************************************************/
div.modulecontent {
	padding: 2px;
}

#tp_left .module,
#tp_left .module_menu {
	padding-bottom: 15px;
}
#tp_left .moduleheading h3 {
	text-indent: 30px;
	background: url(../images/module_heading.jpg) no-repeat center;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 0;
}
#tp_left .modulecontent {
	padding-left: 15px;
}
#tp_left .modulecontent * {
	color: #ffffff;
}
#tp_left .modulecontent ul.menu li {
	padding: 4px 0;
	background: url(../images/menu_spacer.jpg) no-repeat bottom;
	text-indent: 15px;
}

#tp_left .modulecontent a:hover {
	color: #e0d5c9;
}


/*******************************************************************************************/
/*Content Stuff*/
/*******************************************************************************************/

#tp_component .contentpane,
#tp_component .contentpaneopen,
#tp_component .blog {
	/*here to stretch the heading background across the container*/
	/*width: 100%; taken out as template has no heading bg*/
}

#tp_component .componentheading,
#tp_component .contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#tp_component td.contentheading a *{/*here to catch and align the edit buttons*/
	vertical-align: top;
}

#tp_component .buttonheading {/*our pdf email and print icons*/
	padding: 0px 2px;
	vertical-align: middle;
	line-height: 0px;
}


/******************************************************************
*Content Navigation
******************************************************************/
/*Article Index*/
#content table.contenttoc {
}
#content table.contenttoc th {
}
#content table.toclink:link, table.toclink:visited, table.toclink:hover {
	text-decoration: none;
}
#content div.pagenavcounter {
	clear: both;
	text-align: center;
}
#content .pagenavbar {
	text-align: center;
}

/*back button at bottom of article*/
#content .back_button {
	padding: 0px 3px;
}

/*read more link at bottom of intro text*/
#content a.readon {
	position: relative;
	left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3878BD;
	width: 100px;
	height: 100px;
}
html>body #content a.readon {
	padding: 1px 10px 0px 20px;
	background-image: url(../images/readmore.gif);
	background-repeat: no-repeat;
}

/*******************************************************************************************/
/*sectiontable specific, used by polls and other components*/
/*******************************************************************************************/
#container .sectiontableheader {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9e9e9e;
}
#container .sectiontableentry1 {
	background-color: #f0f0f0;
	border-top:1px solid #9e9e9e;
	text-indent: 0px;
}
#container .sectiontableentry2 {
	background-color: #ffffff;
	border-top:1px solid #9e9e9e;
	text-indent: 0px;
}
#container .sectiontableentry1 radio, td.sectiontableentry2 radio {
}

/*******************************************************************************************/
/*Our Editor.*/
/*******************************************************************************************/
/*mce editor*/
#content .adminform {
	width: 100%;
}
/*jce editor*/
#content .mceEditor {
	width: 100%;
}

/*******************************************************************************************/
/*Component specific*/
/*******************************************************************************************/
/******************************************************************
*Contact
******************************************************************/
#content div.contact_email {
	/*center the form*/
	text-align: center;
}

.padding {
	padding: 10px;
}