body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	color:#555555;
	font-size:13px;
	background: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

span, ul, li {
	border: thin #C0C0C0 none;
	border-color: #C0C0C0;
	border-width: thin;
	margin: 0;
	padding: 0;
}

/*#container h2{
	background-color:#FFFFFF; color:#0B0B0B;
	font:normal 28px/46px Georgia, "Times New Roman", Times, serif;}
 */
.container h1 span{
    font-weight:bold;
    color:#A60101;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
    font-size:18px;
}

#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:800px;
	/* Centering it in the middle of the page */
	margin:60px auto;
}

.container{
	margin-top:20px;

	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.err{
	color:red;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

.inputText
{
	width: 500px;
	height: 30px;
	background: none;
	border: 1px dashed;
	color: #4e4e4e;
	margin-top: 5px;
	margin-left: 5px;
    padding: 5px;
    font-weight: bold;
    font-size:22px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.inputTextTail
{
	width: 250px;
	height: 30px;
	background: none;
	border: 1px dashed;
	color: #4e4e4e;
	margin-top: 5px;
	margin-left: 5px;
    padding: 5px;
    font-weight: bold;
    font-size:18px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.inputTextAreaContact
{
	width: 350px;
	height: 200px;
	background: none;
	border: 1px dashed;
	color: #4e4e4e;
	margin-top: 5px;
	margin-left: 5px;
    padding: 5px;
    font-weight: bold;
    font-size:18px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.inputTextContact
{
	width: 350px;
	height: 30px;
	background: none;
	border: 1px dashed;
	color: #4e4e4e;
	margin-top: 5px;
	margin-left: 5px;
    padding: 5px;
    font-weight: bold;
    font-size:18px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.resultsText .resultsText a
{
	color: #4e4e4e;
    margin-top: 5px;
	margin-left: 5px;
    padding: 5px;
    font-weight: bold;
    font-size:22px;
}

/* -------------------------------------------------------------- */
/* Added for error message display                                */
/* -------------------------------------------------------------- */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.boxnew{
	margin-top:20px;

	background:#FFFFFF;
    background-repeat: no-repeat;
    background-position: 10px center;
	border:1px solid #E0E0E0;
	padding:15px 10px 15px 50px;
    height: 75px;
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

/* added for new info box */
.boxnew {
    color: #4F8A10;
    /*background-color: #DFF2BF; */
    background-image:url('images/home_new.png');
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
}
/* end of new box */
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}


/*******************************
 * LInk Bar
 ******************************/
#link_bar {
	height: 100%;
	position: relative;
}
#link_bar body{
	padding-top: 39px;
	padding-bottom: 0px;
	height: 100%;
	overflow: hidden;
}
	#link_bar .details{
		background: #CCC url(images/bar_bg.gif) top left repeat-x;
		border-bottom:1px solid #666666;
		height:38px;
		left:0;
		line-height:1;
		min-width:960px;
		position:absolute;
		top:0;
		width:100%;
		z-index:100;
	}
	#link_bar .left_side{
		padding-left: 5px;
		float: left;
	}
	#link_bar .right_side{
		padding-right: 10px;
		float: right;
	}

	iframe#mlsFrame {
		height:100%;
		width:100%;
		z-index:10;
		padding-bottom: 39px;
	}

	#link_bar .seperator{
		border-right:1px solid #E0E0E0;
		float: left;
		height: 38px;
		padding-left: 5px;
		margin-right: 5px;
		position: relative;
		top: -10px;
	}

	#link_bar .l_content{
		padding: 12px 0px;
		float: left;
	}



