html {
height: 100%;
min-height: 100%; 
overflow-y: scroll;
}

/* CSS Document */
/* Default Style Sheet - South Dakota Housing Development Authority */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com :: 01/08 */

/* {border:1px solid black;} */


/* HTML tag styles. */

body {
	behavior: url(scripts/csshover.htc);
	background-color: #f0f4f7;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #006699;
}

a:hover {
	color: #008FD5;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif; margin:0 0 12px 0;}
h1 {font-size: 30pt;}
h2 {font-size: 24pt; font-weight: normal;}
h3 {font-size: 18pt;}
h4 {font-size: 14pt; font-weight: normal;}
h5 {font-size: 12pt;}
h6 {font-size: 10pt;}

#content{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 10px 7px 10px 7px;
line-height: 20px;
}

.secTitle {
	color: #366B9C;
	font-size: 18pt;
	padding: 0px 7px 7px 7px;
	border-bottom: 1px dashed #1C364F;
	background-image: url(../images/titleBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

hr {
height: 3px;
padding: 0px 0px 0px 0px;
margins: 0px 0px 0px 0px;
border-top: 3px solid #1C364F;
border-bottom: 0px dashed #FFFFFF;
border-left: 0px dashed #FFFFFF;
border-rigth: 0px dashed #FFFFFF;
}


/* Layout Styles */

#main {
	width: 850px;
	margin: 55px auto 0 auto;
}

#header {
	position: relative;
	height: 60px;
	background: url(../images/bg-top.gif) no-repeat;
}

#logo {
	position: absolute;
	z-index: 2;
	top: -38px;
	left: 100px;
}

#phoneIcon {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 155px;
	height: 30px;
	width: 20px;
}

#phoneNum {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 34px;
	color: white;
}

#phoneNum h4 {
	display: inline;
	font-size: 17px;
}

#contentWrap {
	width: 850px;
	background: url(../images/bg-content.gif) repeat-y;
}

#rightCol {
	float: right;
	width: 638px;
	display: inline;
	margin: 5px 0px 0px 0px;
}

#leftCol {
	position: relative;
	float: left;
	width: 210px;
	display: inline;
}

#footer {
	border-top: 3px solid white;
}

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	width: 750px;
	margin: 12px auto;
	text-align: center;
	font-size: 9pt;
	color: gray;
}

/* Search Tools Layout */

#findTools {
	height: 50px;
	padding-top: 6px;
}

#quickFind {
	position: absolute;
	top: 8px;
	right: 0px;
	height: 47px;
	padding: 1px 0 0 6px;
	border-left: 1px solid gray;
	display: inline;
}

#searchBox {
	float: left;
	width: 132px;
	margin-left: 6px;
	display: inline;
}

#quickFindMenu {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 58px;
	display: none;
}

#quickFindMenu ul {
	width: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid white;
	border-bottom: none;
	background: #4291d4;
}

#quickFindMenu ul li {
	position: relative;
	z-index: 10;
	display: inline;
}

#quickFindMenu li a {
	color: white;
	text-decoration: none;
	width: 200px;
	height: 20px;
	font-size: 8pt;
	padding: 5px 0 0 10px;
	border-bottom: 1px solid white;
	display: block;
}

#quickFindMenu li a:hover {
	background: #79baf2;
	color: #004480;
}

#quickFind:hover #quickFindMenu {
	display: block;
}

/* Main Menu */

#menuWrap {
margin: 0px 0px 0px 0px;
}

#menuWrap a {
	padding: 4px 4px 4px 4px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #3A73A6;
	border-top: 1px solid white;
	border-bottom: 1px solid #244766;
}

#menuWrap a.selected{
	color: #FFFFFF;
	background: #4291d4;
}

#menuWrap a:hover {
	color: #FFFFFF;
	background: #4291d4;
}


/* Main Menu Sub */

#menuWrapSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}


#menuWrapSub {
margin: 0px 0px 0px 0px;
}

#menuWrapSub a {
	color: #3A73A6;
	background-color: #C5D9EB;
	padding: 6px 8px 6px 8px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px solid white;
	border-bottom: 1px solid #A4C2DF;
}

#menuWrapSub a.selected  {
	color: #3A73A6;
	background-color: #A5CBEB;
}

#menuWrapSub a:hover {
	color: #FFFFFF;
	background: #4291d4;
	border-bottom: 1px solid #3A73A6;
}

/* 2-Col Content layout */

.contentRight {
	float: right;
	width: 212px;
	padding-left: 10px;
	border-left: 1px solid silver;
	display: inline;
}

.contentRightScroll {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	height: 250px;
	overflow-y: auto;
}

.contentLeft {
	float: left;
	width: 350px;
	display: inline;
}

.colTitle {
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #444;
	margin: 0px 0px 0px 0px;
	background-color: #c1d5e5;
	font-weight: 10pt;	
}

.relatedSites {
	width: 636px;
}

.relatedSites img {
	margin: 1px;
}

/* News Feed */

.newsItem {
	margin-top: 18px;
}

.newsItem h6 {
	font-size: 11pt;
	margin: 0;
	color: #555;
}

.newsItem .newsBrief {
	font-size: 8pt;
	margin: 0 0 0 10px;
}

/* Forms */

form {
	padding: 0;
	margin: 0;
}
form .smallButton {
	font-size: 9pt;
	width: 45px;
	height: 22px;
	padding-left: 0;
	padding-right: 0;
}

form .smallField {
	width: 75px;
}

/* Misc Styles */

.sectionDiv {
	position: relative;
	margin: 14px;
	border-top: 1px solid silver;
}

.sectionDiv h6 {
	position: absolute;
	top: -10px;
	left: 20px;
	margin: 0;
	display: inline;
	background: white;
	padding: 0 6px;
	font-size: 9pt;
}

.indent-content {
	margin: 0px 5px 0px 5px;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.largeText {
	font-size: 12pt;
}
.smallText {
	font-size: 8pt;
}
.floatLeft {
	float:left;
	width: auto;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	font-color: #000000;
}

#menu_top {
border-top: 1px solid #BBBB8C;
margin: 0px 2px 2px 2px;
}


#quickMenu{
line-height: 20px;
text-align: left;
color: #3A73A6;
padding: 6px 0px 6px 0px;
margin: 0px 0px 0px 0px;
border-bottom: 3px solid #1C364F;
}

#quickMenu a{
display: inline;
color: #3A73A6;
margin: 0px 0px 0px 0px;
text-decoration: none;
white-space: nowrap;
}

#quickMenu a:hover{
display: inline;
color: #3A73A6;
margin: 0px 0px 0px 0px;
text-decoration: underline;
}

#quickMenu .selected a{
display: inline;
color: #1C364F;
margin: 0px 0px 0px 0px;
text-decoration: underline;
}

#quickMenu .back a{
font-size: 10px;
display: inline;
color: #1C364F;
margin: 0px 0px 0px 0px;
text-decoration: none;
}

#quickMenu .back a:hover{
font-size: 10px;
display: inline;
color: #3A73A6;
margin: 0px 0px 0px 0px;
text-decoration: underline;
}

#quickMenu hr {
height: 1px;
padding: 0px 0px 0px 0px;
margins: 0px 0px 0px 0px;
border-top: 1px dashed #CCCCCC;
border-bottom: 0px dashed #FFFFFF;
border-left: 0px dashed #FFFFFF;
border-rigth: 0px dashed #FFFFFF;
}

#quickMenu .greyed a{
color: #94B9DA;
}

#subMenuShow {
padding: 8px 8px 8px 8px;
margin: 0px 0px 5px 0px;
border: 1px solid #CCCCCC;
background-color: #F3F3F3;
}

#contactBox {
text-align: left; 
background-color:#EFEFEF; 
padding: 15px 15px 15px 15px; 
margin: 5px 0px 5px 0px; 
border: 1px solid #666666;
}

#contactBox .title{
font-size: 12pt;
font-weight: bold;
}

.error{
color: #CC0000;
border: 1px solid #CC0000;
padding: 10px 10px 10px 10px;
margin: 10px 0px 10px 0px;
background-color: #FFE8E8;
}

.success {
color: #006600;
border: 1px solid #006600;
padding: 10px 10px 10px 10px;
margin: 10px 0px 10px 0px;
background-color: #DFFFDF;
}

.mortCalcHeading {
font-weight: bold;
font-size: 12pt;
padding: 5px 0px 5px 0px ;
marging: 5px 0px 5px 0px ;
border-bottom: 1px dotted #666666;
}

#searchResults hr {
height: 1px;
padding: 0px 0px 0px 0px;
margins: 0px 0px 0px 0px;
border-top: 1px dashed #1C364F;
border-bottom: 0px dashed #FFFFFF;
border-left: 0px dashed #FFFFFF;
border-rigth: 0px dashed #FFFFFF;
}

#searchResults .title {
font-size: 12pt;
}

.newsTitle {
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14pt;
color: #FF9900;
}

.newsDate {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: italic;
}

.searchResults hr{
height: 2px;
border-top: 2px solid #666666;
border-bottom: 0px dashed #FFFFFF;
border-left: 0px dashed #FFFFFF;
border-right: 0px dashed #FFFFFF;
}

.searchResultsTitle {
font-size: 12pt;
padding: 0px 0px 8px 0px;
}

.searchResultsDivider hr{
height: 1px;
border-top: 1px dashed #CCCCCC;
border-bottom: 0px dashed #FFFFFF;
border-left: 0px dashed #FFFFFF;
border-right: 0px dashed #FFFFFF;
}

.searchResultsBread {
font-size: 8pt;
font-weight: bold;
font-style: italic;
color: #009900;
}

#paging {
padding: 10px 0px 10px 0px;
font-size: 13pt;
text-align: center;
font-weight: bold;
}

