/* @group Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

tbody tr td  {
	text-align: left;
}

:focus {
	outline: 0;
}

body {
	/*line-height: 1;
	color: black;*/
	margin:0px 0;
	padding:0;
	font: 12px Arial, Sans-Serif;
	color: #cccccc;
	line-height: 1.2em;
	text-align: left;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html {
	margin:0;
	padding:0;
}

/* @group Layout */
/* @group wrappers */

/* Wrappers */
#container {
	margin: 0 auto;
}

.main_container,
.top_container, 
.container2 {
	width:100%;
	margin: 0px 0 auto;
}

.wrapper,
.bottom_wrapper,
.footer,
.wrapper2 {
	float: right;
	width: 100%;
}

.main_container {
	clear: both;
}

.top_container {
	float: right;
	width: 100%;
}

.clear {
	clear: both;
}

#top_left {
	width: 550px;
	color: #cccccc;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 20px;
}

#top_right {
	width: 600px;
	color: #cccccc;
	text-align: left;
	margin: 35px 10px 0 0; /* controls header margin */
	padding: 4px 12px 0 0;
}


/* Top menu divs */
#top_menu {
	width: 100%!important;
	width:100%;
	float: left;
	margin-top: 0px;
	border-bottom: 1px solid #000;
}

#top_menu_r {
	width: 35%!important;
	float: right;
	margin-top: 0px;
	text-align: center;
}

#top_menu_r .inputbox {
	border: 1px solid #ccc;
}

/* Banner and Inset */
#banner {
	width: 600px;
	clear: both;
	float: left;
	padding: 0px 25px 25px 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#banner_l {
	float: left;
}

#banner_r {
	float: right;
}

.t_width {
	width: 48%!important;
	/*width:40%;*/
}

/* Hidden Divs void, mind, sound */
#advert1 {/*void*/
	width: 100%;
	margin: 0 0 0px 0;
}

#advert2 {/*mind*/
	width: 100%;
	margin: 0px 0 0px 0;
	padding-top: 10px;
}

#advert3 {/*sound*/
	width: 96%;
	clear: both;
	background: #4d6c1e;
	float: left;
	padding: 1px 2% 0 2%;
}

/* Main Body Area */
#main_wrap {
	float: left;
	width: 590px;
	padding: 20px 5px 0 5px;
	margin: 0 auto;
	clear: left;
	background: url(../images/separator.gif) no-repeat center bottom;
}

#left {
	width: 180px;
	padding: 0 5px;
	margin-right: 8px;
}

#content {
	width: 440px;
	float: left;
	margin-left: 5px;
}

#right {
	width: 20%;
	float: right;
	padding: 0px 0% 0 1%;
}

#user9 {
	width: 468px;
	background: #4d4948;
	float: none;
	padding: 10px 66px 10px 66px;
}

/* Bottom User modules 
#b_user_l,#b_user_r {float: left;margin: 0px 0 0 2%;padding-top: 0px;width: 48%;}
#b_user_l {margin: 0;}
#b_user_r2 {float: right;}*/

.container_bot {
	float: left;
	clear: both;
	width: 590px;
	padding: 0px 15px 0px 15px; /* changes containter margins */
}

/* Footer */
.footer {
	margin: 0 auto;
	float: none;
}

#footer_l {
	width: 45%;
	float: left;
	clear: left;
	padding-top: 8px;
}

#footer_r {
	width: 45%;
	float: right;
	padding-top: 8px;
}

/* Very Bottom Area */
.copyright {
	color: #ccc;
}

#copyright {
	background-color: #000;
	clear: both;width: 96%;
	margin: 0 auto;
	color: #999;
	padding: 5px 2%;
	font-size: 10px;
	text-align: right;
}

#copyright a {
	color: #999;
	text-decoration: underline;
}

#copyright a:hover {
	color: #eee;
}

/* @group Images & Lists */
ul {
	padding: 0 0 0 2px;
	margin: 0;
	list-style: none;
	text-align: none;
}

ul li {
	padding: 0 0 0 12px;
	margin: 0 0 3px 0;
	list-style-position: inside;
	list-style-type: disc;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

#top_left img {
	margin: 100px 0px;
}

.dark_border {
	background: #E9E6D8;
	padding: 6px;
	border: solid 1px #ddd;
}


/* Styles for Images */
div.mosimage {
  /border: 3px solid #ccc none ;
  margin: 4px;
  padding: 0px;
}

.mosimage {
  /border: 10px solid #cccccc;
  /margin: 5px;
}

.mosimage_caption {
  margin-top: 0px;
  background: transparent;
  padding: 0px 0px;
  color: transparent;
  font-size: 0px;
  border-top: none;
}


.img_margin {
	margin: 4px 8px;
	padding: 100px;
}

.grey_border {
	margin: 4px 8px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #eee;
}

.dark_border {
	margin: 4px 8px;
	padding: 4px;
	border: 1px solid #666;
	background: #ccc;
}

.light_border {
	margin: 4px 8px;
	border: 1px solid #eee;
	background: #fefefe;
	padding: 8px;
}

img.nav_TogglerSlider2 {
	margin: 0;
	padding: 0;
}

/* @group Joomla Stuff */
.contentpaneopen {
	margin: 0 5px;
}

input .button {
	display: block;
}

.article_seperator {
	display: block;
	/background: url(../images/separator.png) no-repeat center top;
	/background-color: #999999;
	/border-bottom: 1px dotted #999;
	height: 1px;
	/padding-top: 10px;
	margin: 10px 30px 10px 30px;
}

#content ul {
	margin: 10px 0;
}

.inputbox {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
}

fieldset {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

form {
	margin-top: 10px;
}

.blog,.contentpaneopen {
	width: 98%;
}

.back_button a{
	background:#000;
	text-decoration: none;
	margin: 8px 0;
	padding: 4px;
}

.back_button {
	margin: 8px 0;
}

.sectiontablefooter {
	padding: 4px 2px;
	text-align: center;
}

.contentdescription {
	padding: 0 0 20px 0;
}

.pagenav {
	padding: 4px 2px;
	text-align: center;
}

.contenttoc {
	margin: 8px;
	 border: 1px solid #eee;
	 padding:4px; 
	 background: #fefefe;
}

.inputbox {
	border: 1px solid #eee;
}

.button {
	border:1px solid #ccc;
	background: #eee;
}

form label {
	width: 10px;
}

.moduletable a.mainlevel {
	padding: 0 4px;
}

/* @group Left Menu Module */
.moduletable-menu {
	text-align: right;
	padding: 0px 20px 0 0px; 
	margin: 0px 0 30px 0;
}

.moduletable-menu h3 {
	border-top: 1px solid #DAD7CE;
	border-bottom: 1px solid #DAD7CE;
	padding:8px 2px;
	margin-bottom: 8px;
}

.moduletable-menu li {
	list-style: none;
	margin: 0;
}

.moduletable-menu ul li {
	padding: 0;
	margin: 0;
}

.moduletable-menu li a,
.mainlevel a { 
	margin: 4px 0 4px 0px; 
	padding: 0px 0 0 20px; 
	line-height: 130%;
	list-style: none;
	width: 80%;
	background: url(../images/square.jpg) no-repeat;
	text-decoration: none;display: block;
}

.moduletable-menu li a:hover { 
	text-decoration: none; 
	background: url(../images/square_hover.jpg) no-repeat;
	margin: 4px 0 4px 0px;
}

.menuTitle {
	font-size: 12px;
	font-weight:bold;
	display: block;
	text-decoration: none;
	outline-style:none;
	height: 18px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 1px;
}

.content {
	font-size: 12px;
	color: #5E6257;
	display: block;
	background-color: #cccccc;
	padding: 8px 3px;}

tr .sectiontableentry1 {
	margin: 4px 0;
	padding: 3px 5px;
	border: 0px solid #ccc;
}

tr .sectiontableentry2 {
	margin: 4px 0;
	padding: 3px 5px;
	border: 0px solid #ccc;
}
	
.sectiontableentry1 {
	line-height:150%;
	background: #334730;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

.sectiontableentry2 {
	line-height:150%;
	background: #374D33;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

ul#mainlevel,
ul#mainlevel li {
	margin: 0
}

/* @group Tooltips */
.tooltip{
	width: 240px; 
	color:#000;
	height:40px;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}

.tooltip span.top{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #cccccc;
	padding: 10px 4px;
	background: url(../images/bubble.png) top left no-repeat;
}

.tooltip b.bottom{
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
	color: #cccccc;
}

/* @end */

