@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:11px;} 
.txtMedium {font-size:12px;} 
.txtLarge {font-size:14px;} 
.alignRight {float:right;} 
.alignLeft {float:left;}
.txtRed {color:#CC0000;} 
.txtBrown {color:#aa5c56} 
.txtBlack {color:#000000;} 
.txtviolet {color:#d73593;} 
.txtBlue {color:#0d59ab} 
.txtBold {font-weight:bold;}
.row{width:990px; clear:both;} 
.breaker {clear:both; width:100%;}


/***********************************************************
The CSS Class for the Websites to Align at the Bottom.
************************************************************/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.horizone {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px 0; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 40px; /* .adjuster must be the same height as .footer */
	background-color:#000;
}
.adjuster {
	height: 40px; /* .adjuster must be the same height as .footer */
}


/*------------------------- End --------------------------*/


body {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#000000;
	background:url(../images/splash-bg.jpg) repeat-x top left;
}
.wrapper {
	display:block;
	width:990px;
	margin:0 auto;
	height:849px;
}
.creditContainer {
	width:990px;
	margin:0 auto;
	padding-top:15px;
	background-color:#000;
}
.flash-holder{margin-top:1px;}

/***********************************************************
Link and Text Styles
************************************************************/
.txtCopyright {
	color:#8cc4eb;
	float:left;
}
.txtCredit {
	color:#8cc4eb;
	float:right;
}
a.lnkCredit {
	color:#8cc4eb;
	text-decoration:none;
}
a.lnkCredit:hover {
	color:#FFF;
	border-bottom:1px dotted #003366;
}
/*------------------------- End --------------------------*/

.btn-enter{width:315px; height:74px; background:url(../images/btn-enter.png) no-repeat top left; padding:0; border:0; margin:0; cursor:pointer; margin:0 auto;}
.btn-enter:hover{background:url(../images/btn-enter.png) no-repeat left -74px;}

a.enter-home{background:url(../images/btn-enter.png) no-repeat top left; width:315px; height:74px; text-align:center; padding:0 150px 55px 150px;}
a.enter-home:hover{background:url(../images/btn-enter.png) no-repeat left -74px;}

/***********************************************************
Styles Used by Programmers
************************************************************/

/*------------------------- End --------------------------*/