@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #415377;
	background-image: url(../images/bg.jpg);
	background-position: center top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p      {
	margin-bottom: 16px;
}
a {
	color:#ACCA33;
}
a:hover {
	color:#FFF;
}
#container {
	width: 1024px;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
}
#masthead {
	display: block;
	height: 95px;
	width: 1024px;
}
#nav {
	display: block;
	height: 40px;
	width: 1024px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	margin-right:-4px; /*this is for the space created after nicely formating an inline list*/
}
#nav ul li a {
	line-height: 40px;
	color: #FFF;
	height: 40px;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 24px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/slashes.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	font-size: 14px;
}
#nav ul li:first-child a {
	background-image: none;
	padding-left: 20px;
}
#nav ul li a:hover {
	color: #ACCA33;
}
#guts {
	display: block;
	clear: both;
	height: 487px;
	width: 1024px;
	margin-bottom: 6px;
	overflow: hidden;
}
#guts h3 {
	font-size: 14px;
	color: #ACCA33;
	margin-bottom: 6px;
}

#guts ul {
	margin-bottom: 16px;
}
#guts ul li {
	background-image: url(../images/bullet-slash.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	margin-bottom: 4px;
	padding-left: 18px;
	list-style-type: none;
}

#leftcol {
	display: block;
	float: left;
	height: 442px;
	width: 345px;
	padding-top: 40px;
	padding-left: 26px;
}
#left-content {
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	display: block;
	height: 341px;
	width: 330px;
}


#leftcol h1 {
	font-size: 28px;
	color: #acca33;
	margin-bottom: 12px;
}
#rightcol {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-color: #e9ebef;
	display: block;
	float: left;
	height: 487px;
	width: 653px;
}
#right-content-wrap {
	height: 427px;
	width: 593px;
	padding-top: 60px;
	padding-left: 60px;
}
#right-content {
	display: block;
	height: 400px;
	width: 550px;
}
#footer {
	font-size: 13px;
	color: #FFF;
	display: block;
	clear: both;
	width: 1014px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}
#footer a {
	color: #E8F7D7;
	padding-left: 12px;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	color: #ACCA33;
}
#footer p {
	margin-bottom: 8px;
}
.copyright {
	font-size: 10px;
	font-style: italic;
}
#footer .biggreen {
	color: #ACCA33;
	background-image: url(../images/slashes.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	padding-left: 28px;
}
#guts ul.service-list li{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 12px;
	padding-left: 45px;
	list-style-type: none;
}
#guts ul.service-list li strong{
	color: #ACCA33;
}
a.newslink {
	background-image: url(../images/icon-news.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	height: 35px;
	padding-left: 55px;
	padding-top: 25px;
	display: block;
	font-weight: bold;
}
.contactform .formfields {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 6px;
}
.contactform label {
	display: block;
	float: left;
	width: 140px;
	padding-left: 20px;
	padding-right: 10px;
}

.contactform p {
	margin-bottom: 3px;
	clear: both;
}
#guts ul.tax-links li{
	background-image: none;
	display: block;
	float: left;
	width: 150px;
	margin-right: 15px;
	padding-left: 0px;
}
#guts ul.tax-links li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
