﻿/*-------- GLOBAL CSS -------------*/

*
{
	margin: 0;
	padding: 0;
}


body {
	background-color: #FED859;
	background-image: url('images/bg_body_op.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited
{
	color: #FDC200;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	text-decoration: underline;
}

/*-------- TEMPLATE LAYOUT CSS -------------*/

#ContentContainer
{
	margin: 0 auto;
	width: 800px;
	position: absolute;
	background: transparent url('images/bg_container.png') left top repeat-y;
	z-index: 2;
	margin-top: 245px;
	margin-left: 62px;
	margin-bottom: 50px;
}

#MainPageContent
{
	background: transparent;
	position: relative;
}

#PageHeader
{	
	background-image: url('images/logo1.jpg');
	background-repeat:no-repeat;
	position:absolute;
	top: -244px;	
	left: -62px;
	width:362px;
	height:245px;
}

#PageContent
{
	color: #000;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 30px 30px 15px 15px;
	margin-left: 165px;
	margin-top: 0px;
	height: 100%;
	top:2px;
}

#PageContent h3
{
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#BottomContent
{
	color: #000;
	margin-left: 165px;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 15px 35px 15px 15px;
	position: relative;
	height: 100%;
}

#BottomContent p
{
	padding-left: 20px;
}

/*-------- PAGE CONTENT AREAS -------------*/


#ContentShortLeft
{
	width: 276px;
	float: left;
}

#ContentShortLeft h3
{
	background: transparent url('images/subheader_short.jpg') left top no-repeat;
	height: 37px;
	margin: 0 0 10px 1px;
	width: 276px;
}

#ContentShortLeft .p1
{
	background: transparent url( '../../images/tan1.jpg' ) 30px 0px no-repeat;
	padding-left: 20px;
	padding-top: 130px;
}
#ContentShortLeft .p2
{
	padding-left: 20px;
}


#ContentShortRight 
{
	margin-left: 300px;
	margin-top: -23px;
	width: 276px;
}

#ContentShortRight h3
{
	background: transparent url('images/subheader_short.jpg') left top no-repeat;
	height: 37px;
	margin: 23px 0 10px 1px;
	width: 276px;
}

#ContentShortRight .p1
{
	background: transparent url( '../../images/tan2.jpg' ) 30px 0px no-repeat;
	padding-left: 20px;
	padding-top: 130px;
}
#ContentShortRight .p2
{
	padding-left: 20px;
}


#ContentLarge 
{
	margin-bottom: 50px;
}

#ContentLarge h3
{
	background: transparent url('images/subheader.jpg') left top no-repeat;
	height: 37px;
	margin: 23px 0 10px 1px;
}

/*-------- SIDE PANEL CSS -------------*/

#SidePanel
{
	color: #000000;
	font-weight: normal;
	padding: 0px 10px 0 0;
	position: absolute;
	top: 2px;
	width: 150px;
}

#SidePanel h3
{
	padding-left: 10px;
}

#SidePanel a, #SidePanel a:link, #SidePanel a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#SidePanel a:hover, #SidePanel a:active, #SidePanel a:focus
{
	text-decoration: underline;
}

#SidePanel ul li
{
	font-size: 70%;
	list-style: none;
}

/*-------- NAVIGATION CSS -------------*/

#Menu
{
	padding-bottom: 15px;
}

#Menu ul li a
{
	display: block;
	font: bold 110%/19px Arial, Helvetica, sans-serif;
}

#Menu ul li a.c
{
	color: #000;
	display: inline;
	font: normal 90%/19px Arial, Helvetica, sans-serif;
}

.MenuButton
{
	background-image: url('images/menu_btn.png');
	background-repeat: no-repeat;
}

.MenuButtonOver
{
	background-image: url('images/menu_btn_over.png');
	background-repeat: no-repeat;
}

/*-------- CONTACT INFO CSS -------------*/

#ContactInfo
{
	padding: 0px 0px 10px 0px;
}

.CallNow
{
	background: url('images/callnow.jpg') left top no-repeat;
	display: block;
	margin: 0 auto;
	height: 88px;
}

/*-------- SIDE PANEL NEWSLETTER BOX CSS -------------*/

#NewsletterBox
{
	padding-bottom: 30px;
}

.NewsletterBoxTitle
{
	background: url('images/signup.png') left top no-repeat;
	display: block;
	margin: 0px auto;
	height: 31px;
	padding-bottom:5px;
}

.NewsLetterBoxContent
{
	color: black;
	padding-left:2px;
}

.NewsLetterBoxLabel
{
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	font-family: :Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

/*-------- FOOTER/COPYRIGHT FORMATTING -------------*/

#Footer
{
	bottom: -45px;
	left: -6px;
	position: absolute;
	width: 624px;
	height:50px;
	padding-left: 0px;
	vertical-align:top;
}

#Footer a, #Footer a:link, #Footer a:visited
{
	color: #938B01;
}

* html #Footer
{
	bottom: -45px;
}

#Copyright
{
	padding-left:10px;
	margin-top:10px;
	text-transform:uppercase;
	font-size: 8px;
	color: #938B01;	
	top:0px;
	background-color:#EBC958;
	width:100%;
	vertical-align:top;
}

/* FORMS */

.FieldName
{
	float: left;
	width: 75px;
	height: 25px;
	font-weight:bold;
	font-size:11px;
	vertical-align:top;
}

.FieldData
{
	width: 250px;
	height: 25px;
	vertical-align:top;
}

/*-------- NEWSLETTER PAGE -------------*/

.NewsletterHR
{
	height:1px;
}

.NewsletterTitle
{
	font-weight:bold;
	color:#000;
}

.NewsletterSubTitle
{
	color:Gray;
}

.NewsletterText
{
	position:relative;
	padding-left:40px;
}

.NewsletterDateInfo
{
	color: #AAA;
	border-top: solid 1px #AAA;
	font-size:smaller;	
}

.ArticleShow
{
	display:block;
}

.ArticleHide
{
	display:none;
}

/* ADMIN */

.LoginBoxTitle 
{
	text-align:left;
	font-weight: bold;
	margin-bottom:10px;	
}

.ArticleSubject
{
	color: #808080;
}

.AdminLink a, .AdminLink a:active, .AdminLink a:hover
{
	color: #F29E00;
}
/* OurBeds Page */
.Beds
{
    font-size:15px;
    font-weight: bold;
    color: #f1cc52;
}
