
/** GLOBALS ****************************************************/

body {	
	background-color: #000000;
	background-image: url('img/bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

body, input, textarea, select, option, submit {
	font-family:  Arial;
	font-size: 13px;
	color: #dcdcdc;
}

* { margin: 0px; padding: 0px; border: 0px; }

input, textarea, select, submit { 
	border: 1px solid #636363; 
	background: #151515; 
	padding: 2px; 
	margin: 0px; 
}
select { width: 210px; }
input.btn { 
	padding: 3px; 
	font-weight: bold; 
	border: 1px solid #808080; 
	background: #000000; 
	color: #ffffff; 
}

table td { vertical-align: top; }

p { 
	margin-bottom: 10px;  
	margin-top: 6px; 
	line-height: 1.3em;
}

html>body p { margin-bottom: 12px; margin-top: 8px; }

a { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #B01A1A; text-decoration: underline; }
a[href^="http://"] { padding-right: 11px; background: url('img/ex.gif') right 0 repeat-y; }
a.imglink { padding:0px; background: none;}

acronym, abbr { cursor: help; border-bottom: 1px dotted #ffffff; }
strong { color: #ffffff; }

h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Verdana;
	font-style: italic;
	font-weight: normal;
	background-image: url('img/star.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px; 
	padding-left: 25px;
}

h2 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 3px;
	padding: 2px;
	height: 28px;
	background-image: url('img/h2bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 12px;
}

h2:first-child { margin-top: 0px; }

h3 {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-style: italic;
	font-weight: normal;
}

h4 {
	color: #FFFFFF;
	font-size: 13px;
	padding: 2px;
	width: 250px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

ul { 
	list-style-image: url('img/bullet.png');
	margin-left: 25px; 
}
ul li { padding: 1px; }


img { border:0px; vertical-align: middle; }

img.off { 
	opacity:.40; 
	filter: alpha(opacity=40); 
	-moz-opacity:0.4;
	border: 2px solid #ffffff; 
	margin-bottom: 8px;
	display: block;
}

img.on { 
	opacity: 1; 
	filter: alpha(opacity=100); 
	-moz-opacity:1; 
	border: 2px solid #ffffff; 
	margin-bottom: 8px;
	display: block;
}

img.g {
	border: 4px solid #c1c1c1; 
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.g:hover { border-color: white; }






/** MAIN DIVISIONS ******************************************/


#main { 
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#header {
	height: 108px;
	width: 800px;
	background-image: url('img/headerbg1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#flash {
	width: 100%;
	height: 155px;
	background-image: url('img/flashbg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#news {

	background: transparent url('img/newsbg.png');
	color: white;
	border: 1px solid red;
	width: 98%;
	margin: 0px auto;
	font-size: 15px;
	height: 25px;
	padding: 6px;
	padding-left: 8px;
	z-index: 1000;
}

#news span {
	float: right;
	margin: 5px;
}

#content {
	margin: 0px auto;
	background-image: url('img/midbg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	min-height: 375px;
	border: 0px;
}

#wrap { padding: 18px; }

span.highlight { color: #ffffff; font-style: italic; }

#footer {
	margin: 10px auto;
	width: 795px;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin-bottom: 40px;
}

#bottom{
	margin: 0 auto;
	width: 800px;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding-top: 24px;
	height: 45px;
	background-image: url('img/bottom.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#sidebar { 
	float: right;
	height: 500px;
	width: 212px;
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar p strong { 
	float: left;
	width: 55px;
	height: 22px;
}

#slogan {
	color: #D01919;
	font-family: "Trebuchet MS", Verdana;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	position: absolute;
	top: 30px;
	margin-left: 540px;
	width: 300px;
}

#nav {
	position: absolute;
	top: 76px;
	margin-left: 290px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin: 0px;
	list-style: none;
	float: left;
	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav ul li a {
	text-decoration:none;	
	color: #c1c1c1;
	padding: 5px 6px 5px 6px;
	font-size: 12px;
	border: 0;
}

#nav ul li a:hover, #nav ul li a.current {
	color: #fff;
	text-decoration: none;	
	background: #950b0b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.message { 
	border-top: 1px dotted red; 
	border-bottom: 1px dotted red; 
	margin: 2px;
	margin-top: 10px;
	padding: 8px;
	font-weight: bold;
	color: red;
	width: 510px;
	background: black;
}








/** MOOTOOLS ***********************************************/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('img/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('img/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('img/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('img/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


.tool-tip {
	color: #fff;
	width: auto;
	z-index: 13000;
	background: #151515;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: red;
	padding: 6px;

}
 
.tool-text {
	font-size: 11px;
	padding: 6px;
}
 



.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 17px;
	float: right;
	position: relative;
	top: -33px;
}

.mootabs_title li {
	float: left;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	cursor: pointer;
	height: 17px;
	color: #fff;
	text-decoration: underline;
	border-right: 1px dotted #D01919;
}

.mootabs_title li:last-child {
	border-right: none;
}

.mootabs_panel {
	display: none;
	width: 100%;
	height: auto;
}

.mootabs_panel.active {
	display: inline;
	height: auto;
}

