@charset "utf-8";

/* Webfonts */

@font-face {font-family:Ceebo;font-weight:normal;src:url('../Fonts/ceebo_regular-webfont.ttf');}
@font-face {font-family:Ceebo;font-weight:bold;src:url('../Fonts/ceebo_bold-webfont.ttf');}


/* Basics */

body {
	background: url('../Images/paper.jpg') repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

body, p {
	font: 13px Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;	
}

h1 {
	font-family: Ceebo;
	font-weight: normal;
	font-size: 58px;
	color: #DA438E;
	padding: 10px 0;
	line-height: 110%;
	letter-spacing: -2px;
}

p {
	padding: 10px 0;	
}

a {
	color: #DA438E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

#wrapper {
	position: relative;
	width: 960px;	
	margin: 0 auto;
}

#content {
	background: #fff;
}

.sub-content {
	padding: 20px;	
}

.left-col {
	width: 640px;
	float: left;	
}

.right-col {
	float: right;
	width: 260px;
}

/* footer */

#footer {
	padding: 20px;
}

#footer p {
	font-family: Ceebo;
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

#footer .copyright {
	border-bottom: 1px dotted #ccc;	
	margin-bottom: 10px;
}

#footer .footer-links {
	float: right;	
}

#footer .footer-links a {
	font-family: Ceebo;
	color: #999;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}

#footer .footer-links a:hover {
	color: #DA438E;
}

#footer .developer-link a {
	font-family: Ceebo;
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

#footer .developer-link a img {
	padding: 0 0 0 5px;
}

/* Header */

#header {
	padding-top: 80px;	
}

#logo {
	float: left;	
}

#apply-button {
	padding-top: 40px;
	float: right;	
}

#apply-button a {
	display: block;
	width: 235px;
	height: 65px;
	background: url('../Images/apply.png') no-repeat 0 0;	
}

#apply-button a:hover {
	background-position: bottom;	
}

/* Menu */

#menu {
	margin-top: 25px;
	height: 53px;
	background: #F37123 url('../Images/menu.png') repeat-x;
	clear: both;	
}

.main-menu {
	margin:0;
	padding:0;
}

.main-menu li {
	list-style:none;
	float:left;
	font-family: Ceebo;
	font-weight: 400;
}

.main-menu li a:link, .main-menu li a:visited {
	display:block;
	text-decoration:none;
	padding: 17px 30px 16px 30px;
	margin:0;
	border-right: 1px solid #F37123;
	color:#fff;
	
}

.main-menu li a:hover {
	background-color: #F37123;
}

.main-menu li ul {
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:0;
	z-index: 100;
}

.main-menu li ul li {
	display:inline;
	float:none;
}

.main-menu li ul li a:link, .main-menu li ul li a:visited {
	padding: 6px 30px 6px 15px;
	background-color: #F37123;
	width:auto;
}

.main-menu li ul li a:hover {
	background-color: #fff;
	color: #DB438F;
}

/* Properties list */

.properties-list {
	clear: both;	
	padding: 20px 0;
}

.properties-list .property {
	float: left;	
	margin: 14px 14px 0 0;
}

.properties-list .property img {
	display: block;
	border: none;
}

.properties-list .property span a {
	padding: 6px 20px;
	background: #DB438F;
	font-family: Ceebo;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

.properties-list .property span a:hover {
	background: #fff;
	color: #DB438F;	
	text-decoration: none;
}

/* Container styles */

.container-basic {
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

/* Link styles */

.dl-pdf {
	background: url('../Images/pdf.png') no-repeat 0 50%;
	padding: 4px 0 4px 30px;
}

.left-area {
	width: 300px;
	float: left;	
}

.left-area p, .left-area li {
	font-size: 13px;
	line-height: 140%;
	color: #333;	
}

.right-area {
	width: 580px;
	float: right;
}

/* Photo gallery */

.gallery a img {
	padding: 10px;
}

/* Buttons */

.buttons {
	padding: 15px 0;
}

.action-button a {
	margin-top: 20px;
	font-family: Ceebo;
	font-size: 14px;
	padding: 8px 14px;
	background: #9C0;
	color: #FFF;
	-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	
}

/* Handy bits & Pieces */

.float-left {
	float: left;	
}

.clear {
	clear: both;	
}

/* ------------------------------------------- changes on 12/12/12 start ------------------------------------------------------*/

h2#prices {
  color: #DA438E;
  font-family: Ceebo;
  font-size: 25px;
  line-height: 110%;
  padding: 10px 0;
}
h2#prices span {
  font-size: 35px;
}


/* ------------------------------------------- changes on 12/12/12 End ------------------------------------------------------*/