﻿/* Global container for all page elements */
.PageSearchSection
{
	width: 940px;
	margin-left: auto;	/* center web page */
	margin-right: auto;	/* center web page */
	background-color: White;
}

.PageContentSection
{
	width: 940px;
	margin-left: auto;	/* center web page */
	margin-right: auto;	/* center web page */
	background-color: White;
}

.HeaderSection
{
	float: left;
	width: 100%;
	min-height: 15px;
	text-align: right;
	padding-top: 5px;
}

.LogoSection
{
	float: left;
	width: 50%;
	min-height: 50px;
	text-align: left;
	background-image: url('../../Resources/Images/logo.png');
	background-repeat: no-repeat;
}

.HeaderTextSection
{
	float: left;
	width: 50%;
	min-height: 50px;
	text-align: center;
}

.HeaderTextSection p
{
	margin: 0;
	padding: 0;
	letter-spacing: 0.7px;
	line-height: 23px;
	font-size: 25px;
	font-weight: bold;
	font-family: Lucida Sans, Arial, Times New Roman, Courier New;
}

.SearchSection
{
	float: left;
	width: 100%;
	min-height: 50px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.MainMenuSection
{
	float: left;
	width: 100%;
	min-height: 15px;
	text-align: left;
	vertical-align: middle;
}

.BreadcrumbSection
{
	float: left;
	width: 100%;
	min-height: 15px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	text-indent: 10px;
}

.BreadcrumbSection a {	text-decoration: none; color: #4633F4; }
.BreadcrumbSection a:hover { color: #FF6600; text-decoration: underline; }
.BreadcrumbSection a:visited { color: #7D9EFF; }
.BreadcrumbSection a:hover:visited { color: #FF6600; } 

.MessageSection
{
	float: left;
	width: 100%;
	color: #0000FF;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFCC;
	border-top: solid 1px #0099FF;
	border-bottom: solid 1px #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 15px;
}

.LeftSideContentSection
{
	float: left;
	margin-right: 10px;
}

.SubMenuSection
{
	float: left;
	min-width: 200px;
	min-height: 15px;
}

.LeftSideContentSpaceSection
{
	position: relative;
	top: 10px;
	min-width: 200px;
	clear: both;
}

.ContentBodySection
{
	float: left;
	
	/* min-width not appropriate here. 
		Affects other components */
	width: 600px;
	min-height: 100px;
}

.AdCopySection
{
	width: 100%;
	min-height: 15px;
}

.FeaturesSection
{
	width: 100%;
	min-height: 15px;
	clear: both;
}

.AdvertisementSection
{
	float: left;
	min-width: 120px;
	min-height: 100px;
	height: 100%;
	margin-left: 10px;
}

.FooterSection
{
	width: 940px;
	min-height: 15px;
	border-top: Solid 1px #CCCCCC;
	padding-top: 5px;
}