/* CSS Document */
body  {
	behavior: url(csshover.htc);
	margin : 0 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:#666666;
	background:url(../images/body_bg.jpg) repeat-x;
	background-color:#0968BC;
}

hr {
	border-top: 1px dotted #706A5E;
	border-bottom: none;
}

a {
	text-decoration: none;
	outline: none
}

#content a, #side-content a {
	color:#6B98AF;
	text-decoration:underline;
	font-weight:bold;
	padding: 0;
	outline:none;
}

hr {
	border-top: 2px dotted #C0BFBD;
	border-bottom: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 24px;
	font-weight : normal;
	margin: 0;
}

h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	font-weight : bold;
	margin: 0;
	padding: 5px;
	background-color: #F4F4F4;
	width: 100%;
	border-bottom: 1px dotted #999999;
}

#container {
	margin : 0 auto 0 auto;
	width:905px;
	height:100%;
	background-color:#FFFFFF;
}

/************************************/
/*             Header               */
/************************************/

#header {	
	position: relative;
	width:905px;
	height:128px;
	background:url(../images/header_bg.jpg) repeat-x;
	margin: 0 0 0 0;
}

#logo {
	position:absolute;
	top: 21px;
	left: 224px;
	margin: 0 0 0 0;
	width:459px;
	height:69px;
	text-indent: -1000px;
	background:url(../images/logo.jpg)  no-repeat;
}


/************************************/
/*           Navigation             */
/************************************/

#nav_picture {
	float:left;
	width: 245px;
	height: 271px;
	background : url(../images/menu_navigation.jpg) no-repeat;
}

#nav_picture img{
	float:left;
	padding: 9px 0 0 18px;
}

ul#navigation {
	float:left;
	margin : 0;
	background : url(../images/menu_navigation.jpg) no-repeat;
	height: 131px;
	list-style:none;
	width: 245px;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 

ul#navigation li {
	position: relative;
	float:left;
	width:100%;
	margin: 0;
	padding: 0;
}

ul#navigation li.nav_home a {
	background : url(../images/menu_navigation.jpg) no-repeat 0 -28px;
	text-indent : -1000px;
	display : block;
	height : 28px;
}

ul#navigation li.nav_about a {
	background : url(../images/menu_navigation.jpg) no-repeat 0 -56px;
	text-indent : -1000px;
	display : block;
	height : 25px;
}

ul#navigation li.nav_services a {
	background : url(../images/menu_navigation.jpg) no-repeat 0 -81px;
	text-indent : -1000px;
	display : block;
	height : 26px;
}

ul#navigation li.nav_management a {
	background : url(../images/menu_navigation.jpg) no-repeat 0 -107px;
	text-indent : -1000px;
	display : block;
	height : 25px;
}

ul#navigation li.nav_contact a {
	background : url(../images/menu_navigation.jpg) no-repeat 0 -132px;
	text-indent : -1000px;
	display : block;
	height : 26px;
}

ul#navigation li.nav_home a:hover {
background-position: -245px -28px;
}

ul#navigation li.nav_about a:hover {
background-position: -245px -56px;
}

ul#navigation li.nav_services a:hover {
background-position: -245px -81px;
}

ul#navigation li.nav_management a:hover {
background-position: -245px -107px;
}

ul#navigation li.nav_contact a:hover {
background-position: -245px -132px;
}

ul#navigation li.nav_services ul.sub li{
	border:1px solid #fff;
	list-style: none;
}

ul#navigation li.nav_services ul.sub li a{
	background:#BBD1E8;
	color:#000000;
	text-indent: 0;
	padding: 8px 0 0 8px;
	height: 18px;
}

ul#navigation li.nav_services ul.sub li a:hover{
	background: #F4F4F4;
	color:#000000;
}

ul#navigation ul.sub {
	position: absolute;
	top: 0;
	display: none;
	width:100%;
}

ul#navigation li:hover ul.sub{
	display: block;
	left:205px;
}

#home-gallery {
	width:660px;
	height:259px;
	float:right;
}

#sub_container {
	background : url(../images/bricks.jpg) no-repeat bottom;
	height: 266px;
	width: 905px;
}

/************************************/
/*             Content              */
/************************************/

#side-content {
	float:left;
	clear:both;
	padding: 0;
	width:209px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 13px;
}

ul#side{
	width: 209px;
	background-color:#F4F4F4;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#side li{
	margin:0 0 0 0;
	padding:0 0 20px 10px;
	list-style:none;
}

#contact_info {
	width:209px;
	height:53px;
	text-indent: -1000px;
	background : url(../images/contact_information.jpg) no-repeat;
	clear:both;
}

#content {
	float:left;
	clear: right;
	width:636px;
	height: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#content p{
	padding: 0 0 0 0;
	margin: 0;
	line-height: 15px;
}

#content img.left{
	float:left;
	margin: 0 15px 0 0;
}

#content img.right{
	float:right;
	margin: 0 0 0 15px;
}

ul#affiliate {
margin: 0 0 100px 0;
padding:0;
list-style:none;
}

ul#affiliate li{
margin: 0 0 0 35px;
padding: 70px 0 0 0;
float:left;
width: 260px;
list-style:none;
text-align: center;
}

#nptg {
background : url(../images/nptg.jpg) no-repeat;
background-position: center;
}

#asa {
background : url(../images/asa.jpg) no-repeat;
background-position: center;
}

ul#servelist {
	padding: 0 0 30px 0;
	list-style:none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
}

ul#servelist li{
margin: 1px;

float:left;
width: 260px;
list-style:none;
text-align: center;
background-color: #F4F4F4;
}

ul#servelist a{
padding:3px 0 3px 0;
display:block;
text-decoration:none;
font-weight: normal;	
}
ul#servelist a:hover{
background-color:#BBD1E8;
color:#000000;
}

#brochure {
height: 39px;
padding: 0 0 0 40px;
background : url(../images/acrobat.jpg) 5px 0 no-repeat;
line-height: 30px;
}

/************************************/
/*           Page Title             */
/************************************/

#welcome {
	text-indent: -2000px;
	background : url(../images/welcome.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#about {
	text-indent: -2000px;
	background : url(../images/about_us.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#management {
	text-indent: -2000px;
	background : url(../images/management.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#services {
	text-indent: -2000px;
	background : url(../images/our_services.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#financial {
	text-indent: -2000px;
	background : url(../images/financial_valuation_services.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#valorem {
	text-indent: -2000px;
	background : url(../images/ad_valorem_tax_services.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#tangible {
	text-indent: -2000px;
	background : url(../images/machinery_equip_valuation_services.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#estate {
	text-indent: -2000px;
	background : url(../images/real_property_services.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#fairness {
	text-indent: -2000px;
	background : url(../images/fairness_opinions.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#property {
	text-indent: -2000px;
	background : url(../images/property_tax_compliance_services.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#intellectual {
	text-indent: -2000px;
	background : url(../images/intellectual_property_valuation_services.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

#contact {
	text-indent: -2000px;
	background : url(../images/contact_details.jpg) no-repeat;
	clear:both;
	height:53px;
	padding: 0 0 20px 0;
}

/************************************/
/*             Footer               */
/************************************/

#footer {
	clear:both;
	width:905px;
	height:76px;
	padding-top: 20px;
}

.top_container{
	width:905px;
	height:32px;	
	background:url(../images/footer_line.jpg) repeat-x;	
}

ul.top{
	display:table;
	padding:0;
	white-space:nowrap;
	list-style-type:none;
	margin-top: 5px;
	margin-right: 145px;
	margin-bottom: 5px;
	margin-left: 245px;
}

ul.top li{
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	float:left;
	list-style:none;
	height:20px;
	line-height: 20px;
	font-weight:bold;	
	display:inline;

}

.top li {
    display:table-cell;
}

ul.top a{
	display:block;
	text-decoration:none;
	color:#ffffff;
}

.liner{
	background:url(../images/line_break.jpg) no-repeat right;
}

.bottom {
	display:table;
	margin: 5px auto;
	line-height: 15px;
	text-align:center;
}
