/* mainsite styles */

html {

	font-size: 14px;
	font-family: Times New Roman, Times, Georgia, serif;
	
	color: #000000;
	background-color: #ffffff;
	
	text-align: center;
	
	margin: 0;
	padding: 0;

	/* background-image: url("/images/background.png");
	background-repeat: repeat-y;	*/
	
}

body {

	text-align: center;
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
	padding: 0;

}



/* Links */
a,
a:active,
a:visited {

		
}

a:hover {


}

.bold {

	font-weight: bold;

}

.italic {
	
	font-style: italic;

}

.caps {
	
	text-transform: capitalize;

}

/* Floats */
.clear {

	clear: both;

}

.left {

	float: left;

}


.right {

	float: right;

}

/* Padding */

.pad10 {
	
	padding: 10px;

}

.pad5 {

	padding: 5px;

}

.margin10 {

	margin: 10px

}

.margin5 {
	
	margin: 5px;

}

/* Images */

img {

	padding: 0;
 	margin: 0;
 	border: 0;
 	
}

/* colors */

.red {

	color: #ff0000;

}

.green {

	color: #006600;
}

.blue {

	color: #000066;
}


.black {

	color: #000000;
	
}

.white {

	color: #ffffff;
	
}

.yellow {
	
	color: #FFFF00;

}

.teal {

	color: #00FFFF;
	
}

.grey {

	color: #C0C0C0;

}

.orange {
	
	color: #FF9900;

}

/* Header */
	
#header {

	width: 800px;
	border-bottom: 2px solid #000066;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#skyline {

	width: 800px;
	height: 200px;
	background-image: url(../../images/detroit-skyline.jpg);
	background-repeat: no-repeat;
	clear: both;
	
}

.heading {
	
	display: inline;
	float: left;
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	font-variant: small-caps;

}


.heading2 {

	margin-left: 10px;
	font-variant: small-caps;
}

.heading3 {
	
	display: inline;
	float: left;
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	font-variant: small-caps;
	line-height: 30px;


}
#content {

	text-align: left;

}

#content p {
	text-indent: 30pt;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.plain {

	
	text-indent: 0px !important;
	padding-left: 20px !important;

}
/* navigation bar */

#navigation {

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-variant: small-caps;
	list-style-type: none;
	display: block;
	padding-bottom: 20px !important;
	width: 790px;
	margin-left: 48px;
}

#navigation li {

	float: left;
	display: block;
	padding-left: 7px;
	padding-right: 7px;

}

#navigation li a,
#navigation li a:link,
#navigation li a:active,
#navigation li a:visited {

	font-size: 18px;
	text-decoration: none;
	color: #000000;
	display: block;

	float: left;
	line-height: 15px;
	padding-bottom: 3px;
	border-bottom: 2px solid #ffffff;
}


#navigation li a:hover, 
#navigation li a.active {

	color: #000066;
	border-bottom: 2px solid #000066;
}

#navigation li a.loan-mod, 
#navigation li a.loan-mod:hover,
.dkRed {
	
	color: #BB0000 !important;

}

.contactLine {

	font-size: 18px;
	text-align: center !important;
	text-indent: 0pt !important; 
	padding: 0;
	margin-left: auto;
	margin-right: auto;
font-variant: small-caps;
font-weight: bold;
}
/* Footer */
	
#footer {

	width: 800px;
	border-top: 2px solid #000066;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	clear: both;
	margin-top: 20px;
}

#footer p.address {

	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: .1px !important;
	margin-bottom: 10px;
	font-variant: small-caps;

}


/* Box!!!! */

.boxOld {

	width: 268px;
	float: right;
	margin: 10px;
	padding: 0;
	position: inherit;

}

.box {

	width: 274px;
	float: right;
	margin: 10px;
	padding: 0;
	position: inherit;
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 15px !important;
}

.box .boxTop {
	
	width: 268px;
	height: 11px;
	background-image: url(../../images/box-top.png);
	background-repeat: no-repeat;
}

.box .boxInside {
	
	width: 238px;
	background-image: url(../../images/box-inside.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.box .boxBottom {
	
	width: 268px;
	height: 13px;
	background-image: url(../../images/box-bottom.png);
	background-repeat: no-repeat;
}

.box .boxInside p {

	text-indent: 0pt !important; 
	
}


#contactTable td {

	padding: 5px;

}

#contactTable td textarea {


	width: 200px;
	height: 50px;

}

#success {

	width: 490px;
	border: 3px dashed #007b00;
	background-color: #c0f1c0;
	padding: 10px;

}

#success h1, 
#success p {

	color: #007b00;

}


#fail {
	
	width: 490px;
	border: 3px dashed #7b0000;
	background-color: #f1c0c0;
	padding: 10px;
	
}

#fail h1,
#success h1 {
	
	margin-top: 0;
	padding-top: 0;

}
#fail h1, 
#fail p {

	color: #7b0000;

}

.tagg {
	
	text-indent: 0pt !important; 
	text-align: center !important;
	font-weight: bold;

}


a.faqLink {

	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

a.faqLink:hover {
	
	border-bottom: 2px solid #000066;

}

.question {

	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-indent: 10pt !important; 

}

.answer {
	
	text-indent: 0pt !important; 
	margin-left: 40px;
	margin-right: 40px;	
	

}

#areas-table td {
	
	width: 170px;
	padding: 8px;
	text-align: center;
	font-variant: small-caps;

}

#areas-table td img {

	border: 1px solid #cccccc;

}


.justList li {

	text-align: justify;


}

.caps {

	font-variant: small-caps;

}

#contactInfoTable td,
#contactInfoTable td h4,
#contactInfoTable {
	
	padding: 0px !important;
	margin: 0px !important;
}

#contactInfoTable td h4 {

	margin-left: 20px !important;

}
