/* Start of CMSMS style sheet 'synergy-css' */
/* ---------------- [ GLOBAL SETTINGS ] --------------- */
body {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
h3 {
	margin: 3px 0;
	font-size: 14px;
	color: #915227;
}
hr {
	height: 1px;
	color: #55241D;
	background-color: #55241D;
	border-style: solid;
	margin: 3px 0;
	width: 90%;
	line-height:1px;
	
}
img {
	border-style: none;
}
/* ---------------- [ PAGE WRAPPER] --------------- */
div#pagewrapper {
display: block;
width: 897px;
border: 2px solid #FFFFFF;
margin: 0 auto;
background-color: #CEB581;
}
/* ---------------- [ HEADER IMAGE ] --------------- */
div#bannerImg {
	display: block;
	float: left;
	width: 897px;
	height: 270px;
}
/* ---------------- [ MENU BAR ] --------------- */
div#menuWrapper {
	display: block;
	float: left;
	padding-left: 15px;
	width: 882px;
	height: 26px;
	background-image: url(images/bg_menuWrapper.jpg);
	border-top: solid 1px #55241D;
	border-bottom: solid 6px #6e2709;
}
#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	height: 26px;
	width: 105px;
	background: transparent url(images/bg_nav.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 2px;
}

#nav li a:hover{
   background-position: 0 -26px;

}


#nav li.current a,
#nav li.current a:hover {
	background-position: 0 -26px;
   border-width: 0 1px;
   border-style: solid;
   border-color: #55241D;
}

#nav li#nav_home a {width:59px; background-position: -15px 0;}
#nav li#nav_management a {width: 171px; background-position: -74px 0;}
#nav li#nav_why-synergy a {width:110px; background-position: -245px 0;}
#nav li#nav_personal-bios a {width: 117px; background-position: -355px 0;}
#nav li#nav_properties a {width: 92px; background-position: -472px 0;}
#nav li#nav_client-list a {width: 94px; background-position: -564px 0;}
#nav li#nav_contact-us a {width: 103px; background-position: -658px 0;}

#nav li#nav_home a:hover,#nav li#nav_home.current a  {width:59px; background-position: -15px -26px;}
#nav li#nav_management a:hover, #nav li#nav_management.current a {width: 171px; background-position: -74px -26px;}
#nav li#nav_why-synergy a:hover, #nav li#nav_why-synergy.current a {width: 110px; background-position: -245px -26px;}

#nav li#nav_personal-bios a:hover, #nav li#nav_personal-bios.current a {width: 117px; background-position: -355px -26px;}
#nav li#nav_properties a:hover, #nav li#nav_properties.current a{width: 92px; background-position: -472px -26px;}
#nav li#nav_client-list a:hover, #nav li#nav_client-list.current a {width: 94px; background-position: -564px -26px;}
#nav li#nav_contact-us a:hover, #nav li#nav_contact-us.current a {width: 103px; background-position: -658px -26px;}

/* ---------------- [ CONTENT BOX ] --------------- */
div#contentBox {
	display: block;
	float: left;
	width: 640px;
	padding: 20px;
	background-color: #EEE7D3;
	color: #55241D;
	position: relative;
	clear: both;
	line-height: 135%;
}
div#contentBox a {
	color: #55241D;
	text-decoration: none;
}
div#contentBox a:hover {
	color: #85553D;
	text-decoration: underline;
}
div#pageTitle {
	display: block;
	margin-bottom: 25px;
}
div#pageTitle p {
	display: block;
	color: #55241D;
	font-size: 20px;
	font-family: sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#imageBox {
	display: block;
	float: right;
	width: 188px;
	padding-top: 25px;
	padding-left: 10px; 
	padding-right: 10px;
	text-align: center;
}
div#imageBox img {
	border: 3px solid #621e15;
	background-color: white;
	padding: 6px;
}
div#imageBox p {
	font-style: italic;
	font-size: 12px;
	color: #55241D;
	text-align: center;
	font-family: sans-serif;
}
div#footer {
	display: block;
	height: 24px;
	clear: both;
	color: white;
	background-color: #6E2709;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
div#footer a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
div#copyright {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}
div#copyright a {
	color: #6E2709;
	text-decoration: none;
	font-weight: bold;
}
div#copyright a:hover {
	color: #CEB581;
}
/* --------------------- [ ] --------------------- */
img.captchapict {

} 


/* End of 'synergy-css' */

