@charset "utf-8";
/*===================
	OVERRIDE STYLES
	HTML STYLES
===================*/
* {
	vertical-align: baseline;
	font-size: 1em;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
ul li {list-style: none;}
a:link, a:visited {
	color: #900;
	text-decoration: none;
}
a:hover, a:active {
	color: black;
	text-decoration: underline;
}
body {
	background: black url(../images/background/bloodlight.jpg) no-repeat center top;
	color: #222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1spacer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #511;
	line-height: 2;
	margin: 0 10px;
	text-indent: 10px;
}
h1, .h1spacer {font-size: 1.3em;opacity: 0.8;font-variant: small-caps;}
h2 {font-size: 1.2em;opacity: 0.7;font-variant: small-caps;}
h3 {font-size: 1.1em;opacity: 0.6;}
h4 {font-size: 1em;opacity: 0.5;}
h5 {font-size: 0.9em;opacity: 0.4;}
h6 {font-size: 0.8em;opacity: 0.3;}
p {
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 10px 15px;	
}
/*===================
	FORM STYLES
===================*/
button, .button {
	background: black;
	background-image: -moz-linear-gradient(top, #700, #300);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#700), to(#300));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#770000', endColorstr='#330000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#770000, endColorstr=#330000)";
	color: white;
	cursor: pointer;
	cursor: hand;
	font-size: 0.8em;
	outline: none;
	padding: 3px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	button:hover, .button:hover {
		background: black;
		background-image: -moz-linear-gradient(top, #a00, #600);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a00), to(#600));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0000', endColorstr='#660000');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#aa0000, endColorstr=#660000)";	
	}
	button:active, .button:active {
		background: white;
		background-image: -moz-linear-gradient(top, #aaa, #666);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaa), to(#666));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#666666');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#aaa, endColorstr=#666666)";	
	}
select, input[type=text], textarea {
	border: 1px solid #ccc;
	font-size: 0.8em;
}

/*===================
	TITLE STYLES
===================*/
.title {
	background: #eee;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#eeeeee)";

	color: #a99;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.75em;
	margin: 0;
}
.title span{
	color: #cbb;
	display: block;
	font-size: 0.5em;
	margin-top: -20px;
	padding-left: 10px;
	text-transform: uppercase;
}
/*===================
	CLASS STYLES
===================*/
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}
.shadow {
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;	
}
.shadow2 {
	-moz-box-shadow: 0px -3px 5px #dcc;
	-webkit-box-shadow: 0px -3px 5px #dcc;
	box-shadow: 0px -3px 5px #dcc;	
}
.shadow3 {
	-moz-box-shadow: 0px -3px 5px #edd;
	-webkit-box-shadow: 0px -3px 5px #edd;
	box-shadow: 0px -3px 5px #edd;	
}
.shadow4 {
	-moz-box-shadow: 0px 3px 5px #dcc;
	-webkit-box-shadow: 0px 3px 5px #dcc;
	box-shadow: 0px 3px 5px #dcc;	
}
.shadow5 {
	-moz-box-shadow: 0px 3px 5px #222;
	-webkit-box-shadow: 0px 3px 5px #222;
	box-shadow: 0px 3px 5px #222;	
}
.contents {	
	margin: 20px 0;
}
/*===================
	CONTENT STYLES
===================*/
#content {
	background: white url(../images/core/body-bg.jpg) repeat-y;
	border: 3px solid #ccc;
	margin: 0 auto 40px auto;
	padding-bottom: 25px;
	position: relative;
	width: 980px;
}
	#content img {
		background: white;
		border: 5px solid #ccc;
		margin: 20px;
		padding: 5px;
		-moz-box-shadow: 0px 3px 5px #dcc;
		-webkit-box-shadow: 0px 3px 5px #dcc;
		box-shadow: 0px 3px 5px #dcc;	
	}
	#splash { 
		display: none;
		min-height: 100px;
		margin-bottom: 10px;
		background: #ddd;
		background-image: -moz-linear-gradient(bottom, #ccc, #fff);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cccccc, endColorstr=#ffffff)";
	}
/*===================
	HEADER MENU
===================*/
#headermenu_sm  {
	background: #800;
	background-image: -moz-linear-gradient(top, #900, #800);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#900), to(#800));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#880000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#990000, endColorstr=#880000)";
	
	border-bottom: 1px solid #ccc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5;
	padding: 32px 15px 2px 15px;
	position: relative;
	text-align: right;
}
	#headermenu_sm ul li {
		display: inline;
		padding: 0 10px;
		text-transform: uppercase;
	}
	#headermenu_sm ul li a:link, #headermenu_sm ul li a:visited {color: #bbb;}
	#headermenu_sm ul li a:hover, #headermenu_sm ul li a:active {color: white;text-decoration: none;}
/*===================
	MAIN MENU
===================*/
#Menu h1 {
	background: url(../images/icons/expand.png) no-repeat left center;
	cursor: pointer;
	cursor: hand;
	font-size: 0.9em;
	text-align: left;
	text-indent: 20px;
}
#Menu .plus {background: url(../images/icons/contract.png) no-repeat left center;}
#Menu .minus {}
#Menu ul {
	display: none;
	margin: 0px 20px;
	/*max-height: 400px;
	overflow: auto;*/
}
#Menu ul li a {
	border-bottom: 1px dotted #edd;
	display: block;
	font-size: 1em;
	line-height: 2;
	text-indent: 10px;
}

#bottomMenu { clear: both;}
	#bottomMenu h3 {
		background: white;
		background-image: -moz-linear-gradient(top, #fff, #ddd);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff, endColorstr=#ddd)";
		
		font-size: 0.85em;
		font-variant: small-caps;
		margin: 0;
		margin-bottom: 15px;
	}
	#bottomMenu li {
		border-bottom: 1px dotted #edd;
		float: left;
		line-height: 1.5;
		text-indent: 10px;
		width: 33.3%;
	}

#bottomMenu2 { clear: both;}
	#bottomMenu2 h3 {
		background: white;
		background-image: -moz-linear-gradient(top, #fff, #ddd);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff, endColorstr=#ddd)";
		
		font-size: 0.85em;
		font-variant: small-caps;
		margin: 0;
		margin-bottom: 15px;
	}
	#bottomMenu2 li {
		border-bottom: 1px dotted #edd;
		line-height: 1.5;
		text-indent: 10px;
	}
/*===================
	QUICKBAR
===================*/
#quickbar {
	background: black;	
	border-bottom: 2px solid #ccc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.7em;
	height: 20px;
	line-height: 20px;
	left: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 10;
}
	#quickbar .site-center {
		margin: 0 auto;
		position: relative;
		width: 980px;
	}
	#quickbar li {
		border-width: 0 1px;
		display: inline;
		line-height: 20px;
		margin: 0;
		padding: 0 10px;
	}
	#quickbar a { border: 1px solid #000;border-width: 0 1px;}
	#quickbar a:link, #quickbar a:visited {color: #ccc;}
	#quickbar a:active, #quickbar a:hover {color: #fff;text-decoration: none;}
	#quickbar a:last-child {border: none;}

/*===================
	QUICKBAR SHADOW
===================*/
#quickbar_sh {
	background: url(../images/core/shadow_10px.png) repeat-x left top;
	height: 10px;
	left: 0;
	position: absolute;
	top: 22px;
	width: 100%;
	z-index: 9;
}

/*===================
	HEADER
===================*/
#header {
	background: black;
	background-image: -moz-linear-gradient(top, #000, #611, #611, #000);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#433), to(#221100));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#332222', endColorstr='#221100');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#332222, endColorstr=#221100)";
	
	border: 3px solid gray;
	border-top: none;
	left: 20px;
	padding: 3px 20px;
	position: absolute;
	top: 0;
	_top: 40px;
	z-index: 12;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottomleft-radius: 5px;
	-webkit-border-bottomright-radius: 5px;
}
	#header img {
		background: none;
		border: none;
		display: block;
		margin: 0;
		padding: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

/*===================
	FOOTER STYLES
===================*/
#footer {
	background: url(../images/core/footer.png) repeat-x left top;
	bottom: 0;
	color: white;
	font-size: 0.65em;
	height: 20px;
	line-height: 26px;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 2;
}

/*===================
	TABS STYLES
===================*/
ul.tabs {
	border-bottom: 2px solid #ddd;
	clear: both;
	margin: 0 5px;
	text-align: right;
}
	ul.tabs li {display: inline;}
	ul.tabs li a {
		background: #ddd;
		background-image: -moz-linear-gradient(top, #ddd, #fff);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fff));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dddddd, endColorstr=#ffffff)";
		border: 2px solid #ddd;
		border-color: #ddd #ccc #eee #eee;
		border-width: 2px 2px 0 2px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 0.9em;
		margin-right: 5px;
		padding: 3px 10px 4px 10px;
		text-decoration: none;
	}
	ul.tabs li a.active {
		background: white;
	}
	
	div.tab_container .tab_contents {display: none;}

/*===================
	ANNOUNCEMENT STYLES
===================*/
#announcement {
	background: #eee;
	background-image: -moz-linear-gradient(right, #fff, #eee);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ffffff, endColorstr=#eeeeee)";
	border: 1px solid #ccc;
	margin: 20px 10px;
	padding-bottom: 20px;
}
	#announcement h1 {margin: 0;}
	#announcement p {margin: 0 15px;}