﻿/***** Global.master *****/
body 
{
    background: #ecebee url(../Images/Backgrounds/Gray-Pattern.gif) repeat scroll 0 0;
    margin: 0px;
    padding: 0px;
}

.BodyBackground
{
    background: transparent url(../Images/Backgrounds/CenterContent.png) repeat-y center center;
    padding-left: 7px;
}

.CenterContent
{
    width: 964px;
    margin-left: auto;
    margin-right: auto;
}

.TopSection
{
    height: 129px;
}

.TopSection .LogoImage
{
    float: left;
    margin: 42px 0px 0px 12px;
    border: 0px;
}

.TopSection .SearchBar
{
	background-color: #3d4f59;
    clear: right;
    float: right;
    padding: 5px 15px 5px 5px;
    padding-right: 15px;
    margin-top: 13px;
    width: 357px;
    #width: 360px;
}

.TopSection .SearchBar a
{
	color: #fff;
	float: left;
    font-size: 12px;
    line-height: 21px;
    margin-left: 10px;
}

.TopSection .SearchBar a:hover
{
    text-decoration: underline;
}

.TopSection .SearchBox
{
	border: none;
	float: left;
	height: 21px;
	line-height: 21px;
    width: 300px;
    padding: 0px;
}

.InnerContent
{
    min-height: 460px; /*TEMP*/
    background-color: #fff;
    margin-top: 20px;
}

.InnerContent a
{
    text-decoration: underline;
}

.InnerContent a.Selected
{
    text-decoration: none;
}

.BottomSection
{
	background-color: #e3a14e;
    width: 964px;
    height: 43px;
}

.BottomSection .Copyright
{
    width: 250px;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 43px;
    padding-left: 20px;
}

.BottomSection .FooterLinks
{
    width: 580px;
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 43px;
    padding-right: 20px;
    text-align: right;
}

.BottomSection .FooterLinks a
{
    color: #fff;
    font-size: 12px;
}

.BottomSection .FooterLinks a:hover
{
    text-decoration: underline;
}

.BottomSection .FooterLinks .Divider
{
	margin-left: 8px;
	margin-right: 12px
}

.Clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
}


/***** HomePageTemplate *****/

.HomePageTemplate
{
	padding-top: 20px;
}

.HomePageTemplate .LeftColumn
{
    width: 980px;
    float: left;
}

.HomePageTemplate .SplashArea
{
    width: 746px;
    height: 257px;
    float: left;
}

.HomePageTemplate .RightColumn
{
    width: 234px;
    float: left;
}

.HomePageTemplate .UserTools
{
    height: 31px;
    width: 234px;
    float: left;
}

.HomePageTemplate .MainContentContainer
{
    width: 730px;
    float: left;
    padding-bottom: 35px;
    padding-top: 26px;
    background: transparent url(../Images/HomeVerticalDivider.gif) no-repeat center right;
}

.HomePageTemplate .MainContentRow
{
    width: 710px;
    min-height: 50px; /*TEMP*/
}

.HomePageTemplate .HorizontalDivider
{
    height: 1px;
    width: 705px;
    background-color: #c8c8c8;
    margin-left: 14px;
    clear: both;
    margin-top: 23px;
    margin-bottom: 15px;
}

.HomePageTemplate .RightColumnArea
{
    width: 234px;
    margin-bottom: 35px;
    float: left;
}

.NewHomePageTemplate
{
	margin-top: 20px;
}

.NewHomePageTemplate .LeftColumnZone
{
	float: left;
	width: 173px;
}

.NewHomePageTemplate .RightColumn
{
    width: 791px;
    float: left;
    margin-bottom: 15px;
}

.NewHomePageTemplate .RightColumnZone
{
	border: solid 1px #d8dcde;
	padding: 13px;
	width: 763px;
}

.NewHomePageTemplate .RightColumnZone .TabZone
{
	display: none;
}

.NewHomePageTemplate .RightColumnZone .RightColumnBottomZone
{
}

.DefaultTemplate
{
	margin-bottom: 20px;
}

.DefaultTemplate .LeftColumn
{
    width: 173px;
    float: left;
}

.DefaultTemplate .NonMenuSection
{
	border-left: solid 1px #d8dcde;
    width: 790px;
    float: left;
}

.DefaultTemplate .HeaderArea
{
	padding-left: 13px;
	padding-top: 3px;
}

.DefaultTemplate .MainContentArea
{
    width: 544px;
    min-height: 1px;
    float: left;
    padding-bottom: 35px;
    padding-left: 13px;
    padding-right: 1px;
}

.DefaultTemplate .RightColumnArea
{
    width: 203px;
    margin-bottom: 35px;
    margin-left: 0px;
    min-height: 300px; /*TEMP*/
    float: left;
}

.DefaultTemplate .LeftColumnArea
{
}

.ErrorTemplate
{
	padding: 20px;
}

.LandingPageTemplate
{
	margin-bottom: 20px;
}

.LandingPageTemplate .LeftColumn
{
    width: 173px;
    float: left;
}

.LandingPageTemplate .NonMenuSection
{
	border-left: solid 1px #d8dcde;
    width: 790px;
    float: left;
}

.LandingPageTemplate .HeaderArea
{
	padding-left: 13px;
    width: 777px;
}

.LandingPageTemplate .MainContentArea
{
    width: 530px;
    float: left;
    padding-bottom: 35px;
    padding-left: 13px;
}

.LandingPageTemplate .RightColumnArea
{
    width: 234px;
    margin-left: 13px;
    margin-bottom: 35px;
    float: left;
    min-height: 300px; /*TEMP*/
}

.LandingPageTemplate .LeftColumnArea
{
}

.SingleColumnTemplate .MainContentArea
{
    margin-bottom: 35px;
    padding-left: 13px;
}

.NoLeftNavigationTemplate .MainContentArea
{
    width: 717px;
    min-height: 1px;
    float: left;
    padding-bottom: 35px;
    padding-left: 13px;
}

.NoLeftNavigationTemplate .RightColumnArea
{
    width: 232px;
    margin-left: 2px;
    margin-bottom: 35px;
    float: left;
    min-height: 300px; /*TEMP*/
}

.NoRightColumnTemplate
{
    min-height: 460px; /*TEMP*/
}

.NoRightColumnTemplate .LeftColumn
{
    width: 174px;
    float: left;
    min-height: 1px;
}

.NoRightColumnTemplate .NonMenuSection
{
    width: 790px;
    float: left;
}

.NoRightColumnTemplate .MainContentArea
{
    width: 777px;
    min-height: 1px;
    float: left;
    padding-bottom: 35px;
    padding-left: 13px;
}

.BottomContentArea
{
    margin-left: -17px;
}

.LandingPageTemplate .BottomContentArea
{
	margin-top: 40px;
}

.Hidden {
    display:none;
}
