/* UNS CSS Document */

body {
	color: #114d61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

p {
	line-height: 16px;
}

a {
	color: #114d61;
	text-decoration: underline;
}


h2 {
	font-size: 21px;
	margin: 0;
}

h3 {
	font-size: 21px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 1px;
	margin-top: 0px;
}

h4 {
	font-size: 16px;
	margin: 0;
}

h5 {
	font-size: 13px;
	margin: 0;
}

hr {
	border: none;
	border-bottom: solid 1px #cccccc;
	margin: 15px 0 35px 0;
}

.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 900px;
}

/* Header and Nav */

.header_logo {
	float: left;
}

.header_contact {
	float: right;
	margin-top: 32px;
	text-align: right;
}

.header_callout {
	font-size: 18px;
}

.color_callout {
	color: #c2bd82;
}

.nav {
	background: url(/images/common/nav_back.gif) repeat-x;
	float: left;
	margin-bottom: 35px;
	p/adding-left: 8px;
	width: 900px;
}

/* Homepage Content */

.highlight_text {
	background: url(/images/common/highlight_copy.gif) repeat-x;
	float: left;
	height: 120px;
	padding: 39px;
	width: 527px;
}

.float_text {
	float: left;
	width: 400px;
}

.type_change {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	line-height: 20px;
}

.link_holder {
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	clear: both;
	padding: 8px 0;
}

.quote_text {
	float: left;
	font-style: italic;
	margin: 0 0 25px 0;
	width: 350px;
}

.quoter {
	font-style: normal;
	font-weight: bold;
}


/* Secondary Page Content */

.thin_left {
	float: left;
	width: 195px;
}

a.thin_link {
	background: #fff;
	border-top: solid 1px #cccccc;
	color: #114d61;
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}

a.thin_link:hover {
	background: #eef0f0;
	text-decoration: none;
}

.contact_holder {
	background: #eef0f0;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	padding: 8px;
}

input.email {
	background: #fff;
	border: solid 1px #cccccc;
	color: #cccccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px;
	height: 20px;
	width: 167px;
}

input.email_contact {
	background: #fff;
	border: solid 1px #cccccc;
	color: #cccccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px;
	height: 20px;
	width: 200px;
}
.contact_holder textarea {
	border: solid 1px #cccccc;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 60px;
	margin-top: 10px;
	padding: 5px;
	width: 167px;
}

input.email_submit {
	background: url(/images/common/submit_back.gif) no-repeat;
	border: none;
	color: #fff;
	height: 25px;
	margin: 10px 0 0 62px;
	width: 112px;
}

.wide_right {
	float: right;
	width: 660px;
}

li {
	list-style-image: url(/images/common/list_item.gif);
}

.pdf li {
	list-style-image: url(/images/common/pdf_icon.gif);
}

.form_row {
	float: left;
	width: 600px;
}

.form_name {
	float: left;
	margin: 16px 10px 0 0;
	text-align: right;
	width: 150px;
}

.radio_float {
	float: left;
	margin-top: 12px;
}

.logo {
	float: left;
	margin: 0 10px 0 0;
}

/* Footer */

.footer {
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 8px 0;
	text-align: right;
	width: 900px;
}

.smallItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}