/* CSS Document */
* 
{
    margin:0;
	padding:0; 
}

html, body, #wrapper 
{
     height: 100%;
}

body > #wrapper 
{
	height: auto; 
	min-height: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #464646;
	background: #ebebeb url(../images/bg_body.jpg) top left repeat-x;
}

#wrapper
{
	margin: 0px auto -63px;
}

#header
{
	height: 130px;
	padding: 0px;
	margin: 0px auto;
	background: #ffffff;
	text-align: center;
}

#header a img
{
	border: none;
}

#menu
{
	height: 43px;
	line-height: 43px;
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}

#content
{
	width: 900px;
	margin: 30px auto;
	padding-bottom: 63px;
	text-align: justify;
}

#contentLeft
{
	float: left;
	display: inline;
	width: 400px;
}

#contentRight
{
	float: right;
	display: inline;
	width: 400px;
}

#quoteImage
{
	width: 900px;
	height: 188px;
	margin: 30px 0px;
}

#footer
{
	position: relative;
	clear:both;
	height: 63px;
	width: 900px;
	margin: -63px auto 0px auto;
	font-size: 11px;
	text-align: center;
	border-top: #b0b0b0 solid 1px;
}

/* Menu */
#menu ul li
{
	display: inline;
}

#menu ul li a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	padding: 0px 8px;
}

#menu ul li a:hover
{
	font-style: italic;
	background-color: #b20722;
}

/* Clearfix */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Text Styles */
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	line-height: 30px;
	color: #b20722;
	font-variant: small-caps;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

p
{
	margin: 0px;
	padding: 10px 0px;
}

a
{
	color: #b20722;
	text-decoration: underline;
}

a img
{
	border: solid 1px #b20722;
}

a:hover
{
	font-style: italic;
}

#content ul
{
		list-style-type: disc;
		color: #464646;
		padding-left: 40px;
}

#contentLeft ul 
{
	padding: 0px;
	margin: 0px;
}

#contentLeft ul li
{
	list-style-type: none;
	margin-bottom: 20px;
}

#contentRight ul 
{
	padding: 0px;
	margin: 0px;
}

#contentRight ul li
{
	list-style-type: none;
	margin-bottom: 20px;
}


/* Active Link */
body#companyOverview a#linkCompanyOverview,
body#ourServices a#linkOurServices,
body#accounting a#linkAccounting,
body#tax a#linkTax,
body#businessManagement a#linkBusinessManagement,
body#wealthManagement a#linkWealthManagement,
body#employmentStaffing a#linkEmploymentStaffing,
body#whoWeServe a#linkWhoWeServe,
body#careers a#linkCareers,
body#contactUs a#linkContactUs,
body#clients a#linkClients
{
	font-style: italic;
	background-color: #b20722;
}
