/* =MASS RESET */
@import url("reset.css");

/* =TYPOGRAPHY */
body {
	font-size:62.5%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#59636E;
}
p, ul li {
	font-size:1.2em;
	line-height:1.4em;
}
p, ul {
	margin-bottom:1em;
}
h1, h2, h3, h4, strong {
	font-weight:bold;
}
h1 {
	font-size:2em;
	color:#FFF;
}
h2 {
	font-size:2.2em;
	line-height:2em;
	color:#025F80;
}
h3 {
	font-size:1.4em;
	color:#025F80;
}
h4 {
	font-size:1.7em;
}
a {
	color:#025F80;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
em {
	font-style:italic;
}

/* =LAYOUT */
body {
	text-align:center;
}
#container {
	margin:0 auto;
	width:76em;
	text-align:left;
	background-color:#FFF;
}
#nav {
	position:absolute;
	width:76em;
	height:2.54em;
	background-color:#FFF;
	padding-top:3em;
	border-bottom:9px solid #59636E;
}
#main {
	position:absolute;
	width:76em;
	top:6.4em;
	background:#FFF url(/images/mainBg.gif) repeat-y 52em 0;
}
#branding {
	float:right;
	width:24em;
	color:#FFF;
	background-color:#025F80;
	border-top:0.5em solid #FFF;
	border-bottom:0.5em solid #FFF;
}
#content {
	float:left;
	width:51.5em;
	background-color:#FFF;
	border-top:0.5em solid #FFF;
	padding-bottom:1em;
}
#sidebar {
	float:right;
	width:24em;
	background-color:#6EA39B;
	border-right:-1px solid #FFF;
}
* html #sidebar {
	margin-right:-1px; /* fix IE6 duplicate character bug on footer */ /* TODO: this causes 1px protrusion */
}
#footer {
	overflow:auto;
	clear:both;
	width:76em;
	border-top:0.5em solid #FFF;
	border-bottom:0.5em solid #FFF;
	background-color:#59636E;
	list-style:none;
}

/* =NAVIGATION */
#nav li {
	float:left;
	margin-right:2px;
}
#nav a {
	display:block;
	width:6em;
	padding:4px 8px;
	color:#59636E;
	border-left:1px solid #59636E;
	background:#E3E5E7 url(../images/tabOff.gif) no-repeat top right;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}
#nav a:hover {
	color:#025F80;
	text-decoration:none;
	font-weight:bold;
}
#nav li ul {
	position:absolute;
	width:6em;
	left:-999em;
}
#nav li ul a {
	width:10em;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	background:#FFF;
	border:1px solid #59636E;
	border-top:none;
	padding:0.3em 0.5em;
}
#nav li ul a.firstli {
	border-top:9px solid #59636E;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
body#home li#home a,
body#buy li#services a.top, body#sell li#services a.top, body#valuations li#services a.top, body#businessessold li#services a.top,
body#listings li#listings a ,
body#associates li#associates a,
body#faqbuy li#faq a.top, body#faqsell li#faq a.top,
body#contactus li#contactus a {
	color:#FFF;
	background:#59636E url(../images/tabOn.gif) no-repeat top right;
}

/* =BRANDING */
#branding h1 {
	padding:0.8em 0 0 0.3em;
}
#branding h4 {
	padding:0.8em 3em 0 2em;
	margin-bottom:0.8em;
}
#branding p {
	padding:0 1.5em 1.2em 2.7em;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
}

/* =CONTENT */
body#affiliations #content {
	background:#FFF url(../images/affiliationsTitle.jpg) no-repeat top left;
}
body#associates #content {
	background:#FFF url(../images/associatesTitle.jpg) no-repeat top left;
}
body#businessessold #content {
	background:#FFF url(../images/businessesSoldTitle.jpg) no-repeat top left;
}
body#buy #content {
	background:#FFF url(../images/buyTitle.jpg) no-repeat top left;
}
body#contactus #content, body#thankyou #content {
	background:#FFF url(../images/contactUsTitle.jpg) no-repeat top left;
}
body#faqbuy #content, body#faqsell #content {
	background:#FFF url(../images/faqTitle.jpg) no-repeat top left;
}
body#home #content {
	background:#FFF url(../images/index/rotate.php) no-repeat top left;
}
body#listings #content {
	background:#FFF url(../images/listingsTitle.jpg) no-repeat top left;
}
body#privacypolicy #content {
	background:#FFF url(../images/privacyPolicyTitle.jpg) no-repeat top left;
}
body#sell #content {
	background:#FFF url(../images/sellTitle.jpg) no-repeat top left;
}
body#valuations #content {
	background:#FFF url(../images/valuationsTitle.jpg) no-repeat top left;
}
#title h2 {
	background:#FFF url(../images/titleBg.gif) no-repeat top right;
	margin-top:6.5em;
	height:2em;
	border-bottom:1px solid #59636E;
	border-left:1px solid #59636E;
	padding:0 0 0 1em;
}
body#home #title h2 {
	margin-top:14.25em;
}
#text {
	margin-top:1.2em;
}
#content p {
	padding:0 2em;
}
#content h3 {
	padding:0 0 0.5em 1.714em;
}
#content ul {
	padding:0 0 0 5.3em;
}
#content li {
	list-style:outside disc;
}
#content ul.left, #content ul.middle, #content ul.right {
	float:left;
	width:16.3em;
	font-size:0.9em;
	padding:0 0.25em 0 0;
}
#content ul.left {
	padding-left:4em;
}
#content ul.middle, #content ul.right {
	padding-left:1.75em;
}
body#affiliations #content ul {
	padding:0 0 0 2.2em;
}
body#affiliations #content img {
	vertical-align:middle;
}
body#affiliations #content li {
	list-style:none;
	padding-bottom:2em;
}
body#affiliations #content a {
	color:#59636E;
	margin-left:1.5em;
	font-size:1.2em;
}
body#associates #content img {
	margin-top:-0.7em;
}
body#associates #content ul {
	margin-top:1em;
	padding-left:2.4em;
}
body#associates #content li {
	list-style-type:none;
}
.imagelabel {
	font-weight:bold;
}

/* =LISTINGS */
body#listings iframe {
	width:51.5em;
	height:100em;
}

/* =CONTACT US */
form {
	margin-top:1em;
}
label {
	display:block;
	float:left;
	clear:left;
	width:7em;
	padding-right:1em;
	text-align:right;
	line-height:2.2em;
	font-size:1.2em;
	font-weight:bold;
}
input {
	display:block;
	float:left;
	width:23em;
	margin:0 0 0.5em 0;
}
input.hidden {
	margin:0;
}
label.reverse {
	float:right;
	width:33.85em;
	text-align:left;
	font-weight:normal;
}
input.checkbox {
	float:right;
	width:3.5em;
	text-align:right;
	margin-top:0.3em;
}
input.submit, input.reset {
	width:6em;
	margin-top:1em;
}
input.submit {
	margin-left:9.6em;
	display:inline;
}
input.reset {
	margin-left:2em;
}
br {
	clear:both;
}
#map iframe {
	float:left;
	width:40em;
	height:35em;
	margin:2em 0 0 9.6em; /* left indent, space between form & map */
}
#map a {
	float:left;
	width:31.1em;
	margin:0.5em 0 0 10.6em; /* left indent, space between map & link */
	font-size:0.9em;
	line-height:1.1em;
}
.vcard {
	display:inline;
	float:left;
	width:15em;
	margin:1.7em 0 0 8em;
	font-size:1.2em;
	line-height:1.4em;
}
.org, .type, .email {
	font-weight:bold;
}
.value {
	font-weight:normal;
}
.adr {
	margin-bottom:0.8em;
}

/* =SIDEBAR */
#sidebar dl {
	float:left;
	margin:0.5em 1em;
	display:inline;
	background:#FFF url(../images/sidebarBg.gif) no-repeat top right;
	border-bottom:1px solid #3C615B;
	border-left:1px solid #3C615B;
	width:21.9em;
}
#sidebar dl.firstdl {
	margin-top:1em;
}
#sidebar dl.lastdl {
	margin-bottom:1em;
}
#sidebar dt {
	float:right;
	width:9.22em;
	color:#59636E;
	font-size:1.4em;
	font-weight:bold;
	margin-top:0.7em;
}
#sidebar dd.tag {
	float:right;
	width:10.75em;
	font-size:1.2em;
	line-height:1.21em;
}
#sidebar dd.img img {
	float:left;
	padding:0.4em 0;
}
#sidebar a {
	color:#59636E;
}
#sidebar a:hover {
	text-decoration:none;
	color:#025F80;
}

/* =FOOTER */
#footer ul {
	float:left;
	margin-bottom:0;
}
#footer li {
	float:left;
	padding:0 0.8em;
}
#footer li.border {
	border-left:1px solid #FFF;
}
#footer a, #footer li, #footer p {
	color:#FFF;
}
#footer a:hover {
	color:#E3E5E7;
}
#footer p {
	float:right;
	text-align:right;
}
#footer ul, #footer p {
	padding:0.5em 0.8em 0.5em 0;
}
#footer li, #footer p {
	margin-bottom:0;
	font-size:1.1em;
}