/* typography.css */

body {
	font-size: 75%;
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	min-width: 1190px;
	max-width: 1190px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 33px;
	line-height: 37px;
	margin: 0 40px 30px 30px;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 24px;
	margin: 0 40px 45px 30px;
}

h3 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 40px 15px 30px;
}

h4 {
	font-size: 1.4em;
	line-height: 1.25;
	margin: 0 40px 15px 30px;
	text-align: justify;
}

h5 {
	font-size: 20px;
	line-height:24px;
	font-weight: bold;
	margin: -10px 40px 15px 30px;
}

h6 {
	font-size: 24px;
	margin: 0 40px 0px 30px;
}

p {
	font-size: 18px;
	margin: 0 45px 28px 35px;
	text-indent: 15px;
	word-spacing: 0px;
	line-height: 25px;
}

blockquote {
	text-indent: 15px;
	word-spacing: 0px;
	line-height: 25px;
	margin: 1.5em;
	color: #666;
	font-style: italic;
	font-size: 18px;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin: 0 35px 10px 25px;
}

ul, ol {
	font-size: 18px;
	margin: 0 45px 28px 35px;
	word-spacing: 0px;
	line-height: 25px;
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
	background: #C3D9FF;
}

th, td {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #E5ECF9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #2dcfff;
	color: #000;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* forms.css */

label {
	font-weight: bold;
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input.text, input.title, textarea, select {
	margin: 0.5em 0;
	border: 1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border: 1px solid #666;
}

input.text, input.title {
	width: 300px;
	padding: 5px;
}

input.title {
	font-size: 1.5em;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

.error, .notice, .success, .success2, .success3 {
	padding: .8em;
	margin: 5px 45px 25px;
	border: 2px solid #ddd;
}

.error {
	background: #fff;
	color: #86b018;
	border-color: #FBC2C4;
}

.notice {
	background: #ebf8d8;
	color: #000;
	border-color: #FFD324;
	clear: both;
}

.success, .success3 {
	background: #e4ffd4;
	color: #000;
	border-color: #C6D880;
}

.success2 {
	background: #c6ffef;
	color: #000;
	border-color: #92d9bf;
	clear: both;
}

/*style.css*/

body {
	color: #333;
	background: #86b018 url(../../images/bg.gif) repeat-x scroll left top;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content {
	margin: 10px auto 0px;
	display: block;
	width: 850px;
	background: transparent url(../../images/header.png) no-repeat left top;
}

a img {
	text-decoration: none;
	border: 0;
}

img {
	display: block;
	background-color: transparent;
	margin: 0 0 0 10px;
	text-decoration: none;
	border: none;
}

h1, h4 {
	color: #333;
}

strong {
	color: #004084;
}

a, a:visited {
	color: #004084;
	text-decoration: underline;
}

a:hover {
	color: #004084;
}

.red {
	color: red;
	font-size: 22px;
}

.red2 {
	color: red;
}


h3 {
	text-transform: uppercase;
	color: red;
	font-weight: bold;
}

.success3 {
	width: 320px;
	position: relative;
	z-index: 3;
	float: right;
	padding: 10px 0 10px 10px;
	background: #e4ffd4 url(../../images/dollar.png) no-repeat left top;
	text-align: center;
}

.success {
	width: 320px;
	position: relative;
	z-index: 1;
	float: right;
	padding: 0px 0 0 0px;
	background: #e4ffd4 url(../../images/lq.png) no-repeat left top;
}



.success4 {
	display: block;
	width: 620px;
	height: 380px;
	margin: 30px 30px 30px 50px;
	padding: 20px 20px 20px 40px;
	background: transparent url(../../images/formbox.png) no-repeat left top;
}

.clear {
	clear: both;
}

#object {
	display: block;
	width: 700px;
	height: 525px;
	background-color: #698660;
	margin: 10px 20px 20px 60px;
	border: 3px solid #7a976a;
}

.nomargin {
	margin: 0;
}

#header {
	margin: 80px auto 0px;
	display: block;
	width: 850px;
	padding: 10px;
	background: transparent url(../../images/body.png) repeat-y left top;
}

#footer {
	margin: 0 auto 5px;
	display: block;
	height: 200px;
	width: 850px;
	background: transparent url(../../images/footer.png) no-repeat left top;
}

#copy {
	margin: -30px auto 50px;
	display: block;
	width: 850px;
	padding: 0;
	text-align: center;
}

#sidecar {
	position: absolute;
	top: 0;
	z-index: 1;
	border: 0;
	overflow: auto;
	left: 6px;
	z-index: 1;
	background: transparent url(../../images/now.png) no-repeat left top;
}

#ghost {
	position: fixed;
	width: 100%;
	height: 400px;
	z-index: -1;
	bottom: 0;
	left: 0;
	background: transparent url(../../images/ghost.png) repeat-x left bottom;
}

.nodec {
	border: 0;
}

.noindent {
	text-indent: 0;
}

.free {
	margin-left: 20px;
	text-align: center;
}

.fineprint {
	font-size: 11px;
	line-height: 11px;
	text-indent: 0;
}

#form-id2 {
	display: none;
}

label {
	color: white;
}

#username, #email, #name, #phone, #password, #password__verify /*#cbfv_51__verify*/ {
	position: relative;
	right: 220px;	
	border: #666 1px solid;
}

input.button {
	position: relative;
	bottom: 20px;
	left: 2px;
}

div.success4 h1 {
	position: relative;
	top: 5px;
	right: 10px;
	color: white;
	font-weight: bold;
}



form {
	position: relative;
	bottom: 15px;
	right: 10px;
}

INPUT[type="radio"] {display: none;}

#cbcheckedadminForm {
	margin: 20px;
}

.cbregRate {
	color: #ff0080;
	font-weight: bold;
	background-color: white;
	text-transform: capitalize;
}

.cbregFor, .ast, .cbregValidity  {
	color: #ffffff;
}

.captionCell cbregName {
	position: relative;
	top: -40px;
}
