/* CSS Document */


#about_graphic {
	float: left;
}

#column {
	padding: 0 20px 0 20px;
	width: 550px;
	float: right;
}

#copy_content {
	margin-top: 50px;
	text-align: left;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}

#privacy {
	margin: 15px 0 15px 0;
}

#content-text {
	padding: 0 20px 100px 20px;
}

#contact_form {
	padding: 0 15px 0 30px;
	width: 435px;
	float: left;
}

#right_contact {
	padding: 0 30px 0 15px;
	width: 435px;
	float: right;
}

#copy_content h1 {
	width: 959px;
	height: 50px;
	margin: 0 0 15px 0;
	padding: 0;
}

#privacy_title { background-image: url(/images/privacypolicy_title.gif); }
#terms_title { background-image: url(/images/termsofuse_title.gif); }
#sitehelp_title { background-image: url(/images/sitehelp_title.gif); }
#contact_title { background-image: url(/images/contact_title.gif); }
#feedback_title { background-image: url(/images/feedback_title.gif); }


#copy_content h1 span {
	display: none;
}

#copy_content .header {
	width: 577px;
	height: 50px;
	margin: 0 0 15px 5px;
	padding: 0;
	float: left;
}

#copy_content .header2 {
	width: 949px;
	height: 50px;
	margin: 0 0 15px 0px;
	padding: 0;
}

#about_title {
	background-image: url(/images/about_title.gif);
}

#copy_content h2 span {
	display: none;
}

#copy_content p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 5px 10px 9px 10px;
}

#copy_content ul {
	font-size: 11px;
}

#copy_content li {
	padding-bottom: 5px;
}

#copy_content a {
	color: #16A0E8;
	text-decoration: none;
}

#copy_content a:visited {
	color: #16A0E8;
}

#copy_content a:hover {
	color: #0084C9;
	text-decoration: underline;
}

#copy_content h4 {
	font-size: 12px;
	margin: 5px 0 0 20;

	color: #16A0E8;
}

#copy_content h5 {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #16A0E8;
}

#copy_content h6 {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
}
#anchor_list {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: lower-alpha;
	font-size: 11px;
	color: #16A0E8;
}

#anchor_list li {
	padding:0;
	margin: 5px 0 5px 30px;
}

#citations {
	width: 400px;
	margin: 0 0 10px 30px;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}

#citations li {
	padding: 3px 0 7px 0;
}

/* Contact Form */

#contact_form label {
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	float: left;
}

#first_name, #last_name, #email, #telephone {
	margin: 0 50px 12px 0;
	padding: 2px;
	font-size: 12px;
	color: #333;
	width: 250px;
	border: 1px solid #999;
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
	float: left;
}

#comments {
	margin: 0 50px 2px 0;
	padding: 2px;
	font-size: 12px;
	color: #333;
	height: 75px;
	width: 250px;
	border: 1px solid #999;
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
}

#clear_btn {
	float: right;
	padding-top: 10px;
	padding-right: 84px;
}

#submit_btn {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.red {
	color: #CC0000;
}

/* -- Logo: Absolute Location -- */

#logo {
	position: absolute;
	left: 810px;
	top: 20px;
	float: right;
	width: 100px;
}

h1 {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 60px;
}

h1 span {
	display: none;
}

#logo_btn a {
	height: 60px;
	width: 100px;
	display: block;
	background-image: url(images/logo_btn.jpg);
	background-position: 0 0;
}

#logo a:hover {
	background-position: 0 -60px;
}

/* -- FOOTER FOOTER FOOTER FOOTER -- */

#footer {
	padding-top: 25px;
	width: 890px;
	clear: both;
	text-align: right;
} 

#footer_nav {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	display: block;
}

#footer_nav li {
	float: right;
	margin: 0 5px 0 5px;
	padding: 0;
}

#footer_nav a {
	color: #666;
	text-decoration: underline;
}

#footer_nav a:visited {
	color: #666;
}

#footer_nav a:hover {
	color: #999;
}
