/* CSS Document */

body {
	margin:0px;
	background-image:url(../media/bar_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}


#logo {
	position:absolute;
	left:15px;
	top:15px;
	float:left;
	z-index:5;
}
#bar {
	position:absolute;
	top:90px;
	right:150px;
	height:118px;
	z-index:1;
}
#bar img {
	padding:0px;
	margin:0px;
}
#siteplanbutton {
	position:absolute;
	top:6px;
	right:210px;
}
#left {
	margin-top:210px;
	margin-left:40px;
	margin-right:380px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.8em;
	color:#545;
}
#left h1 {
	font-size:2.4em;
	line-height:1.6em;
	color:#A14E18;
	font-weight:normal;
}
#left a {
	color:#5480C1;
	text-decoration:none;
}
#left a:hover {
	text-decoration:underline;
}
#left td {
	padding-right:20px;
}
#right {
	position:absolute;
	top:235px;
	right:25px;
	width:294px;
}
#sidebarskin {
	width:294px;
	background-image:url(../media/sidebar_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#sidebar {
	width:244px;
	padding-left:25px;
	padding:-right:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:2.2em;
	color:#545;
}
#sidebar h1 {
	font-size:1.55em;
	line-height:0.7em;
	color:#5480C1;
	font-weight:normal;	
}
#sidebar ul {
	margin-left:-20px;
	list-style-type:square;
}

#sidebar a {
	color:#5480C1;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}

.logo {
	float:right;
	margin:20px 15px 30px 0px
}

