@charset "utf-8";
/* CSS Document */

.article_mailform {
	width: 99.8%;
	background: #FFFFFF url(../images/article-background-top.png) repeat-x;
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
	padding: 40px 0;
	float:left;
}

.article_mailform h3 {
	color: #646464;
	border-bottom: 2px solid #CBCBCB;
	font-size: 1.5em;
	width: 90%;
	padding-bottom: 7px;
	margin-left: 40px;
	margin-bottom: 30px;
}

.article_mailform h4 {
	color: #646464;
	font-size: 1.2em;
}

.article_mailform p {
	color: #646464;
	font-size: 1.2em;
	padding-bottom: 1em;
}

em {
	color: red;
}

.clearline {
	clear: both;
}

.spaced-clearline {
	clear: both;
	padding-top: 30px;
}

.col2rfname {
	width: 160px;
	float: left;
	margin: 0 20px 0 455px;
}


.col2fname {
	width: 160px;
	float: right;
	margin-left: 50px;
	
}

.colfname {
	width: 160px;
	float: left;
	margin-right: 20px;
}

.colrfname {
	width: 160px;
	float: left;
	margin: 0 20px 0 50px;
}

.col-addrloc {
	width: 190px;
	float:left;
	margin-right: 20px;
}

.col-addrloc-size {
	width: 190px;
}

.floatleft {
	float: left;
	border: 1px solid red;
}

.brochureinfo {
	float: left;
	width: 46%;
/*	color: #686868;	*/
	color: #000000;
	font-size: .80em;
	line-height: 1.8em;
	height: 195px;
	margin-right: 30px;
}

.brochureinfo h3 {
	margin-top: 1em;
	margin-left: 0;
	font-weight: bold;
	margin-bottom: .5em;
}

.brochureinfo p {
	font-weight: bold;
	padding-bottom: .5em;
}

.billinginfo {
	color: #686868;
	font-size: .80em;
	line-height: 1.8em;
}

.collname {
	width:226px;
	float: left;
}

.fsetwidth {
	width: 160px;
}

.lsetwidth {
	width: 226px;
}

.halfwidth {
	width: 398px;
}

.article_mailform section {
	width: 90%;
	margin-left: 40px;
	margin-bottom: 20px;
}

.checkboxsize {
	float: left;
	width: 30%;
	margin-right: 180px;
}

.article_mailform section .checkboxsize fieldset label {
	margin-left: 25px;
}

.article_mailform section textarea {
	background-color:  #BEE9FB;
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
	font-size: 1em;
	border: none;
	color: #494949;
}

.article_mailform section textarea.question_error {
	border: 1px solid red;
}

.article_mailform form section input[type="tel"].phone_error {
	border: 1px solid red;
}

.article_mailform form section input[name="email"].email_error {
	border: 1px solid red;
}

.article_mailform form section input[name="fname"].fname_error {
	border: 1px solid red;
}

.article_mailform form section input[name="lname"].lname_error {
	border: 1px solid red;
}

.article_mailform form section select[name="school"].school_error {
	border: 1px solid red;
}

.article_mailform form section fieldset input[name="line1"].address_error {
	border: 1px solid red;
}

.article_mailform form section fieldset input[name="city"].city_error {
	border: 1px solid red;
}

.article_mailform form section fieldset input[name="state"].state_error {
	border: 1px solid red;
}

.article_mailform form section fieldset input[name="zipcode"].zipcode_error {
	border: 1px solid red;
}

.checkboxsize.checkbox_error {
	border: 1px solid red;
}	
	
.article_mailform section .roominfo {
	float: left;
	width: 397px;
	margin-right: 50px;
}

.article_mailform section .payeeinfo {
	float: left;
	width: 397px;
	margin-right: 50px;
	margin-bottom: 15px;
}

.article_mailform form section label {
	color: #686868;
	font-size: .80em;
	display: block;
	padding-bottom: 7px;
}

.article_mailform form section select {
	background-color:  #BEE9FB;
	font-size: 1em;
	color: #494949;
	width: 45%;
}

.article_mailform form section input[type] {
	background-color: #BEE9FB;
	font-size: 1em;
	color: #494949;
}

.article_mailform form section input[type="checkbox"] {
	float:left;
	padding: 0 3px 0 0;
	background-color:  #BEE9FB;
}

.article_mailform form section input[type="submit"]#submitbutton {
	background: url("../images/submit_normal.png") no-repeat;
	width: 115px;
	height: 43px;
	border: none;
	color: transparent;
}

.article_mailform form section input[type="submit"]#submitbutton:hover {
	background: url("../images/submit_hover.png") no-repeat;
}

.article_mailform form section input[type="reset"]#cancelbutton {
	background: url("../images/cancel_normal.png") no-repeat;
	width: 115px;
	height: 43px;
	border: none;
	color: transparent;
	margin-left: 40px;
}

.article_mailform form section input[type="reset"]#cancelbutton:hover {
	background: url("../images/cancel_hover.png") no-repeat;
}

.article_mailform form section input[type].fullsize {
	width:45%;
}

.article_mailform form section fieldset {
	border: none;
}

.article_mailform form section fieldset legend {
	color: #686868;	
	font-size: .80em;
	padding-bottom: 7px;
}

.article_mailform form section fieldset legend.nudge {
	margin-left: 50px;
}

.article_mailform form section fieldset legend.nudge2 {
	margin-left: 455px;
}
 
.article_mailform form section fieldset input[type] {
	background-color:  #BEE9FB;
	font-size: 1em;
	margin-bottom:  -5px;
}
  
.article_mailform form section fieldset label span {
	font-size: .6em;
	color: #686868;
}

footer {
	float: left;
	width: 100%;
	background-color: #C7C7C7;
	height: 20px;
}