/*colors
brown:#630, green: #693, blue: #366
*/

/*main styles*/
body
{
	text-align:center;
	margin: 0;
	background-color:white;
	font-family:"Trebuchet MS", Arial, sans-serif;;
	font-size: 14px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #d9ddff;
	color: black;
}

div.containAll
{
	width: 950px;
	background-color:white;
	border: solid #366 3px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
h1
{
	color: white;
	font-size: 30px;
	background-color: #693;
	padding: 3px;
	background-image:url(../images/h1BK.jpg);
	background-repeat:repeat-x;
	height: 40px;
	border-left: solid #630 1px;
	border-right: solid #630 1px;
	margin-top: 0;
}

h2
{
	color: #693;
	font-size:20px;
	border-bottom: #366 solid 1px;
}
h3
{
	margin-top: 10px;
	margin-bottom:3px;
}
h4
{
	margin-top: 10px;
	margin-bottom:15px;
}

a
{
	color: #693;
	text-decoration: none;
}
p
{
	margin-top: 0;
}
li
{
	padding-top:0px;
	padding-bottom: 0px;
}
a:hover
{
	text-decoration: underline;
}

li
{
	margin-bottom: 10px;
}
div.footer
{
	color: white;
	background-image: url(../images/linkBK.jpg);
	background-repeat:repeat-x;
	text-align: center;
	padding-top: 5px;
	background-color: #366;
	height: 25px;
	clear: both;
}

div.media
{
	width: 475px;
	height: 400px;
	float: left;
	border-bottom: solid #366 3px;
	padding:0;
	margin: 0;
	display: block;
}
img.imgMedia
{
	padding: 0;
	margin: 0;
	height: 400px;
	width: 475px;
	display: block;

}
div.points
{
	width: 455px;
	height: 390px;
	padding: 10px 10px 0 10px;
	float: right;
	border-bottom: solid #366 3px;
}

div.content
{
	clear: both;
	padding: 10px;
}
.clearit
{
	clear:both;
}

p.info
{
text-align: center;
}
/*header*/
div.header
{
	width: 950px;
	background-image: url(../images/headerBK.jpg);
	background-repeat:no-repeat;
	height:130px;
}
div.header img
{
	border: none;
}
div.logo
{
	float:left;
	padding-top: 30px;
}

div.topLinks
{
	float: right;
	text-align: right;
	margin: 10px;
}

div.topLinks a
{
	color: #693;
}
div.mainLinks
{
	clear: both;
	width: 950px;
	background-image: url(../images/linkBK.jpg);
	background-repeat:repeat-x;
	height:30px;
	font-size:95%;
	color: white;
	
}

div.mainLinks a
{
	color: white;
}
div.links
{
	float: left;
	border-right: solid white 1px;
	padding: 6px 6px 4px 6px;
}



/*index*/
div.indexLink
{
	width: 148px;
	height: 196px;
	background-image: url(../images/greenBlock.jpg);
	background-repeat:no-repeat;
	padding: 5px 10px;
	color: white;
	text-align:center;
	float: left;
	margin: 5px;
}
div.indexCont
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
div.indexLink a
{
	color: white;
}
div.indexLink img
{
	border: white solid 2px;
}
/*natural disasters*/
div.pointsInner
{
	height: 320px;
}
div.ndLinks
{
	border-top: solid #366 2px;
	padding: 3px;
}
/*floorplans*/
div#prevLink
{
	float: left;
	cursor: pointer;
}

div#nextLink
{
	float: right;
	cursor: pointer;
}
#pictTitle
{
	text-align: center;
	float:left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #693;
}
div.floorPlan
{
	clear: both;
	text-align: center;
}
div.construction
{
	text-align: center;
	border-top: solid 1px #366;
	padding-top: 5px;
}
/*richard*/
div.richBC
{
	height: 185px;
	width: 350px;
	border: black solid 1px;
}

img.richard
{
	height: 185px;
	float: left;
	padding-right: 8px;
}
p.richCont
{
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
/*contact*/
div.contactL
{
	float: left;
	width: 110px;
}

/*rss*/
p.description
{
	margin: 0 0 0 20px;
}

p.readMore
{
	margin: 5px 0 0 20px;
}
/*site map*/
h5
{
	font-size: 16px;
	margin: 0 0 3px 0;
	font-weight: bold;
}
p.smp
{
	margin: 0 0 3px 0;
}
div.siteMap
{
	width: 230px;
	float:left;
}
div.vTours
{
	margin: 40px 70px 30px 40px;
}