/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}
img
{
	border:0px;
}

/* =Structure
------------------------- Page Structure ------------------
*/

body 
{
	background-color:#dfeef2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height: 1.3em;
	background-image:url(../images/hackthorne_gardens_background.gif);
	background-repeat: repeat;
	color: #5c453e;
}
.pageImage1
{
	position:relative;
	float:right;
	margin-left:15px;
}
.pageImage2
{
	position:relative;
	float:right;
	margin-left:5px;
}
.rightImage
{
	position:relative;
	float:right;
	
}
#wrapper
{
	margin:0px auto 0px auto;
	width:950px;
	height:613px;
	position:relative;
	border: 1px #FFFFFF solid;
	background-image:url(../images/content-bk.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#header
{
	width:100%;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6faabc;
	margin-top: 46px;
	margin-bottom: 30px;
	text-align:center;
}
#content_wrapper
{
	width:100%;
	position:relative;
	height: 100%;
}

#content_header
{
	width: 900px;
	height: 147px;
	margin-left:22px;
	background-image: url(../images/hackthorne_gardens_logo.jpg);
	background-repeat:no-repeat;
}

#home
{
	margin-top: 15px;
	width: 710px;
	position:relative;
	float:left;
	margin-left: 30px;
}

#content
{
	margin-top: 15px;
	width: 710px;
	position:relative;
	float:left;
	margin-left: 30px;
	font-size:.85em;
	line-height: 1.3em;
}
.column ul
{
	margin-left: 10px;
}

.column a
{
	/*font-size: 1.1em;*/
	font-weight: normal;
}
.column
{
	position:relative;
	float:left;
	width: 220px;
	margin-right: 15px;
}
#textOverlay
{
	position:absolute;
	z-index: 100;
	width: 160px;
	height: 150px;
}
/* =Formating
------------------------- Formating ------------------
*/

h1
{
	font-size: 1.2em;
	font-weight:bold;
	padding-bottom: 5px;
	color: #6faabc;
}
h2
{
	font-size: 1.1em;
	font-weight:bold;
	padding-bottom: 5px;
}
a
{
	color: #5c453e;
	text-decoration:underline;
	/*font-weight: bold;*/

}
a:hover
{
	text-decoration:none;
}
/* =Menu
------------------------- Menu ------------------
*/

#menu
{
	line-height: 30px;
	text-indent: 20px;
	margin-top: 15px;

	position:relative;
	float:left;
	width: 180px;
}
#menu a
{
	text-decoration: none;
	color: #5c453e;
		font-weight: bold;
}
#menu a:hover
{
	text-decoration: underline;
}
#menu li 
{
	list-style-image:none;
	display:block;
	
}

#menu  .current a
{
	color:#6faabc;
	
}
/* =Footer
------------------------- Footer ------------------
*/
#footer
{
	width: 950px;
	position:relative;
	float:left;
	padding-top: 16px;
	color:#6faabc;
	font-size: 0.8em;
	text-align:right;
}
#footer a
{
	color:#6faabc;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
/* =Gallery
------------------------- Gallery ------------------
*/
#gallery
{
	margin-top: 15px;
	width: 710px;
	position:relative;
	float:left;
	margin-left: 30px;
	height: 290px;
	overflow: scroll;
}

#gallery_content
{
	margin-top: 35px;
	width: 710px;
	position:relative;
	float:left;
	margin-left: 210px;
}

/* =Contact
------------------------- Contact ------------------
*/
#contact_address
{
	position:absolute;
	z-index: 100;
	width: 160px;
	height: 150px;
	left: 750px;
	top: 220px;
}

