@import url(reset.css);
@import url(text.css);
@import url(menu.css);
@import url(sub_menu.css);

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
	background: #013a5b url(../images/BG_gradient.jpg) repeat-x;
}
#accessibility {
	display: none;
}
#container{
	margin: 0 auto;
	padding: 0;
}
/* Overall website width */
#container, #header, #branding, #menu, #content_wrapper, #footer{
	width: 950px;
}
#header{
	float: left;
}
/* This is your header pic */
#header_pic{
	float: left;
	width: 950px;
	height: 200px;
	background: #323232 url(../images/header.jpg) no-repeat;
}
/* These are branding styles */
#branding{
	float: left;
}
/* This is for the logo */
#container #header h1{
	float: left;
	width: 307px;
	height: 51px;
	padding: 25px 0;
	background: url(../images/logo.gif) no-repeat left center;
	overflow: hidden;
	text-indent: -500px;
}
#menu{
	float: left;
	background: #FFF url(../images/BG_menu.gif) repeat-x;
}
#content_wrapper{
	float: left;
	background: #FFF url(../images/BG_subcontent.jpg) repeat-y right top;
}
#content, #content_column{
	float: left;
	line-height: 20px;
}
#content img, #content_column img{
	float: left;
	padding: 5px;
	border: 1px solid #CDCDCD;
	margin: 5px 12px 4px 0;
}
/* This is for the 100% content pages */
#content{
	width: 862px;
	padding: 44px;
}
/* This is for the columned pages */
#content_column{
	float: left;
	width: 546px;
	padding: 44px 0 44px 44px;
}
/* This is the side content on the homepage */
#sub_content_home{
	width: 250px;
	padding: 30px; 
	float: right;
}
/* This is the sidecontent on the inner pages */
#sub_content{
	width: 260px;
	min-height: 270px;
	padding: 20px 25px; 
	float: right;
}
#footer{
	float: left;
	background-color: #C7C7C7;
	text-align: center;
	padding: 1em 0;
	margin-bottom: 44px;
	font-size: 11px;	
}