/* CSS Document */

#nav li#navtab7 a:link, #nav li#navtab7 a:visited, #nav li#navtab7 a:hover { color: #731B3B; text-decoration: none; }
* html #nav li#navtab7 { font-weight: bold; }
* + html #nav li#navtab7 { font-weight: bold; }

#title { display: none; }
#column1 { width: 215px; }
#column2 {
	border-left: 1px solid #CCCCCC;
	margin-bottom: 20px;
	min-height: 440px;
}
#column2 h1, #column2 h2 { width: 360px; float: right; display: block; text-align: left; }


/*a#formSubmit {
	width: 125px; height: 25px;
	font-size: 1.2em; line-height: 25px;
	font-weight: normal; text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	background-repeat: no-repeat;
	display: block;
}
a#formSubmit:link, a#formSubmit:visited { background-position: left top; text-decoration: none; }
a#formSubmit:hover { background-position: left -25px; text-decoration: none; }
a#formSubmit:active { background-position: left -50px; text-decoration: none; }

* html a#formSubmit { margin-left: 3px; }
* + html a#formSubmit { margin-left: 3px; }*/

input#formSubmit {
	font-family: "Times New Roman", Times, serif;
	width: 125px; height: 25px;
	font-size: 1.2em; line-height: 25px;
	font-weight: normal; text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	background-repeat: no-repeat;
	display: block;
	border: none;
}
input#formSubmit { background-position: left top; text-decoration: none; }
input#formSubmit:hover { background-position: left -25px; text-decoration: none; }
input#formSubmit:active { background-position: left -50px; text-decoration: none; }

* html input#formSubmit {
	margin-left: 3px;
	background-image: none;
	color: #000000;
	width: 125px; height: auto;
	line-height: normal;
}
* + html input#formSubmit {
	margin-left: 3px;
	background-image: none;
	color: #000000;
	width: 125px; height: auto;
	line-height: normal;
}

div.error{font-size: 1.3em; color:#9A0346;font-weight:bold;}

table.formTable { /*width: 475px;*/ float: right; border-collapse: collapse; }
table.formTable th {
	font-size: 1.2em; text-transform: uppercase;
	text-align: right; font-weight: normal;
	padding-bottom: 10px; padding-right: 10px;
}
table.formTable td {
	width: 360px;
	padding-bottom: 10px;
	text-align: left;
}

#column2 td h1 { width: auto; float: none; }


table.formTable th.noBPad, table.formTable td.noBPad { padding-bottom: 5px; }

input.formField, textarea.formTextArea {
	width: 358px; padding: 3px 0px 3px 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; color: #333333;
	text-indent: 3px;
}
input.formField:focus, textarea.formTextArea:focus { border: 1px solid #731B3B }

textarea.formTextArea { height: 142px; } /* 150px - 8px for pad and border */

p.notice {
	font-size: 1.3em; color: #731B3B;
	text-transform: uppercase;
}
.exclamationIcon { float: left; margin-right: 5px; padding-top: 3px; }

p.telephone { font-size: 1.9em; line-height: 1em; margin-bottom: 5px; }
p.email { font-size: 1.5em; }

tr.noVis { display: none; }