@charset "utf-8";
/* CSS Document 
Developed for Walsh Carter & Associates
Copyright 2009 All Rights Reserved*/

body {
	background-color: #E6E7E8;
	font: 10pt Arial, Helvetica, Verdana, sans-serif;
	margin: 20px;
	color: #58595B;
}

#container {
	background-color: #fff;
	margin: 0 auto;
	width: 1024px;
	min-height: 700px;
}

#header {
	margin: 15px;
	height: 100px;
}

.logo {
	width: 243px;
	height: 92px;
	margin-top: 10px;
	float: left;
}

.logo a {
	width: 243px;
	height: 92px;
	background: url(../images/logo.png) no-repeat;
	z-index:-2000;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	float: left;
	margin-left: 6px;
}

.logo p {
	text-indent: -9999px;
}

.navigation {
	width: 555px;
	float: right;
}

.navigation a, .navigation a:visited {
	color: #000;
	font-weight: 100;
	text-decoration: none;
}

.navigation a:hover {
	color: #FF8228 !important;
	font-weight: 100;
	text-decoration: none;
}

.navigation .active {
	color: #FF8228 !important;
}


.navigation ul {
	text-align: right;
	list-style: none;
}

.navigation ul li {
	position: relative;
	float: left;
	padding-right: 
}

#bar {
	background: url(../images/bar.png) no-repeat;
	height: 264px;
}

 #internalbar {
	background: url(../images/internalbar.png) no-repeat;
	height: 137px;
}

#internalbar .text {
	margin: 10px 30px 30px 30px;
	padding-top: 10px;
	width: 80%;
}

#bar .text p, #internalbar .text p {
	font-size: 13pt;
	margin-left: 69px;
	color: #fff;
}

#bar .text {
	margin: 10px 30px 30px 30px;
	padding-top: 10px;
	width: 60%;
}

#content {
	margin: 20px 100px 20px 100px;
}

#protection #content {
	margin: 20px 15px 20px 30px !important;
}

#internal #content {
	margin: 20px 0 20px 30px !important;
}

#home #content .column1 {
	line-height: 24px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	line-height: 14px;
}

#footer a, #footer a:visited {
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	color: #58595B;
	text-decoration: none;
}

#footer a:hover {
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	color: #FF8228;
	text-decoration: none;
}

.column1 {
	float: left;
	width: 65%;
}

.column2 {
	float: right;
	margin-right: 10px;
	width: 28%;
	margin-top: 20px;
}

#protection .column1 {
	width:44% !important;
}

#protection .column2 {
	width: 53% !important;
	margin-top: 17px !important;
	margin-right: 20px !important;
}

#internal .column1 {
	width: 700px !important;
}

#internal .column2 {
	width: 240px !important;
	margin-top: 17px !important;
	padding-left: 40px;
	padding-bottom: 50px;
	border-left: #007647 solid thin;
}

#internal .column2 .contact {
	font-size: 8pt;
}

#internal .column2 .aside{
	line-height: 125% !important;
	font: 18px Tahoma, Arial, Verdana, sans-serif;
	font-weight: 600;
	color: #007647;
}

#clear {
	clear: both;
}

h1 {
	color: #000;
	font: 30pt Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}

h2 {
	color: #FF8228;
}

a, a:visited {
	color: #007647;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img  {
	border: none;
}

.address {
	color: #231F20;
}

.highlight {
	font-weight: bold;
}

#padding {
	height: .25in;
}

form {
	margin-left: 100px;
}

form input {
	width: 460px;
}

form .date input{
	width: 135px !important;
	margin-right: 22px;
}

form .button input{
	width: 75px !important;
	margin-right: 22px;
	border: #58595B solid thin;
	color: #58595B;
	background-color: #fff;
}

form textarea {
	width: 465px;
	height: 150px;
}

.pressrelease {
	background: url(../images/box.png) no-repeat;
	height: 143px;
	width: 304px;
	margin-right: 1px;
}

.pressrelease p {
	padding: 15px;
}

.pressrelease .highlight {
	color: #000;
	font-weight: bold;
	padding-top: 5px !important;
}
.release {
	color: #007647;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px !important;
}
.date {
	padding-bottom: 5px;
}