@charset "utf-8";
@import url("../fonts/calibri/stylesheet.css");
@import url("../fonts/continum/stylesheet.css");
/* CSS Document */

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dfn, 	img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	list-style: none;
	text-decoration: none;
}
h1 {
	font-family: 'continuum_mediumregular';
	font-size: 22px;
	text-transform: uppercase;
	color: #0096ff;
	padding: 10px 0;
}
h2 {
	font-family: 'continuum_mediumregular';
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0;
}
h3 {
	font-size: 22px;
	padding: 10px 0;
}
h4 {
	font-size: 16px;
	color: #000;
	padding: 10px 0;
}
h5 {
	font-size: 15px;
	font-style:italic;
	text-decoration:underline;
	color: #000;
}
sponsor {
	font-family: 'calibribold';
	font-size: 20px;
	color: #7A0000;
	padding: 10px 0;
}
p {
	margin: 0 0 10px 0;
}
a {
  text-decoration:underline;
  color:#0096ff;
}
a:hover {
  text-decoration:underline;
}
#container  ul {
	margin: 0 0 20px 20px;
}
li {
	background: url(../images/list-arrow.jpg) no-repeat left top;
	padding-left: 20px;
}

body {
	background: #e4e4e4;
	font-family: 'calibriregular';
	font-size: 14px;
}
#wrapper {
	width: 100%;
}
#container {
	width: 1000px;
	margin: 0 auto;
	line-height: 22px;
}
#header-wrapper {
	width: 100%;
	background: url(../images/top-bg.jpg) repeat-x;
}
#header {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	font-family: 'continuum_mediumregular';
}
#header-top {
	height: 103px;
	width: 100%;
}
#header-btm {
	height: 32px;
	width: 100%;
	font-size: 18px;
	text-align: left;
	color: #FFF;
	padding-top: 5px;
	font-family: 'calibriregular';
}
.logo {
	width: 135px;
	float: left;
	font-size: 30px;
	color: #0096ff;
	text-transform: uppercase;
	border-bottom: 3px solid #0096ff;
	border-top: 3px solid #0096ff;
	margin-top: 20px;
}
.logo-heading {
	width: 830px;
	float: right;
	color: #d0cece;
	font-size: 30px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 25px;
}
#banner-wrapper {
	width: 100%;
	background: #FFF;
	float: left;
	margin: 15px 0;
}
#content-f-w {
	width: 980px;
	padding: 10px;
	text-align: justify;
	margin: 0 0 15px 0;
	background: #fff;
	clear: both;
	font-size: 15px;
	line-height: 22px;
}
#content-f-w strong{font-size:15px; font-weight:bold;}
#content-part {
	width: 100%;
	text-align: justify;
}
.content-left {
	width: 310px;
	float: left;
	height: auto;
	margin: 0 15px 0 0;
}
.content-left-top {
	padding: 10px;
	background: #fff;
}
.content-left-img {
	margin: 15px 0;
}
.content-left-btm {
	padding: 10px;
	background: #fff;
	font-size:20px;
	height:110px;
}

.content-right {
	width: 654px;
	float: left;
	height: auto;
	background: #fff;
	padding: 10px;
}

.content-bottom {
	width: 980px;
	float: bottom;
	height: auto;
	background: #fff;
	padding: 10px;
}

#footer1-wrapper{height:15px; margin:5px 0 0 0; background:#e4e4e4; clear:both}
#footer-wrapper{height:20px; margin:15px 0 0 0; background:#000; clear:both}
 @media only screen and (max-width :768px) {
}
 @media only screen and (max-width :480px) {
}
