body
{
	background: #fff;
	color: #2b2b2b;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

img
{
	border: 0 none;
}

.clear
{
	display: block;
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}

a
{
	text-decoration: underline;
	color: #cc213b;
	
}

input, select, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #2b2b2b;
}

.frmBtn
{
	background: #dc485e;
	color: #fff;
	border: 0 none;
	padding: 5px 8px;
	text-transform: uppercase;
}

hr
{
	background: #fff;
	color: #fff;
	border: 0 none;
	border-bottom: 5px solid #eee;
}

h1, h2, h3, h4, h5, h6, p, ul, ol
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

h1
{
	font-size: 230%;
	color: #222;
	border-bottom: 5px solid #eee;
}

h2
{
	font-size: 150%;
}

h3
{
	font-size: 135%;
}

h4
{
	font-size: 125%;
}

.center
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#blackFade
{
	background: #000;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 900;
}

#frmClientLogin
{
	position: fixed;
	z-index: 1000;
	width: 500px;
	padding: 15px 25px 20px 25px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -250px;
	/*background: #d0dbe2 url(/images/popup-bg.gif) top repeat-x;*/
	background: #cc213b;
	color: #fff;
	border-top: 1px solid #e47485;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	display: none;
	text-align: left;
}

#frmClientLogin .close
{
	position: absolute;
	top: -11px;
	right: -11px;
}

#header
{
	text-align: right;
	padding: 10px 0 0 0;
}

#header #logo
{
	float: left;
	margin-bottom: 15px;
}

#topsearch
{
	float: right;
	width: 215px;
}

#topsearch strong
{
	color: #ce1d37;
	font-size: 18px;
}

#header form
{
	height: 27px;
	padding-top: 3px;
	background: url(/images/search-bg.gif) no-repeat;
	display: block;
	margin: 5px 0 8px 0;
}

#header form input
{
	float: left;
}

#header form .text
{
	padding: 0;
	border: 0 none;
	width: 180px;
	background: none;
	padding: 3px 0 0 5px;
}

#header p
{
	clear: right;
	font-size: 90%;
}

#header p,
#header p a
{
	color: #adaeb0;
}

#menu
{
	clear: both;
	background: #f3f3f3;
	border-radius: 8px;
	box-shadow: 0 2px 5px #ddd;
	padding: 10px;
	font-size: 115%;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li
{
	display: inline-block;
	border-right: 1px solid #ddd;
	position: relative;
	z-index: 1000;
}

#menu ul li:last-child
{
	border-right: 0 none;
}

#menu ul li a
{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 7px 20px;
}

#menu #menu_property a,
#menu #menu_business a,
#menu #menu_people a
{
	color: #d31f44;
}

#menu ul li:hover a
{
	background: #d31f44;
	color: #fff !important;
}

#menu ul ul li:hover a
{
	background: #a8162b;
}

#menu ul ul
{
	display: none;
	text-align: left;
	position: absolute;
	top: 36px;
	left: 0;
	background: #d31f44;
	width: 240px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

#menu_property ul,
#menu_business ul,
#menu_people ul
{
	width: 340px !important;
}

#menu ul li:hover ul
{
	display: block;
}

#menu ul ul li
{
	display: block;
	border-right: 0 none;
	border-bottom: 1px solid #da5669;
}

#menu ul li#menu_
{
	display: none;
}

#menu ul .subtitle
{
	display: none;
}

#menu ul ul .subtitle
{
	display: block;
	font-size: 11px;
	color: #ffb7b7;
	font-style: italic;
}

#menu span.arrow
{
	position: absolute;
	bottom: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background: url(/images/menu-arrow.png) 90% top no-repeat;
}

/*
#menu
{
	background: #f3f3f3;
	border-radius: 8px;
	padding: 5px 0;
	clear: both;
	text-align: center;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li
{
	display: inline-block;
	position: relative;
	z-index: 1000;
	padding: 15px 0;
}

#menu ul li:hover
{
	background: #d31f44;
	padding-left: 2px;
}

#menu ul li:hover a
{
	color: #fff;
	border-left: 0 none;
}

#menu ul li a
{
	display: block;
	color: #222;
	padding: 0 13px;
	text-decoration: none;
	border-left: 2px solid #d7d7d7;
}

#menu ul li:first-child a
{
	border-left: 0 none;
}

#menu ul li:hover ul
{
	display: block;
}

#menu ul ul
{
	text-align: left;
	display: none;
	position: absolute;
	z-index: 1000;
	width: 200px;
	left: 0;
	top: 45px;
	background: #d31f44;
	padding: 20px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}

#menu ul ul li
{
	float: none;
	display: block;
	margin: 0;	
	padding: 0 !important;
	border: 0 none;
}

#menu ul li:hover ul li a
{
	float: none;
	color: #ffffff;
	display: block;
	min-height: 1px;
	padding: 5px 0;
	border-bottom: 1px solid #d84e6a;
	border-left: 0 none;
}

#menu ul ul li:hover ul li a
{
	border-bottom-color: #555;
}

#menu ul li ul li a:hover
{
	background: #222;
	border-color: #fff;
	margin: 0 -20px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu ul ul ul
{
	top: 0;
	right: auto;
	left: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 85%;
	background: #444;
}

#menu ul li:hover ul ul
{
	display: none;
}

#menu ul ul li:hover ul
{
	display: block;
}

#menu span.arrow
{
	display: none;
}

#menu ul span.arrow
{
	position: absolute;
	bottom: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background: url(/images/menu-arrow.png) 95% top no-repeat;
}

#menu ul ul span.arrow
{
	display: none;
}
*/

#main
{
	padding-top: 14px;
}

#banner
{
	height: 200px;
	padding-top: 8px;
	background: url(/images/banner-01.jpg) no-repeat;
	margin: 0 0 10px 0;
}

#breadcrumb
{
	margin: 0;
	font-size: 90%;
}

#content
{
	width: 610px;
	padding-right: 29px;
	border-right: 1px solid #ddd;
	margin-right: 30px;
	float: left;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#content ul,
#content ol
{
	margin-bottom: 25px;
	padding-right: 50px;
	padding-top: 2px;
}

#content ul
{
	list-style-image: url(/images/bullet.gif);
}

#content ul li,
#content ol li
{
	border-bottom: 1px dashed #ddd;
	padding: 3px 0;
}

#side-menu
{
	float: right;
	width: 290px;
}

div#right
{
	float: right;
	clear: right;
	width: 290px;
	margin-right: -350px;
}

p.title
{
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
}

p.redtext
{
	font-size: 110%;
	color: #d31f44;
}

div.redbox
{
	background: #d31f44;
	color: #fff;
	padding: 25px;
	margin-left: -25px;
	margin-bottom: 20px;
}

div.orangebox
{
	background: #EA950E;
	color: #fff;
	padding: 25px;
	margin-left: -25px;
	margin-bottom: 20px;
}

div.greenbox
{
	background: #93CA59;
	color: #fff;
	padding: 25px;
	margin-left: -25px;
	margin-bottom: 20px;
}

#sections
{
	clear: both;
	height: 75px;
	margin-bottom: 15px;
}

#sections .panel
{
	float: left;
	width: 98px;
	padding-left: 89px;
	padding-top: 27px;
	text-align: center;
	height: 48px;
	border-left: 5px solid #000;
	background: #eee left top no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	position: relative;
	color: #777;
}

#sections .panel a
{
	color: #777;
	position: absolute;
	padding-top: 27px;
	height: 48px;
	top: 0;
	left:89px;
	width: 98px;
	color: #fff;
	display: none;
}

#sections .panel#strategy
{
	border-color: #0661b2;
	background-image: url(/images/footer-strategy.jpg);
}

#sections .panel#strategy a
{
	background: #0661b2;
}

#sections .panel#savings
{
	border-color: #ea950e;
	background-image: url(/images/footer-savings.jpg);
}

#sections .panel#savings a
{
	background: #ea950e;
}

#sections .panel#transition
{
	border-color: #ea950e;
	background-image: url(/images/footer-transition.jpg);
}

#sections .panel#transition a
{
	background: #ea950e;
}

#sections .panel#management
{
	border-color: #93ca59;
	background-image: url(/images/footer-management.jpg);
}

#sections .panel#management a
{
	background: #93ca59;
}

#sections .panel#property
{
	border-color: #93ca59;
	background-image: url(/images/footer-property.jpg);
}

#sections .panel#property a
{
	background: #93ca59;
}

#footer
{
	border-top: 1px solid #eee;
	background: #f7f7f7;
	color: #747677;
	font-size: 85%;
	padding: 15px 0;
	clear: both;
}

#footer .title
{
	color: #ce1d37;
	margin-bottom: -8px;
}

#footer .center
{
	overflow: hidden;
}

#footer .col
{
	float: left;
	width: 180px;
}

#footer .col#footer_logo
{
	width: 420px;
}

#footer .col ul
{
	margin-left: 0;
	padding-left: 25px;
}

#footer .col ul ul
{
	display: none;
}

#footer #artlines
{
	margin: 10px 0 0 0;
	float: right;
}

#footer a,
#footer_bottom a
{
	color: #747677;
}

#footer a:hover,
#footer_bottom a:hover
{
	color: #cc213b;
}

#footer_bottom
{
	font-size: 90%;
	background: #eaeaea;
	padding: 10px 0;
	box-shadow: inset 0 5px 5px #ddd;
}

#footer_bottom p
{
	margin: 0;
	padding: 8px 0;
}

#footer_bottom #artlines
{
	float: right;
}

#listedTotal
{
	font-size: 85%;
}

#listedPaging
{
	margin-bottom: 25px;
}

#enquiry_form
{
	float: right;
	background: #D31F44;
	color: #fff;
	width: 265px;
	padding: 10px 25px;
	margin: 0 -350px 10px 0;
}

#body_home #enquiry_form
{
	margin-top: -218px;
	width: 260px;
	height: 185px;
}

#enquiry_form .title
{
	color: #fff;
}

#enquiry_form label
{
	display: none;
}

.text_right
{
	text-align: right;
}

#enquiry_form .frm_row
{
	margin: 2px 0;
}

#enquiry_form input[type="text"],
#enquiry_form input[type="email"],
#enquiry_form textarea
{
	margin: 0;
	background: #d43f55;
	color: #fff;
	border: 0 none;
	outline: none;
	padding: 5px;
	width: 248px;
}

#enquiry_form textarea
{
	height: 41px;
}

#enquiry_form input[type="submit"]
{
	background: #aa172c;
	color: #fff;
	padding: 8px 12px;
	border: 0 none;
}
