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

/*TEMPLATE */
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #52042f;
	margin: 0px;
	padding: 0px;
	
}


.site_top{
    width: 100%;
    background-image: url(/media/images/site_top_bkgrd.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #f5f8fb;
    padding: 0px 0px 1px 0px;
}


.site_bottom{
	width: 100%;
    background-image: url(/media/images/site_bottom_bkgrd.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    padding: 0px;

}


.page_container {
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.page_banner {
	position: relative;
	padding: 0px 30px 0px 0px;
	margin: 0px;
	background-image: url(/media/images/page_top_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 160px;
	
}

.page_content{
	position: relative;
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

.page_banner a{
	display: block;
	float: right;
	color: #e4e3ef;
	font-size:  14px;
	b/ackground-image: url(/media/images/nav_swoosh.gif);
	bo/rder: 1px solid #eee;
	height: 20px;
	padding: 15px 30px 0px 0px;
	margin: 85px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.page_banner a:hover{
	background-image: url(/media/images/nav_swoosh_over.gif);
	color: #88b1de;

}

.page_banner a.down{
	background-image: url(/media/images/nav_swoosh.gif);
	color: #e4e3ef;

}

.page_banner a.logo_link{
	position: absolute;
	top: 50px;
	left: 50px;
	b/order: 1px solid #eee;
	display: block;
	width: 225px;
	height: 65px;
	margin:  0px;
	background: none;
	
}

.page_banner a.logo_link:hover{
	background: none;	
	
}
.page_content {
	width: 765px;
	margin: 0px 0px 0px 0px;
	padding: 0px 60px 0px 155px;
	ba/ckground-color: #ddd;
}

.social_media{
	width: 300px;
	float: left;
	margin-bottom: 20px;

}

.reporting{
	width: 500px;
	float: left;

}

.footer_container {
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(/media/images/footer_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 185px;
	#height: 185px;	
	
		
}

.social_media_box{
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 50px;

}


p.copyright{
	position: absolute;
	top: 86px;
	width: 920px;
	text-align: right;
	color: #e4e3ef;
	font-size: 10px;
	ba/ckground-color: #eee;	


}


.clear_both {
	line-height: 1px;
	clear: both;
}

/*CONTENT */
p,td {
	margin: 0px 0px 18px 0px;
	font-weight: normal;
	line-height: 18px;
	color: #52042f;
}

.form_input {background-color: #f3f8fb;}

}

.smaller_text{
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
}

ul,li {
	font-weight: normal;
	color: #52042f;
	margin-bottom: 10px;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #6e376b;
}
a {
	color: #003d6f;
	text-decoration: none;
}
a:hover {
	color: #086dc7;
}

a img {
	border: none;

}
