/* CSS Document */
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(images/bkgrnd.jpg);
}

* #body_container {
	margin: 0 auto;
	width:960px;
	border-color: #C1C1C1;
	border-style: solid;
	border-width: 1px;
	background: #ffffff;
	background-image: url(images/bkgrnd2.jpg);
	background-repeat: no-repeat;
	overflow-x: hidden;
}

* #header {width: 960px; float: left;}

* #slogan {
	width: 790px;
	height: 108px;
	float: left;
}

	div.slogan_text {
		width: 300px;
		font-size: 12px;
		font-weight: bold;
		margin-top: 45px;
		margin-left: 420px;
		text-align: center;
		color: #3B7090;
		}

* #address {
	width: 160px;
	float: left;
}

	div.address_text {
		width: 160px;
		margin-top: 40px;
		margin-left: 5px;
		}
		
* #NavContainer {
	width: 150px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

* #content {
	width: 555px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	padding-right: 10px;
}

* #sidebar {
	width: 180px;
	float: left;
	margin-top: 32px;
	margin-left: 5px;
}
	
	div.cta {
		width: 160px;
		background-color: #3B7090;
		padding: 10px;
		color: #FFF;
		}

* #footer {
	width: 760px;
	float: left;
	padding-left: 200px;
}

* .sig {
	color: #3B7090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a:link {
	color: #3B7090; 
	font-weight: normal; 
	text-decoration: none; 
	}
a:visited {
	color: #3B7090; 
	font-weight: normal;
	text-decoration: none; 
	}
a:hover {
	color: #3B7090; 
	font-weight: normal;
	text-decoration: underline; 
	}
a:active {
	color: #3B7090; 
	font-weight: normal;
	text-decoration: none;
	}
	
/* edit.com styles */

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

.SubjectHeader {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #CFDCFF; 
	font-weight: bold;
}

.SubjectHeader2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #3B7090; 
	font-weight: bold;
}

.PageHeader {
	font-family: arial, sans-serif;
	font-size: 20px;
	color: #3B7090; 
	font-weight: bold;
}

div.cta a {color: #CFDCFF;}

ul {margin: 5px 0px 5px 0px; padding: 0px 0px 0px 15px;}

td.BlueBorderTop {border-top: solid 1px #CFDCFF; padding-top: 10px;}

/* round corners */
* #gray { background: #EFEFEF; width: 240px; margin: 10px auto; padding: 10px; }
* #gray2 { background: #EFEFEF; width: 520px; margin: 10px auto; padding: 10px; }

/* contact form */
label {display:block;font-weight: bold;margin-top:3px;}
input.contact_text {width: 250px;}
textarea.contact_textarea {width: 250px;height: 50px;}
input.radio {margin-left: 160px;}
label em {color: #AF0000;}
* .warning {color: #AF0007;}
input.validation_warning {border:1px solid #AF0000;}
* .messageSuccess { font-weight: bold; color: #000;}
* .messageWarning { font-weight: bold; color: #FF0000;}
input.submit {background: #3B7090;color: #FFF; margin: 5px 0 0;border: 1px solid #8CABCD; font-weight: bold; font-family: Arial;font-size: 12px;height: 18px; text-transform: uppercase; height: 25px; }
p {padding:0;margin:0;}

/* img styles */
img.FloatLeft {float: left; margin: 0 5px 5px 0;}
img.FloatRight {float: right; margin: 0 0 5px 5px;}
img.Border {border: solid 1px #3B7090; }