/*----- Common Page Content -----*/
BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: black;
	background-color: white;
	/* text-align: center; */
}
A IMG {
	border-style: none;
}
A, A:link, A:active {
	color: #7d0b24;
	font-weight: bold;
}
DIV.Breaker {
	clear: both; height: 1px; font-size: 1px; text-align: center;
}
DIV.PageBlock {
}
.Right {
	text-align: right;
}
.Left {
	text-align: left;
}
.Justify {
	text-align: justify;
}

/*----- Left Sidebar -----*/
DIV.LeftSidebar {
float: left; width: 298px;;
}
/*
DIV.LeftSidebar DIV.SidebarMenu {
width: 298px; height: 283px; overflow: auto; margin: 0; background-style: transparent; text-align: center;
}
DIV.LeftSidebar DIV.SidebarMenu IMG {
	border-style: none;
}
*/
DIV.LeftSidebar DIV.SidebarTitle {
	width: 298px;
	height: 27px;
	overflow: auto;
	margin: 6px 0;
	padding: 2px 12px 0 42px;
	_padding: 0;
	background: transparent url('../images/sidebar_title.gif') no-repeat top left;
	color: white;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}
DIV.LeftSidebar DIV.SidebarTitle DIV {
	_padding: 0 12px 0 42px;
}

DIV.LeftSidebar DIV.SidebarContent {
	width: 298px;
	margin: 6px 0 12px;
	padding: 0 12px 0 42px;
	_padding: 0;
}
DIV.LeftSidebar DIV.SidebarContent DIV {
	_margin: 0 0 0 21px;
}
DIV.SidebarBoxType1,
DIV.SidebarBoxType2 {
	width: 244px;
}
DIV.SidebarBoxType1 {
	background-color: #d0a7b0;
}
DIV.SidebarBoxType2 {
	background-color: #b2b2b2;
}
DIV.SidebarBoxType1 DIV.Inner,
DIV.SidebarBoxType2 DIV.Inner {
	padding: 8px 16px;
	font-size: 0.7em;
}
DIV.SidebarBoxType1 DIV.Inner H3,
DIV.SidebarBoxType2 DIV.Inner H3 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
DIV.SidebarBoxType1 DIV.Inner P,
DIV.SidebarBoxType2 DIV.Inner P {
	margin: 0;
	padding: 0;
	text-align: justify;
}
DIV.SidebarBoxType1 DIV.Inner UL,
DIV.SidebarBoxType2 DIV.Inner UL {
	margin: 5px 0;
	padding: 0;
	list-style: disc outside;
}
DIV.SidebarBoxType1 DIV.Inner UL LI,
DIV.SidebarBoxType2 DIV.Inner UL LI {
	margin-left: 15px;
}
DIV.LeftSidebar DIV.SidebarButton {
width: 268px; height: 51px; margin: 6px 12px 10px 42px; text-align: center;
_margin: 6px 0 10px 28px; _padding: 0;
}

/*----- Page Content -----*/
DIV.PageContent {
margin-left: 298px;
_margin-left: 0;
_float: right;
}
DIV.PageContent DIV.TopBlockIndex {
width: 561px; height: 311px; overflow: hidden; background: transparent url('../images/top_block_index.jpg') no-repeat top left;
}
DIV.PageContent DIV.TopBlockIndex DIV.CatSelector1 {
float: left; margin: 158px 0 0 30px;
}
DIV.PageContent DIV.TopBlockIndex DIV.CatSelector2 {
margin: 158px 0 0 280px;
}
SELECT.SelectCat {
font-size: 11px;
width: 225px;
}
DIV.PageContent DIV.TopBlock {
	width: 561px;
	height: 193px;
	overflow: hidden;
	background: transparent url('../images/top_block.jpg') no-repeat top left;
	color: white;
}
DIV.PageContent DIV.TopBlock DIV.PersonalCats,
DIV.PageContent DIV.TopBlock DIV.BusinessCats {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0.7em;
}
DIV.PageContent DIV.TopBlock DIV.PersonalCats {
	float: left;
	width: 200px;
	margin-left: 30px;
}
DIV.PageContent DIV.TopBlock DIV.BusinessCats {
	float: right;
	width: 250px;
	margin-right: 10px;
}
DIV.PageContent DIV.TopBlock DIV.PersonalCats UL,
DIV.PageContent DIV.TopBlock DIV.BusinessCats UL {
	margin: 5px 0;
	list-style: disc outside;
}
DIV.PageContent DIV.TopBlock DIV.PersonalCats A,
DIV.PageContent DIV.TopBlock DIV.BusinessCats A,
DIV.PageContent DIV.TopBlock DIV.PersonalCats A:link,
DIV.PageContent DIV.TopBlock DIV.PersonalCats A:active,
DIV.PageContent DIV.TopBlock DIV.PersonalCats A:visited,
DIV.PageContent DIV.TopBlock DIV.BusinessCats A:link,
DIV.PageContent DIV.TopBlock DIV.BusinessCats A:active,
DIV.PageContent DIV.TopBlock DIV.BusinessCats A:visited {
	color: white;
	text-decoration: none;
}
DIV.PageContent DIV.TopBlock DIV.PersonalCats A:hover,
DIV.PageContent DIV.TopBlock DIV.BusinessCats A:hover {
	text-decoration: underline;
}

DIV.ContentBlock {
padding: 0 40px 0 51px; background: transparent url('../images/page_shadow_left_top.gif') no-repeat top left; font-size: 0.7em;
}
DIV.ContentBlock H1 {
margin: 0; padding: 0; color: #9b1230; text-transform: uppercase; font-size: 1.5em; font-weight: bold;
}
DIV.ContentBlock H2 {
margin: 0 0 5px; padding: 0; color: #8c112d; text-transform: uppercase; font-size: 1.5em; font-weight: bold;
}
DIV.ContentBlock H2 A,
DIV.ContentBlock H2 A:link,
DIV.ContentBlock H2 A:active,
DIV.ContentBlock H2 A:visited {
	text-decoration: none;
}
DIV.ContentBlock H2 A:hover {
	text-decoration: underline;
}
DIV.ContentBlock DIV.DividerLine {
height: 4px; margin: 12px 0; background-color: #8c112d; font-size: 1px;
}
DIV.ContentBlock P {
	text-align: justify;
}
DIV.ContentBlock DIV.RandCatPicA,
DIV.ContentBlock DIV.RandCatPicB {
	border: 3px solid #8c112d;
}
DIV.ContentBlock DIV.RandCatPicA {
	float: left;
	margin: 0 10px 10px 0;
}
DIV.ContentBlock DIV.RandCatPicB {
	float: right;
	margin: 0 0 10px 10px;
}
DIV.ContentBlock DIV.RandCatDesc {
	margin: 0 0 10px;
	text-align: justify;
}
DIV.ContentBlock DIV.RandCatDivider {
	clear: both;
	height: 0px;
	background-color: transparent;
}
DIV.ContentBlock IMG.CategoryImage {
	border-style: none;
}
DIV.ContentBlock DIV.DownloadPDFLink {
	margin: 10px 10px;
	font-size: 1.3em;
}
DIV.ContentBlock DIV.DownloadPDFLink IMG {
	vertical-align: middle;
}
DIV.ContentBlock DIV.WhosWho {
	padding-left: 20px;
	color: #8c112d;
}
DIV.ContentBlock DIV.BackLink {
	text-align: right;
}
DIV.ContentBlock TABLE.ResultsList TD {
	padding: 10px 0;
}

/*----- header.inc.php -----*/
DIV.BodyWrapper1 {
	background: #e7e7e7 url('../images/body_bg_top_tile.gif') repeat-x top left;
	border-bottom: 4px solid #8c112d;
	text-align: center;
}
DIV.BodyWrapper2 {
	width: 859px;
	margin: 0 auto;
	background: white url('../images/sidebar_bg.gif') repeat-y top left;
	text-align: left;
}
DIV.HeaderRow {
width: 859px; height: 173px; background: transparent url('../images/header.jpg') no-repeat top left;
}
DIV.SearchRow {
width: 859px; height: 33px; background: transparent url('../images/search_bar.jpg') no-repeat top left;
}

/*----- footer.inc.php -----*/
DIV.Footer {
	padding: 5px 0;
	text-align: center;
	margin: 0 auto;
}


TABLE.StaffBlock {
	margin: 0 20px 0 70px;
}
TABLE.StaffBlock TD {
	text-align: center;
}
TABLE.Staff {
	margin: 0 auto; text-align: center;
}
TABLE.Staff TD A {
	text-decoration: underline;
	font-size: 0.8em;
	font-weight: normal;
}


/*----- Enquiry Form (enquiry.php) -----*/
TABLE.EnquiryForm {
}
TABLE.EnquiryForm TH {
	padding: 5px 10px 5px 0;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
}
TABLE.EnquiryForm TD {
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}
TABLE.EnquiryForm TD TEXTAREA#enq_contact_address,
TABLE.EnquiryForm TD TEXTAREA#enq_property_address {
	width: 300px;
	height: 60px;
	font-size: 13px;
	font-family: Arial, "Courier New", sans-serif;
}
TABLE.EnquiryForm TD TEXTAREA#enq_enquiry {
	width: 300px;
	height: 120px;
	font-size: 13px;
	font-family: Arial, "Courier New", sans-serif;
}
TABLE.EnquiryForm TD INPUT {
	font-size: 13px;
	font-family: Arial, "Courier New", sans-serif;
}

/*----- Staff Page (staff.php) -----*/
TABLE.StaffMembers {
}
TD.StaffSection {
	padding: 20px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}
TD.StaffMember {
}

/* new menu styles by Lucas */
DIV.SidebarMenu {
width: 298px;
background-image: url('../images/menu_img/menu_bg_tile.jpg');
background-repeat: repeat-y;
padding:0;
margin:0;
text-align:center;
}
DIV.LeftSidebar DIV.SidebarMenu IMG {
	border-style: none;
	margin-top:0;
	padding-top:0;
}
DIV.SidebarMenuMainBody {
width: 298px;
background-image: url('../images/menu_img/menu_main.jpg');
background-repeat:no-repeat;
background-position:top;
}
DIV.SidebarMenuEnd {
width: 298px;
height: 27px;
background-image: url('../images/menu_img/menu_end.jpg');
}

/* Navigation list items */
DIV.SidebarMenuMainBody UL {
	list-style:none;
	padding:20px 0 20px 0;
	margin:0;
}
DIV.SidebarMenuMainBody LI.MenuLink {
    margin: 0;
    padding: 0;
}
DIV.SidebarMenuMainBody LI.MenuLink A,
DIV.SidebarMenuMainBody LI.MenuLink A:Hover {
    width: 245px;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    line-height:100%;
    margin:3px auto;
    padding:12px 0 9px;
    text-decoration:none;
    text-transform:uppercase;
    background: transparent url('../images/menu_img/separator.png') no-repeat top center;
}
DIV.SidebarMenuMainBody LI.MenuSeparator {
	padding:5px 0 5px 0;
	margin:0;
}
DIV.SidebarMenuMainBody LI.MenuSeparator IMG {
    margin: 0;
    padding: 0;
}
