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


body, html{
		margin:0px;
		padding:0px;
		background:#0b172d url(../img/backrepeat.jpg) repeat-x;
	
    font-family: 'Source Sans Pro', sans-serif;

	
}

#holder {
	width:890px;
	margin:0 auto;
	position:relative;
	background:url(../img/back.png) repeat-y;
		padding: 0px 0px 0px 35px;
	
	
}



p{
		color:#C6C6C6;
		font-size:14px;
		line-height:20px;
		padding:0px 0px 20px 0px;
		margin:0px;
	}


p a{
		color:#C6C6C6;
		text-decoration:none;
		border-bottom:#E49F15 1px solid;

	}
	
p a:hover{
		color:#E49F15;
		text-decoration:none;
		border-bottom:#E49F15 1px solid;

	}


h1{
	color:#E49F15;
	font-size:16px;
	padding:20px 0px 5px 0px;
	margin:0px;
}

h5{
	color:#C6C6C6;
	font-size:12px;
	font-weight:normal;
	
	
	
}


.description{
	color:#C6C6C6;
		font-size:14px;
		line-height:20px;
		padding:0px 0px 20px 10px;
		margin:0px;
		width:625px;
	}	


.description li{
	color:#C6C6C6;
		font-size:14px;
		line-height:20px;
		padding:0px 0px 3px 5px;
		margin:0px;
		list-style:none;
	}	


.descriptiondate{
	color:#C6C6C6;
		font-size:14px;
		line-height:20px;
		padding:0px 0px 20px 10px;
		margin:0px;
		text-align:right;
		font-weight:bold;
	}	


#nav{
	float:left;
	width:301px;
	
	
}

#content{
	width:445px;
	float:right;
	padding:55px 35px 50px 0px;
	text-align:left;
	margin:0px;
	
}


#footer{
	clear:both;
	background:url(../img/footer.png) no-repeat;
	height:84px;
	width:890px;
		padding: 20px 0px 50px 51px;

		margin:-20px auto;

	}
	
	#footer h5{
		padding-left:70px;
		
	}
	
	
	#navcontainer { width: 250px;
	margin-top:55px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	text-transform:uppercase;
    font-size: 14px;
}
#navcontainer a
{
display: block;
padding: 3px;
width: 240px;
text-align: right;
margin-top: 10px;
margin-bottom: 10px;
padding-right:10px;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #43485b;
opacity:.5;
color: #fff;
}