﻿/*[fmt]1A90-1A9B-3*/
/*
Main Divs*/
#container
{
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 975px;
	background: #FFF;
}

#header
{
	width: 975px;
	height: 125px;
	background: url(images/victory.png) no-repeat left top;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#navigation
{
	position: absolute;
	display: block;
	width: 975px;
	height: 25px;
	background: #BFE29E;
	top: 119px;
}

#navigation ul
{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	float: left;
	width: 156px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#navigation a
{
	text-decoration: none;
	color: #FFF;
}

#content
{
	padding: 25px 20px 20px;
}

#content .frame
{
	display: block;
	margin: 15px auto 0;
}

.services li img
{
	background: url(images/shadow.png) no-repeat left top;
	padding: 0px 5px 5px;
}

#content .odd
{
	float: right;
	margin-left: 30px;
}

#content .even
{
	float: left;
	margin-right: 30px;
}

#content .photo
{
	border: 3px solid #bfe29e;
}

#content ul
{
	list-style-position: inside;
}

#content p
{
	font-size: 1em;
}

.services p
{
	text-align: justify;
}

#email-form .sent
{
	margin: 3em 0;
	text-align: center;
}

#email-form table
{
	margin: 0 auto;
	width: 60%;
}

#email-form table th
{
	font-size: 0.8em;
	text-align: left;
}

#email-form table .anti-spam-code .instructions
{
	font-size: 0.75em;
}

#email-form table .anti-spam-code .text-field
{
	float: left;
	margin-right: 1em;
	width: auto;
}

#email-form table .text-field
{
	width: 99%;
}

#email-form .controls td
{
	padding-top: 0.5em;
	text-align: center;
}

#email-form #contact-ip
{
	font-size: 0.65em;
	font-style: normal;
}

#amp
{
	position: absolute;
	background: url(images/amp.png) no-repeat left top;
	width: 200px;
	height: 200px;
	left: 400px;
	top: 450px;
}

#navigation a:active, #navigation a:hover
{
	color: #d9f1fe;
}

#footer
{
	clear: both;
	width: 975px;
	font-size: small;
	text-align: center;
	margin-top: 0.6em;
	padding-top: 2em;
	padding-bottom: 1em;
}

/*XHTML Elements*/
html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

body
{
	margin: 10px;
	padding: 0;
	background: url(images/gradient.png) repeat-x top left;
	background-color: #acbdd2;
	text-decoration: none;
}

body.default #content
{
	background: url(images/mtn_view.jpg) no-repeat left top;
	padding-top: 287px;
	margin-top: 18px;
	padding-bottom: 10px;
}

a, a:visited
{
	color: #5e88a2;
	text-decoration: underline;
}

a:active, a:hover
{
	/* color: #bfe29e; */
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	padding: 0;
	margin: 0 0 1em;
}

h2
{
	text-align: center;
	font-weight: bold;
	font-family: Times;
	font-size: 1.4em;
}

h3
{
	border-top: 1px solid #bfe29e;
	clear: both;
	margin-top: 2em;
	padding-top: 0.5em;
	text-align: center;
}

/*Classes and Pseudoclasses*/
.error
{
	color: #d00;
}

#footer .contact-info
{
	margin: 0 0 1em 0;
}

#footer .contact-info address
{
	font-style: normal;
}

.learn-more a
{
	background: transparent url( "images/learn-more.png" ) no-repeat right top;
	display: block;
	height: 0;
	margin: 0 0 0 auto;
	overflow: hidden;
	padding-top: 43px;
	width: 181px;
}

.text-field
{
	background: #fff;
	border: 2px solid #bfe29e;
	color: #000;
}

.services
{
	list-style: none;
	margin: 0 10px 1em;
	padding: 0;
	overflow: hidden;
}

.services li
{
	width: 400px;
	background: #d9f1fe;
	margin: 10px 0 -1000px;
	padding: 10px 20px 1000px;
}

.services li.concierge
{
	float: right;
}

.services li.cleaning
{
	float: left;
}

.services li h2
{
	margin: 1em auto;
}

.services li h2 span
{
	background: url(images/bfly.png) no-repeat left center;
	padding-left: 1.6em;
}

dl.menu
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl.menu dd
{
	margin: 0.25em 0 1.5em 0;
	padding: 0;
}

.information
{
	font-size: 0.85em;
	margin: 0 0 1em 0;
	text-align: center;
}

.information div
{
	color: #7396b0;
}

.information address
{
	font-style: normal;
	margin: 0.5em 0;
}

.information .phone
{
	color: #000;
}

.important
{
	color: #d00;
}

.non-semantic-spacer
{
	clear: both;
}

a.button, a.button:visited
{
	background: #5e88a2;
	border: 2px solid #4d7791;
	border-top-color: #7faac4;
	border-bottom-color: #2b5570;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
}

a.button:active, a.button:hover
{
	background: #7faac4;
	border-color: #6f99b3;
	border-top-color: #9fcce6;
	border-bottom-color: #4d7791;
}