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

/*reset the page*/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

@font-face {
    font-family: 'ImpactRegular';
    src: url('fonts/imtalics-webfont.eot');
    src: url('fonts/imtalics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/imtalics-webfont.woff') format('woff'),
         url('fonts/imtalics-webfont.ttf') format('truetype'),
         url('fonts/imtalics-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	min-height: 100%;
	font-size: 90%;
}

body {
	background: #000 url(../images/background.jpg) center top no-repeat;
	background-size: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#headerContainer {
	position: relative;
	width: 1000px;
	height: 112px;
	margin: 0 auto;
	z-index: 0;
}

#partner {
	position: absolute;
	width: 165px;
	padding: 6px;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #FFF;
}

#menu {
	position: absolute;
	padding-left: 10px;
	top: 80px;
	right: 12px;
	font-family: Impact, 'ImpactRegular';
	font-size: 1.4em;
	font-style: italic;
}

#menu li {
	list-style: none;
	display: inline;
	margin-left: 10px;
}

#menu li a {
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover {
	color: #6FF;
	text-decoration: none;
	font-style: italic;
}

#midContainer {
	background: url(../images/backdrop.png) center top repeat-y;
	width: 1000px;
	height: 290px;
	margin: -2px auto;
	overflow: hidden;
	z-index: -1;
}

#newsContainer {
	position: relative;
	background: url(../images/news.png) left no-repeat;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

#ticker {
	position: relative;
	width: 700px;
	margin: 8px 300px;
	font-size: 1.2em;
}

#ticker a {
	text-decoration: none;
	color: #000;
}

#contentContainer {
	background: url(../images/backdrop.png) center top repeat-y;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}

table {	
	border-collapse: collapse;
	padding: 0;
}

.subHeader{
	vertical-align: bottom;
}

.content {
	position: relative;
	margin: 0 0;
	width: 600px;
	float: left;
	text-align: justify;
	font-size: 14px;
}

h4 {
	margin-top: 20px;
	display: block;
}

p {
	display: block;
	margin: 8px 0;
}

p img {
	padding: 0 5px 0 5px;
}

.indent {
	margin-left: 20px;
}

.imagesP {
	margin: 20px 0;
}

.white {
	background-color: #FFF;
	padding: 0 14px;
}

.whiteRates {
	background-color: #FFF;
	padding: 0 14px;
	vertical-align: top;
}

.spacer {
	margin: 100px 0;
}

.quickLinks {
	margin-bottom: 14px;
	width: 290px;
	float: right;
	text-align: justify;
	font-size: 16px;
}

.quickLinks li{
	list-style: none;
	margin: 14px 0;
}

.quickLinks a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.quickLinks a:hover {
	color: #E00;
	font-weight: bold;
}

#footerContainer {
	background-image: url(../images/footer.png);
	width: 1000px;
	height: 35px;
	margin: 0 auto;
}

#footer {
	font-size: 0.5em;
	font-style: italic;
	color: #FFF;
	text-align: right;
	padding: 14px 5px;
}

.fancybox-custom .fancybox-outer {
	box-shadow: 0 0 50px #222;
}

iframe {
	border: none;
	padding: 15px 0;
}