/* CSS Document */

body {
	margin: 15px 0px 15px 0px;
	background-color: #f8f9fa;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8c;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8c;
}
a:hover {
	color: #055e7f;
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #64858a;
	font-size: 24px;
	margin: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #64858a;
	font-size: 18px;
	margin: 0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

em {
	font-family: "Times New Roman", Times, serif;
	color: #8e8e8c;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

ul {
	line-height: 18px;
	margin-top: 0px;
}

#homecontainer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #cdcdcd;
	background-color: #FFFFFF;
	padding-top: 20px;
	background-image: url(../images/header_bg_home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #cdcdcd;
	background-color: #FFFFFF;
	padding-top: 20px;
}

#homeheader {
	text-align: center;
	margin-bottom: 12px;
}
#homeheader a:link, #homeheader a:visited, #homeheader a:active {
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color: #8e8e8c;
}
#homeheader a:hover {
	padding: 0px 8px 0px 8px;
	color: #055e7f;
	text-decoration: none;
}

#header {
	background-image: url(../images/whitebay_logo_sm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 920px;
	margin: 0px 0px 12px 20px;
	padding: 60px 0px 10px 0px;
	text-align: right;
}
#header a:link, #header a:visited, #header a:active {
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color: #8e8e8c;
}
#header a:hover {
	padding: 0px 8px 0px 8px;
	color: #055e7f;
	text-decoration: none;
}

#contenthome {
	width: 940px;
	background-image: url(../images/content_bg_home.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#contenthome p {
	margin: 20px 0px 0px 0px;
}

div#content {
	width: 900px;
	margin-left: 20px;
}

#content {
	width: 940px;
	margin-top: 20px;
}
#content td {
	vertical-align: top;
}
#content p {
	line-height: 24px;
}

td.photopanel {
	width: 235px;
}
.photopanel img {
	padding-bottom: 45px;
}

td.featpanel {
	width: 330px;
	text-align: right;
}

#footerhome {
	width: 940px;
	padding: 25px 0px 25px 0px;
	text-align: center;
	background-image: url(../images/footer_bg_home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#footerhome a:link, #footerhome a:visited, #footerhome a:active {
	text-decoration: none;
	color: #8e8e8c;
}
#footerhome a:hover {
	text-decoration: none;
	color: #055e7f;
}

#footerintro {
	width: 940px;
	padding: 25px 0px 25px 0px;
	text-align: center;
}
#footerintro a:link, #footerintro a:visited, #footerintro a:active {
	text-decoration: none;
	color: #8e8e8c;
}
#footerintro a:hover {
	text-decoration: none;
	color: #055e7f;
}


#footer {
	width: 940px;
	padding: 15px 0px 25px 0px;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #8e8e8c;
}
#footer a:hover {
	text-decoration: none;
	color: #055e7f;
}
.space {
}
.space a:link, .space a:active, .space a:visited {
	padding: 0px 10px 0px 10px;
}
.space a:hover {
	padding: 0px 10px 0px 10px;
}

.press {
	width: 600px;
}
.press th {
	padding: 5px 5px 5px 0px;
	width: 100px;
	text-align: left;
	font-weight: normal;
	color: #055e7f;
}
.press td {
	padding: 5px 5px 5px 0px;
}
.divider {
	height: 60px;
	background: url(../images/divider.gif) center repeat-x;
	width: 600px;
}

.plans {
	border-bottom: 1px solid #cdcdcd;
}
.plans h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding-left: 10px;
}
.plans td {
	padding-bottom: 10px;
}

.note {
	width: 470px;
	background-color: #055e7f;
	text-align: center;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
	padding: 20px;
	color: #FFFFFF;
}

.note a{
	color:#fff;
	}