/* Additional Styles */


#about_graphic {
	float: left;
}

#column {
	width: 550px;
	/*
	float: right;
	*/

	padding: 0 17px;
}

#copy_content {
	/*width: 960px;*/
}

#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;
	background-repeat:no-repeat;
}

#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 {
	margin-top:4px;
	margin-left:20px;
}
#copy_content ul li {
	font-size: 11px;
	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: 0 0 6px 0;
	padding: 0;
	color: #16A0E8;
	visibility:visible;
	letter-spacing:normal;
}

#copy_content h5 {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #16A0E8;
	visibility:visible;
	letter-spacing:normal;
}

#copy_content h6 {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
}
#anchor_list {
	margin: 0 0 15px -5px;
	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;
}
