/* global resets */

* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	overflow:-moz-scrollbars-vertical;
}

textarea {
	overflow:auto;
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	min-height: 101%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

ol, ul {
	list-style: none;
}

/* general markup */

h1#logo {
	text-indent:-9000px;
	display:none;
}

a:link {
	color: #333366;
}

a:hover {
	text-decoration: none;
	color: #666699;
}

a:visited {
	color: #333366;
}

a:active {
	color: green;
}

.emphasized {
	font-weight: bold;
	color: #666666;
}

.wrapper {
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	width: 870px;
	color: #000;
}

#header-wrapper {
	width: 858px;
	margin: 0 auto;
	height: 139px;
	background: #FFFFFF;
	border-bottom: 1px solid #333333;
}

#header-masthead #logo-masthead {
	float:left;
	width: 600px;
	height: 139px;
	background: transparent url(../images/logoleft.jpg) no-repeat 0 0;
	cursor: pointer;
}

#header-masthead #cpnewsletter {
	float: right;
	width: 104px;
	height: 36px;
	margin: 0px 0px 0px 0px;
	background: url(../images/cpnewsletterlink.gif) no-repeat;
}

#header-masthead #cpmailinglist {
	float: right;
	width: 89px;
	height: 34px;
	margin: 0px 0px 0px 10px;
	background: url(../images/cpmailinglist.jpg) no-repeat;
}

h1 a {
	width: 600px;
	height: 51px;
	margin-top: 0px;
	display: block;
	text-indent:-9000px;
	float: left;
	border: none;
		text-decoration: none;
}

h2 a {
	width: 104px;
	height: 34px;
	margin-top: -20px;
	padding-top: -20px;
	display: block;
	text-indent:-9000px;
	float: left;
		border: none;
			text-decoration: none;
}

h3 a {
	width: 89px;
	height: 34px;
	margin-top: -20px;
	padding-top: -20px;
	display: block;
	text-indent:-9000px;
	float: left;
		border: none;
		text-decoration: none;
	
}

/* Content */
#content {
	text-align: left;
	padding: 10px 20px 10px 20px;

}

#wideone {
	text-align: left;
	padding: 34px 0px 28px 10px;
	

}

#wideone p {
	text-align: left;
	font-size: .8em;
	line-height: 19px;
	margin-bottom: 18px;
	letter-spacing: 0.04ex;
}

/* headings */
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15.4px;
	color: #710606;
	margin: 20px 20px 10px 0px;
	padding: 0px;
}

.imagerighthome {
	float: right;
	margin: 4px 0px 0px 30px;
}

/* Clearfix */


/*
* See http://positioniseverything.net/easyclearing.html
* for a description of this code.
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-table;
}

br.clear {
	clear:both;
	margin:0px !important;
	padding:0px !important;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

*+html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* End hide from IE-mac */



#footer {
	clear: both;
	width: 860px;
	text-align: left;
	border-top: 1px solid #660000;
}

#footer p {
	padding: 10px 0px 10px 0px;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftfooter {
	float: left;
	width: 540px;
	color: #666666;
}

.copyrightinfo {
	display: block;
	padding-top: 10px;
	font-size: 11px;
	letter-spacing: 0.08ex;
}
.rightfooter {
	float: right;
	text-align: right;
	margin-right: 1px;
		line-height: 18px;
	color: #4B4B4B;
}

#footer a {
	color: #C10000;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
