﻿html,body {
	margin:5px;
	padding:0px;
	background:#6E7B8B;
}

body {
	/*font: bold 11px/1.5em Verdana; --from Menu Code*/
	font: 76% Verdana,arial,sans-serif;
	/* text-align: center; */
}

p {
	margin:0 0px 0px
}

#header {
	position:relative;
	background:white;
	padding:0px;
	float:none;
	/*background-color:#E6E6E6*/
	/*background: #EEE;*/
}

div#header p {
	margin-left:12px;
}

div#container {
	text-align:left;
	background:#ffffff;
    /*border-image:url(images/backGroundFadeBlue.gif);*/
	border:1px #27408B solid;   /* added border to rim the page */
	width:975px;     /* changed from 700 to 975 */
	margin:0px auto;
}
/* IE6 Only */
* html div#container {
    width: 975px;
}   

div#footerBackground 
{
    height:25px;
    background-image: URL("http://sp.ask.com/en/i/dictionary/dic.PNG");
    background-repeat:repeat;
    padding-top:10px;
    margin-top:10px;
    color:#CAE1FF;
}
div#footer {
	background:#FFFFFF;		/* 	background:#336699; */
	color: #FFF;
	vertical-align:bottom;	/*  margin-bottom:0px; */
	border:0px #6B78A9 solid;
}
/* IE6 Only */
* html div#footer {
    margin-top:5px;
} 
div#footer p {
	margin:0;
	padding:5px 10px;
}
div#footer font
{
    padding:5px;
  	font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	color:#AF9F1A;
}
div#footer span{
  	margin:10px;
}
div#footer {
	clear:both;
	width:100%;
}
div#footerLinks 
{
    margin:0px 0px 0px 20px;
    width:933px;
    height:45px;
    background-color:#F6F6F6;
	/* background-image:url(http://www.propertyqwest.com/images/backGroundFadeBlue.gif);
	background-repeat:repeat-x; */
	vertical-align:bottom;	/*  margin-bottom:0px; */
	border:1px #B8B8B8 solid;
	float:left;
}
/* IE6 Only */
* html div#footerLinks 
{
    margin:0px 0px 0px 10px;
    width:937px;
    height:50px;
    background-color:#F6F6F6;
	/* background-image:url(http://www.propertyqwest.com/images/backGroundFadeBlue.gif);
	background-repeat:repeat-x; */
	vertical-align:bottom;	/*  margin-bottom:0px; */
	border:1px #B8B8B8 solid;
	float:left;
} 

/* **** Register Header **** */
#headerRegister form {
    padding: 0px;
    margin: 0px;
}

#headerRegister {
	position:absolute;
    top:10px;
    right:5px;
}

.registerButton {
	padding:0;
    margin-top:2px;
    width:272px;
}

.registerText{
    height:17px;
	width:269px;
	text-align:center;
    border:1px solid black;
    border-color:#297BF5;
}

.watermarkText {
    height:17px;
	width:269px;
	text-align:center;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
    
}

.thankLabel {
    color: #AF9F1A;
    text-align:center;
    font-size:14px;
}

.errorLabel {
    color: #FF0000;
    font-size:14px;
}


/* **** MENU **** */ 
#menubar {
    width: 100%;
  	height: 30px;
  	border-bottom: 1px solid #c2c2c4;
  	padding-top:12px;
  	background-image: URL("http://sp.ask.com/en/i/dictionary/dic.PNG");
    background-repeat:repeat;
	float:left;
}
/* IE6 Only */
* html div#menubar {
    height:35px;
  	border-bottom: 1px solid #c2c2c4;
    margin:0px, 0px, 30px, 0px;
} 
#menubar ul {
  	float: left;
  	white-space: nowrap;
  	height: 29px;
  	margin: 0px;
  	padding-top: 4px;
}

#menubar li {
  	display: inline;
  	list-style-type: none; 
    padding: 0px 5px 2px 5px;
  	font: 16px Georgiana, Arial, Helvetica, sans-serif;  
  	color: #CAE1FF;
}
/* IE6 Only */
* html div#menubar li{
    padding: 8px 20px 0px 20px;
} 
#menubar font {
  	font: 15px Georgiana, Arial, Helvetica, sans-serif;  
  	color: #e3e3e3;  
}
#menubar h1 
{
    display: inline;
    font: 15px Georgiana, Arial, Helvetica, sans-serif;  
  	color: #CAE1FF;
}
#menubar strong 
{
    display: inline;
    font: 15px Georgiana, Arial, Helvetica, sans-serif;  
  	color: #CAE1FF;
}

.classMenu A:link {text-decoration: none; color: #CAE1FF;}
.classMenu A:visited {text-decoration: none; color: #CAE1FF;}
.classMenu A:active {text-decoration: underline; color: #AF9F1A;}
.classMenu A:hover {text-decoration: underline; color: #AF9F1A;}

.classFooter A:link {text-decoration: none; color: blue;}
.classFooter A:visited {text-decoration: none; color: blue;}
.classFooter A:active {text-decoration: underline; color: #AF9F1A;}
.classFooter A:hover {text-decoration: underline; color: #AF9F1A;}



