html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

img { border: 0px; }

body {
  	text-align: center;
	font-family: "Lucida Grande","Trebuchet MS",  "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 78%;
	color: #333;
	overflow: auto;
	background: #cfdce1;
	line-height: 1.5em;
}

/* Layout */

/* for all browsers that understand min-width */
.page-width {
	margin: 0 auto;
	text-align: center;
	width: 754px;
}

.page-min-width { }


/* the bodge for IE6 browsers
* html .page-min-width {border-left:780px solid #fff; position:relative; float:left; z-index:1;}
* html .page {margin-left:-780px; position:relative; float:left; z-index:2;}

*/

img {
	border: 0px;
}

h2 {
	font-size: 1.4em;
	color: #00428A;
	margin-bottom: 10px;
}

#content {
	background: #fff url("../img/pcc/top.jpg") no-repeat top left;
	padding: 30px;
}

#container {
	
}

#footer {
	background: #cfdce1 url("../img/pcc/bottom.jpg") no-repeat top left;
	padding-top: 30px;
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.form h3 {
	font-size: 1.2em;
	color: #00428A;
	font-weight: bold;
}


.form h4 {
	font-size: 1em;
	color: #00428A;
	font-weight: bold;	
}

.form p {
	padding: 10px 0px 10px 0px;
	background: transparent	;
}

.form fieldset {
	border: none;
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 5px;
}

.form {
	text-align: left;
}

.form label{
	font-size: 1em;
	display: block;
	clear: both;
	padding: 10px;
}



.form input {
	float: left;
	margin-left: 10px;
	display: inline;
}

.form select {
	float: left;
	margin-left: 10px;
	display: inline;
}

.form label span.label {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
}

.form label span.short {
	float: left;
	width: 100px;
	margin-left: 10px;
}

.form label span.text {
	float: left;
	margin: 0px;
	margin-left: 10px;
	width: 600px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}

.form em,
.form label span em {
	color: #f00;
}

.form textarea {
	margin-left: 10px;
}
.form div.error_message {
	color: #f00;
	background: #FFF0F0;
	padding: 5px;
	font-size: 1em;
	margin: 3px 20px 5px 20px;
	border: 1px solid #ffaaaa;
}

.form div.f-submit-wrap {
	padding-top: 0px;
}

.form input.field-email {
	font-size: 1.2em;
	width: 300px;
}

.form div.col-left {
	float: left;
}

.form div.col-right {
	float: left;
}


a {
	color: #00428A;
}


#thank-you {
	text-align: left;
}

#terms {
	text-align: left;
}

#terms p {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	
}

#terms h2 {
	margin-top: 20px;
}

#terms h3 {
	font-size: 1em;
	color: #00428A;
	font-weight: bold;
	margin-bottom: 5px;	
}


#nav {
	text-align: right;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

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