﻿@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;} 

body {
	font-size: 13px;
}

a:focus, a:hover, a:active { outline:none } 	

p {margin-top: 8px;margin-bottom: 12px; font-family: Helvetica, Arial, "Trebuchet MS", sans-serif; color: #c7c7c7; line-height: 130%;}

h1, h2, h3, h4, h5 {padding-bottom: 5px;margin: 15px 0 8px 0;font-weight: normal;line-height: 120%; font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;}

h1 {font-size: 18px;line-height: 110%; font-weight:normal; color: #fff; font-family: Georgia, "Times New Roman", Times, serif;;}
h2 {font-size: 15px;line-height: 115%; font-style:italic; color: #ccc; font-family: Georgia, "Times New Roman", Times, serif;}
h3 {font-size: 14px; font-weight:bold; color: #fff;}
h4 {font-size: 16px;line-height: 120%; color: #fff;}
h5 {font-size: 14px;text-transform: uppercase;}

b {
	color: #e4e4e4;
}

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}
a:focus, a:hover, a:active { outline:none } 

a.readon { float: right; text-align: right; width: 100%;}

.clr {clear: both;}
legend {padding:0;margin:10px 0 4px;font-weight:bold;}

object {
	outline: none;
}

#content img {
	 border: 0;
	 padding: 10px;
}

ul li {
	padding: 2px;
}

table td {
	padding: 2px;
}

hr {
border: 0;
height: 1px;
background-color:#3c3c3c;
display: block;
width: 95%;         
margin-top:  10px;

}

.article_separator {
border-top: 1px solid #3c3c3c;
display: block;
width: 95%;         
margin-top:  10px;
}



.createdate { font-size: 75%; padding:0; margin: 0; color: #434343;}






#mainlevel {
	list-style-type: none;
	width: 778px;
	text-align: center;
	margin: 0 auto;
}

#mainlevel li {
	position: relative;
	float: left;
	width:150px;
	text-align: center;
}

#mainlevel li a {
	font-size: 18px;
}

body {
	height: auto; 
	min-height: 100%; 
	background-image:url(../images/bg.jpg); 
	background-position: top center; 
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-color: black;
	color: #c7c7c7;
}


#container {
	width: 778px;
	margin: 0 auto;
	text-align: left;	
}

#top {
	
	background-image:url(../images/top.png); 
	background-position: top center; 
	width: 778px;
	height: 260px;
	display: block;
}

#menu {
	width: 778px;
	margin: 0 auto;
	text-align: left;	
	height: 40px;
	position: relative;
	top: 220px; 

}

#footer_content {
	width: 778px;
	margin: 0 auto;
	text-align: center;	

}

#content {
	width: 700px;
	padding: 30px;
	padding-left: 33px;

}


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


select,.inputbox{padding:2px;padding-top:2px;padding-left:5px;margin-bottom:6px;}
textarea{padding-left:2px;}
.button,input.button,a.button{border:1px solid #606060;padding:1px 5px!important;text-decoration:none;cursor:pointer;}
#search .inputbox{border:1px solid #cdcdcd;color:#000;}
.button:hover{color:#000;cursor:pointer;white-space:nowrap;cursor:pointer; background-image:url(../images/form_bg.png); background-position: top right; background-repeat: no-repeat}
.button:active,.button:focus{border:1px solid #e3e3e3; background-image:url(../images/form_bg); background-position: top right; background-repeat: no-repeat}

input {border:1px solid #cdcdcd;background:#e3e3e3;color:#000;}
input:hover, input:focus {border:1px solid #e3e3e3;color:#000; background-image:url(../images/form_bg.png); background-position: top right; background-repeat: no-repeat }
.inputbox{border:1px solid #cdcdcd;background:#fff;color:#000;}
.inputbox:hover,.inputbox:focus{border:1px solid #e3e3e3;color:#000; background-image:url(../images/form_bg.png); background-position: top right; background-repeat: no-repeat}