@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	margin:0 auto;	
	color:#555555;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	width:996px;	
}
img.feature {
	text-align:center;
	border-bottom:1px solid #dddddd;
	margin-bottom:20px;
	max-width:100%;
	height:auto;
}
a img{
border:none;	
}
header {
	background: url(../images/border-bottom.gif)repeat-x left bottom;
	padding-bottom:35px;
}
header h1 {
	
}
header p {

}

#sidebar{
width:160px;
float:left;	
z-index:100;
position:fixed;
}

#content{
width:810px;
float:right;	
}


section{
padding:20px;
background:#fefefe;	
}
article{
margin-bottom:10px;	
}

h1, h2, p{
margin: 1em 0;	
}
h2, h4{
color:#990000;	
}

a{
color:#990000;	
}

a:hover{
color:#000000;
text-decoration:underline;	
}

a img:hover{
	outline:3px solid #dddddd;
}

footer {
	background-color:#dddddd;
	margin-top:1em;	
	padding:20px;
	width:100%;
	float:left;
}
footer p {
	color:#555555;
	padding:0;
	margin:1em .25em;
}

nav ul{	
list-style:none;
margin:1em 0;
width:160px;
}

nav li{
	
}

nav li a{
display:block;
padding:.6em;
text-decoration:none;
color:#990000;
border-bottom:1px solid #dddddd;	
}

nav li a:hover{
color:#000000;	
}	

.image-float-left{
float:left;
margin:	0px 15px 15px 0px;
}

.image-float-right{
float:right;
margin:	0px 0px 15px 15px;
}

/*clearnings*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clear-block, .clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block, * html .clearfix {
height: 1%;
}
.clear-block, .clearfix {
display: block;
}
/* End hide from IE-mac */


div.action-link a {	
	background: #DEB81D url(../images/accent.png) 0 0 repeat-x;
	padding:.8em .6em;
	font-size: 0.929em;
	border:1px solid #DEB81D;
	color:#1E1E1E;
	margin:.6em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display:block;
	width:140px;
	line-height:150%;
	text-align:center;
	text-decoration:none;
}
div.action-link a:hover {
	background: #E4C030 url(../images/accent-over.png) 0 0 repeat-x;
	border:1px solid #E4C030;
	color:#1E1E1E;
}