html {
	background:#cbcbcb;
	background-image: url('img/bgHtml.gif');
	color: #053b69;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
    text-align:justify;
}

body {
	background:#ffffff;
	margin:0 auto;
	padding:0;
	width:900px;
}

#header {
	background-image: url('img/bgHeader.jpg');
	background-repeat:no-repeat;
	height:110px;
}

#menu {
	background-image: url('img/bgMenu.gif');
	background-repeat:no-repeat;
	color:#ffffff;
	display:block;
	font-weight:800;
	height:0px;
	margin:0;
	padding:0;
}

#menu li {
	border-right:dotted 1px #e7e7e7;
	float:left;
	list-style-type:none;
	padding:8px 10px;
}

#menu a {
	color:#ffffff;
	text-decoration:none;
}

#menu a:hover {
	color:#c7dc15;
}

#left {
	float:left;
	margin:0px 0 10px 10px;
	width:515px;
}

	* html #left {margin-left:5px;}

#right {
	float:right;
	margin:10px 10px 10px 0;
	width:330px;
}

	* html #right {margin-right:5px;}

#big {
	margin:10px;
}

#footer {
	background-image: url('img/bgFooter.jpg');
	background-repeat:no-repeat;
	clear:both;
	color:#ffffff;
	font-size:11px;
	font-weight:800;
	height:80px;
}
<!-- testing menu -->
#menu1 {
	background-image: url('menu-images/norml-bt-background.jpg');
	display:block;
	font-size:11px;
	font-weight:800;
	height:20px;
	margin:0;
	padding:15px 0 0 0;
}
#menu1 a {
	border-right:solid 1px #e7e7e7;
	color:#ffffff;
	padding:0 10px;
	text-decoration:none;
}
#menu1 a:hover {
	background-image: url('menu-images/hover-background.jpg');
	display:block;
	font-size:11px;
	font-weight:800;
	height:20px;
	margin:0;
	padding:15px 0 0 0;
}
<!-- testing menu -->

#submenu {
	display:block;
	font-size:11px;
	font-weight:800;
	height:20px;
	margin:0;
	padding:15px 0 0 0;
}

#submenu li {
	float:left;
	list-style-type:none;
	padding:8px 0;
}

#submenu a {
	border-right:solid 1px #e7e7e7;
	color:#ffffff;
	padding:0 10px;
	text-decoration:none;
}

#submenu a:hover {
	color:#15fffe;
}

#submenu-level2 {
	display:block;
	float:left;
	font-size:11px;
	font-weight:800;
	margin:-10px 0 0 0;
	padding:0px 0 0 0;
}

#submenu-level2 li {
	float:left;
	list-style-type:none;
	padding:8px 0;
}

#submenu-level2 a {
	border-right:solid 1px #e7e7e7;
	color:#ffffff;
	padding:0 10px;
	text-decoration:none;
}

#submenu-level2 a:hover {
	color:#15fffe;
}


.last { border:none !important;}

#copy {
	color:#000000;
	float:right;
	font-weight:100;
	margin-top:-25px;
	margin-right:50px;
	text-align:center;
}

* html #copy {
	margin-top:-23px;
	margin-right:25px;
}

#left .top {
	background-image:url('img/bgLeftTop.gif');
	background-repeat:no-repeat;
	height:15px;
}

#left .bottom {
	background-image:url('img/bgLeftBottom.gif');
	background-repeat:no-repeat;
	height:15px;
}

#right .top {
	background-image:url('img/bgRightTop.gif');
	background-repeat:no-repeat;
	height:15px;
}

#right .bottom {
	background-image:url('img/bgRightBottom.gif');
	background-repeat:no-repeat;
	clear:both;
	height:15px;
}

#big .top {
	background-image:url('img/bgBigTop.gif');
	background-repeat:no-repeat;
	height:15px;
}

#big .bottom {
	background-image:url('img/bgBigBottom.gif');
	background-repeat:no-repeat;
	height:15px;
}


.lighted {
	background:#e7e7e7;
	background-image:url('img/bg.gif');
	background-repeat:repeat-x;
	background-position:center;
	padding:0 10px;
	font-family: Verdana, Helvetica,sans-serif;
	font-size:12px;
    text-align:justify;
}

h1 {
	color:#024371;
	font-family:Verdana;
	font-size:11px;
	font-weight:100;
	margin:0;
	padding:0 0 5px 0;
	
	
	font-size:16px;
	padding-bottom:10px;
	padding-top:10px;

}



h2,h3 {
	color:#024371;
	font-family:Verdana;
	font-size:11px;
	font-weight:100;
	margin:0;
	padding:0 0 5px 0;
}

h1 span,h2 span,h3 span {
	display:block;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:14px;
}

h1 i {
	color:#990000;
	font-weight:100;
	font-family:Verdana,sans-serif;
	font-size:12px;
}
h3 {
	font-size:12px;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
}

h4 {
	font-size:16px;
}

.h4 {
	font-size:16px;
	padding-bottom:10px;
	padding-top:10px;
}

fieldset,form {
	border:0;
	margin:0;
	padding:0;
}

fieldset div {
	float:left;
	padding:0 10px;
}

input, select, textarea {
	border: solid 1px #CCCCCC;
	font-size:11px;
}

#login {
	color:#464e03;
	float:right;
	line-height:18px;
	margin-right:30px;
	width:200px;
}

* html #login {margin-right:15px;}

#login div {
	padding:0 5px 5px 0;
	width:50px;
}

#login input {
	width:120px;
}

#login img {
	float:right;
	margin-right:22px;
}

* html #login img {margin-right:19px;}

#login span {line-height:12px;}
#login a {color:#464e03;}

#login a:hover {color:#000000;}

a.m ,.m a{
	background-image:url('img/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 4px;
	color:#464e03;
	padding-left:15px;
	text-decoration:none;
}

.simple p {
	width:150px;
}

a.m:hover,.m a:hover {color:#000000;}

p.m{
	margin:0;
	padding-left:15px;
	padding-bottom:1em;
}

p.m a {
	display:block;
	margin-left:-15px;
}

p.m b {
	display:block;
	font-size:14px;
	margin:0 0 10px -15px;
}

p.m a.simple{
	display:inline;
	margin:0;
	padding:0;
	background-image:url('img/none.gif');
}
.lighted p {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
}

.lighted ul {
	margin:0;
	padding:10px 0;
}

.lighted ol {
	margin:0;
	padding:10px 20px;
}

.lighted ul li {
	background-image: url('img/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style-type:none;
	margin-bottom:10px;
	padding-left:12px;
}

ol li {
	padding-bottom:10px;
}

.lighted li {
	font-size:12px;
}

.lighted a {
	color: #053b69;
	font-weight:800;
	text-decoration:none;
}

.lighted a:hover {
	color:#7f8f0b;
}

.join {
	background-image:url('img/join.jpg');
	background-repeat:no-repeat;
    color: #053b69;
	display:block;
	height:101px;
	padding:10px;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
}
.faq-ans {
background:#053B69;
	background-image:url('img/bg.gif');
	background-repeat:repeat-x;
	background-position:center;
	padding:10px 10px;
	font-family: Verdana, Helvetica,sans-serif;
	font-size:12px;
    text-align:justify;
	color: #053B69;

}

.faq-ans li {
	font-size:12px;
}

.faq-ans a {
	color: #053b69;
	font-weight:800;
	text-decoration:none;
}

.faq-ans a:hover {
	color:#7f8f0b;
}

.faq-ans p {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
}

.faq-ansul {
	margin:0;
	padding:10px 0;
}

.faq-ans ol {
	margin:0;
	padding:10px 20px;
}

.faq-ans ul li {
	background-image: url('img/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style-type:none;
	margin-bottom:10px;
	padding-left:12px;
}


.inner-pannel-link {
	color: #053b69;
	font-weight:800;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
}

.inner-pannel-link:hover {
	color:#7f8f0b;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:800;
}

.join:hover {
	color:#7f8f0b;
}

.rightLink {
	text-align:justify;
	font-size:12px;
	color:#053B69;
	font-family:Verdana, Helvetica, sans-serif;
	
}

.rightLink a {
	font-weight:800;
	color: #053b69;
	text-decoration:none;
}

.rightLink a:hover {
	color:#7f8f0b;
}

.books {
	background-image:url('img/books.jpg');
	background-repeat:no-repeat;
	color: #053b69;
	display:block;
	font-size:12px;
	font-weight:800;
	height:80px;
	padding:25px 15px 0 15px;
	text-decoration:none;
}

.books:hover {
	color:#7f8f0b;
}

.normal {
	border:solid 1px #cccccc;
}

.focus {
	border:solid 1px #40a3cc;
}

.grey {
	background:#e7e7e7;
	padding:0 10px;
}

.name {
	font-weight: normal;
	padding-bottom:20px;
	text-align:right;
}

.popup {
	background:#e7e7e7;
	background-image:url('img/bgPopup.jpg');
	background-repeat:no-repeat;
	padding-top:80px;
	height:300px;
	width:530px;
}

.popup .lighted .about-us-rightbox {
	height:175px;
}

.map {
	color:#000000;
}

.w100 {width:100px;}
.w150 {width:150px;}
.w250 {width:250px;}

.fees {
	background:#f0f0f0;
	border:solid 1px #dadada;
	margin-left:-9px;
	margin-right:-9px;
	padding:10px 0 10px 7px;
}

.fees .item, .fees .item2 {
	background:#ffffff;
	border:solid 1px #dadada;
	padding:10px;
	margin-top:20px;
	margin-right:10px;
	width:263px;
	float:left;
}

.fees .item2 {
	width:855px;
}

.fees .item {
	height:200px;
}

.fees .item a,.fees .item2 a {
	color:#053b69;
	font-weight:800;
	text-decoration:none;
}

.fees .item a:hover,.fees .item2 a:hover {
	color:#8b9905;
}

h5 {
	clear:both;
	color:#046fb0;
	font-size:13px;
	font-weight:800;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

h5 span {color:#8b9905;}

h6 {
	clear:both;
	color:#f41011;
	font-size:16px;
	font-weight:800;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

.f1,.f2 {
	color:#333333;
	font-size:13px;
	font-weight:800;
	padding:0;
	width:260px;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

.f2 {
	color:#666666;
}

.red {
	color:#f00000;
	font-size:12px;
	font-weight:800;
	margin-top:10px;
}

.red a {color:#f00000;}

fieldset p {
	float:left;
	padding:0;
	margin:2px 0 10px 0;
	width:100px;
}

fieldset input, fieldset textarea {
	font-size:12px;
}

.note {
	color:#990000;
	padding-bottom:10px;
	text-align:center;
}

.button {
	background-image:url('img/bgButton.gif');
	background-repeat:none;
	border:none;
	color:#ffffff;
	font-size:11px;
	font-weight:800;
	width:75px;height:24px;
}

.register h2 {
	padding-left:180px;
	font-size:14px;
	margin-left:12px;
}

.register p{
	line-height:18px;
	margin-left:200px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:right;
}

.arrow {
	padding-top:10px;
}

.arrow .first {
	border-left:solid 1px #afafaf;
}

.arrow a {
	background-image:url('img/arrow1.gif');
	background-repeat:none;
	background-position:right;

	color:#000000;
	height:23px;
	padding:5px 20px 4px 10px;
	vertical-align:middle;
	text-decoration:none;
}

.arrow .last {
	background-image:url('img/arrow2.gif');
}

.arrow a:hover {
	color:#0368cd;
}

h4 span,.h4 span {
	color:#ff0000 !important;
	font-weight:800;
}

#details {
	background:#f0f0f0;
	border:solid 1px #dadada;
	padding:5px;
}

#details-properties {
	background:#f0f0f0;
	border:solid 1px #dadada;
	padding:5px;
}

#details-properties-detail {
	background:#f0f0f0;
	border:solid 1px #dadada;
	padding:5px;
}


#details fieldset {
	background:#ffffff;
	border:solid 1px #dadada;
	margin-bottom:5px;
	padding:5px;
}

#details-properties fieldset {
	background:#ffffff;
	border:solid 1px #dadada;
	margin-bottom:5px;
	padding:5px;
}

#details-properties-detail fieldset {
	background:#ffffff;
	border:solid 1px #dadada;
	margin-bottom:5px;
	padding:5px;
}


#details-properties fieldset p {
	float:left;
	padding:0;
	margin:2px 0 10px 0;
	width:700px;
}

#details-properties-detail fieldset p {
	float:left;
	padding:0;
	margin:2px 0 10px 0;
	width:480px;
}


#details .thumbs,#details .thumb,#details-properties .thumb, #details-properties-detail .thumb {
	clear:both;
	margin:0;
}

.thumbs img,.thumb img {
	background-image:url('img/bgSmall.gif') !important;
	background-repeat:none !important;
	cursor:pointer;
	padding:12px;
	margin-right:15px;
}

.thumbs2 img,.thumb img {
	background-image:url('img/bgSmall2.gif') !important;
	background-repeat:no-repeat;
	cursor:pointer;
	padding:10px;
	margin-right:22px;
}

.view {
	background-image:url('img/bgBig.gif') !important;
	background-repeat:none !important;
	float:left;
	padding:5px;
	width:334px;height:215px;
}

.details {
	float:right;
	font-size:12px;
	width:480px;
}

#details a,#details2 a, #details-properties a, #details-properties-detail a {
	color:#0368cd;
}

.view2 {
	background-image:url('img/bgBig2.gif') !important;
	background-repeat:no-repeat;
	float:left;
	padding:3px 4px;
	width:610px;height:460px;
}

* html .view2 {padding:2px 4px;}

.details2 {
	float:right;
	font-size:12px;
	width:210px;
}

h4 a {
	color:#0368cd;
	text-decoration:none;
}

#view {
	margin:7px;
}

.green {
	background-image:url('img/btnGreen.gif');
	border:0;
	float:right;
	margin-top:30px;
	margin-right:30px;
	padding:0;
	width:158px;height:45px;
}

.thumb img {
	float:left;
	margin-right:0;
}

.thumb .details {
	float:left;
	width:685px;
}

@media print {
	html {
		background:#ffffff;
		color:#000000;
	}

	h1 {font-size:14px;}
	
	#header,#menu,#footer,#banner,#map,.books,.map,#right,.green,.noprint,.note {
		display:none;
	}

	.top,.bottom,.lighted,.about-us-rightbox,li,.join {
		background:none !important;
	}

	#left {
		width:800px;
	}
	#left div {
		padding:0;
		margin:0;
		width:800px;
	}

	.details {
		float:left;
		padding-top:10px;
		width:inherit;
	}
}

#mapbg {background-image:url('img/map/map.gif');width:517px;height:364px;}
#map{background-repeat:no-repeat;}
.m1	{background-image:url('img/map/wa.gif');background-position:40px 48px;}
.m2	{background-image:url('img/map/or.gif');background-position:24px 76px;}
.m3	{background-image:url('img/map/ca.gif');background-position:17px 123px;}
.m4	{background-image:url('img/map/ak.gif');background-position:21px 289px;}
.m5	{background-image:url('img/map/hi.gif');background-position:82px 305px;}
.m6	{background-image:url('img/map/nv.gif');background-position:50px 133px;}
.m7	{background-image:url('img/map/id.gif');background-position:85px 59px;}
.m8	{background-image:url('img/map/az.gif');background-position:83px 205px;}
.m9	{background-image:url('img/map/ut.gif');background-position:98px 145px;}
.m10{background-image:url('img/map/mt.gif');background-position:108px 61px;}
.m11{background-image:url('img/map/wy.gif');background-position:135px 115px;}
.m12{background-image:url('img/map/co.gif');background-position:146px 165px;}
.m13{background-image:url('img/map/nm.gif');background-position:135px 212px;}
.m14{background-image:url('img/map/tx.gif');background-position:162px 226px;}
.m15{background-image:url('img/map/ok.gif');background-position:201px 219px;}
.m16{background-image:url('img/map/ks.gif');background-position:213px 184px;}
.m17{background-image:url('img/map/ne.gif');background-position:196px 146px;}
.m18{background-image:url('img/map/sd.gif');background-position:199px 112px;}
.m19{background-image:url('img/map/nd.gif');background-position:203px 76px;}
.m20{background-image:url('img/map/mn.gif');background-position:260px 78px;}
.m21{background-image:url('img/map/ia.gif');background-position:264px 143px;}
.m22{background-image:url('img/map/mo.gif');background-position:272px 178px;}
.m23{background-image:url('img/map/ar.gif');background-position:282px 227px;}
.m24{background-image:url('img/map/la.gif');background-position:287px 268px;}
.m25{background-image:url('img/map/wi.gif');background-position:296px 105px;}
.m26{background-image:url('img/map/il.gif');background-position:309px 155px;}
.m27{background-image:url('img/map/fl.gif');background-position:353px 289px;}
.m28{background-image:url('img/map/ms.gif');background-position:312px 244px;}
.m29{background-image:url('img/map/al.gif');background-position:345px 243px;}
.m30{background-image:url('img/map/ga.gif');background-position:370px 239px;}
.m31{background-image:url('img/map/sc.gif');background-position:391px 235px;}
.m32{background-image:url('img/map/nc.gif');background-position:383px 207px;}
.m33{background-image:url('img/map/va.gif');background-position:394px 180px;}
.m34{background-image:url('img/map/md.gif');background-position:458px 227px;}
.m35{background-image:url('img/map/tn.gif');background-position:325px 217px;}
.m36{background-image:url('img/map/ky.gif');background-position:334px 192px;}
.m37{background-image:url('img/map/in.gif');background-position:344px 160px;}
.m38{background-image:url('img/map/oh.gif');background-position:367px 154px;}
.m39{background-image:url('img/map/mi.gif');background-position:351px 113px;}
.m40{background-image:url('img/map/wv.gif');background-position:394px 178px;}
.m41{background-image:url('img/map/pa.gif');background-position:408px 145px;}
.m42{background-image:url('img/map/ny.gif');background-position:412px 102px;}
.m43{background-image:url('img/map/vt.gif');background-position:448px 83px;}
.m44{background-image:url('img/map/me.gif');background-position:479px 68px;}
.m45{background-image:url('img/map/nh.gif');background-position:470px 101px;}
.m46{background-image:url('img/map/ma.gif');background-position:500px 119px;}
.m47{background-image:url('img/map/ri.gif');background-position:502px 143px;}
.m48{background-image:url('img/map/ct.gif');background-position:478px 161px;}
.m49{background-image:url('img/map/nj.gif');background-position:474px 183px;}
.m50{background-image:url('img/map/de.gif');background-position:470px 207px;}
.m51{background-image:url('img/map/dc.gif');background-position:438px 172px;}

#preloader {
	position:absolute;
	top:0;left:0;
	visibility:hidden;
}

.item p,.item2 p{
	width:auto;
}

.stateList {
	background:#f0f0f0;
	border:solid 1px #dadada;
	text-align:center;
	padding:30px 50px;
}

.stateList a {
	background:#ffffff;
	border:solid 1px #dadada;
	color:#053b69;
	display:block;
	float:left;
	font-size:11px; font-weight:800;
	margin:2px;
	text-decoration:none;
	line-height:60px;
	width:240px;height:60px;
}

.stateList a:hover {
	background:#c7dc13;
	color:#ffffff;
}

.stateList span {
	display:block;
	margin-top:10px;
	line-height:18px;
}

.pagging {
 font-family:Verdana, Arial;
 font-size:12px;
 color:#009900;
 text-decoration:none;
 font-weight:normal;
}

.DefaultFlashMsgClass{
    border:1px solid #000000;
	position:absolute;
	width:699px;
	background:#FFFF99;
/*	height:45px;*/
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;

	display:none;
}

.FlashMsgSuccessClass
{
    border:1px solid #000000;
	position:absolute;
	width:699px;
	background:#FFFFFF;
	color:#006600;
	/*height:45px;*/
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.mail-template{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}
.mail-msg-template{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;
}
.mail-email-template{
font-family:Arial, Helvetica, sans-serif;
color: #0000FF;
font-size:12px;
font-weight:bold;
}
.mail-email-template:hover{
font-family:Arial, Helvetica, sans-serif;
color: #0066FF;
font-size:12px;
font-weight:bold;
}

.rightpanel-homeswaplisting {
	background-image:url('img/rightpanel-map.jpg');
	background-repeat:no-repeat;
	color: #053b69;
	display:block;
	font-size:12px;
	font-weight:800;
	height:80px;
	padding:25px 15px 0 15px;
	text-decoration:none;
}

.rightpanel-homeswaplisting:hover {
	color:#7f8f0b;
}

.whtstitletest
{
	color:#ff4500;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}



.nocolor-hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000066;
font-weight:bold;
}
.lighted-1 a {
	color: #053b69;
	font-weight:800;
	text-decoration:none;
}

.lighted-1 a:hover {
	color:#053b69;
}
.lighted-1 p {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
}

.lighted-1 ul {
	margin:0;
	padding:10px 0;
}

.lighted-1 ol {
	margin:0;
	padding:10px 20px;
}

.lighted-1 ul li {
	background-image: url('img/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style-type:none;
	margin-bottom:10px;
	padding-left:12px;
}


.lighted-1 li {
	font-size:12px;
}

.lighted-1 a {
	color: #053b69;
	font-weight:800;
	text-decoration:none;
}

.lighted-1 a:hover {
	color:#053b69;
}
.lighted-1 {
	background:#e7e7e7;
	background-image:url('img/bg.gif');
	background-repeat:repeat-x;
	background-position:center;
	padding:0 10px;
	font-family: Verdana, Helvetica,sans-serif;
	font-size:12px;
    text-align:justify;
}
.new-text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.about-us-rightbox{
	background:#e7e7e7;
	background-image:url('img/bg.gif');
	background-repeat:repeat-x;
	background-position:center;
	padding:0 10px;
	font-family: Verdana, Helvetica,sans-serif;
	font-size:12px;
    text-align:justify;
}

.about-us-rightbox a {
	color: #053b69;
	font-weight:normal;
	text-decoration:none;
}

.about-us-rightbox a:hover {
	color:#7f8f0b;
}
