/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background: url('/images/new_home/background.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 0;
}

a {
	color: #0097cc;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #1651b4;
}

#wrapper {
	margin: 0 auto;
	background: url('/images/new_home/contentbackground.jpg') repeat-y;
	width: 932px;
}

#header {
	background: url('/images/new_home/header.jpg') no-repeat;
	width: 932px;
	height: 126px;
}

#logolink {
	position: relative;
	top: 0px;
	width: 180px;
	height: 70px;
	float: left;
	margin-left: 50px;
}

#logolink a, #logolink a:hover, #logolink a:visited, #logolink a:active {
	display: block;
	width: 180px;
	height: 70px;
	outline: none;
}

#bookbox {
	background: url('/images/new_home/bookbox.jpg') no-repeat;
	position: relative;
	top: 0px;
	width: 261px;
	height: 38px;
	float: right;
	margin: 0 50px 0 0;
}

#bookbox a, #bookbox a:hover, #bookbox a:visited, #bookbox a:active {
	display: block;
	width: 261px;
	height: 38px;
	outline: none;
}

.underlinemenu{
	font-weight: bold;
	width: 672px;
	float:right;
	padding: 16px 30px 0 0;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #007ebc;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 8px; /*spacing between each menu link*/
	text-decoration: none;
	font-size: 12px;
	border-bottom: 3px solid #ffffff; /*bottom border is 3px*/
	font-weight: bold;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #007ebc;
}

#pipe {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	padding: 0 35px 0 15px;
}

/* Content Starts Here */

#content {
	width: 932px;
	background: url('/images/new_home/contenttop.jpg') no-repeat;
}

#content_left {
	float: left;
	width: 619px;
	margin: 0 0 0 50px;
}

#content_right {
	float: right;
	width: 202px;
	margin: 0 50px 0 0;
}

#oceana{
	margin: 15px 0 0 -47px;
}

#property{
	width:196px;
	height:140px;
	float:left;
	margin-right:10px;
}

#propertytext{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	padding-bottom:10px;
	width:185px;
}

#kidsplay{
	margin: 15px 0 0 -4px;
}

#sidebartop {
	margin-top:-3px;
}

#sidebarmiddle {
	background: url('/images/new_home/sidebar_middle.png') repeat-y;
	margin-top:-1px;
}

#sidebarbottom {
	background: url('/images/new_home/sidebar_bottom.png') no-repeat;
	padding-bottom: 15px;
}

#email {
	margin-left:13px;
}

#emailtop {
	margin-top:-1px;
}

#emailmiddle {
	background: url('/images/new_home/sidebar_email.png') repeat-y;
}

h2 {
	color: #0099cc;
	width: 619px;
	font: normal 13px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
}

h3 {
	color: #365c7f;
	font-weight: bold;
	font-size: 12px;
	width: 150px;
	margin-top: 2px;
	padding: 10px 16px 2px 20px;
}

h4{
	color: #0097cc;
	font-weight: normal;
	font-size: 20px;
	padding: 5px 0 5px 25px;
}

h5 {
	color: #375d7f;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	width: 160px;
	padding: 3px 16px 7px 20px;
}

h6 {
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	width: 167px;
	padding: 10px 0 7px 20px;
}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #1651b4;
}

/* Content Ends Here */

#footertop {
	background: url('/images/new_home/footertop.png') no-repeat center;
	margin-bottom:-3px;
}

#footermiddle {
	background: url('/images/new_home/footermiddle.png') repeat-y center;
	margin-top:-1px;
	padding: 8px 0 8px 0;
}

#footerbottom {
	background: url('/images/new_home/footerbottom.png') no-repeat center;
	margin-top: -4px;
	padding-bottom: 0px;
}

#bottom {
	width:932px;
	padding: 10px 0 20px 0;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#footer a {
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}