<!--

/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FDDF64; /* #2C2E54 */
	text-align: center;
	/*
	background-image: url(../images/background/main.jpg);
	background-repeat: repeat-x;
	*/
}

h1 {
	font-size: 170%;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 130%;
}
h1, h2, h3, h4, h5 {
	color: #23274C;
	background-color: transparent;
	font-weight: normal;
}

a:link {
	color: #FF9900;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	background-color: transparent;
	text-decoration: none;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
img {
	display: inline;
}

.textVVVLarge {
	font-size: 250%;
	font-weight: normal;
}
.textVVLarge {
	font-size: 200%;
	font-weight: normal;
}
.textVLarge {
	font-size: 150%;
	font-weight: normal;
}
.textLarge {
	font-size: 125%;
	font-weight: normal;
}
.textNormal {
	font-size: 100%;
	font-weight: normal;
}
.textSmall {
	font-size: 90%;
	font-weight: normal;
}
.textVSmall {
	font-size: 80%;
	font-weight: normal;
}
.textVVSmall {
	font-size: 70%;
	font-weight: normal;
}
.textVVVSmall {
	font-size: 60%;
	font-weight: normal;
}

.textLeft {
	text-align: left;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.red {
	color: #FF0000;
	background-color: transparent;
}
.green {
	color: #00CC00;
	background-color: transparent;
}
.black {
	color: #000000;
	background-color: transparent;
}

/*** START: Custom Styles ***/

.macDarkPurple {
	color: #23274C;
	background-color: transparent;
}

/*** END: Custom Styles ***/

/*** START: Form styles ***/

form { 
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: transparent;
}
form div.standardForm { 
	width: 75%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.largeWidthForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.adminForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
fieldset {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 0;
}
legend {
	font-size: 110%;
	font-weight: bold;
	color: #23274C;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 5px;
}
fieldset div {
	clear: right;
	width: 100%;
	margin: 0;
	padding: 1px 0 1px 10px;
}
fieldset div div.label {
	float: left;
	width: 35%;
}
fieldset div div.formField {
	float: right;
	width: 55%;
}
fieldset div div.formLabelField {
	float: left;
	width: 90%;
}
div.formButtons {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

/* form error table */
div.formErrorTable {
	width: 75%;
	margin: 0 auto;
	padding: 0;
}
div.formErrorTable div {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	color: #FF0000;
	background-color: transparent;
	border: 1px #FF0000 solid;
}
div.formErrorTable ul {
	margin: 0 0 0 30px;
	padding: 0;
}
div.formErrorTable ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

/*** END: Form styles ***/

/*** START: Website Layout ***/

.clear {
	clear: both;
}

#wrapper {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #23274C;
	background-color: transparent;
	font-size: 11px;
}

#innerWrapper {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #23274C;
	background-image: url(../images/background/faded-mac-logo.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header2 {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 10px;
}
#header2 .logo {
	float: left;
	width: 120px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #23274C;
	background-color: transparent;
}
#header2 .panel {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0;
}

#mainBody {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 10px 10px 0px 10px;
}
#mainBody .nav {
	float: left;
	width: 110px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #23274C;
	background-color: transparent;
	font-size: 14px;
}
#mainBody .nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainBody .nav ul li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #666666;
	text-align: right;
}
#mainBody .nav ul li a {
	display: block;
	color: #23274C;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#mainBody .nav ul li a:hover {
	display: block;
	color: #FF3300;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#mainBody .mainContent {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0;
}
#innerWrapper .ricsLogo {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: right;
}

#footer {
	clear: both;
	width: 802px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #23274C;
	background-color: transparent;
	font-size: 11px;
}
#footer .footerLeft {
	float: left;
	width: 48%;
	text-align: left;
	margin: 0;
	padding: 0;
}
#footer .footerRight {
	float: right;
	width: 48%;
	text-align: right;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #23274C;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover {
	color: #FF3300;
	background-color: transparent;
	text-decoration: none;
}

/*** END: Website Layout ***/

/*** START: Property Sheet Layout ***/

h1.propertySheetH1 {
	margin: 0 auto;
	text-align: center;
}

.propertySheetTypeSizeDetails {
	margin: 0 auto;
	text-align: center;
}

#propertySheetWrapper {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}

#propertySheetWrapper #propertySheetInnerWrapper {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid;
}

#propertySheetHeader {
	clear: both;
	width: 780px;
	text-align: center;
}

#propertySheetMainBody {
	clear: both;
	width: 780px;
	text-align: left;
}

#propertySheetMainBody .mainContent {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 0;
}
#propertySheetMainBody .mainContent .propertySheetColumn1 {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
}
#propertySheetMainBody .mainContent .propertySheetColumn2 {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}
#propertySheetMainBody .mainContent .propertySheetPolicies {
	clear: both;
	font-size: 80%;
	margin: 0;
	padding: 10px 0 0 0;
}

#propertySheetMainBody .mainContent .propertySheetColumn2 .mainPropertyImage {
	width: 230px;
	height: 230px;
	margin: auto;
	padding: 5px;
}

.propertyImage {
	width: 615px;
	margin: 0 auto;
	padding: 10px;
}
.propertyImage .mainPropertyImage {
	float: left;
	width: 230px;
	margin: 0 auto;
	padding: 5px;
}
.propertyImage .mainPropertyImage img {
	margin: 0 auto;
	display: block;
}
.propertyImage .otherPropertyImages {
	float: left;
	width: 375px;
}
.propertyImage .otherPropertyImages ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.propertyImage .otherPropertyImages ul li {
	float: left;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
.propertyImage .otherPropertyImages img {
	display: inline;
}

#propertySheetFooter {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 400%;
	color: #FFFFFF;
	background-color: transparent;
}

/*** END: Property Sheet Layout ***/

/*** START: Custom Website Layout ***/

/* Div table sytle */
.homeTable {
	width: 650px;
}
.column1 {
	float: left;
	width: 480px;
}
.column2 {
	float: right;
	width: 150px;
}

/* Property Results page layout */
.propertyDisplay {
	width: 650px;
}
.propertyDisplay .propertyImage {
	float: left;
	width: 115px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.propertyDisplay .propertyDetails {
	float: right;
	width: 515px;
}
h2.propertyHeading {
	font-size: 120%;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hrDots {
	clear: both;
	background: url(../images/dot/purple-dot.gif) repeat-x bottom;
	margin: 0 0 10px 0;
	padding: 0;
}

/* Home Page Feature Property */
.featureProperty {
	width: 130px;
	font-size: 90%;
}
.featureProperty .propertyImage {
	width: 130px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}

/* Home Page Property Search */
.homePropertySearch {
	width: 100%;
	color: #FFFFFF;
	background-color: #23274C;
	margin: 0;
	padding: 0;
}
.homePropertySearch .column1 {
	float: left;
	width: 25%;
}
.homePropertySearch .column2 {
	float: left;
	width: 25%;
}
.homePropertySearch .column3 {
	float: left;
	width: 25%;
}
.homePropertySearch .column4 {
	float: left;
	width: 25%;
}

img.propertySearchCorner {
	float: right;
	position: relative;
	top: -27px;
	right: -37px;
	margin: 0 0 -27px 0;
	padding: 0;
}

/* Commercial Property Search page */
.commercialPropertySearch {
	width: 100%;
	color: #FFFFFF;
	background-color: #23274C;
	margin: 0;
	padding: 0;
}
.commercialPropertySearch .column1 {
	float: left;
	width: 25%;
}
.commercialPropertySearch .column2 {
	float: left;
	width: 25%;
}
.commercialPropertySearch .column3 {
	float: left;
	width: 25%;
}
.commercialPropertySearch .column4 {
	float: left;
	width: 15%;
	margin: 0;
	padding: 0;
}

/* CSS Box with rounded corners */
.box1T {background: url(../../images/box/1/purple-dot.gif) 0 0 repeat-x; width: 100%;}
.box1B {background: url(../../images/box/1/purple-dot.gif) 0 100% repeat-x;}
.box1L {background: url(../../images/box/1/purple-dot.gif) 0 0 repeat-y;}
.box1R {background: url(../../images/box/1/purple-dot.gif) 100% 0 repeat-y;}
.box1BL {background: url(../../images/box/1/bl.gif) 0 100% no-repeat;}
.box1BR {background: url(../../images/box/1/br.gif) 100% 100% no-repeat;}
.box1TL {background: url(../../images/box/1/tl.gif) 0 0 no-repeat;}
.box1TR {background: url(../../images/box/1/tr.gif) 100% 0 no-repeat; padding: 10px;}
.box1Inner {text-align: left;}
.box1Heading {font-size: 120%; color: #FF9900; background-color: transparent; font-weight: normal;}

/* CSS Box 2 with rounded corners */
.box2T {background: url(../../images/box/2/full-purple-dot.gif) 0 0 repeat-x; width: 95%;}
.box2B {background: url(../../images/box/2/full-purple-dot.gif) 0 100% repeat-x;}
.box2L {background: url(../../images/box/2/full-purple-dot.gif) 0 0 repeat-y;}
.box2R {background: url(../../images/box/2/full-purple-dot.gif) 100% 0 repeat-y; color: #FFFFFF; background-color: #23274C;}
.box2BL {background: url(../../images/box/2/bl.gif) 0 100% no-repeat;}
.box2BR {background: url(../../images/box/2/br.gif) 100% 100% no-repeat;}
.box2TL {background: url(../../images/box/2/tl.gif) 0 0 no-repeat;}
.box2TR {background: url(../../images/box/2/tr.gif) 100% 0 no-repeat; padding: 10px;}
.box2Inner {text-align: left; color: #FFFFFF; background-color: #23274C;}
.box2Heading {font-size: 120%; color: #FFFFFF; background-color: transparent; font-weight: normal;}

/* Table Styling */
table.tableStyle1 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 85%;
}
table.tableStyle1 caption {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	color: #333333;
	text-align: left;
}
table.tableStyle1 thead th {
	text-align: left;
	color: #FFFFFF;
	background: #23274C url(../images/background/table-header.jpg) repeat-x;
}
table.tableStyle1 thead th, table.tableStyle1 tbody td {
	padding: 5px 10px;
}
table.tableStyle1 tbody td {
	text-align: left;
	border-bottom: dotted 1px #CCCCCC;
}
table.tableStyle1 tbody tr.alt {
	background-color: #FFEEC6;
}
table.tableStyle1 tbody tr:hover {
}

/*** END: Custom Website Layout ***/

-->
