/*
	Global Styles
*/

* {
	font: 12px Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

body {
	margin: 0px;
	background-image: url(../images/enter/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contact {
	float: right;
	padding: 0px 75px 0px 0px;
}

#lgo_link {
	cursor: pointer;
	float: left;
	margin: 20px 0px 0px 207px;
	height: 100px;
	width: 300px;
}

/*
	Splash Page Specific Styles
*/

#body {
	width: 729px;
	height: 608px;
	margin: 0 auto 0 auto;
	background-image: url(../images/enter/body.jpg);
	background-repeat: no-repeat;
}

#menu {
	padding: 204px 0px 0px 35px;
}

.link, .selected_link {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #a79786;
	display: block;
	width: 150px;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
}

#menu a:hover, .selected_link {
	color: #4f2f0d;
	text-decoration: underline;
}

.darkLink{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4f2f0d;
	display: block;
	width: 150px;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	font-weight: bold;
}
.darkLink:hover{
	text-decoration: underline;
}

/*
	Global Non Splash Styles
*/

#pg_body {
	width: 729px;
	height: 183px;
	margin: 0 auto 0 auto;
	background-image: url(../images/enter/pg_hdr.jpg);
	background-repeat: no-repeat;
}

#pg_cnt {
	width: 729px;
	margin: 0 auto 0 auto;
	background-image: url(../images/enter/pg_cnt.jpg);
	background-repeat: repeat-y;
}

#pg_menu {
	padding: 22px 0px 0px 35px;
	width: 200px;
}

#pg_menu a:hover {
	color: #4f2f0d;
	text-decoration: underline;
}

#content {
	float: right;
	width: 450px;
	padding: 20px 40px 20px 0px;
	color: #8C8C8C; 
	line-height: 16px;
}

#pg_ftr {
	width: 729px;
	height: 24px;
	margin: 0 auto 0 auto;
	background-image: url(../images/enter/pg_ftr.jpg);
	background-repeat: repeat-y;
}

/*
	Footer Styles
*/

#footer {
	background-image: url(../images/enter/ftr_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 669px;
	padding: 15px;
	margin: 0 auto 0 auto;
	color: #cfdd80;
}

#footer a {
	color: #a8ba44;
	text-decoration: none;
}

/*
	Old Styles
*/

#centerColumn {
	float: left;
	width: 210px;
	vertical-align: top;
	height: 192px;
	margin-bottom: 35px;
}

#rightColumn{
	float: right;
	width: 230px;
	vertical-align: top;
	height: 192px;
	color: #CCE358;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 35px;
}

.bodyImage{
	border: 5px solid #E8E7E8;
	width: 192px;
	height: 192px;
}

#visionHighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	font-style: italic;
}

visionQuote{
	text-align: center;
	margin-left: 170px;
	width: 250px;
}
#visionQuote2{
	text-align: right;
	width: 425px;
}

h1{
	color: #CCE358;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
}

#subtitles {
	color: #AAC136;
	font-family: "Helvetica"; 
	font-size: 16px;
	margin-bottom: 10px;	
}

#feeTableContainer{
	width: 305px;
}

#feeTableRight{
	float:right;
	text-align:right;
	width:125px;
}

#feeTableLeft{
	float:left;
	text-align:left;
	width:180px;
}
