/* CSS Document */
/**
* @package	 Joomla Template
* @copyright	Copyright (C) 2007 Vince Cutting
* @license		GNU/GPL, see LICENSE.php
* This is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/


/* -----GLOBAL RESET----- */
* {
	margin:0;
	padding:2;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:0.5em 0;
}
li, dd {
	margin-left:10px;
}
fieldset {
	padding:.10px;
}
body {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
}
/*----------------------------------------------------------*/


/*------------Clearfix hack-------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* hide from ie mac \*/
.clearfix { display: block; }
/* end hide from ie mac */
/*--------------------------------------*/


/*----------Some Generic Styles----------*/
body {
	text-align: center;
	background: #000066;
	width:100%;
	margin:0;
	padding:0;
	color: #ffffff;
}
pre {
	background: #fff;
	color: #000;
	font-size: 16px;
	padding:10px;
	border: 1px solid #000;
}
a img{
	border:none;
}
a:link, a:visited {
	font-weight: normal;
	color: #ffff66;
	text-decoration: underline
}
a:hover {
	color: #fff;
}
a:focus {
	outline: none;
}
input:focus, textarea:focus,
input:active, textarea:active {
	background: #ffc;
}
p {
	margin-bottom:10px;
	margin-top: 0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffff66;
}

h2 {
	font-size: 20pxem;
	margin-bottom: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 13px;
	line-height:14px;

}
h5 {
	font-size: 13px;
	line-height:20px;
	padding-bottom:2px;
}
h1, .componentheading, .contentheading {
	font-size: 1.6em;
}
.inside {
	padding:10px;
}
.hide {
	display: none;
}
.large_txt {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #ffff66;
	font-weight: bold;
}
.CollapsiblePanelTab {
	padding-bottom: 10px;
}
/*---------------------------------------*/



/*---------- Template ID's ----------*/
#wrapper {
	width: 957px;
	text-align: left;
	margin: 20px auto 20px auto;
}
#logo {
	float: left;
	margin-bottom: 10px;
}
#mainmenu {
	width: 440px;
	float: right;
}
#contentmod {
	float: right;
	width: 602px;
}
#contentmod {
	border-left: 1px solid #ffff66;
	border-bottom: 1px solid #ffff66;
}
/*NOTE: the main box with the gold border is 953px x 542px (+ a 2px border)*/
#mainbox {
	width: 953px;
	/*min-height: 542px;*/
	border: 2px solid #ffff66;
	clear: both;
}
.with_right {
	
}
#page {
	margin: 0 10px;
}
#header {
	
}

#footer {
	
}
#spear_copy {
	text-align: center;
	margin-top: 20px;
}
/*-----------------------------------*/


/*-----------Contact Form ----------*/
input#first_name, input#last_name, input#telephone, input#email, textarea#message, #captchaTxt16 {
	width: 260px;
	background: #f3f1eb;
	border: none;
	margin-top: 2px;
}
/*---------------------------------------*/


/*---------- Main Menu ----------*/
#mainmenu ul {
	margin: 100px 0 0 0;
	padding: 0;
	float: right;
}
#mainmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#mainmenu li a:link,
#mainmenu li a:visited {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #ffff66;
}
#mainmenu li a:hover {
	text-decoration: underline;
}
#mainmenu li.active a {
	
}
/*-------------------------------*/



/*----- Joomla Specific Styles -----*/
.contentpaneopen {
	
}
div.componentheading, td.contentheading {
	
}
.sectiontableheader {
	
} 
/*-------------------------------------*/









	/*=====================================================*/
	/*----------Joomla Styles from Rhuk Milky Way----------*/
	/*******************************************************/
/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}
.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}
a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}
.article_column {
	padding-right: 5px;
}
.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}
.clr {
	clear: both;
}
table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ffff66;
  padding: 5px;
}
table.contenttoc td {
  padding: 0 5px;
}

/* System Messages */
/* see system general.css */
.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}
legend {
	margin: 0;
	padding: 0 10px;
}
td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #ffff66;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }
#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}
/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}
/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}
/*-----------------------------------------------------*/

