﻿/*------------------------- MASTER PAGE ----------------------------*/


body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #404141;
	background-image: url(/Images/LauthBg.gif);
	background-repeat: repeat;
	background-color: White;
}

#Container
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#Main
{
	width: 961px;
	background-image: url(/Images/imgMainBg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#Navigation
{
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

.MainNavAltHtmlMenu a
{
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#Content
{
	float: left;
	width: 766px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#Footer
{
	width: 961px;
	height: 35px;
	background-color: #8E8878;
	background-image: url(../../Images/imgFooter.gif);
	background-repeat: no-repeat;
}
.Footer
{
	font-size: 11px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #59564C;
}
.Footer a
{
	color: #59564C;
}
.SearchArea
{
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 10px;
}

.SearchBox
{
	width: 100px;
	background-color: #000000;
	border-width: 1px;
	line-height: 14px;
	font-size: 10px;
	color: #FFFFFF;
	border: solid, 1px, #FFFFFF;
}



/*------------------------- LAYOUT PAGES --------------------------*/
/*-------NOTE: each layout has additional hard-coded styles--------*/

#LayoutContainer
{
	width: 765px;
	margin: 0px;
	padding: 0px;
}
#LayoutHeader
{
	width: 765px;
	height: 96px;
	overflow: hidden;
	background-color: Black;
}

#LayoutContent
{
	float: left;
	min-height: 580px;
}
.LayoutColumn
{
	float: left;
	height: 580px;
}

/*---------------------- SEARCH RESULTS PAGE ------------------------*/

#SearchResultImage
{
	float: left;
	width: 100px;
	min-height: 70px;
	background-image: url(../../Images/SearchNoImage.gif);
	background-repeat: no-repeat;
}
#SearchResultText
{
	float: left;
	width: 100%;
	min-height: 70px;
}
#SearchResultInfo
{
	float: right;
	padding: 10px;
	padding-top: 5px;
	width: 130px;
	min-height: 55px;
	background-color: #F4EDDD;
	font-weight: bold;
}

/*-------------------------- CONTENT PANELS -----------------------*/

.panelStyleAdmin
{
	/*border-style: dashed; 	border-color: #999999; 	border-width: 1px;*/
}
.panelStyleRightBottom
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.panelStyle
{
}

.NewsTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.Breadcrumbs
{
	font-size: 10px;
	color: #969696;
	text-transform: uppercase;
}
.Breadcrumbs a
{
	color: #969696;
}

/*-------------------------- CMS MODULES ---------------------------*/
/*-----NOTE: the following section is for the CMS editing tools-----*/

.EditPageModule
{
	font-size: 12px;
	padding: 3px;
	text-align: right;
}
.EditPageModule img
{
	vertical-align: bottom;
}
.EditModule
{
	background-color: #CCCCCC;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #EFEFEF;
	text-align: left;
	padding: 3px;
	font-size: 10px;
	color: #000000;
}
.EditHtmlModule
{
	background-color: #EFEFEF;
	font-size: 10px;
	text-align: right;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}
.ModuleHeader
{
	float: left;
	padding-left: 5px;
	font-size: 10px;
	color: #909090;
}

/*--------------------------- GLOBAL ------------------------------*/
.lnkButton
{
	cursor: hand;
}

.GridItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404141;
}

.FlashWarning
{
	width: 100%;
	background-color: #D9AF63;
	padding: 5px;
	line-height: 25px;
}

.editModuleDropDownMenu
{
	width: 80px;
	font-size: 10px;
	background-color: #EFEFEF;
	color: #013C45;
}

.TreeNodeLink
{
	text-decoration: none;
	border: 0px;
	border-style: none;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	background-color: #ffffff;
	padding-left: 5px;
	line-height: 12px;
}

.TreeNodeLinkSelected
{
	text-decoration: none;
	border: 0px;
	border-style: none;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	background-color: #FF0000;
	padding-left: 5px;
	line-height: 12px;
}

.ButtonStyle
{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #55AEED;
	border-left: solid 1px #5A5A5A;
	border-top: solid 1px #5A5A5A;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.CenterImg
{
	line-height: 100%;
	vertical-align: middle;
}

.DropDownStyle
{
	font-size: 10px;
	width: 156px;
}

.TextBoxStyle
{
	font-size: 10px;
	border-style: solid;
	width: 150px;
}

.MultiTextBoxStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
}

.CheckBoxStyle
{
	font-size: 10px;
}

.FormLabel
{
	font-size: 11px;
	line-height: 20px;
}
.FormDescText
{
	font-size: 10px;
	color: #404141;
	line-height: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}

.FormPadding
{
	padding: 10px;
}

.FormPanel
{
	font-size: 11px;
	font-family: Arial;
}

.FormHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #404141;
	font-family: Arial;
}

.FormValidationText
{
	color: #ff0000;
	font-size: 10px;
	float: left;
}

.PropertyName
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bolder;
	color: #404141;
}

.PropertyTitle
{
	font-size: 12px;
	font-family: Arial;
	color: #404141;
}

.ItemListRowStyle
{
	background-color: #FFFFFF;
}

.ItemListHover
{
	background-color: #FFFFFF;
}

.PropertyDetail
{
	background-image: url("/Images/propertybg.gif");
	width: 765px;
	min-height: 550px;
}

.PropertyHeader
{
	font-size: 18px;
	color: #023C40;
	font-weight: bold;
}

.PropertyInfoLine
{
	font-size: 12px;
	color: #404141;
	font-weight: bold;
}

.PropertyTitleLine
{
	font-size: 13px;
	color: #681A03;
	font-weight: bold;
}

.PropertyContacts
{
	font-size: 11px;
	line-height: 14px;
}

.EditorStyle
{
	background-color: White;
	background-image: none;
}

.MainNavAltHtmlMenu
{
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 1.1em;
	color: White;
}

.PropertyInstructions
{
	padding: 5px;
	background-color: #F7F7F7;
	border-width: 1px;
	border-color: #E4E4E4;
	border-style: solid;
	margin-bottom: 20px;
	margin-top: 20px;
}
.SecondaryRightColumnBottom
{
	display: block;
	vertical-align: bottom;
	bottom: 0px;
	left: 0px;
}
.SiteMapSection
{
}
.SiteMap ul
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.SiteMapSection a
{
	font-size: 13px;
	color: #023D45;
	font-weight: bold;
}
.SiteMapItem a
{
	font-size: 12px;
}

.SectionHeader
{
	color: #023D45;
	font-size: 13px;
	font-weight: bold;
}

.PageHeaderText
{
	color: #023D45;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.PreviewImage
{
	display: block;
	margin: 10px auto;
	margin-top: 0px;
}

.FeaturedNewsDate
{
	font-weight: bold;
	color: #023D45;
}

.FeaturedNewsTitle
{
	padding-top: 10px;
}

.FeaturedNewsTitle a
{
	color: #404141;
	text-decoration: underline;
	line-height: 12px;
}

.NewsBody
{
	font-weight: normal;
	font-size: 11px;
}

.GridPager
{
	text-align: right; 
	background-color: #F4EDDD; 
	padding: 2px; 
	padding-right: 10px; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #B4B4B4
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: -1;
}
.modalPopup
{
    background-color: #698DB3;
    padding: 2px;
    border: solid 4px #fffff;
     z-index: -1;
}
        


