/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}


/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/line-drawing-bck.jpg);
	background-repeat: repeat-x;
	background-color: #0D275A;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
}
#container {
	width: 880px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #0D295B;
}
#top {
	background-image: url(images/top-bar.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 880px;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#top h1 {
	float: left;
	margin-left: 63px;
	height: 70px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: auto;
}
#top  h2 {
	float: right;
	line-height: 48px;
	margin-top: 22px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 195%;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	height: 48px;
	padding: 0px;
	margin-bottom: 0px;
}
#nav {
	height: 26px;
	width: 797px;
	padding-right: 20px;
	padding-left: 63px;
	float: left;
}
#nav li {
	display: inline;
	margin-right: 20px;
}
#nav a {
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	line-height: 26px;
}
#nav a:hover {
	color: #00488C;
}
#middle {
	height: 233px;
	width: 880px;
	margin-bottom: 30px;
	overflow: hidden;
}
#flasharea {
	float: left;
	height: 233px;
	width: 660px;
}
#flasharea img {
	height: 233px;
	width: 660px;
}
#bluepanel {
	height: 193px;
	width: 180px;
	float: left;
	background-image: url(images/blue-background.jpg);
	background-repeat: repeat-x;
	padding: 20px;
}
#bluepanel h2 {
	font-size: 180%;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: lowercase;
	color: #a1bbd4;
}
#bluepanel h3 {
	font-weight: bold;
	color: #a1bbd4;
}
#bluepanel p {
	color: #CDDBE9;
	margin: 0px;
	padding: 0px;
}
#bluepanel p a {
	color: #E5221E;
	text-decoration: none;
	font-weight: bold;
}
#bluepanel p a:hover {
	color: #FFFFFF;
	background-color: #E5221E;
}
#breadcrumb-container {
	color: #00488C;
	margin-top: -15px;
	width: 880px;
	margin-bottom: 20px;
	background-image: url(images/horizontal-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
#breadcrumb-container li {
	display: inline;
	margin-right: 5px;
}
#breadcrumb-container a {
	color: #E5221E;
	text-decoration: none;
}
#breadcrumb-container a:hover {
	color: #FFFFFF;
	background-color: #E5221E;
}
#breadcrumb-container span {
	color: #E5221E;
	margin-left: 5px;
}

#contact-details {
	margin-bottom: 15px;
}
#contact-details h2  {
	font-size: 180%;
	color: #797979;
	font-weight: bold;
	margin-bottom: 15px;
}
#contact-details p {
	margin-bottom: 15px;
}
#contact-details p a  {
	color: #E5221E;
	text-decoration: underline;
}
#contact-details p a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E5221E;
}
#logos {
	height: 39px;
	width: 880px;
	background-image: url(../media/2930/rics-logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
        clear: both;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	width: 880px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666666;
	height: 16px;
	margin-top: 0px;
	margin-right: -35px;
	margin-bottom: 0px;
	margin-left: -35px;
	clear: both;
}
#copyright {
	float: left;
}
#disclaimer {
	float: left;
         margin-left: 25px;
}
#disclaimer a {
	color: #E5221E;
	text-decoration: none;
}
#disclaimer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E5221E;
}
#red2 {
	float: right;
}

#red2 a {
	color: #E5221E;
	text-decoration: none;
}
#red2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E5221E;
}



/*home page*/
#home-page #contentwrapper {
	background-image: url(images/home-dividers.gif);
	background-repeat: repeat-y;
	width: 880px;
	margin-bottom: 30px;
	overflow: hidden;
}

#home-page #content {
	width: 292px;
	float: left;
	padding-right: 20px;
}
#home-page #properties {
	float: left;
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
}
#home-page #properties li {
	width: 260px;
	height: 130px;
	margin-bottom: 10px;
}
#home-page #properties h2 {
	font-size: 180%;
	color: #797979;
	font-weight: bold;
        display: block;
}
#home-page #properties p {
	float: left;
	width: 120px;
}
#newsletterform label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 180%;
	color: #797979;
}
#newsletterform #email-address {
	padding: 2px;
	width: 220px;
	font-size: 100%;
	color: #5B5B5B;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin-bottom: 5px;
}
#newsletterform fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}







/*all pages*/
#content h2  {
	font-size: 240%;
	color: #797979;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h3 {

	font-size: 180%;
	color: #00488C;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content img {
	max-width: 595px;
}

#content p {
	margin-bottom: 15px;
}
#content p a, #content li a {
	color: #E5221E;
	text-decoration: underline;
}
#content p a:hover, #content li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E5221E;
}
#content li {
	color: #808080;
	margin-bottom: 5px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 15px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {
	margin-bottom: 15px;
	color: #808080;
}
#content td {
	margin: 0px;
	padding: 0px;
}
#content blockquote {
	background-color: #F5F5F5;
	margin-bottom: 15px;
	padding: 15px;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
}
.imagecaption {
	display: block;
	margin-top: 5px;
	color: #808080;
}


/*page layout*/
#standard-page #contentwrapper, 
#news-page #contentwrapper, 
#properties-page #contentwrapper,
#category-page #contentwrapper,
#property-page #contentwrapper {
	background-image: url(images/standard-dividers.gif);
	background-repeat: repeat-y;
	width: 880px;
	margin-bottom: 30px;
	overflow: hidden;
}
#standard-page #content, 
#news-page #content, 
#properties-page #content,
#category-page #content,
#property-page #content {
	width: 595px;
	float: left;
	padding-right: 20px;
}
#sidebar {
	float: left;
	width: 225px;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar h2 {
	font-size: 180%;
	color: #797979;
	margin-bottom: 15px;
	font-weight: bold;
}





/*news page*/
#news-page #content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news-page #content li {
	background-image: url(images/horizontal-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
	background-color: #F8F8F8;
	padding: 15px;
}
#news-page #content p {
	margin: 0px;
	padding: 0px;
}
#news-page #content h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}






/*contact page*/
#contact-form {
	margin: 0px;
	padding: 0px;
}
#contact-form  fieldset  {
	margin-bottom: 0px;
	border: none;
}
#contact-form  ol  {
	margin: 0px 0px 20px 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
#contact-form ol li {
	font-size: 1em;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact-form ol li label {
	vertical-align: middle;
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-align: left;
}
#contact-form ol li label em {
	text-transform: uppercase;
	font-weight: bold;
	color: #FF0000;
}
#contact-form ol li input.text {
	font-size: 100%;
	border: 1px solid #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	width: 380px;
	color: #333333;
	background-color: #FFFFFF !important;
	padding-right: 2px;
	padding-left: 2px;
}
#contact-form ol li textarea.text {
	font-size: 100%;
	border: 1px solid #AAAAAA;
	padding: 2px;
	margin-top: 2px;
	width: 380px;
	color: #333333;
	background-color: #FFFFFF !important;
}
#contact-form fieldset legend {
	font-weight: bold;
	font-size: 180%;
	color: #797979;
}
.button {
	padding-top: 3px;	
}
#contact-form fieldset.submit ol li {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}
#contact-form fieldset.submit ol li input {
	padding-top: 6px;
}
#contact-form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding:0;
	padding-left: 2px;
}
#contact-form ol li input.checkbox {
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#contact-form p em {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#contact-form p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}







/*properties page*/
#properties {
}
#properties ul {
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

#properties li {
	height: 130px;
	float: left;
	width: 590px;
        margin-bottom: 10px;
}
#properties img {
	background-image: url(/css/images/category-background.gif);
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 110px;
	width: 150px;
}
#category-page #properties h3 {
	font-weight: bold;
        color: #797979;
        font-size: 180%;
}


#properties h3, #properties h4, #properties h5, #properties p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	font-size: 100%;
}

#properties a {
	color: #E5221E;
	text-decoration: underline;
}
#properties a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E5221E;
}



/*homepage properties page*/
#home-page #properties li {
	height: 130px;
	float: left;
	width: 295px;
        margin-bottom: 10px;
}
#home-page #properties img {
	background-image: url(/media/10407/category-background.gif);
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 110px;
	width: 110px;
}
#home-page #properties h3, #home-page #properties h4, #home-page #properties h5, #home-page #properties p {
	width: 120px;
}




.document {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 55px;
	margin-bottom: 15px;
}
.document a {
	line-height: 32px;
	font-size: 140%;
	font-weight: bold;
	color: #E5221E;
	text-decoration: underline;
}
.document a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E5221E;
}
#gallery {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
#gallery li {
	margin-bottom: 15px;
}
#gallery img {
	width: 225px;
	margin: 0px;
	padding: 0px;
}





#categorylist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	width: 595px;
	overflow: hidden;
}
#categorylist li {
	height: 130px;
	width: 595px;
	margin-bottom: 15px;
}

#categorylist img {
	background-image: url(images/category-background.gif);
	padding: 10px;
	height: 110px;
	width: 150px;
	margin-right: 15px;
	float: left;
}
#categorylist h3 {
	margin: 0px;
	padding: 0px;
	color: #797979;
	font-size: 180%;
}
#categorylist p {
	margin: 0px;
	padding: 0px;
}






















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

