/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
Resets all margins, padding, spacing and borders to 0.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,hr {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/*
Title:		Noteworld.com: stylesheet.css
Author: 	www.noteworld.com, pbaldwin@noteworld.com
Created:	AUG 2009
Version:    1.0.2.1
Updated:    01-SEP-2009
Note:       Style sheet for main.html, services.html, sitemap.html
*/

body {
	font-family: ScalaSansLF, Arial, Helvetica, sans-serif;
	background-color: #E5E8EB;
}

strong, b {
    font-weight:bold;
}

em, i {
    font-style:italic;
}

#container {
	background-color: #FFFFFF;
	width: 783px;
	margin: 10px auto 0px auto;	
}

#masthead {
	float: left;
	background-color: #A1C6DB;
	height: 97px;
	width:773px;
	border-left: solid 5px #ffffff;
	border-top: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	font-size: 1px;
}

.greenLineH {
	float: left;
	/* display: block; */
	font-size: 1px;
	background-color: #C2D08A;
	height: 3px;
	width: 773px;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	padding: 0px 0px 0px 0px;
}

.greenLineV {
	background-color: #C2D08A;
	min-height: 399px;
	height: 100%;
	width: 3px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#contentWrapper {
	height: 399px;
	float: left;
	display: block;
	color: #A5A496;
	font-size: 11px;
	background-color: #ffffff;	
	border-left: solid 5px #ffffff;
}

#contentWrapper p {

	padding: 10px 7px 7px 14px;
	margin: 0; 
	line-height: 15px;
}

#contentWrapper ul {

}

#contentWrapper li {
	margin-left: 7px;
	list-style-type: none;
	list-style-position: outside;
	line-height: 16px;
}

.text {
	color: #A5A496;
	font-size: 12px;
	margin: 0px 7px 7px 14px;
}

#contentWrapper h4 {
	font-size: 14px;
	margin: 25px 7px 7px 14px;
}
 

#leftControl {
	height: 399px;
	width: 180px;
	float: left;
	clear: left;
	/* margin-left: 5px; */
}

#leftControl a {
	color: #A5A496;	
	text-decoration: none;
}

#leftControl a:hover, #leftControl a:active {
	color: #788349;
}

#middleControl {
	width: 295px;
	float: left;
}

#rightControl {
	width: 295px;
	float: left;
	background-color: #ffffff;
	border-right: solid 5px #ffffff;
}

body:first-of-type #rightControl {margin-right: -62px;} /* browser hack for Safari 3 only */

.textWrapper {
	height: 185px;	  /* Hide this value from IE */
	width: 295px;
}

#leftControlImg {
	float: left;
	border-right: solid 3px #C2D08A;
	}

#pageHeadline {
	/*
	position: relative;
	margin: 25px 7px 7px 188px;
	width: 100%;
	float: none;
	*/
	float: left;
	width: 590px;
	border-right: solid 5px #ffffff;
}
	
#pageHeadline h4 {
	color: #A5A496;
	font-size: 12px;
	text-align: left;
}

.textWrapperAlt01 { height: 292px; } /* Hide this value from IE */	
/* .textWrapperAlt01, x:-moz-any-link {height: 292px;} FireFox 2 */
/*#textWrapperAlt01, x:-moz-any-link, x:default {height: 282px;} FireFox 3*/

.ff3_hack, x:-moz-any-link, x:default {width: 296px;} 
	
.linkSubText {
	font-size: 10px;
}

#sellerFinancingLink {
	background-color: #4F7FB8;
	color: #ffffff;
	height: 49px;
	width: 295px;
	display: block;
}

#sellerFinancingLink a {
	display: block;
	height: 49px;
	width: 295px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}

#sellerFinancingLink a:link, #sellerFinancingLink a:visited {
	background-image: url('images/sellerFinancing_normal.gif');
	}

#sellerFinancingLink a:hover, #sellerFinancingLink a:active {
	background-color: #82A7CF;
	background-image: url('images/sellerFinancing_active.gif');
}

#accountServicingLink {
	background-color: #80944C;
	color: #ffffff;
	height: 49px;
	width: 295px;
	display: block;
}

#accountServicingLink a {
	display: block;
	height: 49px;
	width: 295px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}

#accountServicingLink a:link, #accountServicingLink a:visited {
	background-image: url('images/accountServicing_normal.gif');
	}

#accountServicingLink a:hover, #accountServicingLink a:active {
	background-color: #A7B580;
	background-image: url('images/accountServicing_active.gif');
}

#footer {
	float: left;
	display: block;
	background-color: #A1C6DB;
	background-image: url('images/noteworld_homepage_02.gif');
	background-repeat: no-repeat;
	height: 88px;
	width: 773px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	border-left: solid 5px #ffffff;
	border-bottom: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	line-height: 140px;
	vertical-align: bottom;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #788349;
	text-decoration: underline;
}

#mapWrapper {
	display: block;
	color: #A5A496;
	font-size: 11px;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#mapWrapper a {
	color: #A5A496;
	text-decoration: none;	
}

#mapWrapper a:hover, #mapWrapper a:active {
	color: #788349;
	text-decoration: underline;
}

#mapWrapper p {
	margin: 21px 10px 0px 22px;
}

#mapWrapper #leftControl {
	width: 253px;
	border-left: solid 5px #ffffff;
}

#mapWrapper #middleControl {
	width: 260px;
	height: 100%;
	border-left: solid 3px #C2D08A;
	border-right: solid 3px #C2D08A;
}

#mapWrapper #rightControl {
	width: 254px;
	height: 100%;
	float: right;
	margin-right: 0px;
}

/* body:first-of-type #mapWrapper #rightControl {margin-right: 5px;}  browser hack for Safari 3 only */




