@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
	color: #ffffff;
	padding-bottom:10px;
	background: url(../graphics/bg_lines.jpg) repeat-y center #000000;
}

img {
 	border: 0px;
}

a, a:visited {
 	color: inherit;
	text-decoration: none;
}
div.contentInner a, div.contentInner a:visited {
	text-decoration:underline;
	color:#298420;
}
a:hover,div.contentInner a:hover {
	text-decoration:underline;	
}

span.green {
	color: #298420;
	font-weight:bold;
}

div.mbody {
	width: 826px;
	margin: auto;
	padding-top:5px;
	padding-bottom:5px;
	background: #333333;
}

div.cleaner {
 	clear: both;
	line-height:0px;
	font-size:0px;
	height:0px;
	margin:0px;
	padding:0px;
}



/*  HEADER  */
div.header {
	background-color: #000000; 
	margin-bottom:5px;
}

/* SIDEBAR */

div.sidebar {
	float:left;
	width: 320px;
	height:100%;
	margin-left:8px;
	margin-right:5px; 
}


/* MENU BAR */

div.menuRight {
}

a.menuItem {
	display: block;
  	width: 118.5px;
  	background-image: url(../graphics/menuRight_bg.jpg);
	float: left;
	padding-top:5px;
	padding-bottom: 5px;
	text-align:center;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
div.menuRightGradientUnder {
	margin-top:2px;
	background-image: url(../graphics/gradient_darkgreen-white.jpg);
	height: 14px;
}
div.menuSpacing {
	 width:3px;	
	 float: left;
}


h1 {
	marging:0px;
	padding:0px;
	padding-left:18px;
	background: url(../graphics/greenBox.jpg) no-repeat;
	color: #298420;
	font-size:14px;
}
h2 {
	marging:0px;
	padding:0px;
	color: #298420;
	font-size:14px;
}
h3 {
	margin:0px;
	padding: 0px;
	font-size: inherit;
	font-weight: bold;
	color: #298420;
}
div.pageTitleBox {
	background: url(../graphics/gradient_pageTitle.jpg) repeat-x;
	padding-left:11px;
	padding-top:1px;
	!padding-top:10px;
	height:33px;
	!height:23px;
}

/* SIDE BAR */

div.sideBar-Spacing {
	font-size:	0px;
	height: 	5px;
}

div.calcBox {
	background: url(../graphics/gradient_green-white.jpg) repeat-x #000000;	
	border: 1px solid #666666;
	padding: 8px;
	font-size:14px;
}
div.calcBox table td.label {
	width:140px;
	font-weight: bold;
}

div.calcBox table td.format {
	width:12px;
	font-weight: bold;
	font-size:12px;
}

tr.mortgageResult td {
	background: #133c0f;
	padding-top:5px;
	padding-bottom:5px;
}

input.calcField {
	text-align:right;
	border: 1px solid #090;
	width: 155px;
}
input.btnSubmit {
	background: url(../graphics/submit.jpg);
	width: 76px;
	height: 17px;
	border: 0px;
	cursor: pointer;
	display:block;
	float:right;
	margin-top:20px;
	margin-bottom:10px;
	!margin-top:0px;
	!margin-bottom:0px;
}

div.BoxWhiteBg {
	border: 1px solid #666666;
	padding: 8px;
	font-size:14px;
	background: #000000;
}

p.sideBarBoxAddress {
	padding-left: 0px;
	padding-top:5px;
	margin:0px;
}

/* CONTENT  */ 

div.contentRight {
	width:483px;
	float:left;
	margin-right:8px;
}
div.contentInner {
 	/*background:url(../graphics/bg.jpg) center no-repeat;*/
	background-color:#000000;
	padding: 25px;
	border: 1px solid #666666;
}

/*  FOOTER  */

div.footer {
 	margin-top: 7px;
	font-size: 10px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color:#CCC;
}


div.footer a {
 	color: #ffffff;
}

div.poweredbycreaxial {
	float: right;
	display: block;	
}
div.poweredbycreaxial a {
	color: #298420;
	font-weight: bold;
}

