@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		dean@tmprod.com
website:	www.mortgagelegalgroup.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

.hide {
  	margin-left: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background-color: #524d49;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 13px;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
	color: #5d5a58;
}

p em {
	line-height: 1.5em;
}

p.line {
	border-top: 1px dashed #a4a2a1;
	font-size: 10px;
	line-height: 10px;
}

strong {
	color: #000;
}

/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
}

h1 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: normal;
}


h2 {
	font-size: 24px;
}

h2 span {
	font-size: 24px;
	color: #70032a;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 24px;
}

div#sidebar h3 {
	margin-top: 25px;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #70032a;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width: 1000px;
	float: left;
	background-color: #fff;
}

div#banner {
	float: left;
	width: 1000px;
	height: 300px;
	background: #fff url(/images/banner-bg.jpg) no-repeat top left;
	position: relative;
}

div#content {
	width: 820px;
	padding: 60px 90px 20px;
	float: left;
	background: #fff url(/images/container-bg.jpg) repeat-x top left;
}

div#sidebar {
	width: 290px;
	padding-right: 60px;
	float: left;
}

div#main {
	float: left;
	width: 470px;
	padding-bottom: 
}

div#footer {
	float: left;
	width: 537px;
	padding: 20px 0;
	border-top: 1px dashed #a4a2a1;
	margin-top: 15px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 500px;
	height: 160px;
	position: absolute;
	margin-left: 450px;
	margin-top: 60px;
	text-decoration: none;
}

/* =Main Content Styles
-------------------------------------------------------------*/
div#main ul.circle {
	list-style: circle;
	margin-left: 25px;
}

div#main ul.circle li {
	margin: 10px 0;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/
p#copyright {
	margin: 2px 0;
	font-size: 12px;
}

div#footer a, div#footer a:visted {
	color: #000000;
	text-decoration: underline;
}

div#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#bannerNav {
	width: 537px;
	border-top: 5px solid #70032a;
	border-bottom: 4px solid #70032a;
	height: 58px;
	postion: absolute;
	margin-left: 440px;
	margin-top: 268px;
	background: url(/images/banner-nav-bg.jpg) repeat-x top left;
}

ul#bannerNav li {
	float: left;
	height: 58px;
	margin: 0;
	line-height: 58px;
	background: url(/images/banner-nav-li-bg.jpg) no-repeat right;
}

ul#bannerNav li.last {
	background-image: none;
}

ul#bannerNav li a, ul#bannerNav li a:visited {
	display: block;
	height: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 23px;
	padding-left: 11px;
}

ul#bannerNav li a:hover, ul#bannerNav li.current a, ul#bannerNav li.current a:visited {
	color: #fff;
	text-decoration: none;
	background: url(/images/banner-nav-a-bg.jpg) repeat-x left;
}

ul#bannerNav li.last {
	background-image: none;
}

ul#bannerNav li.last a {
	padding-right: 23px;
}

/* =Secondary Navigation Styles
-------------------------------------------------------------*/
ul#footerNav {
	width: 537px;
	height: 15px;
}

ul#footerNav li {
	float: left;
	height: 15px;
	margin: 0;
	line-height: 15px;
}

ul#footerNav li a, ul#footerNav li a:visited {
	display: block;
	padding: 0px 8px;
	color: #000;
	font-weight: bold;
	border-right: 1px solid #000;
	text-decoration: none;
}

ul#footerNav li a:hover {
	color: #000;
	text-decoration: underline;
}

ul#footerNav li.first a, ul#footerNav li.first a:visited {
	padding-left: 0;
}

ul#footerNav li.last a, ul#footerNav li.last a:visited {
	border-right: none;
}



/* =Form Styles
-------------------------------------------------------------*/
form input, form textarea {
	font-size: 12px;
	color: #5d5a58;
	border: 1px solid #5d5a58;
	margin: 4px 0;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}

form textarea {
	height: 120px;
}

form input.submit {
	width: auto;
	border: 0;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
	font-weight: normal;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}
