﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:black;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:black;
}

h1
{
	font-size: 1.5em;
}

h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

#container
{
	width:770px;
	margin:0px auto;
}

#landingContainer
{
	border:2px #AD9C99 ridge;
	margin:50px 0px;
	width:726px;
	padding:20px;
}

#landingContainer img
{
	border-style:none;
}

#landingContainer #tagLines
{
	background-image:url('../images/landing-taglines.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
	height:163px;
	width:726px;
	float:left;
}

#headerLanding
{
	background-image:url('../images/landing-taglines2.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	border-bottom:5px #AD9C99 solid;
	padding:0px 0px 5px 0px;
}

#selectBar
{
	border-bottom:5px #AD9C99 solid;
	color:#CFCFCF;
	font-size:1.4em;
	padding:5px 0px;
}

#contentAreaLanding
{

}

#contentAreaLanding .item
{
	width:363px;
	float:left;
}

#contentAreaLanding .item .title
{
	background-color:#443944;
	height:26px;
	width:240px;
	margin:30px 56px 10px 57px;
	font-size:2.0em;
	padding:5px;
	font-weight:bold;
}

#contentAreaLanding .item .title a
{
	color:#B1ACB1;
}

#contentAreaLanding .item .title a:hover
{
	color:white;
	text-decoration:none;
}


#contentAreaLanding .item .image
{
	width:250px;
	overflow:hidden;
	margin:0px 56px 30px 57px;
}


#contentAreaLanding .item .enterLink
{
	border-top:5px #AD9C99 solid;
	text-align:right;
	padding:15px 56px 30px 47px;
	font-size:1.3em;
	font-weight:bold;
	width:260px;
}

#contentAreaLanding .item .enterLink a
{
	color:#B1ACB1;
	background-image:url('../images/arrow.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
}

#contentAreaLanding .item .enterLink a:hover
{
	color:white;
}
