/* CLEAR PAYMENTS DEFAULT STYLE SHEET */
@import url(reset.css);
/* HTML SELECTORS
==================== */
body {
	font-size: 13px;
	background: #afab9e;
	color: black;
	line-height: 1;
}
body, div, th, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
h1 {
	font: normal 26px "Helvetica Neue Light", Arial, sans-serif;
	color: #666;
	margin-bottom: .5em;
}
h2 {
	font: normal 18px "Helvetica Neue Light", Arial, sans-serif;
	margin-bottom: .5em;
	font-weight: normal;
}
#login h2 {
	font-size: 16px;
}
#bannerlinks h2 {
	font-size: 28px;
	color: #afab9e;
}
#bannertext h2 {
	color: goldenrod;
}
.accordion h2 {
	padding-right: 60px;
}
h3 {
	font-size: 16px;
	margin-bottom: .5em;
	font-weight: normal;
	color: #303228
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
.subhead {
	color: goldenrod;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(../images/open-quote.gif) no-repeat top left;
	margin-bottom: 20px;
}
blockquote p {
	background: transparent url(../images/close-quote.gif) no-repeat bottom right;
	line-height: normal;
	font: italic 13px Georgia;
	padding: 15px 0 0 0;
	text-indent: 30px;
}
#testimonial blockquote {
	background: none;
}
#testimonial blockquote p {
	background: none;
	text-indent: 0;
	padding: 0;
	color: #eeeade;
}
.cite {
	font-size: 10px;
	padding: 0 20px;
}
/* PAGE LAYOUT
==================== */
#header {
	width: 900px;
	height: 130px;
	background: url(/flash/cpi-header/images/header1.jpg) no-repeat;
	margin: 30px auto 10px;
	border: 1px solid #fff;
}
#middle {
	width: 900px;
	background: #fff;
	margin: 10px auto;
	border: 1px solid #fff;
}
#navigation {
	width: 226px;
	float: left;
}
#navigation p {
	margin: 0;
}
#login {
	margin: 0 0 15px;
	padding: 10px 0;
	background: #303228;
	text-align: center;
}
#main {
	width: 674px;
	height: 435px;
	float: right;
	background: url(/images/bg-main.jpg) repeat-y;
	overflow: auto;
}
#banner {
	height: 217px;
	background: #303228 url(/images/bg-laptop.jpg) no-repeat;
}
#bannerlinks, #testimonial, #bannertext {
	float: right;
	text-align: left;
	width: 200px;
	height: 187px;
	padding: 15px;
	overflow: hidden;
}
#bannertext {
	background: #44453e;
	color: #eeeade;
}
#content {
	padding: 30px 15px 30px 50px;
}
#sidebar {
	float: right;
	width: 180px;
	background: #eeeade;
	margin: 0 0 10px 15px;
	padding: 10px;
}
#buttons {
	width: 902px;
	margin: 10px auto;
}
#buttons div {
	float: left;
	margin-right: 7px;
}
#buttons div.last {
	margin-right: 0;
}
#copyright {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 30px;
	text-align: center;
}
.newsbody {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
}
.container {
	background: url(/images/disclosure.gif) 550px 5px no-repeat;
	border: 1px solid #eeeade;
	margin-bottom: 20px;
	padding: 10px 10px 0;
}
.panel {
	background: #eeeade;
	border-bottom: 1px solid #afab9e;
	margin-bottom: 10px;
	padding: 5px 10px 0;
}
.panel h2 {
	background: transparent url(/images/arrow-down.png) 550px 3px no-repeat;
}
.active-panel h2 {
	background-image: url(/images/arrow-up.png);
}
/* NAVIGATION
==================== */
ul#nav {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	width: 226px;
	line-height: 14px;
}
ul#nav li {
	margin: 0;
	padding: 0;
	position: relative;
}
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #303228;
	font-size: 14px;
	padding: 8px;
	width: 210px;
	background: #eeeade;
	border-bottom: 1px solid #afab9e;
}
ul#nav a:hover {
	background: #303228;
	color: white;
}
ul#nav a.current {
	background: #cdcac2;
}
#nav li ul {
	position: absolute;
	width: 200px;
	top: 0;
	left: 226px;
	padding: 0;
	border: 1px solid #fff;
	border-width: 1px 1px 0;
	display: none;
	margin: 0;
	list-style: none;
}
#nav li ul li a {
	width: 188px;
	background: #afab9e;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	padding: 6px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#bottom-nav {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #8c9276;
}
#bottom-nav a, #bottom-nav a:link, #bottom-nav a:visited {
	color: #303228;
}
#bottom-nav a:hover, #bottom-nav a:active {
	color: #eeeade;
}
/* LINK STYLES
==================== */
a:link, a:visited {
	color: goldenrod;
	text-decoration: underline;
}
a:hover {
	color: #303228;
}
a img {
	border: none;
}
a.outline img {
	border: 5px solid white;
}
a.outline:hover img {
	border-color: #afab9e;
}
#buttons a img {
	border: 1px solid #fff;
}
#bannerlinks a {
	font-size: 16px;
	line-height: 2;
}
#bannerlinks a {
	text-decoration: none;
	color: white;
}
#bannerlinks a:hover {
	color: #e8c64e;
	padding-right: 2px;
}
#sidebar a:link, #sidebar a:hover {
	color: #303228;
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}
a.button {
	display: inline-block;
	width: auto;
	text-align: center;
	color: #fff;
	line-height: 16px;
	background: #685c46;
	border: 2px solid #afab9e;
	padding: .5em 1em;
	border-radius: 6px;
}
a.button:hover {
	background: #766951;
}
a.button img {
	vertical-align: middle;
	padding-right: .67em;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
	list-style: square;
	line-height: 1.25em;
}
#bannerlinks ul {
	list-style: none;
	margin: 25px 25px 0 0;
	line-height: 1em;
}
#bannerlinks li {
	margin-bottom: 5px;
}
#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: square;
}
/* FORMS
==================== */
.tinyInput {
	width: 50px;
}
.shortInput {
	width: 100px;
}
.medInput {
	width: 200px;
}
.longInput {
	width: 290px;
}
textarea {
	width: 440px;
}
fieldset {
	margin: 10px 0;
	padding: 20px 10px;
	border: 1px solid silver;
}
legend {
	font-weight: bold;
	color: black;
	padding: 0 5px;
}
.formContainer {
	background: #eeeade;
	color: #303228;
	padding: 5px 10px;
	border: 1px solid silver;
	margin: 10px 0 20px;
}
.formContainer label, .formContainer span.label {
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	width: 120px;
	position: relative;
	float: left;
}
.formContainer label em, .formContainer span.label em {
	position: absolute;
	right: 0;
	color: red;
}
.formContainer div {
	margin: .5em 0;
	padding: .25em 0;
	clear: both;
}
.formContainer p {
	margin: 0;
}
.formContainer p.note {
	margin-left: 140px;
	font-size: 90%;
}
.formContainer div.error {
	color: red;
}
.formContainer div.error input {
	background: #fee;
}
.formContainer div.controlset label, .formContainer div.controlset input {
	display: inline;
	float: none;
}
.formContainer div.controlset div {
	margin-left: 170px;
}
.formContainer div.buttonrow {
	margin-left: 180px;
}
#login.formContainer {
	background: #303228;
	color: #eeeade;
	border: none;
}
#login.formContainer label {
	width: 60px;
}
#login.formContainer div.buttonrow {
	margin-left: 75px;
}
#login.formContainer div {
	margin: 5px 0;
}
#searchform {
	margin: 20px 0 0;
	padding: 15px;
	background: #303228;
}
#searchform div {
	margin-bottom: 10px;
}
#searchform label {
	color: #afab9e;
}
#searchform .searchinput {
	width: 190px;
	background: #eeeade;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table.affiliates {
	border: none;
}
table.affiliates td {
	padding: 10px 0;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eee;
}
/* TYPOGRAPHY
==================== */
#copyright {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}
.dateline {
	color: #bbb;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 10px;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
}
.bullet {
	font-weight: bold;
	text-transform: uppercase;
}
.smallcaps {
	font-size: 9px;
	text-transform: uppercase;
}
.largetext {
	font-size: larger;
}
#bannertext em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* MISC CLASSES
==================== */
.clearing {
	clear: both;
	padding-bottom: 1px;
}
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.alignleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.alignright {
	float: right;
	margin: 0 0 .5em 1em;
}
.callout {
	background: #eee;
	border: 1px dotted silver;
	padding: 1em;
}
.section {
	margin-bottom: 15px;
}
.notice {
	background: #fff7d9 url(../images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.warning {
	background: #ffefef url(../images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
