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

body {
	font-family:"Times New Roman", Times, serif;
	/*background: url(../../media/static/images/background-main.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
	background: url(../../media/static/images/background-main-2.jpg) repeat-x #c9d5e3;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-size:.9em;
	line-height:1.65em;
}
header {
	background:#fff;
	height:222px;
	width:1100px;
	float:left;
}
hgroup {
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
hgroup img {
	width:700px;
	height:300px;	
}
h1 {
	/* main subpage titles */
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:50px;
	line-height:54px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
h2 {
	/* black news and feature titles */
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
h3 {
	/* white sidebar news titles */
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
h4 {
	/* black main page subtitles */
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000;
}
p {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
}

p.black{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
}
p.white{
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
}
strong {
	font-weight:700;
}
em {
	font-style:italic;
}
ul {
	margin:0px 0px 15px 0px;
	line-height:16px;
	list-style-type: disc;
	padding:0px 0px 0px 15px;	
}
a {
	color:#3d7ea4;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
aside {
	width:250px;
	margin:0px 0px 25px 25px;
	float:right;
	font-size:11px;
}
aside img {
	width:250px;
	border:1px solid #000;
}
aside p {
	margin:0px 8px 20px 8px;
	padding:0;
}
footer {
	background:#fff;
	width:901px;
	height:119px;
	margin:0px 0px 50px -1px;
	font-size:.7em;
	color:#000;
	padding:0px 100px 0px 100px;
}
footer a {
	color:#000;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
