/*   CSS  v1.0  Nov 4, 2008 Neteasy    */


html {
	height: 101%;	
}

body 	{
	margin: 0px;
	padding: 0px;
	font-size:0.8em;
	background-image: url(../img/bg_box.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F3FDE4;
	font-family: Tahoma, Geneva, sans-serif;	/* background-color: #ADCA6E;	*/
}

a		{
	text-decoration:none;
	color: #3E5F2D;
	font-weight: bold;
}

a:hover	{
	text-decoration:underline;	
}

h1, h2, h3, h4, h5, h6	{
	font-weight:normal;
	color: #3F602D;
}

h1	{ 
	font-size:180%;	
}

h2	{ 
	font-size:160%;	
}

h3	{ 
	font-size:140%;
}

h4	{ 
	font-size:120%;	
}

h5	{ 
	font-size:110%;	
}

h6	{ 
	font-size:180%;	
}

img	{ border:0;	}



/*  **************************************************  */
/*  Design Elements                 */

#pageWrapper {
	margin:0px auto;
	padding:0;
	width:750px;
	background-color: #FBEDE3; /*#F3FDE4;*/	/* background-color: #E7EFD7;	*/
	border-top: none;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
}
#pageWrapper #mastHead	{
	margin:0;
	padding:0;
	background-image: url(../img/masthead.png);
	background-repeat: no-repeat;
	height: 140px;
}
#pageWrapper #mastHead #logo	{
	margin: 0px;
	padding: 5px 0 5px 30px;
	width: 200px;
	float: left;
}
#pageWrapper #mastHead #contactInfo   {
	margin:0;
	padding: 10px 5px 0 0;
	float: right;
	font-size: 110%;
	color: #00356E;
}
#pageWrapper #assocGraphics {
	text-align: center;
	clear: both;
}
#pageWrapper #globalNav	{
	margin: 0;
	padding: 7px;
	clear: both;
	/*background-image: url(../img/nav-bg.png);
	background-repeat:no-repeat;*/
	background-color: #3e5f2d;
	color: #f6dcc6;
	/*border-top:1px solid #777;
	border-bottom:1px solid #777;*/
}
#pageWrapper #globalNav	a	{
	font-weight:normal;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.2em;
	color: #f6dcc6;
}
#pageWrapper #mainBody	{
	margin: 0px;
	padding:1em;
}

#pageWrapper #footer {
	text-align: center;
	margin: 5px;
	padding: 5px;
	
}

#pageWrapper #colophon {
	padding:5px;
	color:#1B4E85;
	font-size: 0.9em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #1B4E85;
	background-color: #3e5f2d;
	color: #f6dcc6;
	text-align: center;
}

#pageWrapper #colophon a {
	background-color: #3e5f2d;
	color: #f6dcc6;
}

#features {
	float: right;
	width: 200px;
	border: 3px solid #3e5f2d;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#features ul {
	padding-left: 20px;	
	margin-left: 10px;
}

.center {
	margin: 0 auto;
	text-align:center;
}

.amenityPic {
	float: right;
	width: 150px;
	border: 2px solid #000;
	margin-left: 10px;
	margin-top: 5px;
}

#plans img {
	border: 2px solid #000;	
}

#credit {
	text-align:center;	
}

.emergency {
	color:red;
	text-align:center;
	padding-bottom: 10px;
}

.required {
	color: red;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color: #FBEDE3 !important; 
 }
 
 #recaptcha_table {
   border-color: #3e5f2d !important; 
 }
 
 #recaptcha_response_field {
   border-color: #3e5f2d !important; 
   background-color:#FBEDE3 !important; 
 }

.staffpic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #000;
}