/* Intercoastal Mortgage Company - CSS */


/* html tags */

body {
	background: #ffffff url(images/bg.jpg);
	margin: 0;
	padding: 0;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #222222;
	height: 100%;
	line-height: 130%;
}

a {
	color: #005596;
	text-decoration: none;
}
a:hover {
	color: #0088cc;
}

img, a img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}

/* end html tag defs */


/* layout */

#wrap {
	width: 900px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background: #ffffff;
}

#content {
	width: 740px;
	height: 100%;
	float: right;
	clear: none;
}

#content img {
	display: inline;
	margin: 0;
	padding: 0;
}

.contentCopy {
	width: 660px;
	height:100%;
	float: left;
	clear: none;
	margin: 0;
	padding: 20px 40px;
	background-image: url(images/dotsmid.gif);
	background-repeat: repeat-y;
}

.contentBreak {
	clear: both;
	margin: 0;
	padding: 0;
}

#contentBottom {
	width: 740px;
	height: 116px;
	float: right;
	text-align: right;
	background-image: url(images/dotsbottom.gif);
	background-repeat: repeat-y;
}

#sidebar {
	width: 160px;
	height: 100%;
	float: left;
	clear: none;
	padding-top: 84px;
}

#sidebarTop {
	width: 160px;
	height: 84px;
}

#footer {
	clear: both;
	background-image: url(images/botmap-bottom.jpg);
	height: 164px;
}

#breadcrumb {
	padding: 0;
	margin: 0;
	color: #005596;
	font:10px Arial, Helvetica, sans-serif;
}

/* layout for two columns */
.contentCola {
	width: 380px;
	float: left;
	clear: both;
}
.contentColb {
	width: 274px;
	float:right;
	margin: 0 0 30px 0;
}

/* layout for Loan Officers page */
.lobox {
	width: 660px;
	float: right;
	margin: 0;
	padding-bottom: 20px;
}
.loboxcol {
	width: 84px;
	margin: 0;
	padding: 3px;
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* layout for bio pages */
#biocontent {
	width: 614px;
	height: 100%;
	float: right;
	clear: none;
}
.biocontentCopy {
	width: 494px;
	height: 100%;
	padding: 20px 40px;
	background-image: url(images/dotsmid.gif);
	background-repeat: repeat-y;
}

#biosidebar {
	width: 203px;
	height: 100%;
	float: left;
	clear: none;
	padding: 84px 20px 20px 63px;
	font: 12px Arial, Helvetica, sans-serif;
}

#bioBottom {
	width: 494px;
	height: 116px;
	padding: 20px 40px;
	background-image: url(images/dotsbottom.gif);
	background-repeat: repeat-y;
}

/* end layout */

/* myaa styles */

#translate, #translate a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align: center;
}



