/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
/*end of INITIAL section */

* html #container {
	height: 100%;
}
html {
	min-width:900px;
	height:100%;
}
body {
	min-width:1000px;
	height:100%;
	background-color: #000000;
	background-image: url(img/dark-grad.jpg);
	background-repeat: repeat-x;

}
#container {
	/*width:100%;*/
	min-height:100%;
}
h1 {
	font-size:120%;
	color:#FFFFFF;
	text-transform: uppercase;
}
#subTitle {
	width:530px;
	margin-top:30px;
	text-align:right;
}
#subTitle2 {
	margin-top:30px;
	margin-left:30px;
	text-align:left;
}
h2 {
	font-size:110%;
	height:110%;
	margin-bottom:10px;
	color:#CCCCCC;
	}
h3 {
	font-size:110%;
	height:110%;
	margin-bottom:10px;
	color: #339933;
}
p {
	color:#FFFFFF;
	font-size:80%;
}
a:link, a:visited {
	color: white;
}
a:hover, a:active {
	/*color: #CC3300; old orange*/
	color: #339933;
	}
#title {
	float:left;
	margin-left:50px;
	margin-top:40px;
	min-width:490px;
	font: 300%/120% "Helvetica Compressed", Helvetica, Verdana, Arial, sans-serif;
	/*font: 300%/120% "Franklin Gothic Book", Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:900;
	color: #FFFFFF;
}
#title a {
	text-decoration:none;
}
#title a:hover, title a:active {
	color: black;
}
#tagline {
	float:right;
	margin-top:72px;
	margin-right:50px;
	min-width:310px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	color: #FFFFFF;
}
#mainMenu {
	clear:both;
	border-top:thin white;
	padding-top:4px;
}
.mainPic {
	float:left;
	width:500px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:20px;
	border: 1px solid #FFFFFF;
}
.thumbPic {
	float:left;
	margin:5px;
	padding:3px;
	background:#000000;
	border: 1px solid #FFFFFF;
}
.logoPic {
	padding-right:10px;
	padding-top:20px;
	float:left;
	border:none;
}
#mainContent {
	width:400px;
	margin-top:30px;
	float:left;
	margin-left:30px;
}
#mainContent2 {
	width:900px;
	margin-top:30px;
	float:left;
	margin-left:30px;
}
#mainContent li {
	font:  .8em "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:white;
}
#mainContent dt {
	font-size:1em;
	font-weight:bold;
	color: #339933;
}
#splash {
	float:right;
	width:150px;
	padding-left:10px;
	margin-left:5px;
	border:1px solid white;
	background-color:#777;
}
#splash h3 {
	color:#E00;
	font-variant:small-caps;
	font-size:130%;
}
#splash a:hover {
	color: #E00; 
}
.hilite {
	font-weight:bold;
	color:#E00;
}
.right {
	text-align:right;
	margin-right:25px;
}
.admin a:link, .admin a:visited, .admin a:active {
	text-decoration:none;
	color:#888;
	font-size:80%;
}

.admin a:hover {
	text-decoration:none;
	color:#AAA;
	
}
#address {
	color:#CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-top: 50px;
	font-size:.9em;
}
#footer {
	background-image:url(img/footer-dark.jpg);
	background-repeat:repeat-x;
	height: 20px;
	margin: -20px auto 0 auto;
	text-align:right;
	padding-right:30px;
}
#footer a {
	color:#FFFFFF;
	font-size:60%;
	text-decoration:none;
	vertical-align: 4px;
}
.floatIt {
	display: block;
	float:right;
	padding-top:3px;
}

#clearFooter {
	clear:both;
	height:20px;
}
th {
	color:white;
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;
}
th.right td.right {
	text-align:right;
}
td {
	color:white;
	font-size:80%;
}
form {
	color:white;
	font-size:80%;
}
#facebook {
	display:block;
	width:210px;
	font-size:.7em;
	float:right;
	line-height:1.3em;
}
#facebook2 {
	display:block;
	float:right;
}
#facebook img {
	float:left;
	margin-right:3px;
}
#facebook a {
	text-decoration:none;
	color:#6A8AC7;
}
#facebook a:hover {
	color:white;
}
#advert {
	position:absolute;
	top:50px;
	left:100px;
	width:800px;
	border:1px solid white;
	padding:10px;
	background-color:black;
	z-index:100;
	visibility:hidden;
	overflow:visible;
}