@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.gif) top repeat-x #252525;
	margin: 0px;
	padding: 0 4px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#252525;
	}
#center{
	width:932px;
	margin:0 auto;
	}
#wrapper{
	background:url(images/content-bg.jpg) left repeat-y;
	width:932px;
	float:left;
	padding:0;
	margin:0;
	}
#header{
	background:url(images/header.jpg) left no-repeat;
	width:532px;
	height:147px;
	float:left;
	text-align:right;
	padding: 0 0 0 400px;
	}
#content{
	background:url(images/content-top.jpg) left top no-repeat;
	width:932px;
	float:left;
	padding:25px 0 0 0;
	margin:0;
	}
#column-left{
	background:#252525;
	width:161px;
	float:left;
	padding:0 4px 4px 4px;
	}
.nav{
	width:161px;
	height:32px;
	float:left;
	}
#sidebar{
	background:url(images/left-grad.jpg) top no-repeat;
	width:161px;
	float:left;
	padding: 8px 0 0 0;
	}
#social-media {
	width: 154px;
	float: left;
	padding: 0 4px 0 3px;
	}
#social-media img {
	float: left;
	}
#news {
	width:141px;
	float:left;
	padding:10px;
	}
#right{
	width:723px;
	float:left;
	padding:13px 20px 20px 20px;
	}
#quote{
	width:623px;
	float:left;
	padding:20px 50px;
	}
#banner{
	background:url(images/home-image.jpg) left no-repeat;
	width:663px;
	height:41px;
	padding:300px 30px 10px 30px;
	color:#FFFFFF;
	margin: 0 0 20px 0;
	}
#footer{
	background:url(images/footer.gif) left no-repeat;
	width:932px;
	height:68px;
	float:left;
	padding:0 20px 0 20px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
#equal {
	width: 120px;
	float: left;
	padding: 0 0 0 40px;
	}
#footer-links {
	width: 732px;
	float: left;
	padding: 25px 0 0 0;
	}
#copyright{
	width:922px;
	float:left;
	padding:5px;
	color:#999999;
	}
#copyright a{
	color:#999999;
	text-decoration:none;
	}
#header h1 {
	font-size: 20px;
	}
h1{
	font-family:Trajan Pro, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0 0 18px;
	}
h2{
	font-size:14px;
	margin:0;
	padding:0 0 12px 0;
	font-weight:bold;
	}
p{
	padding:0 0 8px 0;
	margin:0;
	}
p a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #252525;
	text-decoration: none;
	}
ul{
	padding:0 30px 8px 30px;
	margin:0;
	}

.red{
	color:#c33029;
	}
a.linked{
	color:#c33029;
	text-decoration:none;
	font-weight:bold;
	}
a.linked:hover{
	text-decoration:underline;
	}
a.footer{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0 8px;
	}
a.footer:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
#banner a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
p.inset {
	border: solid 1px #999999;
	padding: 20px; 
	float:right;
	margin: 25px 0 25px 25px;
	width: 350px;
	}

img{
	border:0;
	}
	
div#news {
	color: #CCCCCC;
	}

div#news a {
	font-weight: bold;
	text-decoration: underline;
	color: #CCCCCC;
	}

div#news a:hover {
	text-decoration: none;
	color: #ffffff;
	}