html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333333;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




body {
	font-family: Helvetica, Arial, sans-serif;
	background: #003300;
	/*background: #003300 url(../images/alba-bkg.jpg) top right no-repeat;*/
}

#wrapper {
	width: 960px;
	padding: 0 25px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff url(../images/body-bg.png) top center repeat-x;
}


/*== HEADER ===============================*/
#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header a#branding {
	width: 153px;
	height: 78px;
	display: block;
	text-indent: -99999px;
	background: url(../images/branding.png) no-repeat;
	float: left;
	margin: 20px 0 0 0;
}

#header p#welcome {
	float: left;
	position: absolute;
	top: 40px;
	left: 271px;
	font-size: 18px;
	color: #717171;
	font-weight: bold;
}

#header dl#call-us {
	width: 215px;
	display: block;
	float: right;
	margin: 18px 0 0 0;
}

#header dl#call-us dt {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#header dl#call-us dd {
	font-size: 30px;
	color: #008900;
	font-weight: bold;
}

/* NAV ===============================*/
ul#nav-main {
	height: 36px;
}

ul#nav-main li {
	float: left;
	line-height: 34px;
	margin-left: 34px;
	padding-left: 6px;
	color: #fff;
	list-style: disc;
	list-style-position: outside;
}

ul#nav-main li.first {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul#nav-main li a {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-shadow: #4e432c 1px 1px 0px;
}

ul#nav-main li a:hover {
	text-decoration: underline;
}

ul#nav-main li#current-page {
	
}

ul#nav-main li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	background-color: #C7AC71;
	padding: 2px 0 0 0;
	margin-left: -15px;
	z-index: 99;
	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	border-left: 1px solid #B09763;
	border-right: 1px solid #B09763;
	border-bottom: 1px solid #B09763;
}

ul#nav-main li > ul {
	top: auto;
	left: auto;
}

ul#nav-main li ul li {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
}

ul#nav-main li ul li a {
	display: block;
	width: 190px;
	padding: 0 15px 5px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

ul#nav-main li ul li a:hover {
	background-color: #A68E5D;
	text-decoration: none;
}

ul#nav-main li:hover ul, ul#nav-main li.over ul { display: block; }


/*== FOOTER =========================*/
#wrapper-footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	background-color: #001800;
	background: #001800 url(../images/footer-bg.png) repeat-x;
	padding: 33px 25px 30px 25px;
}

#wrapper-footer #footer {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#footer #contact-details, #footer ul, #footer #copyright {
	width: 320px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

#footer ul li a {
	font-weight: normal;
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer #contact-details dl dt.address {
	display: none;
}

#footer #contact-details dl dt.tel, #footer #contact-details dl dd.telno { margin: 20px 0 0 0; }

#footer #contact-details dl dt.tel, #footer #contact-details dl dt.fax {
	float: left;
	width: 40px;
}

#footer #copyright p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

#footer #copyright dl dd a {
	color: #fff;
}

#footer #copyright dl dd a:hover {
	text-decoration: none;
}

#footer #copyright p#design-by {
	margin: 20px 0 0 0;
	display: block;
	color: #666;
}
	
#footer #copyright p#design-by a {
	text-decoration: none;
	color: #666;
}

#footer #copyright p#design-by a:hover {
	text-decoration: underline;	
}

/*== CONTENT ======================*/
#content {
	width: 100%;
	margin: 0 auto;
}

#content p {
	text-align: justify;
}




/*  GENERAL PROPERTY STYLES -  USE SPECIFICITY ON EACH PAGE TO MODIFY */
.property {
	float: left;
}


.property img {
	border: 2px solid #676767;
	margin: 0 0 20px 0;
}

.property h2 {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.property a#full-details {
	width: 154px;
	height: 43px;
	float: right;
	margin: 0 10px 0 0;
	text-indent: -99999px;
	background: url(../images/button-property-details.png) no-repeat;
}

.property a#full-details:hover {
	margin: 2px 8px 0 0;
}

.property dl.property-features {
	clear: both;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

.property dl.property-features dt {
	color: #ff9900;	
	float: left;
	font-weight: bold;
}

.property dl.property-features dd.tick {
	background: url(../images/tick.png) no-repeat top left;
	height: 12px;
}

.property dl.property-features dd.cross {
	background: url(../images/cross.png) no-repeat top left;
	height: 14px;
	margin: 2px 0 -2px 0;
}

/*== CONTENT FEATURED ====================*/
#content-featured {
	clear: both;
	float: left;
	overflow: hidden;
	padding: 0 0 40px 0;
	width: 646px;
}

#content-featured #featured-properties {
	float: left;
}

#content-featured #featured-properties h1 {
	color: #ff9900;
	margin: 0 0 20px 170px;
}

#content-featured #featured-properties p {
	text-align: justify;
}

#content-featured #featured-properties ul#nav-property-type {
	width: 155px;
	height: 123px;
	float: left;
	margin: 20px 0 0 0;
}

#content-featured #featured-properties ul#nav-property-type li {
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	background-color: #fff5e5;
	margin: 1px 0 0 0;
}

#content-featured #featured-properties ul#nav-property-type li a {
	color: #000;
	display: block;
	width: 147px;
	padding: 0 8px 0 0;
	text-decoration: none;
}

#content-featured #featured-properties ul#nav-property-type li a:hover {
	background-color: #fdd89d;
}

#content-featured #featured-properties ul#nav-property-type li a#current {
	background-color: #ff9900;
	color: #fff;
}

#content-featured #featured-properties .property dl.property-features {
	width: 250px;
}

#content-featured #featured-properties .property dl.property-features dt {
	width: 115px;
}



/* CONTENT FEATURED - MODIFIED GENERAL PROPERTY STYLE */
#content-featured #featured-properties .property {
	width: 466px;
	margin: 0 0 0 -5px;
	padding: 0 15px;
	background: url(../images/content-featured-bg.png) no-repeat top left;
}

#content-featured #featured-properties .property ol li {
	overflow: hidden;
	width: 466px;
}


#content-featured #featured-properties .property img {
	margin: 0 10px 20px 0;
	float: left;
}



#content-featured #featured-properties .property dl.property-features {
	clear: both;
	float: left;
	font-size: 14px;
	line-height: 20px;
	width: 250px;
}

#content-featured #featured-properties .property dl.property-features dt {
	color: #ff9900;	
	float: left;
	width: 115px;
	font-weight: bold;
}

#content-featured #featured-properties .property dl.property-features dd.tick,
#content-featured #featured-properties .property dl.property-features dd.cross {
	float: left;
	width: 20px;
	height: 14px;
	margin-top: 2px;
}







/*== NAV PROPERTY ====================*/
dl.nav-property {
	background-color: #efefef;
	color: #666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

dl.nav-property dt {
	text-align: center;
}

dl.nav-property dt span {
	color: #ff9900;
	font-weight: bold;
}

dl.nav-property dd {
	margin: -30px 0 0 0;
	font-weight: bold;
}

dl.nav-property dd span.chevron {
	font-size: 18px;
}

dl.nav-property dd a {
	color: #666;
}

dl.nav-property dd .active-link {
	color: #ff9900;
}

dl.nav-property dd#previous {
	float: left;
}

dl.nav-property dd#next {
	float: right;
}


/* property listing pagination */

.pagination-property {
	position: relative;
	clear: both;
	width: 685px;
	background-color: #efefef;
	color: #666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 38px;
}

.pagination-property #pages {
	/*width: 679px;
	margin: 0 0 0 -10px;*/
	display: block;
	text-align: center;
}

.pagination-property #next {
	position: absolute;
	right: 10px;
}

.pagination-property #previous {
	position: absolute;
	left: 10px;
}

.pagination-property #pages a, .pagination-property .active-link {
	color: #ff9900;
	font-weight: bold;	
}

/* PROPERTY LIST PAGE */

ul#property-list {
	overflow: hidden;
	margin-left: -38px;
}

ul#property-list .property {
	width: 202px;
	height: 369px;
	float: left;
	margin: 0 0 40px 38px;
	z-index: 0;
	position: relative;
}

ul#property-list .pagination {
	clear: both;
	width: 679px;
	margin-left: 38px;
}

ul#property-list .property dl.property-features {
	width: 100%
}

ul#property-list .property dl.property-features dt {
	width: 110px;
}

ul#property-list .property dl.property-features dd {
	display: block;
	width: 85px;
	float: left;
}

ul#property-list .property a#full-details {
	/*margin: 30px 2px 0 0;*/
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

ul#property-list .property a#full-details:hover {
	/*margin: 32px 0 -2px 0;*/
	margin: 0;
	bottom: -2px;
	right: -2px;
}

/*== CONTACT PAGE ==========*/
dl#contact-list {
	position: relative;
	height: 230px;
}

dl#contact-list dt.phone {
	position: absolute;
	top: 0;
	left: 0;
	height: 44px;
	padding-left: 70px;
	background: url(../images/contact-phone.gif) no-repeat top left;
}

dl#contact-list dd.phone {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 24px;
	padding-left: 70px;
}

dl#contact-list dt.post {
	position: absolute;
	top: 0;
	left: 300px;
	height: 44px;
	padding-left: 70px;
	background: url(../images/contact-post.gif) no-repeat top left;
}

dl#contact-list dd.post {
	position: absolute;
	top: 20px;
	left: 300px;
	font-size: 18px;
	padding-left: 70px;
}

dl#contact-list dd.post span {
	display: block;
	line-height: 28px;
}

dl#contact-list dt.email {
	position: absolute;
	top: 70px;
	left: 0;
	height: 44px;
	padding-left: 70px;
	background: url(../images/contact-email.gif) no-repeat top left;
}

dl#contact-list dd.email {
	position: absolute;
	top: 90px;
	left: 0;
	font-size: 18px;
	padding-left: 70px;
}

dl#contact-list dt.fax {
	position: absolute;
	top: 145px;
	left: 0;
	height: 44px;
	padding-left: 70px;
	background: url(../images/contact-fax.gif) no-repeat top left;
}

dl#contact-list dd.fax {
	position: absolute;
	top: 165px;
	left: 0;
	font-size: 24px;
	padding-left: 70px;
}


#contactForm fieldset {

	float: left;
}

#contactForm fieldset legend {
	display: none;
}

#contactForm fieldset.message {

	margin-left: 25px;
}

#contactForm fieldset label {

	font-weight: bold;
	display: block;
	margin-bottom: 5px;
        margin-top: 13px;
}

#contactForm fieldset label.name, #contactForm fieldset.message label { margin-top: 0; }

#contactForm fieldset input {
	width: 240px;
	margin-bottom: 8px;
	border: 1px solid #7F9DB9;
}

#contactForm fieldset textarea {
	width: 385px;
	height: 140px;
	display: block;
}

#contactForm fieldset button {
	float: right;
	width: 154px;
	height: 44px;
	background: url(../images/button-enquire.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 5px 0 0 0;
	cursor: pointer;
	cursor: hand;
}

#contactForm fieldset button:hover {
	margin: 7px -2px -2px 0;
}

/*== QUICK SEARCH ====================*/
#quick-search {
	width: 237px;
	padding: 40px 0;
	font-size: 14px;
	overflow: hidden;
}

#quick-search form fieldset.let-type legend {
	padding: 0 0 5px 0;
}

#quick-search form fieldset.let-type label {
	margin: 2px 0;
	display: inline-block;
}

#quick-search form fieldset.let-options {
	margin: 10px 0 0 0;
	/*height: 100px;*/
}

#quick-search form fieldset.let-options label {
	width: 116px;
	margin: 7px 0;
	display: inline-block;
}

#quick-search #let-options-student,
#quick-search #let-options-holiday,
#quick-search #let-options-open {
	display: none;
}

#quick-search form fieldset.let-options input#hol_datepicker {
	width: 90px;
}

#quick-search form button {
	float: right;
	width: 114px;
	height: 43px;
	background: url(../images/button-search.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 20px 0 0 0;
	cursor: pointer;
	cursor: hand;
}

#quick-search form button:hover {
	margin: 22px -2px -2px 0;
}

p.error {
	margin-left: 40px;
}

/*== PRIMARY CONTENT ====================*/
#content-primary {
	width: 685px;
	float: left;
	margin: 40px 0 40px 0;
}

#content-primary .picture {
	float: right;
	margin: 0 0 10px 10px;
}

#content-primary .gallery {
	float: left;
	margin: 0 10px 0 0;
}

#content-primary .gallery img {
	display: block;
	margin: 0 0 10px 0;
}

/*== SECONDARY CONTENT ====================*/
#content-secondary {
	width: 237px;
	margin: 0 0 0 0;
	float: right;
}

#content-secondary a {
	color: #FF9900;
}

#content-secondary .box {
	width: 230px;
	background: url(../images/content-secondary-box-bg.png) no-repeat bottom left;
	padding: 0 5px 3px 2px;
	margin: 0 0 10px 0;
}

#content-secondary .box p {
	margin: 15px;
}

#content-secondary .box.facebook h2 {
	width: 237px;
	height: 48px;
	display: block;
	margin: 0 -5px -3px -2px;
	text-indent: -99999px;
	background: url(../images/content-secondary-h2-facebook.png) no-repeat;
}

#content-secondary .box p {
	margin: 15px;
}

#content-secondary .box.twitter {
	margin-top: -8px;
}

#content-secondary .box.twitter h2 {
	width: 241px;
	height: 56px;
	margin: 0 -5px -3px -6px;
	display: block;
	text-indent: -99999px;
	background: url(../images/content-secondary-h2-twitter.png) no-repeat;
}

#content-secondary .box.twitter dl#twitter-feed {
	font-size: 12px;
}

#content-secondary .box.twitter dl#twitter-feed dt {
	font-weight: bold;
	background-color: #f6f6f6;
	border-top: 1px dashed #ccc;
	margin: 0 3px;
	padding: 10px 10px 0 10px;
}

#content-secondary .box.twitter dl#twitter-feed dd {
	background-color: #f6f6f6;
	margin: 0 3px;
	padding: 0 10px 10px 10px;
}

#content-secondary .box.twitter dl#twitter-feed dt.alternative, #content-secondary .box.twitter dl#twitter-feed dd.alternative {
	background: none;
}

#content-secondary .box.twitter dl#twitter-feed dt.first {
	border: none;
}

#content-secondary .box.twitter a#more-tweets {
	width: 224px;
	height: 25px;
	display: block;
	text-indent: -99999px;
	background: url(../images/button-more-tweets.png) top center no-repeat;
	margin: 5px 3px 5px 3px;
}

#content-secondary .box.twitter a#more-tweets:hover {
	background-position-y: -25px;
}

#content-secondary .box.help h2 {
	width: 237px;
	height: 48px;
	display: block;
	margin: 0 -5px -3px -2px;
	text-indent: -99999px;
	background: url(../images/content-secondary-h2-help.png) no-repeat;
}

#content-secondary .box.help dl dt {
	font-size: 16px;
	font-weight: bold;
	background-color: #f6f6f6;
	border-top: 1px dashed #ccc;
	margin: 0 3px;
	padding: 7px 10px 0 10px;
}

#content-secondary .box.help dl dt span {
	color: #ff9900;
	padding: 0 7px 0 0;
	font-size: 22px;
}

#content-secondary .box.help dl dd {
	background-color: #f6f6f6;
	margin: 0 3px;
	padding: 0 10px 10px 32px;
	font-size: 14px;
}

#content-secondary .box.help dl dd a, #content-secondary .box.help dl dt a {
	color: #000;
	text-decoration: none;
}

#content-secondary .box.help dl dd a:hover, #content-secondary .box.help dl dt a:hover {
	text-decoration: underline;
}

#content-secondary .box.help dl dt.alternative, #content-secondary .box.help dl dd.alternative {
	background: none;
}

#content-secondary .box.twitter dl dt.first {
	border: none;
}

#content-secondary .box.help a#more-help {
	width: 224px;
	height: 25px;
	display: block;
	text-indent: -99999px;
	background: url(../images/button-more-help.png) top center no-repeat;
	margin: 5px 3px 5px 3px;
}

#content-secondary .box.help a#more-help:hover {
	background-position-y: -25px;
}

#content-secondary .box.help dl#still-need-help {
	padding-bottom: 10px;
}

#content-secondary .box.help dl#still-need-help dt {
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

#content-secondary .box.help dl#still-need-help dd {
	padding-left: 10px;
	color: #666;
	font-weight: bold;
	background-color: #fff;
}

#content-secondary .box.help dl#still-need-help dd span {
	display: block;
	color: #ff9900;
	font-size: 26px;
	font-weight: normal;
	margin: 5px 0 5px 0;
}

#content-secondary .box.help dl#still-need-help dd a {
	display: block;
	color: #ff9900;
	font-size: 16px;
	font-weight: normal;
	margin: 2px 0 20px 0;
}

#content-secondary .box.student h2 {
	width: 237px;
	height: 48px;
	display: block;
	margin: 0 -5px -3px -2px;
	text-indent: -99999px;
	background: url(../images/content-secondary-h2-students.png) no-repeat;
}

#content-secondary .box #subscribe-students {
	font-size: 14px;
	margin: 0 15px 15px 15px;
	overflow: hidden;
}

#content-secondary .box #subscribe-students input {
	width: 192px;
	height: 18px;
	margin: 3px 0 10px 0;
}

#content-secondary .box #subscribe-students button {
	float: right;
	width: 120px;
	height: 43px;
	background: url(../images/button-signup.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 0 0 0 0;
	cursor: pointer;
	cursor: hand;
}

#content-secondary .box #subscribe-students button:hover {
	margin: 2px -2px -2px 0;
}



/* == PROPERTY DETAIL PAGE =====*/
span.back {
	color: #999;
	font-size: 18px;
}

span.back a {
	font-size: 14px;
}

#property-content-primary {
	width: 370px;
	float: right;
	margin: 24px 0 0 0;
	text-align: justify;
}


#property-content-secondary {
	width: 280px;
	float: left;
	margin: 20px 0 0 0;
}

#property-content-secondary h2 {
	color: #ff9900;
	font-size: 21px;
}

#property-content-primary dl.property-features {
	width: 400px;
	margin: 10px 0 25px 0;
}

#property-content-primary dl.property-features dt {
	width: 110px;
}

#property-content-primary dl.property-features dd {
	width: 116px;
	float: left;
	display: block;
}

#property-content-primary dl.property-features dd.alt {
	width: 13px;
}

#property-content-secondary #gallery.property {
	margin: 0 0 20px -2px;
}

#property-content-secondary #gallery.property img {
	margin: 0 0 5px 2px;
}

#contact-form h2 {
	margin: 30px 0 20px 0;
}

#contact-form legend {
	display: none;
}

#contact-form label {
	float: left;
	width: 130px;
	font-size: 14px;
}

#contact-form input {
	width: 230px;
	margin-bottom: 8px;
	border: 1px solid #7F9DB9;
}

#contact-form textarea {
	width: 230px;
	height: 85px;
	border: 1px solid #7F9DB9;
}

#contact-form form button {
	float: right;
	width: 154px;
	height: 44px;
	background: url(../images/button-enquire.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 5px 0 0 0;
	cursor: pointer;
	cursor: hand;
}

#contact-form form button:hover {
	margin: 7px -2px -2px 0;
}






/*== GOOGLE MAPS =======*/
#googlemap.property-location {
	margin: 5px 0 3px 0;
	width: 280px;
	height: 214px;
}

#googlemap.getting-here {
	margin: 15px 0 0 0;
	width: 680px;
	height: 500px;
}


/*== Maintenance page ====*/
#maintenance {
	font-size: 14px;
	line-height: 18px;
}

#maintenance dt {
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 10px 0;
	clear: both;
}

#maintenance dt span {
	font-weight: normal;
}

#maintenance label {
	width: 140px;
	display: inline-block;
}

#maintenance input {
	width: 200px;
}


#maintenance dd span {
	display: block;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#maintenance dd span.ans {
	display: inline;
	font-weight: normal;
}

#maintenance dd.step2 {
	height: 140px;
	width: 230px;
	float: left;
}

#maintenance .step2a {
	position: absolute;
	margin-top: 40px;
	width: 650px;
}

#maintenance dd.step2.yes {

}

#maintenance dd.step2.no {
	margin: 0 0 0 30px;
}

#maintenance dd.step3 {
	height: 245px;
	width: 230px;
	float: left;
}

#maintenance dd.step3.yes {

}

#maintenance dd.step3.no {
	margin: 0 0 0 30px;
	width: 400px;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}

#maintenance dd.step3.no span.title {
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
}

#maintenance dd.step3.no label {
	width: auto;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	margin: 0 0 5px 0;
}

#maintenance dd.step3.no .step3b input {
	display: block;
	margin: 0 0 5px 0;
	width: 300px;
}

#maintenance dd.step2 input,
#maintenance dd.step3 input,
#maintenance dd.step4 input,
#maintenance dd.step5 input {
	width: auto;
}

#maintenance dd.step6 label {
	width: 60px;
}

#maintenance dd.step7 textarea {
	width: 100%;
	height: 130px;
}

#maintenance button {
	float: right;
	width: 154px;
	height: 44px;
	background: url(../images/button-enquire.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 5px 0 0 0;
	cursor: pointer;
	cursor: hand;
}


/*== GENERAL STYLES ======================*/
@font-face {
       font-family: sean;
       font-weight: normal;
       src: url("../handsean.ttf") format("truetype");       
}

h1 {
	color: #ff9900;
	font-size: 24px;
	margin: 0 0 20px 0;
	font-weight: normal;
    font-family: sean, Helvetica, Arial, sans-serif;
}

h1.sub {
	color: #006600;
	margin: 0 0 10px 0;
}

h2, h2.sean {
	color: #006600;
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight: normal;
    font-family: sean, Helvetica, Arial, sans-serif;
}

p {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

a {
	color: #999;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#content-primary.textile ul {
	list-style: disc;
	margin: 0 0 0 20px;
}

#content-primary.textile ul li {
	margin: 0 0 20px 0;
	font-size: 14px;
}

.pin {
	float: none; 
	clear: both; 
	font-size: 1%; 
	height: 0;
	overflow: hidden;
}


.sister-sites {
	margin-top: -15px;
	margin-bottom: 15px;
}

.flash-error {
	color: #dd0000;
	margin: 0 0 5px 0;
}

.flash-confirm {
	color: #006600;
	margin: 0 0 5px 0;
}

/* FEATURED CONTENT JQUERY STYLES */
#js-list {
	display: none;
}

#slider {
    margin: 0 auto;
    position: relative;
}

.scroll {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer .panel {
	float: left;
	position: relative;
}
