@charset "UTF-8";
/* CSS Document */

html, body {
	text-align:center;
	color:#333333;
	height:100%;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#636466;
	background-image:url(../images/waterford_background.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.wrapper {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -60px;
}

.push, .footer {
	position:relative;
	height: 45px; /* .push must be the same height as .footer */
	clear:both;
	margin:0px auto;
	background-color:#FFF;
	margin-bottom:0px;
}

.push {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:8pt;
	padding-right:62px;
	padding-left:62px;
}

.footer {
	padding-left:62px;
	padding-right:62px;
}

.image {
	border-style:solid;
	border-width:1px;
	border-color:#a39970;
}

p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:10pt;
	line-height:14pt;
	margin-top:0px;
	margin-bottom:15px;
	
}

h1 {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:16pt;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;	
}

h3 {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:10pt;
	margin-top:0px;
	margin-bottom:15px;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

ul {
	padding-left:20px;
	margin-top:15px;
}

li {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:10pt;
	line-height:14pt;
}

#container {
	position:relative;
	margin:0px auto -40px;
	width:968px;
	min-height: 100%;
	height: 100%;
	background-color:#FFF;
}

#header_logo {
	position:relative;
	float:left;
	width:440px;
	height:73px;
}

#header_content {
	position:relative;
	float:left;
	width:466px;
	height:33px;
	padding-top:40px;
	padding-right:62px;
	text-align:right;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:10pt;
	line-height:14pt;
	
}

#navigation {
	position:relative;
	clear:both;
	width:968px;
	height:41px;
}

#navigation_1 {
	position:relative;
	float:left;
	width:62px;
	height:41px;
}

#navigation_2 {
	position:relative;
	float:left;
	width:135px;
	height:41px;
}

#navigation_3 {
	position:relative;
	float:left;
	width:127px;
	height:41px;
}

#navigation_4 {
	position:relative;
	float:left;
	width:116px;
	height:41px;
}

#navigation_5 {
	position:relative;
	float:left;
	width:139px;
	height:41px;
}

#navigation_6 {
	position:relative;
	float:left;
	width:126px;
	height:41px;
}

#navigation_7 {
	position:relative;
	float:left;
	width:146px;
	height:41px;
}

#navigation_8 {
	position:relative;
	float:left;
	width:117px;
	height:41px;
}

#spacer {
	position:relative;
	clear:both;
	width:968px;
	height:12px;
}

#banner_left {
	position:relative;
	float:left;
	width:62px;
	height:261px;
}

#banner_image {
	position:relative;
	float:left;
	width:844px;
	height:261px;
}

#banner_right {
	position:relative;
	float:left;
	width:62px;
	height:261px;
}

#content {
	position:relative;
	clear:both;
	width:844px;
	height:100%;
	padding-left:62px;
	padding-right:62px;
	padding-top:20px;
	padding-bottom:0px;
	text-align:left;
	background-color:#FFF;
}

.left_column {
	width:550px;
	float:left;
	
}

.right_column {
	width:259px;
	margin-left:35px;
	float:left;
	
}

.right {
	text-align:left;
	font-size:8pt;
	line-height:12pt;
}

td {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:10pt;
	line-height:14pt;
	margin-top:0px;
	margin-bottom:15px;
	
}

input[type='text'] {
	width:200px;
	height:20px;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:10pt;
	background-color:#e7e7e7;
	border-color:#333;
	border-style:solid;
	border-width:1px;	
	
}

input[type='password'] {
	width:200px;
	height:20px;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:10pt;	
	background-color:#e7e7e7;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	
}