@import url("menu.css");
/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ 
html {
	height: 100%;
}
/* Style For HTML BODY                   */ 
body {
	margin-top: 0px;
	background-position: left top;
	text-align: center;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url('images/NorthCreeksideBackground.jpg');
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-attachment: fixed;
}
/* Setting Text Throughout the skin      */ 
table, tr, td {
}
p {font-family: Tahoma; font-size: small;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:100%;}
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on unboxed skins  --*/ 
.OuterTable {
	width: 100%;
	height: 100%;
	background: #000000;
}
/*-- outer table on boxed skins    --*/   
.OuterTableBoxed {
	width:960px;
	border: 0px #654920 solid;
	height: 100%;
	background-color: #ffffff;
	margin:0px auto;
}
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding:15px 0 15px 0; }

/*-- cell containing content panes --*/ .ContentPanesTD { width:auto; height:100%; vertical-align: top; padding: 0 0 0 0; }
/*-- dotted background             .Dotted { background: url('Images/dotted2.gif') left top;}--*/ 
/*-- row containing logo area      --*/ 
.LogoRow {
	width:300px;
	padding: 0 10px 0 7px;
	background-position: center;
	background-color: #FFFFFF;
}
/*-- cell containing logo          --*/   
.LogoTD {
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	height: 960px;
	width: 300px;
	vertical-align:top;
	height:130px;
}
/*-- row containing breadcrumbs    --*/ 
.BreadcrumbsRow {
	height: 30px;
	background-color: #FFFFFF;
}
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; background-color: #FFFFFF;}
/*-- cell containing breadcrumbs   --*/ 
.BreadcrumbsTD {
	height: 30px;
	width: 700px;
	color: #6C9D40;
	vertical-align: middle;
	background-color: #FFFFFF;
	text-align:left
}
/*-- cell containing search        --*/ .SearchTD { width:215px; vertical-align: top; text-align: right; height: 41px; background: url('Images/search-bg.gif') no-repeat right top; padding: 10px 7px 0 0; }
/*-- cell containing privacy       --*/ 
.PrivacyTD {
	text-align: left;
	padding: 0 0 0 0;
	color: #000000;
	font-family: "Tahoma";
	font-size: small;
}
/*-- cell containing copyright     --*/ 
.CopyrightTD {
	text-align: right;
	padding: 0 0 0 0;
	font-family: "Tahoma";
	font-size: small;
}

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

/*-- row containing footer area    --*/ 
.FooterRow {
	height: 33px;
	padding: 0 7px 0 7px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Tahoma";
	font-size: small;
}
/*-- table within footer - rounded --*/ 
.FooterTable {
	height: 36px;
	background: #B79D77;
}

/*-- rounded top-left corner       --*/ .FooterTL { height:5px; background: url('Images/footer-bg-tl.gif') no-repeat left top;}
/*-- rounded top-right corner      --*/ .FooterTR { height:5px; background: url('Images/footer-bg-tr.gif') no-repeat right top;}
/*-- rounded bottom left corner    --*/ .FooterBL { height:5px; background: url('Images/footer-bg-bl.gif') no-repeat left bottom;}
/*-- rounded bottom right corner   --*/ .FooterBR { height:5px; background: url('Images/footer-bg-br.gif') no-repeat right bottom;}

/*========================================================*/
/*  Outer Box Elements - boxed skins only                 */
/*========================================================*/

/*-- boxed skins outer box table   --*/ .BoxTable { height:100%;}
/*-- top left corner               --*/ .BoxTL { width:11px; height:11px; background: url('Images/box-tl.gif') no-repeat left bottom;}
/*-- top edge                      --*/ .BoxT { height:11px; background: url('Images/box-t.gif') repeat-x left bottom;}
/*-- top right corner              --*/ .BoxTR { width:11px; height:11px; background: url('Images/box-tr.gif') no-repeat right bottom;}
/*-- left edge                     --*/ .BoxL { width:11px; background: url('Images/box-l.gif') repeat-y left top;}
/*-- content area                  --*/ .BoxM { background: #FFF;}
/*-- right edge                    --*/ .BoxR { width:11px; background: url('Images/box-r.gif') repeat-y right top;}
/*-- bottom left corner            --*/ .BoxBL { width:11px; height:11px; background: url('Images/box-bl.gif') no-repeat left top;}
/*-- bottom edge                   --*/ .BoxB { height:11px; background: url('Images/box-b.gif') repeat-x left top;}
/*-- bottom right corner           --*/ .BoxBR { width:11px; height:11px; background: url('Images/box-br.gif') no-repeat right top;}

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/
										.BodyBackground {
}
/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0 7px 0 7px; background-color: #FFFFFF;}
/*-- top inside content pane 2     --*/ .TopPane2 { width: 100%; padding: 0 7px 0 7px; background-color: #FFFFFF;}
/*-- left content pane             --*/ .LeftPane { padding: 0 7px 0 7px; width: 50%; background-color: #FFFFFF;}
/*-- right content pane            --*/ .RightPane { padding: 0 7px 0 7px; width: 50%; background-color: #FFFFFF;}
/*-- left2 content pane            --*/ .LeftPane2 { padding: 0 7px 0 7px; width: 10%; background-color: #FFFFFF;}
/*-- content2 pane                 --*/ .ContentPane2 { padding: 0 7px 0 7px; width:80%; background-color: #FFFFFF;}
/*-- right2 content pane           --*/ .RightPane2 { padding: 0 7px 0 7px; width: 10%; background-color: #FFFFFF;}
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; background-color: #FFFFFF;}
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 7px 0 7px; width: 33%; background-color: #FFFFFF;}
/*-- content3 pane                 --*/ .ContentPane3 { padding: 0 7px 0 7px; background-color: #FFFFFF;}
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 33%; background-color: #FFFFFF;}
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; background-color: #FFFFFF;}
/*-- image content pane 1 horiz    --*/ .PuzzleLine {  padding: 0 7px 9px 7px; background-image:url('../MHCollins/Images/puzzle.jpg')}
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 0 7px 9px 7px; background-color: #FFFFFF;}
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 7px 0px 7px; background-color: #FFFFFF;}
/*-- image content pane 2          --*/ .ImagePane02 { height:1px; padding: 9px 7px 0 7px; background-color: #FFFFFF;}
/*-- image content pane 2 vertical --*/ .ImagePane02V { height:1px; padding: 4px 7px 0 7px; background-color: #FFFFFF;}
/*-- image content pane 3          --*/ .ImagePane03 { height:1px; padding: 0 7px 9px 7px; background-color: #FFFFFF;}
/*-- footer content pane           --*/ .FooterPane { width: 100%; height: 26px; padding: 0 7px 0 7px; vertical-align:middle; background-color: #FFFFFF;}
/*-- panel pane                    --*/ .PanelPane { padding: 0 7px 0 7px; background-color: #FFFFFF; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #FFFFFF; font-family: Tahoma; font-size: small; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px; margin: 0 0px 0 16px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: #FFFFFF; font-family:Tahoma; font-weight:bold; font-size: small; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #cdb29d; background:  url('Images/ico-register.gif') no-repeat left bottom; font-family: Tahoma; font-size: small; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url('Images/ico-register-over.gif') no-repeat left bottom; color: #444444; font-family: Tahoma; font-weight:bold; font-size: small; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #939393; font-family: Tahoma; font-size: small; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: Tahoma; font-size: small; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ 
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:visited, a.Breadcrumb:active {
	color: #6C9D40;
	font-family: Tahoma;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	background-color: #ffffff;
}
/*-- breadcrumbs token hover           --*/ 
a.Breadcrumb:hover {
	color: #e1e785;
	font-family: Tahoma;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	background-color: #ffffrff;
}
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#443724; font-size: small; font-family:Tahoma; }
/*-- terms privacy and copyright links --*/ 
a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active {
	font-size: small;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family: "Tahoma";
}
/*-- terms privacy and copyright hover --*/  
a.FOOTER_objects:hover {
	font-size: small;
	color: #332210;
	font-weight: bold;
	text-decoration: none;
	font-family: "Tahoma";
}
/*-- language selector dropdown        --*/ .Language_object { font-family: Tahoma; font-size: small; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ 
.normal, .Normal {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
}
/*-- most of the bold text on site     --*/ 
.NormalBold {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Tahoma; font-weight: bold; font-size: 14px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Tahoma; font-size: 14px; font-weight: bold; color: #000000; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 14px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/  
/*-- default links hover               --*/ 
a:hover {
	color: #000000;
	font-family: Tahoma;
	font-size: small;
	text-decoration: underline;
}
/*-- normal  links visited and active  --*/  
a.Normal:link, a.Normal:visited {
	color: #443724;
	font-family: Tahoma;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}
/*-- normal  links hover               --*/ 
a.Normal:hover {
	color: #000000;
	font-family: Tahoma;
	font-size: small;
	text-decoration: underline;
}
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #443724;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #443724;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #443724;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #443724;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #443724;
}
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- footer links                      --*/ 
.Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active {
	color: #000000;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
/*-- footer links hover                --*/ 
a.Footer_Links:hover {
	color: #332210;
	font-family: Tahoma;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Tahoma; font-size: small; color: #333; }
/*-- textbox                    --*/ 
.NormalTextBox {
	color: #333;
	padding-left: 4px;
	line-height: 12px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: small;
}
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:21px; background: transparent; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #000000; cursor:text;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/



/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:60px; }
.MenuTD {
	border: thin none #000000;
	padding: 0 10px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	background-image: url('images/CreeksideNavBar_02.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height: 50px;
}
.MenuLeft {
	background-position:  right top; 
	background-image: url('images/CreeksideNavBar_01.gif');
	background-repeat: no-repeat;
	height: 50px;
}
.MenuRight {
	background-position: left top;
	width: 19px;
	background-image: url('images/CreeksideNavBar_07.gif');
	background-repeat: no-repeat;
	height: 50px;
}
.LoginTD { width: 100%; vertical-align: middle; text-align: right; font-size: 7px; padding: 0 0 8px 0; }
.CopyrightRow {
	height: 20px;
	padding: 0 10px 0 10px;
	vertical-align: bottom;
	background-color: #E1E784;
}

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 2px; }
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #000000;  font-size: medium; padding: 25px 0px 11px 0px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #000000;  font-size: medium; padding: 25px 0px 11px 0px; font-weight: bold; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #ae8e68;  font-size: medium; padding: 14px 0px 9px 0px; font-weight: bold; }
/*-- left seperator idle        --*/ .MainMenu_LeftIdle { background: transparent; width:5px; height: 36px; }
/*-- left seperator active      --*/ 
.MainMenu_LeftActive {
	background: transparent no-repeat right
top;
	width: 5px;
	height: 36px;
}
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: transparent; width:5px; height: 36px; }
/*-- right seperator active     --*/ .MainMenu_RightActive {  width:5px; height: 36px; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: transparent; width:1px; height: 36px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon { display: none; }									 
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #ae8e68; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ 
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {
	padding: 0 15px 0 10px;
	background-color: #66c29d;
}
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 .ModuleTitle_MenuIcon { background: #332210; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
									 .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
.style1 {
	border: 2px solid #000000;
}
.style3 {
	border: 2px solid #000000;
	background-color: #332210;
}

.AmenitiesTopRight{
	background-image:url('../../webimages/layouts_01.jpg');
	background-repeat:no-repeat;
	padding:25px 25px 25px 25px;
	}
.AmenitiesTopLeft{
	background-image:url('../../webimages//layouts_02.jpg');
	background-repeat:no-repeat;
	padding:25px 25px 25px 25px;

}
.AmenitiesBottomRight{
	background-image:url('../../webimages//layouts_03.jpg');
	background-repeat:no-repeat;
	padding:25px 25px 25px 25px;

}
.AmenitiesBottomLeft{
	background-image:url('../../webimages//layouts_04.jpg');
	background-repeat:no-repeat;
	padding:25px 25px 25px 25px;

}
.RentSpecial{
	background-image:url('RentSpecialGraphic.gif');
	background-repeat:no-repeat;
}
A:link
{
	text-decoration: none;
	color: #443724;
}

A:visited
{
	text-decoration: none;
	color: #443724;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #443724;
}


.bot_left{padding:0px; margin:0px; background:url(images/bot_left.png) no-repeat top left; width:27px}
.bot_right{padding:0px; margin:0px; background:url(images/bot_right.png) no-repeat top right; width:39px}
.bot_bg{padding:0px; margin:0px; background:url(images/bot_bg.png) repeat-x top left; height:41px;}
.logo_top_left{padding:0px; margin:0px; background:url(images/logo_top_left.png) no-repeat top left; height:23px;}
.logo_top_right{padding:0px; margin:0px; background:url(images/logo_top_right.png) no-repeat top right;}
.logo_top_bg{padding:0px; margin:0 39px 0 27px; background:#FFF url(images/logo_top_bg.png) repeat-x top;height:23px;}

.logo_left{padding:0px; background:url('Images/logo_left.png') repeat-y left top; width:27px;
}
.logo_right{background:url('Images/logo_right.png') repeat-y right top; 
padding-left:20px; width:19px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/




