﻿/* CSS layout */
/***********************************************************************/
html {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #000000;
	background-image:url('../images/bkg_01.jpg');
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 960px;
	background-image: url('../images/1.png'); 
	background-repeat:no-repeat;
	min-height: 350px;
	text-align:center;
}

#header {
	background-color:#FFFFFF;
	background-image: url('../images/layout_interface_splash_01_01.jpg');
	height: 136px;
	background-repeat:no-repeat;
}

#logo {
	width: 292px;
	height: 107px;
	position: relative;
	top: 0px;
	left: 13px;
}

#contact {
	width: 337px;
	top: 91px;
	margin-left: 220px;
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	text-align: right;
	color: #999999;
}

#menu {
	width: 880px;
	text-align: right;
	margin-top: 115px;
	position: absolute;
	top: 0px;
	margin-left: 40px;
}

#splashGraphic {
	width: 980px;
	height: 360px;
	text-align: center;
	text-indent: 0;
	margin-left: 0px;
}

#splashGraphic_02 {
	width: 980px;
	height: 298px;
	text-align: center;
	text-indent: 0;
	margin-left: 0px;
}

#contentContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	height: auto;
	width: 980px;
}

#contentLeft {
	margin-top: 0px;
	margin-left: 53px;
	width: 220px;
	float:left;
	text-align: left;
}

#contentRight {
	margin-top: 0px;
	margin-left: 300px;
	margin-right: 58px;
	position:inherit;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	clear: both;
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
	color: #C0C0C0;
}

/* Body Classes */
/***********************************************************************/
.leftHeader {
	font-family: "arial", sans-serif;
	color: #F6C134;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.4pt;
	word-spacing: 0pt;
}

.rightHeader {
	font-family: "arial", sans-serif;
	color: #F6C134;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.4pt;
	word-spacing: 0pt;
}

.splashText {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	clear: both;
	font-size: 12px;
	text-align:justify;
	font-family: Georgia;
	color: #FFCE71;
}

.splashHeadline {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	clear: both;
	font-size: 12px;
	text-align: justify;
	font-family: Georgia;
	color: #FFCE71;
	font-weight: bold;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #F6C134;
	font-size: 12px;
}

/* Hyperlink Classes */
/***********************************************************************/
a.menulinks {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #103409;
	font-weight: bold;
	text-decoration: none;
}

a:link.menulinks {
	color: #103409;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menulinks {
	color: #FFFCF4;
	font-weight: bold;
	text-decoration: none;
}

a.headerlink {
	color: #999999;
	text-decoration: none;
}

a:link.headerlink {
	color: #999999;
	text-decoration: none;
}

a:hover.headerlink {
	color: #56A1D5;
	text-decoration: none;
}

a.contentlinks {
	color:#333333;
	text-decoration: underline;
}

a:link.contentlinks {
	color: #333333;
	text-decoration: underline;
}

a:hover.contentlinks {
	color: #F6C134;
	text-decoration: underline;
}

a.footerlinks {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}

a:link.footerlinks {
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}

a:hover.footerlinks {
	color: #F6C134;
	font-weight: normal;
	text-decoration: none;
}