/*
AdValorem, http://aaaproptax.com/
Version: 1.0
Author: Luke Poland, http://lukedev.com/
Copyright: (C)2009, Luke Poland. All rights reserved.
*/

/********************/
/*  Generic Styles  */
/********************/
body {
	background: #464646;
	margin: 0;
	padding: 0;
	color: #464646;
	font-size: 62.5%;
	font-family: Verdana, Arial, serif;
}

h1 {
	background: transparent url(../images/heading-bullet.gif) center left no-repeat;
	padding: 0 0 0 14px;
	color: #1a476c;
	font-size: 2em;
	font-family: Georgia;
	font-weight: normal;
	margin: 4px 4px 4px 15px;
}

h2 {
	color: #1a476c;
	font-size: 1.8em;
	font-family: Georgia;
	font-weight: normal;
	padding: 5px;
	margin: 4px;
}

a {
	color: #9d6310;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #1a476c;
}


/*****************/
/*  Main Layout  */
/*****************/
#page {
	width: 94%;
	padding: 0;
	margin: 0 auto;
	background: #FFFFFF;
	border-right: 1px solid #232323;
	border-left: 1px solid #232323;
}

#header {
	display: inline;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 295px;
	border-bottom: 2px solid #FFFFFF;
}

#header-left {
	background: #efe4d2 url(../images/nav-main-background.jpg) top right repeat-y;
	height: 295px;
	width: 20%;
	float: left;
}
	#navigation {
		padding: 4%;
		width: 92%;
		font-size: 10px;
	}

	#navtop {
		text-align: center;
		color: #464646;
		font-size: 110%;
		font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	}

	.navpipesep {
		width: 2px;
		height: 34px;
		border-right: 2px solid #a86f14;
		margin: 0 10px;
	}

	#tax-advisors {
		position: relative;
		z-index: 100;
		margin: 5px 0 0 -20px;
		width: 325px;
		height: 89px;
		background: transparent url(../images/ad-valorem-tax-advisors.png) top left no-repeat;
	}

	#tax-advisors a {
		width: 325px;
		height: 89px;
		position: relative;
		top: 31px;
		left: 2px;
		padding: 30px 154px;
	}

	.logotext {
		/* hides link text, but keeps it in the source for viewers who may use a screen reader. */
		display: none;
	}

	#mainnav {
		padding: 0;
		margin: 0;
	}

	#mainnav li {
		padding: 5px 0 5px 20px;
		border-bottom: 1px solid #ddd8cf;
		list-style: none;
	}

	#mainnav .lastnav {
		border-bottom: none;
	}

	#mainnav li a {
		color: #464646;
		font-size: 1.4em;
		font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
		text-decoration: none;
		background: transparent url(../images/nav-bullet.jpg) center left no-repeat;
		padding: 0 0 0 14px;
	}

	#mainnav li a:hover,
	#mainnav li a.current {
		color: #9d6310;
		background: transparent url(../images/nav-bullet2.jpg) center left no-repeat;
	}

#header-center {
	width: 57%;
	height: 295px;
	background: #a86f14 url(../images/header-background.jpg) top right no-repeat;
	float: left;
}

	#property-tax-solutions {
		width: 178px;
		height: 61px;
		display: block;
		background: transparent url(../images/property-tax-solutions.jpg) center center no-repeat;
		text-indent: -9999em; /* maintain accessibility standards */
		margin: 133px 0 0 30px;
	}

#header-right {
	height: 285px;
	border-top: 10px solid #67859d;
	width: 23%;
	float: left;
}

#header-right .story {
	padding: 5px;
}

#header-right .story h2 {
	margin: 2px 0;
	padding: 0;
}
/*
#header-right .story img {
	width: 54px;
	height: 54px;
}
*/
#header-right .story .more,
#content .story .more {
	float: right;
	color: #1a476c;
}

#header-right .story .more:hover,
#content .story .more:hover {
	color: #9d6310;
}

#header-right .story .all {
	color: #9d6310;
}

#header-right .story .all:hover {
	color: #1a476c;
}

#header-right h1 a {
	font-weight: normal;
	color: #1a476c;
}

#header-right h1 a:hover {
	color: #9d6310;
}

#content {
	clear: both;
	border-top: 2px solid #FFFFFF;
	background: #FFFFFF url(../images/content-background.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
}

/*****************/
/*  Left Margin  */
/*****************/
#content .left {
	width: 20%;
	float: left;
	background: transparent;
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 1em;
}

#content .leftcontent {
	padding: 5px;
}
	.leftcontent ul {
		margin: 0 0 0 20px;
		padding: 0;
	}
	.leftcontent li {
		padding: 2px 0 2px 0;
		list-style: none;
		margin: 0;
	}

	.leftcontent li a {
		color: #464646;
		font-size: 10px;
		font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
		text-decoration: none;
		background: transparent url(../images/services-bullet.gif) center left no-repeat;
		padding: 0 0 0 14px;
	}

	.leftcontent li a:hover {
		color: #9d6310;
		background: transparent url(../images/services-bullet2.gif) center left no-repeat;
	}


/***********************/
/*  Main Page Content  */
/***********************/
.contentsep {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #d4b785;
	margin: 5px 0;
}

#content .main {
	width: 56.8%;
	background: transparent;
	margin: 5px 0 0 20%;
	padding: 0 0 200px 0;
	border-right: 1px solid #d4b785;
	border-left: 1px solid #d4b785;
}

#content .story {
	padding: 10px 10px 20px 10px;
}

#content .story .pagecontent a {
	color: #9d6310;
}

#content .story .pagecontent a:hover {
	color: #1a476c;
}

#content .story .pagecontent em, #content .story .pagecontent i,
#content .story .pagecontent b, #content .story .pagecontent strong {
	color: #000000;
}

#tax-president {
	font-size: 2.4em;
	margin-left: 0;
	padding-left: 0;
}

#tax-president a {
	color: #1a476c;
}

#tax-president a:hover {
	color: #9d6310;
}

/******************/
/*  Right Margin  */
/******************/
#content .right {
	width: 21.6%;
	background: transparent;
	margin: 14px 0 0 0;
	padding: 0;
	position: absolute;
	top: 295px;
	right: 3%;
}

#content .rightconsultations,
#content .rightbbb {
	background: transparent;
	padding: 0;
}

.rightconsultations img,
.rightbbb img {
	float: right;
	border: none;
	padding: 0;
	margin: 5px;
}

.rightconsultations p,
.rightbbb p {
	padding: 0 5px 10px 10px;
}

.rightconsultations h1,
.rightbbb h1 {
	margin-bottom: 0; 
}

.rightconsultations h1 a,
.rightbbb h1 a {
	color: #1a476c;
	font-weight: normal;
}

.rightconsultations h1 a:hover,
.rightbbb h1 a:hover {
	color: #9d6310;
}

#content .rightlocation {
	background: transparent;
	padding: 0;
}

.rightlocation img {
	float: left;
	border: none;
	padding: 0;
	margin: 0 5px 40px 5px;
}

/************/
/*  Footer  */
/************/
#footer {
	clear: both;
	width: 100%;
	height: 61px;
	background: #efe4d2 url(../images/footer-background.jpg) top left repeat-x;
	border-top: 24px solid #af7a1c;
	margin: 0;
	padding: 0 0 10px 0;
}

#footer .fcontent {
	padding: 10px 10px 0 10px;
}

#footer a {
	color: #1a476c;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #9d6310;
}

/*************************/
/*  Supplemental Styles  */
/*************************/
.alignleft {
	float: left;
	margin: 5px 5px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 5px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	border: 1px solid #d1d1d1;
	padding: 2px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.textblue {
	color: #406AB0;
	font-weight: bold;
}

.textred {
	color: #990000;
	font-weight: bold;
}

.tax-president {
	background: transparent url(../images/title-bullet.gif) center left no-repeat;
	font-size: 2.4em;
	margin-left: 0;
	padding: 0 0 0 14px;
}

.tax-president a {
	color: #9d6310;
}

.tax-president a:hover {
	color: #1a476c;
}

#content .splitlist {
	color: #1a476c;
	font-weight: bold;
	width: 70%;
	margin: 0 auto;
}

#content .splitlist li {
	margin: 0 0 5px 0;
}

#content h3.textblue {
	font-size: 2.0em;
	margin: 20px 0 -8px 0;
	padding: 0;
}

.padme {
	display: block;
	height: 200px;
	padding: 0;
	margin: 0;
	background: transparent;
}