/* CSS Document */
html{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#58585a;
min-height: 100%; 
margin-bottom: 1px;
}
body{
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-repeat: repeat-x;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/body-bg.jpg);
}
a{
	text-decoration:none;
	color: #C60C55;
}
a:hover{
	text-decoration:underline;
	color: #FF0066;
}

.holder{
	position:relative;
	width:881px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.horizontalSection{
	width:881px;
	height:300px;
	float:left;
	position:relative;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	;
}
#header{
	height:152px;
	padding: 0;
	background-image: url(images/secondary-headery.jpg);
	background-repeat: no-repeat;
}
#headerHome{
	height:93px;
	padding:0;
	height:500px;
	background-image:url(images/home-splash.gif);
	background-repeat:no-repeat
}
.enterBtn{
height:82px;
position:absolute;
top:300px;
left:0px;
width:932px;
}
.homeNavs{
height:31px;
position:absolute;
top:440px;
left:0px;
width:932px;
}
.secondNavs{
	height:30px;
	position:absolute;
	top:0px;
	right:8px;
	width:800px;
	text-align: right;
}
#contentDefault{
}
#contentHome{
}
#footer{
	height:77px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 0;
}
#footerHome{
	height:auto;
	clear: both;
	padding: 0;
	font-size: 10px;
	color: #D8C7AD;
	width: 932px;
	background: none;
}
#footer a{
	color: #095600;
}
.titleBeige{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#c0a072
}
.titlePink{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#e60e64
}
.titleYellow{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#ffc220
}
.titleBlue{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#11afd1
}
.titleLightBlue{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#8bd5ef
}
.titleLavender{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#9a9bcd
}
.titleLightPink{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#e79ca2
}
.titleSalmon{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#f7a08b
}
.titlePurple{
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#98005d
}
#mainContentStyle{
height:auto;
padding-bottom:40px;
}
