/*  
Description: Stewart, Archibald & Barney website (sabcpa.com)
Author: Derek Reager, Ideawork Studios
Author URI: http://ideawork.com/
*/

/* Last edited 10/05/06 */

/* Basic */
html, body {
	margin: 0;
	padding: 0;
	}
body {
	font: small/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	background: #003877 url("../../images/bg3.gif") center top repeat-y;
	color: #000;
	}
* html body { /* Simplified Box Model Hack (SBMH) developed by Edwardson Tan, http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
a, a:link, a:visited {
	color: #036;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: none;
	}
img, a img {
	border: 0;
	}

/* Layout */
#container {
	width: 786px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
#wrapper iframe {
	margin: 10px 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 5000px;
	}

/* Header */
#header {
	margin: 0;
	padding: 0;
	width: 786px;
	background: url("../../images/headertop_bg.gif") left top repeat-x;
	}
#header p {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#header .logo {
	float: left;
	padding: 9px 20px;
	}
#header .tagline {
	float: right;
	padding: 30px 20px 0;
	}
* html #header .imgfix { /* only for IE */
	margin-top: -2px;
	}
/*#header ul {
	margin: 0;
	padding: 0 0 28px;
	width: 100%;
	background: #000 url("../../images/header_btm.gif") center bottom no-repeat;
	}
#header ul, #header li {
	list-style: none;
	}
#header li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	}*/
/* Content */
#content	{
	padding: 0 0 20px;
	float: left;
	width: 595px;
	}
#content #topimg {
	margin: 0;
	padding: 15px 19px 0 0;
	}
#content h1 {
	margin: 10px 20px 0 0;
	padding: 10px 30px 10px 10px;
	background: #003877 url("../../images/header_corner.gif") left top no-repeat;
	display: block;
	clear: both;
	}
#content h2 {
	margin: 0;
	padding: 15px 30px 10px 10px;
	font-size: 117%;
	}
#content h3 {
	margin: 0;
	padding: 15px 30px 10px 10px;
	font-size: 100%;
	}
#content p {
	margin: 0;
	padding: 10px 30px 0 10px;
	}
#content blockquote {
	margin: 10px 0 0;
	padding: 0 20px 0 10px;
	font-size: 117%;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	background: url("../../images/blockquote_bg.gif") left top no-repeat;
	}
#content blockquote p {
	margin: 0;
	padding: 30px;
	background: url("../../images/blockquote_p_bg.gif") right bottom no-repeat;
	}
#content dl {
	margin: 0;
	padding: 10px 30px 0 10px;
	}
#content dl dt {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 0 10px;
	}
#content ul {
	margin: 0;
	padding: 10px 30px 10px 10px;
	list-style: inside;
	}
#content li {
	list-style: inside;
	}
#content ol { /* in case used in #content */
	margin: 0;
	padding: 10px 30px 0 10px;
	}
#content h2.proh2 {
	margin: 10px 20px 0 0;
	padding: 5px 30px 5px 5px;
	display: block;
	background: #003877;
	color: #fff;
	}
/* start professionals.cfm multi-column lists, http://www.alistapart.com/articles/multicolumnlists/ */
#content table.pros {	
	/*margin: 10px 20px 0 0;*/
	/*padding: 5px 30px 5px 5px;*/
	list-style: none;
	}
#content table.pros td {	
	padding: 5px 0;
	}
#content table.pros td em {	
	font-size: 75%;
	}
#content ul.pros {	
	margin: 0;
	padding: 10px 30px 30px 10px;
	list-style: none;
	}
#content ul.pros li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}
* html #content ul.pros li { /* seen only by IE */
	position: relative;
	}
#content ul.pros li em {
	font-size: 75%;
	}
#content ul.pros li.n4 {
	margin-top: -4.5em;
	list-style: none;
	}
#content ul.pros li.n9 {
	margin-top: -3em;
	list-style: none;
	}
/* left column */
/* 1st set */ #content ul.pros li.n1, #content ul.pros li.n2, #content ul.pros li.n3, 
/* 2nd set */ #content ul.pros li.n7, #content ul.pros li.n8 {
	margin-left: 0;
	list-style: none;
	}
/* right column */
/* 1st set */ #content ul.pros li.n4, #content ul.pros li.n5, #content ul.pros li.n6, 
/* 2nd set */ #content ul.pros li.n9, #content ul.pros li.n10 {
	margin-left: 50%;
	list-style: none;
	}

/* end professionals.cfm multi-column lists */

/* Bio pages */
#biolt {
	width: 180px;
	float: left;
	padding: 20px 0 0 10px;
	}
#biolt img {
	padding: 0;
	float: left;
	}
#biolt a {
	font-size: 83%;
	}
#biort {
	width: 385px;
	float: right;
	}
#biort h2 {
	padding: 15px 0;
	color: #003877;
	}
#biort p {
	padding: 0 30px 20px 0;
	}
#bio p {
	float: right;
	width: 385px;
	}

/* Calendar page table layout */
#cal {
	padding: 0 30px 0 10px;
	width: 100%;
	}
#cal td {
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	}
#cal td a {
	font-weight: bold;
	}
#cal tr.calalt {
	background-color: #e6f1ff;
	}
	
/* Calendar details page */
h2#eventh2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 100%;
	color: #003877;
	}
h3#eventh3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 100%;
	font-weight: normal;
	}

/* Forms */
#theform {
	margin: 0;
	padding-top: 20px;
	text-align: left;
	overflow: visible;
	font-size: 100%;
	}
form#theform fieldset {
	margin-bottom: 10px;
	border: 0;
	}
form#theform legend {
	padding: 0 2px;
	color: #003877;
	font-weight: bold;
	}
form#theform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form#theform fieldset ol {
	margin: 0;
	padding: 0;
	}
form#theform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form#theform fieldset fieldset {
	border: 0;
	margin: 3px 0 0;
	}
form#theform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form#theform fieldset fieldset label {
	display: block;
	width: auto;
	}
form#theform em {
	color: #f00;
	}
form#theform label {
	width: 120px; /* Width of labels */
	}
form#theform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
	}

/* Sidebar */
#sidebar {
	float: right;
	width: 191px;
	}
#sidebar dt {
	margin: 0;
	padding: 0 0 5px;
	background-color: #fff;
	}
#sidebar dd {
	margin: 0;
	}
dl#quicklinks {
	margin: 0;
	padding: 0;
	background: url("../../images/quicklinks_bg.gif") center top repeat-y;
	}
#quicklinks dd {
	border-top: 1px solid #728DAF;
	padding: 5px 0 3px 5px;
	}
#quicklinks .last {
	border-bottom: 1px solid #728DAF;
	}
dl#account {
	margin: 20px 0 0;
	padding: 0;
	background: url("../../images/account_bg.gif") center top repeat-y;
	}
#account dt {
	border-bottom: 1px solid #E4D5C5;
	}
#account dd {
	border-bottom: 1px solid #E4D5C5;
	}
#account form {
	margin: 0;
	padding: 10px 10px 0;
	}
#account fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
#account label {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-weight: bold;
	}
#account input.textfield {
	margin: 0;
	border-top: 2px solid #3e2c23;
	border-left: 2px solid #3e2c23;
	border-bottom: 1px solid #bfb9ae;
	border-right: 1px solid #bfb9ae;
	}
#account input.button {
	padding: 5px 0;
	float: right;
	}
dl#find {
	margin: 20px 0 0;
	padding: 0;
	background: url("../../images/find_bg.gif") center top repeat-y;
	font-size: 75%;
	line-height: 1.2em;
	}
#find dt {
	border-bottom: 1px solid #DCE4ED;
	}
#find dd {
	padding: 10px 10px 0;
	}
#find dd.last {
	padding-bottom: 10px;
	border-bottom: 1px solid #DCE4ED;
	}

/* Footer */
#footer {
	clear: both;
	width: 100%;
	font-size: 75%;
	border-top: 10px solid #036;
	}
#footer ul, #footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	padding: 10px 0 0;
	text-align: center;
	}
#footer ul li {
	display: inline;
	margin-right: .75em;
	}
#footer ul li.last {
	margin-right: 0;
	}
#footer li a {
	padding: 5px 2px;
	font-weight: normal;
	text-transform: uppercase;
	}
/* Mac IE5 Phantom Link Fix */
/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}
/**/
#footer p {
	margin: 0;
	padding: 5px 10px;
	color: #036;
	text-align: center;
	}

/* Clearfix Hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
