@charset "utf-8";
/* Niehgborhood Mortgage Company */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
font-weight: normal;
list-style: none;
margin: 0;
padding: 0;
}

body {
	background: #fff url(/images/nmc/index_04.jpg) top center repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


/* TYPOGRAPHY */
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.copy {
	font-size: 14px;
}



#content-wrap {
	background: #fff;
	
	border: 1px solid #3d5b85;
	margin: 0px auto;
	padding: 10px;
	width: 802px;
	overflow: hidden;
}
#content {
	border: 1px dotted #CCC;
	overflow: hidden;
	width: 800px;
}



/* FORM */
#form-wrap {
	background: #fff;

	border: 5px solid #073d74;
	float: right;
	width: 310px;
	position: relative;
	top: -60px;

}
#form {
	margin: 10px 10px 10px 5px;
}
#form td {
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 5px 5px;
}


#side-content-wrap {
	float: left;
	width: 480px;
	margin: 0 0 0 0px;
}
.side-content {
	margin: 20px;
}

.side-content ul {
	margin: 20px 0 20px 10px;
}
.side-content ul li {
	background: url(/images/nmc/bullett.gif) top left no-repeat;
	
	padding: 0 0 10px 20px;
}
