﻿
/* HTML elements */
body{
	background:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.7em
}

a{
	color:#696c3d;
	text-decoration:none;
}

a:hover{
	color:#555;
	text-decoration:none;
}

a img{
	border:none;
}

ul
{
list-style-type: square;
padding: 5px 0 0 20px;
margin: 0px;
}

h1,h2,h3,h4{
	clear:left;
	color:#808080;
	font-weight:400;
	margin:0 0 1.2em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size:1.7em;
	line-height:1.3em;
	padding: 0 0 10px 10px;
	-moz-box-shadow: -5px 10px 15px #888;
	-webkit-box-shadow: -5px 10px 15px #888;
	box-shadow: -5px 10px 15px #888;
}

h2{
	font-size:1.9em;

}

h3{
	font-size:1.5em;
	color:#808080;
}

h5{
	font-size:1.3em;
	color:#000;
	font-weight:600;
}

p,ul{
	margin:0 0 10px 0;
}

.firstletter {font-size: 1.6em; color: #000; }

hr{
	border: 0;
	color: #FEA264;
	background-color: #FEA264;
	height: 1px;
	width: 100%;
	text-align: center;
	margin:30px 0 10px 0;
}


/* Main wrappers */
#wrapper960{
	margin:0 auto;
	width:960px;
	background:#000; 
}


/* Layout IDs */
#header{position:relative;}
#header-image{height:130px;margin:0;padding:0;}
#content{padding:15px 30px 25px 15px;background-color:#fff;color:#000;}
#content a{color:#FC8330;text-decoration:underline;}


/* Columns */
#sidebar{
	width:215px;
}

#sidebar_home{
	width:140px;
}

#inner_left{
	width:215px;
	margin:20px 0;
	line-height:2.9em
}

#inner_left_home{
	width:110px;
	margin:20px 0 0 25px;
	line-height:2.9em
}

#inner_right{
	width:650px;
	
	background:#fff; 
	
}

#inner_right_home{
	width:735px;
}

#main{
	width:680px;
	margin:25px 0;
	border-left: 2px solid #FEA264;
}

#main_home{
	width:765px;
	margin:25px 0;
	border-left: 2px solid #FEA264;
}

.totop{
	color:#fff;}

#pdf{	
	width:170px;
	margin:20px 0 0 10px;
	padding:10px;
	background:#FEA264; 
	line-height:1.5em
}

.left .inner{margin-left:0;}
.right .inner{margin-right:0;}

/* Footer */
#footer{
	clear:both;
	background:url(../images/footer.gif) top left;
	height:60px;
}

#footer p{
	color:#ccc;
	font-size:12px;
	margin:0;padding:20px 30px;
	text-align:center;
}

#footer a{color:#ccc;}
#footer a:hover{color:#eee;}

/* Image alignment */
img.alignleft, img.aligncenter, img.alignright{background:#fff;padding:4px;margin-bottom:10px;border:1px solid #ddd;}

.alignleft{
	float:left;
	margin-right:30px;
	-moz-box-shadow: -5px 10px 5px #888;
	-webkit-box-shadow: -5px 10px 5px #888;
	box-shadow: -5px 10px 5px #888;
}

.alignleft_sm{float:left;margin-right:5px;}
.alignright{float:right;margin-left:30px;}
.aligncenter{text-align:center;display:block;clear:both;margin:5px auto;}

/* Additional classes */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.download{float:left; margin:0 0 8px 39px;line-height:1.6em}

/* Clearing fix */
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
* html .clearfix{height:1%;}
*:first-child+html .clearfix{min-height:1%;}