/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
}
a {
	color: #003071;
	text-decoration: underline;
}
a:hover {
	color: #275ca3;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #003071;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

/* layout boxes */

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#header {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#container {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
	text-align: center;
}
#content {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1em;
}
		#mainContent {
			padding: 0px;
			float: left;
			width: 465px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 30px;
			margin-right: 50px;
			display: inline;
		}
		#HomesecondaryContent {
			padding: 0px;
			float: left;
			width: 150px;
			margin: 0px 10px 0px 35px;
			background-image: url(images/sidebar-background.gif);
			background-repeat: no-repeat;
			background-position: left top;
			height: 489px;
		}
		#secondaryContent {
			padding: 0px 10px;
			float: left;
			width: 225px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
		}
		#column2 {
			padding: 0px;
			float: left;
			width: 340px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 10px;
		}
		#fullspread {
			padding: 0px;
			float: left;
			width: 640px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 75px;
			margin-right: 10px;
			display: inline;
		}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #C6A85C;
	text-align: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C6A85C;
	height: 37px;
	background-image: url(images/equal-housing.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 45px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #000066;
	text-decoration: none;
}

/* classes */

.break {
	clear: both;
	height: 1px;
}
.col-2{
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	width: 40%;
	padding: 0px;
	float:left;
}
.image-border {
	margin: 4px;
	border: 2px solid #003071;
}
.disclaimerText {
	font-size: .7em;
	color: #333333;
}

#gallery {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gallery li {
	float: left;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 4px;
	font-size: .8em;
}
#gallery li img {
	margin: 0px;
	border: 2px solid #003071;
}

/* forms */

fieldset {
	margin: 1em 0 1em 22px;
	padding: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
}
legend {
	font-weight: bold;
	display: block;
}
textarea {
	width: 200px;
	height: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
textarea.text {
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
input.text {
	width: 220px;
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
select {
	margin-bottom: 1em;
	margin-left: 1em;
}
input.radio, input.checkbox, input.submit {
	width: auto;
	float: left;
	margin-right: 1em;
}
label {
	float: left;
	width: 8em;
	text-align: right;
}
fieldset#checkbox {
	margin: 0em;
	padding: 1em 0;
	background: transparent;
	border-bottom: none;
	border-right: none;
	border-top: 1px dotted #CCCCCC;
	border-left: none;
}
#checkbox h2 {
	width: 10em;
	float:left;
	font-size:1em;
	font-weight: normal;
	clear: both;
}
#checkbox div {
	width: 12em;
	float:left;
	margin-top: .8em;
}
#checkbox label {
	width: 8em;
	float:none;
	display:block;
	margin-bottom: .5em;
	text-align: left;
}
.small-text {
	font-size: .7em;
}
.mainContent {
	font-size: 11px;
}
.wideText {
	width: 200px;
}
.inputShort {
	width: 150px;
}
#onlineApp td{padding:2px;}
#onlineApp td p{font-size:12px;}
#onlineApp td input{border:1px solid #999;}
.wideForm {
	width: 325px;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
