/* CSS Document */

#Contact {
	z-index: 1;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#Contact p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#Contact h2 {
	font-size: 1.4em;
	color: #0F349A;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
}
#Contact h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #0F349A;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1;
	padding-top: 5px;
}

/*Forms*/

#title {
	width: 330px;
	height: 26px;
	color: #EE3133;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background: transparent url(../_images2/_form_images/bg_legend.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

form {
}

.col1 {
	text-align: right;
	width: 125px;
	height: 31px;
	float: left;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.75;
	background-image: url(../_images/_forms/bg_label.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
}

.col2 {
	width: 295px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background-image: url(../_images/_forms/bg_textfield.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.col1comment {
	text-align: right;
	width: 125px;
	height: 122px;
	float: left;
	display: block;
	margin-right: 2px;
	background-image: url(../_images/_forms/bg_label_comment.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
}
.col2comment {
	width: 295px;
	height: 120px;
	margin: 0;
	display: block;
	float: left;
	background-image: url(../_images/_forms/bg_textarea.gif);
	background-repeat: no-repeat;
}
.col1verification {
	text-align: right;
	width: 125px;
	height: 58px;
	float: left;
	display: block;
	margin-right: 2px;
	background-image: url(../_images/_forms/bg_label_verification.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
}
.col2verification {
	width: 285px;
	height: 60px;
	margin: 0;
	display: block;
	float: left;
	background-image: url(../_images/_forms/bg_verification_textfield.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 11px;
}

div.row {
	clear: both;
	width: 435px;
}

.buttons {
	height: 29px;
	width: 435px;
	padding-top: 5px;
	clear: both;
	background-image: url(../_images/_forms/bg_submit.gif);
	background-repeat: no-repeat;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F349A;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #69C2FF;
}

.textarea {
	border: 1px solid #69C2FF;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F349A;
	margin: 4px 0 5px 8px;
}
#Contact img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#ContentContainer #MainContent #error {
	font-family: "Courier New", Courier, monospace;
	display: block;
	padding: 10px;
	border: 1px solid #69C2FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#ContentContainer #MainContent #error p {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Courier New", Courier, monospace;
}
#ContentContainer #MainContent #error h1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #EE3133;
	margin: 0px;
	padding: 0px;
	text-decoration: blink;
}
