/*--- editor body ---*/
body.mceContentBody {
	background-color: #FFFFFF !important;
	background-image: none;
}
body.contentpane {
	background:#040A1D;
	margin: 20px;
}
body.contentpane .contentheading {
	color:#900;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}
:link,:visited {
	text-decoration:none
}
ul,ol {
}
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1.2em;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
.rightdes {
	text-indent:-5000px;
	text-decoration:none;
}
a img,:link img,:visited img {
	border:none;
}
address {
	font-style:normal;
}
a:focus {
	outline:0;
}
.designer {
	margin:14px 5px 0px 5px;
	color: #d6d6d6;
	text-align:right;
}
.designer a:link,.designer a:visited {
	color: #d6d6d6;
	font-size:0.6em;
	text-decoration:none;
}
.designer a:hover {
	color:#666;
}
/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/
/* @group Basic Styles */
html {
	/* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
	height: 100%;
	margin-bottom: 1px;
	background: #fff;
}
html {
	background-color: #B0B0D0;
}
body {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #934D4D;
}
a:focus {
	outline: 0;
}
#mainbody ul {
	padding-left: 20px;
}
p {
	/* setup some more readable paragraph spacing */
	margin-top: 10px;
	margin-bottom: 15px;
}
td {
	color: #d5d5d5;
}
ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
ul#checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	background:  url(../images/tick.png) no-repeat left center;
}
blockquote {
	background: #fffee4;
	color: #333;
	border: 1px solid #d5d5d5;
	padding: 10px;
	margin: 10px 50px;
}
/* @end */
div#header {
	background:  url(../images/header_m.jpg) 0 0 repeat-x;
}
div#header .rk-1 {
	background:   url(../images/header_r.jpg) 100% 0 no-repeat;
}
div#header .rk-2 {
	background:   url(../images/header_l.jpg) 0 0 no-repeat;
	height: 100px;
	overflow: hidden;
}
img#logo {
	float:  left;
	margin-left: 5px;
	margin-top: 0;
	width: 380px;
	height: 100px;
	background:  url(../images/logo2.jpg) 0 0 no-repeat;
}
#site-container {	
	margin: 0 auto;
	width: 878px;
	padding-top: 0px;
	background: #040A1D;
}
#content-container {
	width: 878px;
	background-color: #040A1D;
	padding: 0;
	font: 0.8em Arial, Helvetica, Sans-Serif;
	color:#E4E4E4;
}
#padding {
	margin-left: 400px;
	margin-top: 20px;
	height: 70px;
	width: 450px;
}
#padding td {
	width: 150px;
	padding: 0 10px;
	vertical-align: top;
}
.moduletable-search {
	padding-left:5px;
}
.search-search input {
	float:left;
	border:none;
}
.search-search input {
	height:19px;
	width:199px;
	padding:0 3px;
	margin-right:2px;
	background: url(../images/search-bg.gif) no-repeat;
}
.search-search input.button-search {
	height:19px;
	width:30px;
	padding:0;
	background: url(../images/button-search-bg.gif) no-repeat;
	font:bold 0.8em "Tahoma", Verdana, Arial, Helvetica, Sans-Serif;
	color:white;
	cursor:pointer;
}
/* $3 - Content Styles */
a, a:link, a:visited {
	color:#934D4D;
}
a:hover {
	text-decoration:underline;
}
/*Content Links*/
#content-container td.contentheading, #content-container .contentheading {
	color:#934D4D;
	text-align: left;
	text-decoration:none;
	font: normal 1.2em/1.2em "Trebuchet MS", Geneva, sans-serif;
	padding: 0;
	border-bottom: 1px solid #0C1634;
}
#content-container a.contentpagetitle:link,#content-container a.contentpagetitle:visited {
	color:#934D4D;
	text-align: left;
	text-decoration:none;
	font: normal 0.8em/0.8em "Trebuchet MS", Geneva, sans-serif;
}
#content-container a.contentpagetitle:hover {
	color:#E4E4E4;
	text-decoration:none;
}
#content-container .componentheading {
	color:#934D4D;
	font:bold 1.2em/1.2em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #0C1634;
}
#content-container div.sitemap h2.componentheading {
    color: #934D4D;
	text-align: left;
	text-decoration: none;
	font: normal 1.2em/1.2em "Trebuchet MS", Geneva, sans-serif;
	padding: 0;
	border-bottom: 1px solid #0C1634;
}	
h1,h2,h3,h4,h5,h6 {
	color: #A5A5A5;
	font-family: "Tahoma", Verdana, Arial, Helvetica, Sans-Serif;
}
div#content-container ul, div#content-container ol, #lower-content ul, #lower-content ol {
	margin-left: 20px;
}
div#content-container ul#mainlevel, #lower-content ul#mainlevel {
	margin-left:0px;
	list-style:none;
}
img {
	border:none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display:inline;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* Menu background */
div#horiz-menu {
	background:  url(../images/menu_m.jpg) 0 0 repeat-x;
	vertical-align: top;
}
div#horiz-menu .rk-1 {
	background:   url(../images/menu_r.jpg) 100% 0 no-repeat;
}
div#horiz-menu .rk-2 {
	background:   url(../images/menu_l.jpg) 0 0 no-repeat;
	height: 30px;
	overflow: hidden;
}
/* $4 Header Nav Styles */
#navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#navbar li { /* all list items */
	float: left;
}
#navbar li ul { /* second-level lists */
	position: absolute;
	background: #040A1D;
	width: 119px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* #navbar li li {
	border-bottom:1px solid #DFE3F1;
}
#navbar li:hover { 
	background:#333;
	border-left:1px solid #B5A171;
	border-right:1px solid #B5A171;
}*/
#navbar a {
	display: block;
	height: 23px;
	width: 1%;
	padding: 0 10px 0 10px;
	color: #A5A5A5;
	font: normal 13px Arial, Helvetica, Sans-Serif;
	text-align: center;
	white-space: nowrap;
}
html>body #navbar a {
	display: block;
	height: 23px;
	width: auto;
	padding: 0 10px 0 10px;
	color: #A5A5A5;
	font: normal 13px Arial, Helvetica, Sans-Serif;
	text-align: center;
}
#navbar a:hover, #navbar a#active_menu {
	background:   url(../images/menu_hover.jpg) repeat-x 0 0;
	border-left:1px solid #934D4D;
	border-right:1px solid #934D4D;
	padding:0 9px 0 9px;
	text-decoration: none;
}
html>body #navbar a:hover, #navbar a#active_menu {
	background:  url(../images/menu_hover.jpg) repeat-x 0 0;
	border: none;
	margin:0;
	padding: 0 10px 0 10px;
}
#navbar li:hover, #navbar li.mainlevel_current {
	background:  url(../images/menu_hover.jpg) repeat-x 0 0;
	border-left:1px solid #934D4D;
	border-right:1px solid #934D4D;
	margin:0 -1px;
}
/*--- forms styles ---*/
form {
	padding: 0;
	margin: 0;
}
input.button {
	color: #fff;
	padding: 4px;
	margin: 10px;
	font-size: 10px;
	background-color: #040A1D;
	border:1px solid #934D4D;
}
div.message {
	color: #cd2800;
	font-size: 18px;
	font-weight: bold;
}
.inputbox {
	border: 1px solid #934D4D;
}
.moduletable .inputbox {
	border: 1px solid #934D4D;
	height: 14px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
/*-- default Joomla styles --*/
.article_seperator {
}
.back_button {
}
.blog {
}
.blog_more {
}
.blogsection {
}
.button {
	background-color: #040A1D;
	border: 1px solid #934D4D;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}
.buttonheading {
}
.category {
}
.clr {
	clear:both;
}
.componentheading {
}
.contact_email {
}
.content_rating {
}
.content_vote {
}
.contentdescription {
}
.contentheading {
}
.contentpagetitle {
}
.contentpane {
}
.contentpaneopen {
}   
.contenttoc {
}
.createdate {
	margin:5px;
	color: #bbb;
	font-size: 10px;
}
.fase4rdf  {
}
.frontpageheader  {
}
.highlight {
	background-color:#FFFFCD;
	color:#000000;
}
.latestnews  {
}
.message  {
}
.modifydate {
	margin:5px;
	color: #bbb;
	font-size: 10px;
}
.module  {
}
div.moduletable {
	margin-bottom: 20px;
} 
div.mosimage {
	border: 1px solid #eaeaea;
	margin: 7px;
}
div.mosimage_caption {
	padding: 2px;
	background-color: #f7f7f7;
	border-top: 1px solid #eee;
}
.mostread  {
}
.newsfeed  {
}
.newsfeeddate {
	margin:5px;
	color: #bbb;
	font-size: 10px;
}
.newsfeedheading {
}
.pagenav {
}
.pagenav_next {
}
.pagenav_prev {
}
.pagenavbar {
}
.pagenavcounter {
}
.pathway {
color: #040A1D;
}
.pathway a {
font-size: 12px;
}
.pathway a:hover {
font-size: 12px;
}
.polls {
}
a.readon {
	color: #934D4D;
	display: block;
	float: right;
	line-height: 12px;
	background:  url(../images/readon.gif) no-repeat left center;
	text-indent: 16px;
	text-decoration: underline;
}
a.readon:hover {
	color: #fff;
	display: block;
	float: right;
	line-height: 12px;
	background:  url(../images/readon.gif) no-repeat left center;
	text-indent: 16px;
	text-decoration: none;
}
#left_sidebar a.readon {
	color: #934D4D;
	display: block;
	float: right;
	line-height: 12px;
	background:  url(../images/readon_side.gif) no-repeat left center;
	text-indent: 16px;
	text-decoration: underline;
}
#left_sidebar a.readon:hover {
	color: #fff;
	display: block;
	float: right;
	line-height: 12px;
	background:  url(../images/readon_side.gif) no-repeat left center;
	text-indent: 16px;
	text-decoration: none;
}
#right_sidebar a.readon {
	color: #934D4D;
	display: block;
	float: right;
	line-height: 12px;
	background:  url(../images/readon_side.gif) no-repeat left center;
	text-indent: 16px;
	text-decoration: underline;
}
#right_sidebar a.readon:hover {
	color: #fff;
	display: block;
	float: right;
	line-height: 12px;
	background:  url(../images/readon_side.gif) no-repeat left center;
	text-indent: 16px;
	text-decoration: none;
}
.search {
}
.searchintro {
}
.sitetitle {
}
.small {
	margin:5px;
	color: #bbb;
	font-size: 10px;
}
.smalldark {
	margin:5px;
	color: #994;
	font-size: 10px;
}
.syndicate {
}
.syndicate_text {
}
.toclink {
}
.weblinks {
}
.wrapper {
}
/** wrap table and div styles **/
#upper {
	width: 100%;
	background: #3E3E68 url(../images/upperbg.jpg) 0 0 repeat-x;
}
#wraparounddiv {
	width: 928px;
	margin: 0 auto;
}
#headerdrop {
	margin-left: 460px;
	margin-top: 0px;
	width: 390px;
	height: 100px;
	background: url(../images/headerdropbg.jpg) 0 0 no-repeat;
}
#headerdrop td {
	width: 150px;
	padding: 10px 20px;
	vertical-align: top;
}
#footerwrap {
	width: 100%;
	height: 100px;
	background: #B0B0D0 url(../images/footerwrapbg.jpg) 0 0 repeat-x;
}
#navbar {
	padding: 0 15px;
}
div#mainbody {
	width: 878px;
	margin: 0;
}
table.wraparound {
	height: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.wraparound div#topleft {
	width: 25px;
	height: 130px;
	vertical-align: top;
	background:  url(../images/shadow_tl.jpg) 0 0 no-repeat;
}
table.wraparound div#topright {
	width: 25px;
	height: 130px;
	vertical-align: top;
	background:  url(../images/shadow_tr.jpg) 0 0 no-repeat;
}
table.wraparound td.tl {
	background:  url(../images/shadow_ml.jpg) repeat-y;
	padding-bottom: 0;
	margin-bottom: 0;
}
table.wraparound td.tr {
	background:  url(../images/shadow_mr.jpg) repeat-y;
	padding-bottom: 0;
	margin-bottom: 0;
}
table.mainbody, table.usermodules {
	margin: 0 5px;
	width: 100%;
	padding: 0;
}
td.mainbody {
}
td.usermodules {
	padding: 0 10px;
}
td.mainbody .padding, td.right .padding {
	padding: 15px;
}
td.mainbody .padding {
	padding: 15px 25px;
}
table.mainbody td.mainbody td.sectiontableheader {
	font-weight: bold;
	padding: 4px;
	line-height: 20px;
	background: #0C1634;
	border-bottom: 1px solid #1F2A4A;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {
	padding: 5px;
	border-top: 1px #1F2A4A;
	border-bottom: 1px solid #1F2A4A;	
}
tr.sectiontableentry2 td, td.sectiontableentry1 {
	background: #0C1634;
}
.pollstableborder .sectiontableentry1, .pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}
div#bottom {
	margin-left: 5px;
	margin-right: 5px;
	background: #040A1D url(../images/bottom_bg.jpg) 0 0 repeat-x;
}
div#footer {
	width: 928px;
	height: 100px;
	margin: 0 auto;
	background:  url(../images/footerbg.jpg) 0 0 no-repeat;
}
div#the-footer {
	background:  url(../images/footer-rocket.png) 50% 0 no-repeat;
	padding-top: 25px;
	font-size: 0.8em;
	text-align: center;
}
img#rocket {
	width: 150px;
	height: 50px;
}
div#bottom div.moduletable {
	color: #000000;
}
div#bottom div.moduletable h3 {
	/*border-bottom: 3px solid #243959;*/
	padding-bottom: 5px;
	color: #A5A5A5;
}
img.album {
	padding: 1px;
	border: 1px solid #A5A5A5;
}

table.wraparound div#topmidleft {
	width: 25px;
	height: 100%;
	margin-top: 0;
	padding-top: 0;
	vertical-align: baseline;
	background: #7C79AB url(../images/shadow_ml.jpg) repeat-y;
}
table.wraparound div#topmidright {
	width: 25px;
	height: 100%;
	margin-top: 0;
	padding-top: 0;
	vertical-align: baseline;
	background: #7C79AB url(../images/shadow_mr.jpg) repeat-y;
}
#jflanguageselection
{
	float: right;
	vertical-align: middle;
}

/*div.jflanguageselection
{
	float: right;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}
*/
/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;
}

#jflanguageselection ul.jflanguageselection li#active_language
{
	font-size: 11px;
 	font-weight: bold;
}

#jflanguageselection ul.jflanguageselection li a
{
	display: block;
}

#jflanguageselection ul.jflanguageselection img
{
	border: none;
}


/** Styles for the drop down list */

#jflanguageselection select.jflanguageselection
{
	border: 1px solid #cccccc;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 1px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#jflanguageselection label.jflanguageselection
{
	position:absolute;
	left:-1000px;
}

/** Controls Raw Display of Images **/

.rawimages {
	text-align: center;
}
.rawimages img {
	border: none;
	margin:2px;
}
.rawimages span#active_language img
{
	margin:2px;
	border: none;
 }
/** End Raw display of images **/

div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }