/* CSS Document */

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/bk.gif) repeat-x #F7F4D5;
	font-size:85%;
}

p {
	margin: 0 0 1em 0;
	font-size:11px;
}

a {
	color:#900;}

a:hover {
	color: #000;}

a:visited {
	color: #660000;}
	
/* ~~~~~~~~~~~~~~MAIN~~~~~~~~~~~~~~~~ */
#container {
	width:868px;
	margin:auto;
}

	
/* ~~~~~~~~~~~~~~TOP~~~~~~~~~~~~~~~~ */
	
#logo {
	width:868px;
	float:left;
	height: 83px;
	text-align:center;
	background:url(../images/logobk.gif) no-repeat;}	

#top {
	width:868px;
	float:left;
	height: 63px;
	background:url(../images/top.gif) no-repeat;
	padding:0 0 0 0px;}	

	
/* ~~~~~~~~~~~~~~MENU CODE~~~~~~~~~~~~~~~~ */
#menu {
	width:827px;
	float:left;
	height: 40px;
	background:url(../images/menu0.gif) no-repeat;
	padding-left: 41px;
}	

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li a {
	float:left;
	height:40px;
	display:block;}
	
#menu li.home a{
	background-image: url(../images/menu/1.gif);
	background-position:top;
	width: 64px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.home a:hover{
	background-position:bottom;}
	
#menu li.why a{
	background-image: url(../images/menu/2.gif);
	background-position:top;
	width: 112px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.why a:hover{
	background-position:bottom;}
	
#menu li.ament a{
	background-image: url(../images/menu/3.gif);
	background-position:top;
	width: 89px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.ament a:hover{
	background-position:bottom;}
	
#menu li.floor a{
	background-image: url(../images/menu/4.gif);
	background-position:top;
	width: 94px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.floor a:hover{
	background-position:bottom;}
	
#menu li.neigh a{
	background-image: url(../images/menu/5.gif);
	background-position:top;
	width: 109px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.neigh a:hover{
	background-position:bottom;}
	
#menu li.photo a{
	background-image: url(../images/menu/6.gif);
	background-position:top;
	width: 112px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.photo a:hover{
	background-position:bottom;}
	
#menu li.about a{
	background-image: url(../images/menu/7.gif);
	background-position:top;
	width: 122px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.about a:hover{
	background-position:bottom;}
	
#menu li.contact a{
	background-image: url(../images/menu/8.gif);
	background-position:top;
	width: 93px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.contact a:hover{
	background-position:bottom;}

/* ~~~~~~~~~~~~~~END MENU CODE~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */
	
#content {
	width:868px;
	float:left;
	padding: 0;}

#contentbk {
	width:868px;
	float:left;
	padding: 0 0 0 0;
	background:url(../images/cross.jpg);
}

/* ~~~~~~~~~~~~~~LEFT~~~~~~~~~~~~~~~~ */		
#left {
	width:294px;
	float:left;
	padding-left:41px;
	background:url(../images/left.gif) repeat-x;
}

#gallery {
	width:294px;
	float:left;
	margin-bottom:3px;
}

#sidetext {
	width:254px;
	float:left;
	background-color:#00461E;
	margin-bottom:3px;
	padding: 20px;
}

#sidetext p {
	font-size:11px;
	color:#fff;}
	
#sidetext h2 {
	font-size:20px;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
	font-family:"Times New Roman", Times, serif;
	color:#C8B477;
}

#construction {
	width:294px;
	float:left;
}

/* ~~~~~~~~~~~~~~RIGHT~~~~~~~~~~~~~~~~ */	
#right {
	width:533px;
	float:left;
	background:url(../images/contentbk.jpg) no-repeat;
}

#right p {
	padding: 0 20px 0 40px;}

#siteplan {
	width:513px;
	height:30px;
	background:url(../images/siteplan.gif);
	float:left;
	padding: 30px 0 0 20px;
}

#siteplan a {
	font-size:12px;
	color:#ccc;
	font-weight:bold;}
	
#siteplan a:hover {
	color:#fff;}

#flash {
	width:533px;
	height:145px;
	float:left;
}

#text {
	width:470px;
	background:url(../images/contentbk.jpg) no-repeat;
	float:left;
	padding: 25px 30px 10px 30px;
}

/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */	
#footer {
	width:508px;
	height:60px;
	font-size:11px;
	color:#666666;
	background:url(../images/footer.gif) #000 no-repeat;
	padding: 20px 0 0 360px;
	float: left;
}
#footerbk {
	width:100%;
	float:left;
	background:#000;
}
	
#footer a {
	font-size:11px;
	color:#A3A18C;
	text-decoration:none;}
	
#footer a:hover {
	color:#fff;}
	
#footer p {
	font-size:11px;
	color: #666666;
}
		
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:28px;
	color:#000;
	margin:0;
	padding:10px 0 20px 40px;
	font-weight:normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom:0;
	padding-bottom:0;
	color:#009900;
}

.red {
	color:#900;
}

.big {
	font-size:12px;
	font-weight:bold;
	color:#000;}
