body {
	font-family: verdana;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	background: #BDCAE1 url('../images/background.jpg') repeat-x top center;
	
}
a {
	text-decoration: none;
	color: #6F82FF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
em {
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	border-bottom: 2px dashed #fe0;	
	text-transform: uppercase;
	color: #52719A;
}
h3 a {
	color: #FF5831;
	text-transform: uppercase;
}
h4 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0;
}
img {
	vertical-align: bottom;
}
.wrapper {
	margin: 0 auto;
	width: 800px;
}
strong {
	font-weight: bold;
}
.listing strong {
	color: #52719A;	
	text-transform: uppercase;
}
.success_message {
	background: #9CC845;
	color: #fff;
	padding: 20px;
	width: 760px;
	float: left;
	font-weight: bold;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.error_message {
	background: #C76D53;
	color: #fff;
	padding: 20px;
	width: 760px;
	float: left;
	font-weight: bold;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.header {
	padding: 20px;
	background: #fff;
	float: left;
	margin-bottom: 5px;
	width: 760px;
	-webkit-border-radius: 10px;
	position: relative;
}
.header .offer {
	position: absolute;
	bottom: -60px;
	right: 20px;
}
.listing {
	padding: 20px;
	width: 760px;
	float: left;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	background: #fff;
}
.strike {
	text-decoration: line-through;
}
.listing .text_input {
	font-size: 20px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0;
	width: 752px;
	margin-bottom: 10px;

}
.listing textarea {
	font-size: 20px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0;
	width: 752px;
	vertical-align: top;
	margin-bottom: 10px;
}
.listing select {
	font-size: 20px;
	border: 1px solid #ddd;
	margin: 0;
	width: 508px;
	margin-bottom: 10px;
	width: 760px;
}
.pagination {
	background: #fff;
	padding: 20px;
	background: #333;
	color: #fff;
	width: 760px;
	float: left;
	-webkit-border-radius: 10px;
}
#search_box {
	float: left;
	background: #FFD148;
}

#search_box .text_input {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #C7A338;
	background: #fff;
	margin: 0;
	-webkit-border-radius: 5px;
	width: 200px;
	color: #777;
	font-weight: bold;
	font-style: italic
}
.login_info {
	float: right;
	text-align: right;
}
.logo {
	float: left;
}
.login_info .text_input {
	padding: 3px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	margin-left: 5px;
}
a.photos:link, a.photos:visited {
	padding: 5px;
	background: #FFD148;
	margin-right: 5px;
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	margin-top: 10px;
}
a.photos:hover {
	background: #BDCAE1;
}
.login_to_see {
	background: #D34D31;
	font-weight: bold;
	color: #fff;
	padding: 0 3px;
}
.will_be_rejected {
	font-weight: bold;
	color: #C76D53;
}
.delete_image_box {
	float: left;
}
.delete_image_box a {
	clear: both;
}
.footer {
	padding: 10px;
	clear: both;
	width: 780px;
	text-align: right;
}

/*NAVIGATION*/

.navigation {
	width: 800px;
	float: left;
	margin-left: 10px;
}
.navigation li {
	float: left;
}
.navigation li a {
	float: left;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	margin-right: 5px;
	background: #333;
	margin-bottom: 5px;
}
.navigation li a:hover {
	text-decoration: none;
	background: #fff;
	color: #333;
}
.navigation .active a {
	background: #fff;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.navigation .active-listings a {
	background: #FFD148;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;	
}
/*HOME PAGE*/

.how_to {
	padding-left: 15px;
	font-weight: bold;
}
.how_to li {
	list-style: decimal outside;
}
.flags {
	margin-bottom: 20px;
}

/* LISTINGS */

.contactdetails {
	clear: both;
	padding-top: 10px;
}
.contactform, .contacttoggle {
	clear: both;
	padding-top: 10px;
	font-weight: bold;
}
.contacttoggle a {
	text-transform: uppercase;
}
.rentaltext strong, .saletext strong {
	color: #FF7300;
	clear: both;
}