@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {
	line-height: 16px;
	margin-bottom: 10px;
	text-align: justify;
}

a {
	color: #005785;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

form, img {
	border: none;
}

h1 {
	font-size: 16px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: normal;
}

h1.colorOne {
	color: #005785;
}

h1.colorTwo {
	color: #ff0000;
}

h1.colorThree {
	color: #000;
}

h2 {
	font-size: 14px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.disclaimer {
	font-size: 10px;
	color: #8a8a8a;
}

.small {
	font-size: 10px;
}

.smallGreen {
	font-size: 10px;
	color: #999900;
}

.smallRed {
	font-size: 10px;
	color: #ff0000;
}

.inpTxt {	
	width: 250px;
	border: 1px solid #ccc;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txtArea {	
	width: 350px;
	border: 1px solid #ccc;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* wrapper starts */
#wrapper {
	width: 900px;
	text-align: left;
	display: table;
	margin: 0px auto;
}
/* wrapper ends */

/* ----------------- Header starts ----------------------- */
/* header starts */
#header {
	background: url(../images/bg-header.gif) top repeat-x;
	width: 900px;
	height: 97px;
	display: block;
}
/* header ends */

/* headerTop starts */
#headerTop {
	height: 47px;
}

#headerTop h1 {
	color: #005785;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 20px;
}

#headerTop .htLeft {
	width: 540px;
	float: left;
	padding-top: 25px;
}

#headerTop .htRight {
	width: 360px;
	float: left;
	text-align: right;
}
/* headerTop ends */

/* headerBottom starts */
#headerBottom {
	height: 48px;
	padding-top: 2px;
}
/* headerBottom ends */

/*---------------- Root = Horizontal, Secondary = Vertical------------------ */
ul#navmenu-h {
  margin: 0 0 0 0;
  border: 0 none;
  padding: 0;
  width: 776px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  margin-top: 24px;/* to drop down to sub menu ul */
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 170px;
  height: 28px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  padding-bottom: 0;
}

/* Root Menu */
ul#navmenu-h a {
	margin: 0 1px 0 1px;
	padding: 10px 14px 0 14px;
	border-top: 8px solid #b5c445;
	border-right: 1px solid #fff;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: 30px!important;
	height: 28px; /*For IE*/
	z-index: inherit;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	border-top: 8px solid #fec84e;
	background: none;
	color: #fe0000;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #e5e5e5;
  color: #666;
  border: none;
  text-align: left;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #d0d0d0;
  color: #000;
  border: none;
  text-align: left;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
/*---------------- Root = Horizontal, Secondary = Vertical------------------ */

/* ----------------- Header ends ----------------------- */


/* ----------------- banner starts ----------------------- */
#banner {
	background: url(../images/bg-banner.jpg) no-repeat;
	width: 900px;
	height: 185px;
}

#banner .bannerL {
	width: 255px;
	float: left;
}

#banner .bannerM {
	width: 316px;
	float: left;
	padding: 100px 15px 0px 50px;
}

#banner .bannerM .bmTitle {
	width: 266px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

#banner .bannerM .bmIcons {
	width: 266px;
}

#banner .bannerM .bmIcons .bmiBox {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
}

#banner .bannerM h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fffc00;
	line-height: 24px;
}

#banner .bannerM h1 a {
	color: #fffc00;
}

#banner .bannerR {
	width: 264px;
	float: left;
}
/* ----------------- banner ends ----------------------- */


/* ----------------- container starts ----------------------- */
#container {
	width: 900px;
	background: url(../images/bg-container.gif) left repeat-y;
	padding-top: 15px;
}

/* containerL starts */
#containerL {
	width: 255px;
	float: left;
	margin-right: 15px;
}

#containerL .clAdBox {
	width: 228px;
	margin-bottom: 5px;
	padding: 0px 14px 0px 13px;
}

#containerL .clHitechies {
	width: 228px;
	margin-bottom: 5px;
	padding: 0px 14px 0px 13px;
}

#containerL .clHitechies .clhLeft {
	width: 100px;
	float: left;
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
}

#containerL .clHitechies .clhLeft p {
	text-align: right;
}

#containerL .clHitechies .clhRight {
	width: 118px;
	float: left;
}
/* containerL ends */

/* nav starts */
#nav {
	width: 228px;
	margin-bottom: 5px;
	padding: 0px 14px 0px 13px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	list-style-type: none;
	background: url(../images/bg-nav.gif) repeat-x;
	width: 218px;
	height: 20px;
	display: block;
	padding: 7px 0px 0px 10px;
}

#nav li:hover {
	background: url(../images/bg-nav-hover.gif) repeat-x;
}

#nav a {
	background: url(../images/bullet.gif) left no-repeat;
	background-position: 0px 3px;
	color: #fff;
	padding-left: 18px;
}

#nav a:hover {
	text-decoration: none;
}
/* nav ends */

/* newsletter starts */
#newsletter {
	background: url(../images/bg-newsletter.gif) no-repeat;
	width: 206px;
	height: 185px;
	margin: 0px 7px 5px 6px;
	padding: 30px 18px 0px 18px;
	color: #fff;
}

#newsletter .nTop {	
	width: 149px;
	margin: 0px 0px 10px 57px;
	font-size: 12px;
	font-weight: bold;
}

#newsletter .nMain {
	width: 206px;
	margin-bottom: 5px;
}

#newsletter .nMainL {
	width: 47px;
	float: left;
	margin-right: 8px;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
}

#newsletter .nMainR {
	width: 151px;
	float: left;
}

#newsletter .nMainR .nmrInpTxt {
	width: 140px;
	padding: 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b97407;
}

#newsletter .nMainR .nmrSelect {
	padding: 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b97407;
}
/* newsletter ends */

/* cotainerR starts */
#containerR {
	width: 630px;
	float: left;
}

#containerR p {
	line-height: 18px;
}

#containerR h1 {
	font-weight: bold;
	line-height: 17px;
}

#containerR h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

#containerR ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#containerR li {
	background: url(../images/bullet-002.gif) left no-repeat;
	background-position: 0 8px;
	padding-left: 18px;
	margin-bottom: 5px;
	line-height: 18px;
	text-align: justify;
}

#containerR li li {
	background: url(../images/bullet-002.gif) left no-repeat;
	background-position: 0 8px;
	padding-left: 18px;
	margin-bottom: 5px;
	line-height: 18px;
	text-align: justify;
}

#containerR ol {
	list-style-type: decimal;
	margin-bottom: 10px;
}

#containerR li.deci {
	background: none;
	margin-left: 36px;
	padding-left: 0px;
	margin-bottom: 5px;
	line-height: 18px;
	text-align: justify;
	list-style-type: decimal;
}
/* cotainerR ends */

/* crBoxOne starts */
#crBoxOne {
	width: 630px;
	margin-bottom: 20px;
}

#crBoxOne .crboLeft {
	width: 351px;
	float: left;
	margin-right: 15px;
}

#crBoxOne .crboLeft ul {
	list-style: none;
}

#crBoxOne .crboLeft li {
	background: url(../images/bullet-001.gif) left no-repeat;
	padding-left: 22px;
	margin-bottom: 5px;
}

#crBoxOne .crboRight {
	background: url(../images/bg-earn.jpg) no-repeat;
	width: 264px;
	height: 38px;
	float: left;
	padding-top: 95px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#crBoxOne .crboRight a {
	color: #ff0000;
}

#crBoxOne .crboRight a:hover {
	color: #000;
}
/* crBoxOne ends */

/* crBoxTwo starts */
#crBoxTwo {
	background: url(../images/banner-ultimate.jpg) no-repeat;
	width: 630px;
	height: 60px;
	margin-bottom: 20px;
}

#crBoxTwo .crbtLeft {
	width: 250px;
	float: left;
	padding-left: 20px;
}

#crBoxTwo .crbtRight {
	width: 350px;
	float: left;
	padding-left: 10px;
}
/* crBoxTwo ends */

/* crBoxThree starts */
#crBoxThree {
	width: 510px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: auto;
}

#crBoxThree .crbthBox {
	width: 510px;
	margin-bottom: 10px;
}

#crBoxThree .crbthbLeft {
	width: 250px;
	float: left;
}

#crBoxThree .crbthbMargin {
	margin-right: 10px;
}
/* crBoxThree ends */
/* ----------------- container ends ----------------------- */


/* ----------------- footer starts ----------------------- */
#footer {
	background: url(../images/bg-footer.gif) top repeat-x; 
	width: 100%;
	display: table;
	text-align: left;
	margin-top: 1px;
}

/* footerHolder starts */
#footerHolder {
	width: 900px;
	margin: 0px auto;
	padding-top: 40px;
	margin-bottom: 20px;
}

#footerHolder a {
	color: #000;
}

#footerHolder .fhTop {
	width: 900px;
	margin-bottom: 15px;
}

#footerHolder .fhTopL {
	width: 692px;
	float: left;
	padding-top: 20px;
}

#footerHolder .fhTopR {
	width: 208px;
	float: left;
}

#footerHolder .fhTopRLeft {
	width: 130px;
	float: left;
	margin-right: 9px;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
}

#footerHolder .fhTopRRight {
	width: 69px;
	float: left;
}

#footerHolder .fhBottom {
	margin-bottom: 15px;
	font-size: 11px;
}

#footerHolder .fhBottom .fhbSmall {
	font-size: 10px;
	color: #999900;
}

#footerHolder .fhBottom .fhbSmallTwo {
	font-size: 10px;
}

#footerHolder .fhBottom p {
	text-align: center;
}
/* footerHolder ends */
/* ----------------- footer ends ----------------------- */

/* ----------------- cotainerR properties ----------------------- */
#containerR .crLeftBlock {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
}

#containerR .crRightBlock {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	display: block;
}

/* crHolderOne starts */
#containerR .crHolderOne {
	width: 630px;
	margin-bottom: 10px;
}

#containerR .crHolderOneMain {
	margin-bottom: 10px;
}

#containerR .crHolderOneMainBox {
	width: 49%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#containerR .crHolderOneMainMargin {
	margin-right: 10px;
}
/* crHolderOne ends */

/* crHolderTwo starts */
#containerR .crHolderTwo {
	width: 630px;
	margin-bottom: 15px;
	background: url(../images/bg-dot-one.gif) bottom repeat-x;
	padding-bottom: 5px;
}

#containerR .crHolderTwo ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#containerR .crHolderTwo li {
	background: url(../images/bullet-003.gif) left no-repeat;
	background-position: 0 8px;
	padding-left: 18px;
	margin-bottom: 5px;
	line-height: 18px;
}
/* crHolderTwo ends */

/* crHolderThree starts */
#containerR .crHolderThree {
	width: 630px;
	margin-bottom: 15px;
}

#containerR .crHolderThreeTitle {
	width: 610px;
	background: #fe990d;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px 10px;
}

#containerR .crHolderThreeMain {
	width: 630px;
	background: #eee;
	margin-bottom: 1px;
}

#containerR .crHolderThreeMainL {
	width: 150px;
	padding: 10px 10px 5px 10px;
	float: left;
}

#containerR .crHolderThreeMainR {
	width: 440px;
	padding: 5px 10px 10px 9px;
	float: left;
	border-left: 1px solid #fff;
}
/* crHolderThree ends */

/* crHolderFour starts */
#containerR .crHolderFour {
	width: 630px;
	margin-bottom: 15px;
}

#containerR .crHolderFourTitle {
	width: 610px;
	background: #fe990d;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px 10px;
}

#containerR .crHolderFourTitleL {
	width: 500px;
	float: left;
}

#containerR .crHolderFourTitleR {
	width: 100px;
	float: left;
	margin-left: 10px;
}

#containerR .crHolderFourMain {
	width: 610px;
	background: #eee;
	margin-bottom: 1px;
	padding: 5px 10px;
}

/* crHolderFour ends */
/* ----------------- cotainerR ends ----------------------- */

/* property starts */
#property {
	margin: 8px 0 0 0;
	padding: 0;
	display: table;
}

#property .proHolder {
	padding: 4px 9px;
	display: block;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}

#property .proHolder:hover {
	background: #fff;
	border: 1px solid #b5b5b5;
	text-align: center;
}

#property .proHolder p {
	text-align: center;
	margin: 0 0 4px 0;
}

/* property ends */

/* house starts */
#house {
	margin: 10px 0 10px 0;
	padding: 0;
}

#house p {
	margin: 0 0 4px 0;
	line-height: 14px;
}

#house .housePic {
	border: 1px solid #ccc;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	display: block;
	text-align: center;
}

#house .housePic p {
	margin: 0 0 10px 0;
	line-height: 12px;
	text-align: center;
}

#house .houseColOne {
	background: #fe990d ;
	padding: 4px 6px;
	font: 12px Tahoma;
	color: #fff;
	font-weight: bold;
}

#house .houseColTwo {
	padding: 4px 6px;
	border-left: 1px solid #eee;
}

#house .houseColTwo p {
	margin: 0 0 2px 0;
	line-height: 14px;
	text-align: left;
}

/* house ends */


/* New Classes for Login */

#loginFsbo {
	background: url(../images/bg-login-fsbo.gif) repeat-x #fcb655;
	margin: 0 0 12px 0;
	padding: 6px;
	display: block;
	color: #fff;
}

#loginFsbo .titleLog {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}

#loginFsbo a.forgot {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#loginFsbo a.forgot:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#loginFsbo .forgot ul {
	list-style-type: none;
}

#loginFsbo .forgot li {
	background: none;
	display: inline;
}

#loginFsbo ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#loginFsbo li {
	margin: 0 0 0 0;
	padding: 0 12px 0 0;
	list-style-type: circle;
	display: inline;
}

.bgRowOne {
	background: #fe990d;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px;
}

.bgRowTwo {
	background: #eee;
	padding: 8px 8px;
}

.bgRowThree {
	background: #fe990d;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
}

.red {
	color: #ff6633;
}

.bgColOne {
	background: #e3eaec;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
	padding: 6px 10px;
}

.bgColOne a {
	color: #666699;
	text-decoration: none;
}

.bgColOne a:hover {
	color: #666699;
	text-decoration: underline;
}

.bgColTwo {
	background: #f3f3f3;
	padding: 6px 10px;
}

.bgColThree {
	background: #eaeaea;
	padding: 6px 10px;
}

.bgColFour {
	background: #f3f3f3;
	padding: 2px 6px 12px 6px;
	line-height: 16px;
}

