@import url("includes/nav1.css");

/* RESET BROWSERSTYLE */
* {padding: 0; margin: 0;}

BODY {
	font-size: 13px;
	color: #4C4C4C;
	line-height: 1.3;
	font-family: Arial, Verdana, Geneva, sans-serif;

	background-color: #CCC;
}



#bg {
	background-color: #000;
	background-image: url(images/bg.jpg);
	padding: 0px;
	margin: 0px;
}

#header {
	height: 350px;
	width: 900px;
	padding: 0px;
	margin: 0px;
}

.coin-slider { 
	height: 350px;
	width: 900px;
    overflow: hidden; 
	margin: 0 0 0 0;
	position: absolute;
	z-index: 10; 
	float: left;
}

.logo {
	height: 130px;
	width: 338px;
	margin: 35px 0 0 85px;
	position: absolute;
	z-index: 300;
}

#outer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*H1,H2,H3{
	font-weight:normal;
	color: #00347f;
	font-style: normal;
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
}*/

H1,H2,H3{display: none;}

H4{
	font-size: 120%;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;*/
	font-weight: bold;
	color: #FF0;
	margin: 0 0 10px 0;
}

H5{
	font-size: 110%;
	font-weight: bold;
	color: #000;
}

ul.menulevel1,ul.menulevel2,ul.menulevel3,ul.sitemaplevel1,ul.sitemaplevel2,ul.sitemaplevel3,ul.submenu,ul.search{padding-left: 0;margin-left: 0;list-style: none;}
form{margin:0;}
IMG{border:0;}
hr {
	height: 1px;
	overflow: hidden;
	position: relative;
	clip: rect(auto,auto,1px,auto);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CA2A19;
}
.imgleft {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.imgright {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	float: right;
}
li{ 
    line-height:1.5;
	/*margin: 0 10px 0 20px;
	padding: 0 10px 0 10px;*/
	
}
.doc, .sdocs, .sdoc, .docs{
	padding-left: 15px;
	background-image: url(menu/document.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}
a{
	color:#FF5400;
	text-decoration:none;
	font-weight:normal;
}
a:link,a:visited{
	color:#FF5400;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	}
a:active,a:hover{
	color:#FF5400;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.sitename{font-weight:normal;font-size:17pt;}
.menulevel1{font-size:8pt;}
.menulevel1 a{font-weight:normal;}
.menulevel1 a:link,.menulevel1 a:visited{}
.menulevel1 a:active,.menulevel1 a:hover{}
.menulevel2{font-size:8pt;}
.menulevel2 a{font-weight:normal;}
.menulevel2 a:link,.menulevel2 a:visited{}
.menulevel2 a:active,.menulevel2 a:hover{}
.menulevel3{font-size:8pt;}
.menulevel3 a{font-weight:normal;}
.menulevel3 a:link,.menulevel3 a:visited{}
.menulevel3 a:active,.menulevel3 a:hover{}
.sitemaplevel1 li {
	font-size:9pt;
	list-style-type: none;
	color: #FFF;
}
.sitemaplevel1 a,.sitemaplevel2 a,.sitemaplevel3 a{font-weight:normal; color: #FFF;}
.sitemaplevel1 a:link,.sitemaplevel2 a:link,.sitemaplevel3 a:link,.sitemaplevel1 a:visited,.sitemaplevel2 a:visited,.sitemaplevel3 a:visited{color: #FFF;}
.sitemaplevel1 a:active,.sitemaplevel2 a:active,.sitemaplevel3 a:active,.sitemaplevel1 a:hover,.sitemaplevel2 a:hover,.sitemaplevel3 a:hover{color: #FFF;}
.submenu{font-size:9pt;}
.submenu a{font-weight:normal;}
.submenu a:link,.submenu a:visited{}
.submenu a:active,.submenu a:hover{}

#flags {
	height: 30px;
    padding: 0 0 0 0;
	text-align: right;
	width: 880px;
}

#flags a{
	font-size: 16px;
	text-decoration:none;
	font-weight: bold;
	color: #FF5400;
	font-variant:small-caps;
}
#flags a:link,a:visited{
	color:#FF5400;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	}
#flags a:active,a:hover{
	color:#878889;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


#locator {
	color: #ea1e21;
	background-color: #4C4C4C;
	padding: 5px 0 5px 10px;
}
#locator a{
	font-weight:normal;
	text-decoration:none;
	color: #ea1e21;
}

#locatorclick {
	height: 20px;
	width: 20px;
	position: absolute;
	margin-left: -25px;
}
.locator a:link,.locator a:visited,.locator a:active,.locator a:hover{
	color:#5d7b7c;
	text-decoration: none;
}
.menu{font-weight:normal;font-size:8pt;}
.menu a{
	text-decoration:none;
	font-weight: normal;
}
.menu a:link,.menu a:visited,.menu a:active,.menu a:hover{}
.navigator{font-weight:normal;font-size:7pt;}
.navigator a:link,.navigator a:visited{
	color:#675740;
	background-color: #fff9ba;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 5px;
	border: 1px solid #000000;
	display: block;
	margin-bottom: 5px;
}
.navigator a:active,.navigator a:hover{
	color:#675740;
	background-color: #f6d697;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 5px;
	border: 1px solid #000000;
}
.edit{font-size:8pt;color:#000000;background-color:#FFFFFF;}
.edit a:link,.edit a:visited,.edit a:active,.edit a:hover{font-weight:normal;color:black;}
input,select{font-size:8pt;}
textarea{
	background-color:#FFFFFF;
	width:98%;
	border: 1px solid #000000;
}

.submit {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #000;
	background-color: #ffe41b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.submit:hover {
	background-color: #ed1b24;
}
input, textarea, select {
	background-color: #FFFFFF;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	border: 1px solid #969696;
	padding: 2px;
}
input:hover, textarea:hover {
	background-color: #F0EFF1;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

#container {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0;
}

#maincontent {
	float: left;
	width:630px;
	min-height: 440px;	
	background-color: #acacac;
	margin-top: 15px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#maincontent li{ 
    line-height:1.5;
	margin: 0 10px 0 20px;
	padding: 0 10px 0 10px;
	
}

.content {
	/*width:660px;*/
	padding: 0;
}



#sidearea {
	width: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	z-index: 0;
	margin: 5px 0 0 660px;
}


#news {
	width: 220px;
	background-color: #4c4c4c;
	margin: 0 0 10px 0;
	padding: 5px;
	float: left;
}

#news2 {
	width: 220px;
	background-color: transparent;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}

#search {
	width: 210px;
	background-color: #4c4c4c;
	float: left;
	padding: 5px 10px 5px 10px;
}

#sitename {
	padding-top: 25px;
	padding-left: 20px;
}



div.newsin {
	font-size: 88%; 
	float: left;
	color: #ffe41b;
	line-height: 1.2em; 
	padding: 5px 5px 5px 5px; 
	margin: 5px;
	width: 200px;
}

div.newsin hr {
	border-color: #ffe41b;
}	

div.newsin ul {list-style-type: none; list-style-image: none; padding: 6px 0 12px 0;}
div.newsin li {list-style-type: none; list-style-image: none; line-height: 1.2em; padding: 1px 5px; margin: 2px 0;}
div.newsin h2 {font-family: Arial, Verdana, Geneva, sans-serif;  font-size: 24px; font-variant: small-caps; letter-spacing: 2px; padding: 0; margin: 10px 0 0 0;}
div.newsin h4 {
	color: #ffe41b; 
	font-size: 140%; 
	line-height: 1.2em; 
	font-variant: small-caps; 
	margin: -5px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffe41b;
}
div.newsin h5 {color: #930; font-size: 1em; font-weight: 600; margin: 10px 0 0 0;}
div.newsin h6 {color: #555; font-size: 1em; font-weight: 300; letter-spacing: 1px; margin: 10px 0 0 0;}

hr {
	margin: 10px 0 10px 0;
}

/********************/
/*  FOOTER SECTION  */
/********************/

#facebook{
	width: 900px;
	height: 20px;
	padding: 0px;
	margin: 10px 0 10px 0;
	float: left;

}


#footer{
	height: 180px;
	width: 900px;
	padding: 0px;
	margin: 5px 0 0 0;
	background-color: #4c4c4c;
	float: left;


}

#nav_footer{
	width:775px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #ffe41b;
	margin: 10px 0 0 65px;
}

#nav_bottom {
	width:900px;
	height: 25px;
	position: relative;
	bottom: -55px;	
}

.column01 {
	width: 100px;
	min-height: 50px;
	/*background-color: #0F0;*/
	float: left;
	margin: 0 0 0 0;
	border-right: 1px #fff solid;
}

.column02 {
	width: 130px;
	min-height: 50px;
	float: right;
	margin: 0 0 0 10px;
	border-right: 1px #fff solid;
}

.column03 {
	width: 119px;
	min-height: 50px;
	float: right;
	margin: 0 0 0 10px;
	border-right: 1px #fff solid;
}

.column04 {
	width: 140px;
	min-height: 50px;
	float: right;
	margin: 0 0 0 10px;
	border-right: 1px #fff solid;
}

.column05 {
	width: 150px;
	min-height: 50px;
	float: right;
	margin: 0 0 0 10px;
	border-right: 1px #fff solid;
}

.column06 {
	width: 80px;
	min-height: 50px;
	float: right;
	margin: 0 0 0 10px;
	/*border-right: 1px #fff solid;*/
}

/*.column07 {
	width: 80px;
	min-height: 50px;
	float: right;
	margin: 0 0 0 10px;
}*/


#nav_footer a {
	font-size:13px;
	color: #ffe41b;
	font-weight: bold;
	margin: 0;
}

#nav_footer a:active, #nav_footer a:hover {
	color:#ed1b24;
	margin: 0;
}

#nav_footer .sub a {
	font-size:10px;
	color: #ffe41b;
	font-weight: bold;
	margin: 0;
}

#nav_footer .sub a:active, #nav_footer .sub a:hover {
	color:#EA1E21;
	margin: 0;
}



#text td{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
}

.clear {
	clear: left;
}

#copyright {
	width:500px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 80px 0 0 0;
}

#copyright  a {
	font-size:10px;
	color: #000;
	padding: 0;
}

#copyright  a:active, #copyright  a:hover {
	color:#878889;
	margin: 0;
}



