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

body{
	background: #000;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper{
	width:980px;
	margin:0 auto;
	padding:20px 0 0 0;
	}
#topper-wrapper{
	width:960px;
	float:left;
	height: 125px;
	padding:0 10px;
}
#topper{
	background:url(images/header-bg.jpg) repeat-x;
	border-left:1px solid #c5d1d9;
	border-right:1px solid #c5d1d9;
	border-top:1px solid #c5d1d9;
	width:930px;
	float:left;
	height:110px;
	padding:14px 14px 0 14px;
}
#wrapper2, #wrapper4{
	width:980px;
	float:left;
}
.menu-left{
	background:url(images/menu-left-corner.jpg) top no-repeat;
	float:left;
	width:9px;
	height:80px;
}
.menu-right{
	background:url(images/menu-right-corner.jpg) top no-repeat;
	float:right;
	width:9px;
	height:80px;
}
#menu{
	background:url(images/menu-bg.jpg) repeat-x;
	width:942px;
	float:left;
	height:21px;
	padding:12px 10px 8px 10px;
}
#header{
	background:#FFFFFF;
	width:960px;
	float:left;
	padding:0;
	border-left:1px solid #c5d1d9;
	border-right:1px solid #c5d1d9;
	border-bottom:1px solid #c5d1d9;
}
#wrapper3{
	background:url(images/wrapper3-bg.jpg) repeat-y;
	width:980px;
	float:left;
	padding:40px 0 0 0;
}
#left{
	width:650px;
	float:left;
	padding:0 20px 0 0;
}
#subject{
	background:url(images/menu-bg.jpg) repeat-x;
	width:621px;
	height:21px;
	float:left;
	padding:10px 0 10px 20px;
	float:left;
}
#content-left{
	width:599px;
	float:left;
	border-left:1px solid #c5d1d9;
	border-right:1px solid #c5d1d9;
	border-bottom:1px solid #c5d1d9;
	padding:20px;
}
#right{
	width:310px;
	float:left;
}
.right{
	width:290px;
	float:left;
	padding:0 0 20px 20px;
}
.subject{
	background:url(images/menu-bg.jpg) repeat-x;
	width:261px;
	height:21px;
	float:left;
	padding:10px 0 10px 20px;
}
.content-right{
	width:239px;
	float:left;
	border-left:1px solid #c5d1d9;
	border-right:1px solid #c5d1d9;
	border-bottom:1px solid #c5d1d9;
	padding:20px;
}
#footer{
	background:url(images/menu-bg.jpg) repeat-x;
	width:922px;
	float:left;
	height:21px;
	padding:10px 20px;
}
#copyright{
	background:#FFFFFF;
	width:940px;
	float:left;
	padding:5px 10px 0 10px;
	border-left:1px solid #c5d1d9;
	border-right:1px solid #c5d1d9;
	border-bottom:1px solid #c5d1d9;
	height:20px;
}

/* TEXT STYLING */
#topper h1{
	padding:0;
	margin:0;
	text-align:right;
	font-size:20px;
	font-weight:bold;
}
#topper h2{
	padding:0;
	margin:0;
	text-align:right;
	font-size:18px;
	font-weight:bold;
}
#menu{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.subject, #subject, a.subject, .subject a{
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}
#content-left h1{
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0 0 14px 0;
}
#content-left h2{
	color:#ce2323;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0 0 12px 0;
}
#content-left p{
	padding:0 0 12px 0;
	margin:0;
}
.content-right p{
	margin:0;
	padding:0 0 10px 0;
}
#footer{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#copyright p{
	font-size:10px;
	padding:0;
	margin:0;
}
/* LINK STYLING */
#topper h2 a{
	color:#000000;
	text-decoration:none;
	cursor:text;
}
#menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 10px;
}
#content-left p a{
	color:#000000;
	text-decoration:none;
}
#content-left p a.linked, #content-left p .linked a{
	color:#ce2323;
	font-weight:bold;
}
.content-right p a{
	color:#ce2323;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 10px;
}
#copyright p a{
	color:#000000;
	text-decoration:none;
}

/* MISC STYLING */
img{border:0;}
.social{float:left;padding:5px 10px 15px 10px;}
.sm{padding:4px;}
.testimonial{float:left;padding:10px;margin:10px 20px 0 20px; border:1px solid #ce2323;width:537px;}