@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: Verdana;
  color: #555;
  font-size: 12px;
}

#home {
  background: #DDDEC1 url(../images/production/home/bg.jpg) repeat-x top center;
}

#inside {
  background: #DDDEC1 url(../images/production/inside/bg.jpg) repeat-x top center;
}

.clear {
  height: 1px;
  clear: both;
}

.buffer {
  padding-top: 10px;
}
  
/* STRUCTURE STYLES */    

#container {
  width: 1276px;
  margin: 0 auto;
}

.home {
  background: url(../images/production/home/bgContainer.jpg) no-repeat top center;
}

.inside {
  background: url(../images/production/global/bg_inside.jpg) no-repeat top center;
}

#wrapper {
  width: 1010px;
  margin: 0 auto;
}

/* HEADER STYLES */  

#header {
  padding: 0 15px;
  font-family: Times, Arial, Verdana;
}

#header h1 a {
  display: block;
  float: left;
  height:123px;
  width: 300px;
  text-indent: -9000px;
}	

#header ul {
  height: 28px;
  background: url(../images/production/global/bgNav.jpg) no-repeat top center;
  clear: both;
  font-size: 14px;
  text-align: center;
  padding-top: 12px;
  font-weight: bold;
}	

#header ul li {
  display: inline;
  border-right: #DDDEC1 solid 2px;
  padding: 11px 30px;
}

#header ul li a {
  color: #5B633B;
  text-decoration: none;
}

#header ul li a:hover {
  text-decoration: underline;
}

.last {
  border-right: none !important;
}

/* BANNER STYLES */

#banner {
  padding: 0 15px;
}

#bannerHome {
  float: left;
  width: 600px;
}

#quickLinks {
  float: right;
  width: 380px;
  height: 287px;
  background: url(../images/production/home/quickLinks.jpg) no-repeat top center;
  font-family: Times;
}

#quickLinks a {
  color: #4A461C;
  text-decoration: none;
}

#quickLinks a:hover {
  color: #4A461C;
  text-decoration: underline;
}

#quickLinks h4 {
  color: #4A461C;
  padding: 25px 0 0 100px;
  font-size: 17px; 
}

.socialButtons {
  margin-top: 15px;
}

#quickLinks span {
  padding: 0 0 15px 100px;
}

/* SUBBANNER STYLES */

#subBanner {
  width: 980px;
  margin: 0 auto 15px auto;
}

.subColumnA {
  float: left;
  display: inline;
  width: 225px;
  height: 165px;
  padding: 95px 0 10px 5px;
  line-height: 10px;
}

.subColumnA h3 {
  /*text-shadow: #8C8562 1px 1px 3px;*/
  text-align: center;
  color: #FFF;
  font-size: 16px;
  padding: 3px 5px 7px 5px;
  border-bottom: #8C8562 dotted 1px;
  margin: 0 22px 0 10px;
  font-family: Times; 
}

.center {
  text-align: center;
  padding-left: 12px;
}

.subColumnA p {
  font-size: 11px;
  padding: 0 15px;
  line-height: 15px;
}

.accounting {
  background: url(../images/production/home/bgAccounting.jpg) no-repeat;
  margin-right: 10px;
}

.red {
	color: #9E4422 !important;
}

.investments {
  background: url(../images/production/home/bgInvestments.jpg) no-repeat;
  margin-right: 10px;
}

.green {
	color: #005B30 !important;
}

.taxes {
  background: url(../images/production/home/bgTaxes.jpg) no-repeat;
  margin-right: 10px;
}

.blue {
	color: #226B8E !important;
}

.payroll {
  background: url(../images/production/home/bgPayroll.jpg) no-repeat;
  margin-right: 10px;
}

.gold {
	color: #C0A230 !important;
}

/* COLUMN STYLES */

#column {
  float: left;
  display: inline;
  width: 600px;
  margin-right: 10px;
}

#columnThin {
  float: right;
  display: inline;
  width: 275px;
}

.calculatorWrapper {
  float: left;
  display: inline;
  height: 150px;
  margin-right: 15px;
}

/* CONTENT STYLES */

#content {
  background: url(../images/production/global/bgContent.png) repeat-y top center;
  padding: 20px 40px;
  margin-top: 3px;
}

#content p {
  margin: 7px 0;
  line-height: 18px;
}

#content h2 {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #DEDEDE;
  font-size: 14px;
}

#content h4 {
  font-size: 11px;
  margin-top: 10px;
}

#content h5 {
  font-size: 12px;
}

.subColumnB {
  float: left;
  width: 470px;
  font-size: 11px;
}

#newsletter {
  float: right; 
  width: 447px;
  height: 176px;
  background: url(../images/production/home/latestNews.png) no-repeat top center;
  font-family: Times;
}

#newsletter h3 {
  padding: 50px 20px 0 175px;
}

#newsletter p {
  padding: 0px 20px 0 175px;
  line-height: 16px;
}

#newsletter img {
  padding: 0px 0 0 175px;
}

a {
  color: #5B633B;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.paddingBottom {
  padding-bottom: 15px;
}

.floatRight {
  float: right;
}

.titleMargin {
  margin-top: 30px;
}

#inputNews {
  border: 2px solid #CCC;
  padding: 7px;
  color: #777;
  margin: 0 3px 5px 10px;
  float: left;
  width: 150px;
}

#submitNews {
  background: #000;
  border: 2px solid #999;
  color: #FFF;
  padding: 5px;
  float: left;
}

/* LIST STYLES */

.listServices {
  margin: 20px;
}

.listServices li {
  list-style: circle;
  margin-bottom: 3px;
  line-height: 15px;
}

.listCircle {
  margin: 0 0 7px 25px;
}

.listCircle li {
  list-style: circle;
  margin-bottom: 3px;
  line-height: 15px;
}

.listSocial {
  margin: 48px 0 0 75px;
  font-size: 14px;
}

.listSocial li {
  display: inline;
  margin-right: 65px; 
}

.listNone {
  margin: 5px 0 0 10px;
}

.listNone li {
  margin-bottom: 5px;
}

.listNone li a{
  font-weight: normal;
}

/* FRAME STYLES */

frame {
  width: 100%;
  height: 500px;
  background: #000;
}

/* FOOTER STYLES */

#footer {
  background: url(../images/production/global/footer.jpg) no-repeat top center;
  height: 176px;
  width: 1276px;
  margin: 0 auto;
}

#footerInv {
  background: url(../images/production/global/footerInv.jpg) no-repeat top center;
  height: 50px;
  width: 1276px;
  margin: 0 auto;
}

#footer ul {
  padding: 43px 0 0 200px;
  font-family: Times;
  color: #DCDCC0;
  line-height: 18px;
}

#footer ul li {
  float: left;
  width: 305px;
  margin-right: 45px;
  line-height: 16px;
}

#disclaimer {
  text-align: center;
  margin: 5px 0;
  color: #A3A38E;
  font-size: 11px;
}

#disclaimer a {
  color: #A3A38E;
  font-weight: normal;
}

/* TABLE STYLES */	

table {
	width:100%;
	border-top:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	margin:1em auto;
	border-collapse:collapse;
	font-size: 11px;
	}		
	
caption {
	color: #000;
	font-size:12px;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
		
td {
	color:#666;
	border-bottom: 1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding: 10px 5px;
	text-align:center;
	}
					
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding: 10px 5px;
	}	
	
thead th {
	background:#F0F0F0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#333
	}
	
.highlight {
	background-color:#FF9;
}
					