body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #225789;
}
.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
	visibility: hidden;
	height: 0px;
	width: 0px;
	line-height: 0px;
	text-decoration: none;
	position: fixed;
	z-index: 1000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7D5E8;
	text-transform: uppercase;
	background-color: #122B3F;
	height:15px;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #B7D5E8;
}

.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9A9A10;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FCD675;
}
a:active {
	color: #FFFFFF;
}
.navAdmin{
	background-color: #143452;
}

.navArea a:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navArea a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navArea a:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navArea a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#FCD675;
	text-decoration: none;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#FCD675;
	text-decoration: underline;
	font-weight: bold;
}

.contentNavArea{
	background-image: url(../images/layouts/comp1-inside%20copy_r2_c1.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 182px;
	width: 296px;

}
.contentFoot {
	background-image: url(../images/layouts/comp_final%20copy-blanknav_r15_c2.jpg);
	height: 74px;
	width: 428px;
}
.contentTitle {
	background-image: url(../images/layouts/comp1-inside%20copy_r3_c1.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 780px;
}

.contentTitleArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
}
.contentMain{
	background-image: url(../images/layouts/comp1-inside%20copy_r5_c1.jpg);
	background-repeat: repeat-y;
	width: 780px;
	vertical-align: top;
}
.contentMainArea{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.adminTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A87734;
	height:23px;
	text-transform: uppercase;
}



/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border: 1px solid #000000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #FFFFFF;
	line-height:1;
	background-color: #143452;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color:#296CA9;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #660000;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 155px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 155px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

.redText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.adminTable {
	background-color: #26649B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.altRow {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #FFFFFF;
}

.catName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444219;
	text-transform: uppercase;
}
.service {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #470509;
}
.servicePrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.serviceDesc {
	font-style: italic;
}
.tabber {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/tabs/tab.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
}

.tabber a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}
.tabber a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tabber a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}


.tabberHigh {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/tabs/tab-high.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
}

.tabberHigh a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}
.tabberHigh  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tabberHigh a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}


.navBar {
	
	position: absolute;
	z-index: 50;
	
	text-align: left;
}
.mainContent {
	position: absolute;
	z-index: 80;
	text-align: left;
}
.catName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4F521D;
	list-style-type: none;
}
.mainHome {
	background-image: url(../images/toparea-open-home_r1_c2.jpg);
	background-repeat: no-repeat;
	width: 342px;
}

.homeTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #460408;
	text-decoration: underline;
}
.plister {
	margin-left: -15px;
}
.vline {
	background-image: url(../images/v-line.gif);
	background-repeat: repeat-y;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #710707;
	background-image: url(../images/layouts/comp_final%20copy-blanknav_r1_c2.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 428px;
	font-size: 11px;
	text-decoration: underline;
}
.updateText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.updateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

.updateLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

.updateLink  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}
 
 
.updateLink  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}



.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.newslink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.newslink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
 
 
.newslink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #04591E;
	text-transform: uppercase;
}
.contentInsideTop {
	background-image: url(../images/layouts/inside-main_r2_c1.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 428px;
}
.contentInsideMain {
	background-image: url(../images/layouts/inside-main_r3_c1.jpg);
	background-repeat: repeat-y;
}
.contentInsideBottom {
	background-image: url(../images/layouts/inside-main_r5_c1.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 428px;
}
.contentInside {
	background-image: url(../images/layouts/inside-main_r6_c1.jpg);

}

.floorSpecs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.floorDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


/* Tab menu Styles */

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family: Arial, Helvetica, sans-serif;

	width:				90px;;
	height:				16px;
	background-image:	url('../images/tabs/p-tab.jpg');
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	border:			0px none;

	z-index:		1;
	white-space:	nowrap;
	text-align:		center; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma; margin-left:2px; margin-right:-1px; margin-top:1px; margin-bottom:1px; padding-left:0px; padding-right:0px; padding-top:2px; padding-bottom:0px
}

.dynamic-tab-pane-control .tab-row .tab.selected {
font-family: Arial, Helvetica, sans-serif;
	width:				90px; /* !important; */
	height:				18px; /* !important; */
	background-image:	url('../images/tabs/p-hoover-tab.jpg'); 
	background-repeat:	no-repeat;;

	border-bottom-width:	0;
	z-index:		3;
	top:			-2px;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma; margin-left:0px; margin-right:-3px; margin-top:1px; margin-bottom:-3px; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:0px
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family: Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	text-decoration:	none;
	cursor:				default;
	font-size: 11px;
	text-transform: none;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	width:				90px;
	height:				16px;
	background-image:	url('../images/tabs/p-hoover-tab.jpg');
	background-repeat:	no-repeat; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:11px; 
	font-family:Tahoma
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:				#FFFFFF;
	/*244, 243, 238*/
	/* 145, 155, 156*/
	
	padding:		10px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:Tahoma;
	background-position: 252px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #825B28;
	border-right-color: #825B28;
	border-bottom-color: #825B28;
	border-left-color: #93BEE0;
	
}


.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

/* Tab menu Styles End */
.videBkg {
	background-color: #E0DFE3;
}
.redText {
	color: #FF0000;
}


.tabber {
	border-left:0px solid #FFFFFF; border-right:thin solid #FFFFFF; border-top:0px solid #FFFFFF; border-bottom:0px solid #FFFFFF; font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url('../images/tabs/tab.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	background-color: #666666;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
	
}

.tabber a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}
.tabber a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tabber a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}


.tabberHigh {
	font-family: Arial, Helvetica, sans-serif;
	color:  #FFFFFF;
	background-image: url('../images/tabs/tab-high.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	background-color:#0066CC;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.tabberHigh a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}
.tabberHigh  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tabberHigh a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

.contentNavAreaHome {

	background-image: url(../images/layouts/comp1-home_r2_c1.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 182px;
	width: 278px;
}
.homeBkg {
	background-image: url(../images/layouts/comp1-home_r5_c1.jpg);
	background-repeat: no-repeat;
}
