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

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(../images/main-bg.png) repeat left 381px;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0;
	padding: 0;
	background-image: url(../images/main-bg-grd.png);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 975px;
	margin: 0 auto;
	padding: 0;
	/*position: absolute;*/
}

#header {
	height: 153px;
	background-image: url(../images/hdr-right.png);
	background-repeat: no-repeat;
	background-position: right;
}

#header-logo {
	background-image: url(../images/hdr-logo.png);
	height: 153px;
	width: 429px;		
}

#feature {
	height: 188px;
	width: 975px;
	background-image: url(../images/sub-hdr-hand.png);
	background-repeat: no-repeat;
	background-position: right;	
}

#feature-content {
	width: 546px;
	height: 138px;
	background-image: url(../images/sub-hdr-content.png);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0 0 0 32px;
	padding: 35px 20px 15px 20px;
}

#feature-content h1 {
	margin: 3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #c1272d;
}

#feature-content p {
	margin: 5px 0;
	line-height: 16px;
}

#nav {
	height: 40px;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
}

#nav-cap-l {
	float: left;
	height: 40px;
	width: 40px;
	background-image: url(../images/nav-l.png);
	background-repeat: no-repeat;
}

#nav-cap-r {
	float: right;
	width: 5px;
	height: 40px;
	background-image: url(../images/nav-r.png);
	background-repeat: no-repeat;
}

#buttons {
	margin: 0 0 0 50px;
	width: 870px;
	height: 40px;
}

#content-wrapper {
	margin: 0;
	width: 965px;
	padding: 0 5px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
}

#content {
	background-image: url(../images/content-top-grd.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 40px 20px 15px 20px;
	/*margin: 30 auto;*/
	width: 925px;
}

#footer {
	background-image: url(../images/ftr.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 975px;
	clear: both;
}

#topnav {
	position: absolute;
	margin-left: 500px;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav ul li {
	display: inline;
	line-height: 20px;
	list-style-type: none;
	margin: 5px 12px;
}

#topnav ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #ffcf69;
}

#footerlinks {
	text-align: center;
}

#footerlinks ul {
	margin: 15px 0;
	padding: 0;
}

#footerlinks ul li {
	list-style-type: none;
	margin: 0 7px;
	display: inline;
}

#footerlinks ul li a {
	font-size: 12px;
	color: #95bfdb;
	text-decoration: none;
}

#footerlinks ul li a:hover {
	color: #ffcf69;
}

#content ul li, #content ol li {
	line-height: 20px;
}

#content p {
	line-height: 18px;
	margin: 6px 0 10px 0;
}

#content table {
	margin: 6px 0 20px 0;
}

#content h1, h2, h3 {
	margin: 0 0 10px 0;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0e4a78;
	font-weight: normal;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 14px;
}

#content table td.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
}

.dialog-error {
	border-color: #900;
	background-color: #F99;
	color: #600;
	padding: 6px;
	text-align: center;
	margin: 15px 0;
}

.dialog-success {
	color: #2c6c23;
	padding: 6px;
	text-align: center;
	background-color: #ecffe8;
	border: solid 1px #74be67;
	margin: 15px 0;
}

input.textbox, textarea.textbox {
	border: solid 1px #5ba8d3;
	padding: 4px;
	background-color: #d5edfb;
}

div.formalign {
	text-align: center;
	padding: 0 100px;
}

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

div.left {
	float: left;
	margin: 0 20px 15px 0;
}

.smalltext {
	font-size: 10px;
	margin: 2px 0;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

div.starbreak {
	width: 91px;
	height: 21px;
	margin: 20px 250px;
	padding: 0;
	background-image: url(../images/sep-stars.png);
	background-repeat: no-repeat;
	display: block;
}

.note {
	background-color: #fffbb0;
	background-image: url(../images/note-bg.png);
	background-repeat: repeat-x;
	margin: 5px;
	padding: 7px;
	border: 1px solid #d1cd7b;
}

div.wavebreak {
	width: 848px;
	height: 24px;
	margin: 20px auto;
	padding: 0;
	background-image: url(../images/break-lg.png);
	background-repeat: no-repeat;
	display: block;
}