﻿*
{
	font-family: Helvetica, Verdana, Arial, Sans-Serif !important;
}

#MainContentArea
{
	background-color: Black;
	padding: 0px 10px 10px 10px;
	text-align: center;
	width: 930px;
}

div .UpperArea
{
	/* background-color: #222222;
	border: solid 5px #CBCBC9;	
	padding: 0px 0px 0px 0px; */
	width: 918px; 
	height: 287px;
	
	border: 6px solid #474747;
}

#feature_specselect
{
	z-index: -5;
}

/* 
div .UpperArea .LeftContent
{
	float: left;
	height: 300px;
	text-align: left;
	width: 550px;
}

div .UpperArea .RightContent
{
	float: right;
	height: 263px;
	padding-right: 50px;
	padding-top: 25px;
	text-align: left;
	width: 320px;
}


div .UpperArea .RightContent h2 sup
{
	font-size: 0.5em;
}

div .UpperArea .RightContent h2
{
	font-size: x-large;
	font-weight: normal;
}

div .UpperArea .RightContent p
{
	font-size: small;
}



div .UpperArea .LearnMore
{
	background-color: Black;
	border-top: solid 1px #B0B0B0;
	display: block;
	height: 15px;
	line-height: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: 15px;
	margin-top: 30px;
	padding: 3px 10px 3px 5px;
	vertical-align: middle;
	width: 85px;
}

div .UpperArea .LearnMore a:active
{
	text-decoration: none;
}

div .UpperArea .LearnMore a:hover
{
	text-decoration: none;
}

div .UpperArea .LearnMore a:link
{
	text-decoration: none;
}

div .UpperArea .LearnMore a:visited
{
	text-decoration: none;
}

div .UpperArea .LearnMore img
{
	margin-left: 10px;
}

*/

div#LowerNavBar
{
	display: inline-block;
	height: 135px;
	width: 930px;
	margin-top: 10px;
}

div#LowerNavBar a:active
{
	color: White;
	text-decoration: none;
}

div#LowerNavBar a:hover
{
	color: White;
	text-decoration: underline;
}

div#LowerNavBar a:link
{
	color: White;
	text-decoration: none;
}

div#LowerNavBar a:visited
{
	color: White;
	text-decoration: none;
}

div#LowerNavBar img
{
	border: none 0px;
}

/* The maximum width for these is 225 because there are 4 of them + 3 * 10px space between them. Must = 930. */
div#LowerNavBar div.LowerNavElement
{
	background-color: #474747;
	border: solid 5px #474747;
	float: left;
	height: 135px;
	margin-right: 10px;
	width: 215px;
}

div#LowerNavBar div.LowerNavRightElement
{
	background-color: #474747;
	border: solid 5px #474747;
	float: left;
	height: 135px;
	width: 215px;
}


