﻿@charset "utf-8";
/* CSS Document */
@import url("css/style-header.css");

body { 
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0px auto 0px auto;
	background: #7a98b5 url(img/HeroSmash-BG15.jpg) no-repeat top center fixed;
}
.main-wrap-top {
	width: 970px;
	height: 10px;
	background: url(img/bg-main-top.jpg) no-repeat top center;
	margin: auto
}
.main-wrap {
	width: 950px;
	margin: auto;
	background: url(img/bg-main.jpg) repeat top center;
	padding: 0px 10px;
	padding-bottom: 10px;
}
.content-wrap, .right-side-wrap {
	display: inline-block;
	display: -moz-inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	min-height: 900px;
	/*float: left*/
}

.content-wrap {
	width: 615px;
	margin-right: 10px;
}
.content-top {
	height: 7px;
	background: url(img/bg-content-top.png) no-repeat top center;
}
.content-bottom {
	height: 7px;
	background: url(img/bg-content-bottom.png) no-repeat top center;
}
.content {
	width: 595px;
	padding: 2px 10px;
	background: #cedce6;
}

.right-side-wrap {
	width: 320px;
}
.right-side-top {
	height: 7px;
	background: url(img/bg-right-top.png) no-repeat top center;
}
.right-side-bottom {
	height: 7px;
	background: url(img/bg-right-bottom.png) no-repeat top center;
}
.right-side {
	width: 300px;
	padding: 2px 10px;
	background: #cedce6;
}

.footer-wrap {
	padding-top: 20px;
	margin: 0px;
	clear: both;
	width: 100%;
	color: #FFFFFF
}
.footer-wrap .footer {
	width: 950px;
	padding: 10px;
	background: url(img/bg-main.png) repeat top center;
	margin: 0 auto 0 auto
}
.footer-wrap .footer a {
	color: #FFFFFF;
}
.footer-wrap .footer a:hover {
	color: #0099cc;
}

/* Generic */
a img {border: none;}
a:link, a:visited, a:hover, a:active {outline: none;}

.float {float: left}
.smallText {font-size: 10px }

h1, h2, h3, h4 {margin: 0px; padding: 0px; vertical-align: top!important; line-height:19.5px!important}
p.date {margin:0px}
p {margin-top: 1px; margin-bottom: 10px;}
h2 a:link, h2 a:visited, h2 a:active {text-decoration: none!important; color: #000000!important;}
h3 {color: #0066cc}