/*
Theme Name: Waterview Crossing
Description: Waterview Crossing Theme
Version: 1.0
Author: go2guys.com

*/
html,body { height: 100%; }

body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0px;
	padding: 0px;
	
}
a {	
	color: #315384;
}
a:hover {
	color: #843154;
}	


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -40px auto;
	width: 780px;
	background: white url(/images/background.png) repeat;
}
#push {
	height: 40px;
}
#content {
	margin-left: 250px;

}
#footer {
	clear: both;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	height: 40px;
	color: #888;
	text-align: center;
	width: 780px;
	margin: 0px auto 0px auto;
}
#footer a{
	color: #888;
	font-weight: normal;
	text-decoration: none;
	margin: 1px;
}
#footer img {
	margin: 2px 40px 2px 55px;
	border: none;
}
ul {
	margin: 3px 0px 3px 20px;
}
h1 {
	color: #315384;
	margin: .3em 0em 1em 0em;
	border-bottom: 1px dotted #83a3d0;
	padding-left: .5em;
	line-height: .75em;
}
h2{
	color: #843154;
	font-size: 110%;
	margin: 1em 0em .4em 0em;
	padding-left: .5em;
	border-bottom: 1px dotted #bc829b;
	line-height: .7em;
}

div.menu {
	display: none;
	position: absolute;
	margin-left: 261px;
	margin-top: 13px;
}
#menu a {
	color: #315384;
	font-size: 17px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #843154;
}

