/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

* {margin: 0;
    padding: 0;
}

body { font-family: Arial, Helvetica, sans-serif;
       font-size: 62.5%;
	   background: #E8E8E8;
	/*   #F1F1F1;*/
}

#header {
	background: #414C55;
    margin-right:auto;
    margin-left:auto;
	background-image: url(/images/header_image.jpg);
	background-repeat: no-repeat;
    background-position: top right;
	height: 110px;
	border-bottom: 1px solid #AFAFAF;
}

#leaderboard {
	padding-top: 15px;
}

#header_menu{
	background: #E8E8E8;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}

#breadcrumb {
	font-size: .9em;
}

#wrapper {
	width: 1000px;
    margin-right:auto;
    margin-left:auto;
	background-image: url(/images/content_bg.jpg);
    background-repeat: repeat-y;
    background-position: left;
}

#container {
	font-size: 1.2em;
	width: 1000px;
    margin-right:auto;
    margin-left:auto;
}

#left {
    font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 161px;
	margin-left: 15px;
    padding-top: 15px;
}

#right {
	float: right;
	width: 170px;
	margin-right: 5px;
	padding-top: 15px;
	border-left: 1px solid #AFAFAF;
}

#content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	margin-right: 190px;
	margin-left: 176px;
	padding: 5px;
	padding-top: 20px;
}

#footer {
	padding-top: 30px;
	width: 980px;
	height: 70px;
	text-align: center;
	font-size: 1.1em;
	background: #E8E8E8;
    margin-right:auto;
    margin-left:auto;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	color: #ffffff;
	font-size: 3em;
	padding-top: 30px;
	padding-left: 25px;
}

.heading_color{
	color: #FC8931;	
}


h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #C2C2CA;
	color: #FC8931;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #C2C2CA;
	color: #FC8931;
}

h4 {margin-top: 10px;
	margin-bottom: 3px;
}

h5 {margin-top: 10px;
	margin-bottom: 3px;
	font-size: 1em;
	height: 31px;
	color: #FC8931;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid #D8D8D8;
         margin: 5px;
		 padding: 2px;
}

a:link {color: #D86710}      /* unvisited link */
a:visited {color: #D86710}   /* visited link */
a:hover {color: #414C55}   /* mouse over link */
a:active {color: #414C55}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	margin-right: 5px;
	width: 160px;
}

#navlist li
{
	list-style: none;
	padding: 0.25em;
	margin-right: 5px;
	border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

/***********************************'  Positioning  ****************/

#halfblock {
  position: relative;
  width: 48%;
  padding: 2px;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.floatcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
  clear: both;
  display: inline-block;
}

.hide {
  display: none;
}