/* --- Notes -----------------------------------------------------------------
	em is relative to the last fixed size in the container hierarchy.
	margin: 0px; will cause a table to align left.
/* --------------------------------------------------------------------------*/


/* --- Main -----------------------------------------------------------------*/

html {
	height: 100%;
	background-color:#000000;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0p;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #000000;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
tr, thead, tbody {
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding:0px;
	margin:0px;
}
img {
	border: 0px solid #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px solid #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.8em;
	clear:both;
	margin: 0px;
}
h2 {
	font-size: 1.6em;
	clear:both;
	margin: 0px;
}
h3 {
	font-size: 1.4em;
	clear:both;
	margin: 0px;
}
h4 {
	font-size: 1em;
	clear:both;
	margin: 0px;
	font-weight: normal;
}
p {
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
.capLetter {
	font-weight:600;
	text-transform:capitalize;
	font-size: 1.1em;
}
.textBlue {
	color:#9ACEE0;
}
.textPurple {
	color:#6165BC;
}
.textPurpleCapitalize {
	color:#6165BC;
	text-transform:uppercase;
}
.textBigger {
	font-size:1.8em;
}
.textBig {
	font-size:1.4em;
}
/* --------------------------------------------------------------------------*/

.quoteOpen {
	margin:auto;
}
.quoteClose {
	margin:auto;
}
/* --- Anchors --------------------------------------------------------------*/

a, a:link, a:visited {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
}
a:hover {
	color: #AF9731;
	text-decoration: none;
}
a.small {
	font-size:4px;
}
a.noUnderLine {
	text-decoration:none;
}
a.textBlue {
	color:#9ACEE0;
}
/* --------------------------------------------------------------------------*/

#header {
	position:relative;
	width:1024px;
	height:272px;
	background-image:url(../_images/template/header.jpg);
}
.centerContent {
	padding:0px 24px 50px 24px;
	width:590px;
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	min-height:650px;
	text-align: left;
}
.footerBgImg {
	background-image:url(../_images/template/footerBg.jpg);
	background-repeat:no-repeat;
	height:724px;
	z-index: 1;
	width: 1200px;
	padding: 0px;
}
.footerContent {
	font-size:0.9em;
	color:#FFFFFF;
	left: 199px;
	top: 1983px;
	width: 800px;
	z-index: 9;
	padding-top: 650px;
	padding-left: 200px;
}
.footerContent a {
	color:#FFFFFF;
}
.footerContent p {
	color:#FFFFFF;
}
/* --- Nav -------------------------------------------------------*/
#top-link {
	display:none;
	position:fixed;
	width:101px;
	left:1052px;
	top:330px;
	background-image:url(../_images/template/bt_backToTop.png);
 *height: 1.5%;
	z-index: 9;
}
/* --- Boxes ----------------------------------------------------------------*/

#topBanner {
	width:1200px;
	background-color: #6165bc;
	position:absolute;
	min-height: 1065px;
	background-image:url(../_images/template/topBanner.jpg);
}
.topBannerRotationBox {
	position:absolute;
	width:850px;
	height:302px;
	left: 185px;
	top: 107px;
}

.topBannerRotationBox img {
padding:0px; margin:0px; float:left;
}

#innerWrapper {
	background-image:url(../_images/template/background.jpg);
	background-repeat:repeat-y;
	position: relative;
	width: 1200px;
}
.contentWrapper {
	padding:409px 0px 0px 0px;
	width: 1057px;
	position: relative;
	z-index: 1;
	min-height: 1165px;
	margin-bottom: -600px;
}
.titleColumn-Left {
 style="text-align:left;
	}
	
.titleColumn-Right {
	style="text-align:right;
}
.column-Left {
	width:403px;
	float: left;
}
.column-Right {
	padding-left:27px;
	width:415px;
	float: left;
}
.separationGreyLine {
	width:auto;
	height:2px;
	background-color:#666666;
	clear: both;
	margin: 10px 0px 0px 0px;
}
.separationGreyLineLong {
	width:auto;
	height:2px;
	background-color:#666666;
	clear: both;
	margin: 0px 40px 0px 0px;
}
.separationNoLine {
	width:auto;
	height:2px;
	clear: both;
}
.doteLine {
	background-image:url(../_images/template/doteLine.png);
	background-repeat:repeat-x;
	height:4px;
	width:auto;
}
.dateBackground {
	background-image:url(../_images/template/icon-DateBackground.png);
	background-repeat:no-repeat;
	text-align:center;
	padding:13px 0px 0px 0px;
	width:68px;
	height:50px;
}
.titlePressBox {
	width:420px;
	float: left;
	background-image:url(../_images/template/title_Press.png);
	margin-left:22px;
	background-repeat:no-repeat;
	height: 230px;
}
.titlePressBox p {
	margin-top:60px;
	margin-left:25px;
	margin-right: 20px;
	line-height: 1.3
}

