@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	/*font-family:  Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 83%;
	/*font-size: 12px;*/
	line-height:115%;
	background-color:#061F48;
	color:#FFFFFF;
	font-weight:normal;
}
#wrap {
	/*margin:0px auto;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:960px;
}
#inner_wrap {
	background-color:#02609f;
	/*background:#02609f url(../img/mortons/backgrounds/clouds/cloud_header.jpg) no-repeat top right;*/
	float:left;
}
#header {
	/*padding: 23px 11px 20px 20px;*/
	background:#02609f url(../img/mortons/backgrounds/clouds/cloud_header.jpg) no-repeat top right;
	width:960px;
	float:left;
	text-align:left;
}
#footer_wrap {
	width:960px;
	float:left;
	text-align:center;
}
#footer_wrap a.email {
	color:#b0cddd;
	text-decoration:underline;
}
#footer_wrap a.email:hover {
	color:#b0cddd;
	text-decoration:none;
}
#footer_wrap h2 {
	margin:0px;
	padding-bottom:6px;
	font-size:1.1em;
	line-height:1em;
}
#footer_wrap .light_blue_txt {
	color:#b0cddd;
}
#footer_wrap ul{
	margin:0px;
	padding:0 0 0 11px;
}
#footer_wrap ul li{color:#b0cddd;}
#footer_wrap ul li a{
	color:#b0cddd;
	text-decoration:none;
}
#footer_wrap ul li a:hover{
	color:#b0cddd;
	text-decoration:underline;
}
#mainwrapper {
	float: right;
	width:780px;
	background:#02609f url(../img/mortons/backgrounds/clouds/cloud_main.jpg) no-repeat top right;
}
#main {
	float:left;
	width:556px;
}
#sidebar {
	width:210px;
	float:right;
}
#left_sidebar {
	width:151px;
	float: left;
	background:#02609f url(../img/mortons/backgrounds/clouds/cloud_left.jpg) no-repeat top right;
	padding:1px 14px 0px 15px;
}



/***** HEADER *****/
#header .logo{
	padding:19px 0px 23px 26px;
	float:left;
}
#header .right{
	float:left;
	padding:38px 49px 0px 49px;
}
#header .right h1{
	margin:0px 0px 6px;
	padding:0px;
}
/******************/

/******* MENU ********/
div.menu{color:#FFFFFF; font-size:105%;}
div.menu a{color:#FFFFFF;}
div.menu a:hover{ text-decoration:none;}
/*********************/

/**** ADVERTS *****/
div.advert {padding-bottom:8px;}
div.advert img{border:0px none}
/******************/

div.back_button{padding:15px 0px; width:556px;}
div.back_button img{border:0px none;}

div.message{ padding-bottom:5px; font-weight:bold;} /* Error message from login */

div.large_text{
	float:left;
	font-size:1.1em;
	line-height:1.2em;
}
div.large_text p{
	padding:0px;
	margin:15px 0px;
}
form{margin:0px; padding:0px;}
input, select, textarea{font-size:100%;font-family:Calibri, Arial, Helvetica, sans-serif;}
/*input, select{font-size:83%;}*/

.form-error {border: 1px solid #CC0033 !important;} /* Error Messages on forms */
.error-message {font-size:1em;color:#CC0033;}
.red_txt{color:#CC0033;}
.error_messages h4{ margin:0px; padding-bottom:14px;}

.white_line{
	margin:0px 0px 14px;
	height:2px;
	background:#FFFFFF;
}
h1{
	margin:0px;
	padding-bottom:12px;
	font-size:1.45em;
	line-height:1em;
}
.title span.small_h1{ color:#9DC1D9; font-size:90%;}

a.text_link{ text-decoration:underline; color:#000000;}
a.text_link:hover{ text-decoration:none;}

a.text_link_white{ text-decoration:underline; color:#FFFFFF;}
a.text_link_white:hover{ text-decoration:none;}

/****** Data Table for login and register ********/
table.data_table td{padding-bottom:5px;}
table.data_table td.label{padding-right:5px;}
table.data_table td input.field_large{ width:250px; border: 1px solid #a5b5ce;}
table.data_table td.no_padding{padding-bottom:0px;}
/*************************************************/

.flashes{float:left; position:absolute;} /* Flashes for new, new price and sold */
