@charset "utf-8";
/* CSS Document */
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5f5f5f;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
}
* {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	list-style-type: none;
}
#container {
	width: 978px;
	margin: auto; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container-background.jpg);
} 
#header {
	height: 80px;
} 
#content-holder  #sidebar1 {
	width: 190px;
	background-color: #242424;
	background-image: url(../images/sidebar1-background.jpg);
	padding-top: 101px;
}
#content-holder {
	width: 100%;
}
#main-content {
	background-color: #FFFFFF;
	background-image: url(../images/main-content-background.jpg);
	background-position: right top;
	color: #333333;
}
#breadcrumbs {
	font-size: 0.7em;
	height: 20px;
	text-align: right;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #999999;
}
#footer {
	background-image: url(../images/footer.jpg);
	font-size: 0.7em;
	line-height: 1.4em;
	margin-bottom: 10px;
} 
#main-content  p  {
	margin-left: 50px;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-right: 50px;
	margin-bottom: 25px;
}
#main-content li {
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 60px;
	list-style-type: none;
	background-image: url(../images/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#main-content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.table-full-width {
	width: 75%;
}
.table-cell-half {
	width: 40%;
}
#container #content-holder #main-content .table-full-width .table-cell-half p {
	margin-right: 0px;
	padding-right: 0px;
}
#main-content strong {
	color: #DC292F;
}
#main-content  h2  {
	font-size: 0.78em;
	color: #020202;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#main-content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #020202;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 45px;
	margin-left: 50px;
	padding: 0px;
}

#container #content-holder #main-content .green-hdr {
	padding: 0px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 14px;
	margin-left: 50px;
}

#main-content .content-container {
	width: 742px;
}
.float-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 40px;
	font-weight: normal;
	color: #828282;
	font-size: 11px;
	text-align: center;
	margin-right: 50px;
	margin-top: 0px;
}
.float-right img {
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}

.float-right2 {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.margin-right {
	margin-right: 50px;
}

.img-border1 {
	border: 1px solid #CCCCCC;
}
.img-border2 {
	border: 1px solid #DF2027;
}
#sidebar1  /* CSS Document */
.menu1    li   a  {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #C1C1C1;
	margin-left: 8px;
	width: 152px;
	font-size: 0.7em;
	border: 1px solid #3f3f3f;
	border-top: none;
	background-color: #2B2B2B;
}
#sidebar1 .menu1     li  a:hover {
	background-color: #242424;
	color: #DE393F;
}
#content-holder #sidebar1 .menu2 {
	padding-top: 10px;
}
#content-holder #sidebar1 .menu2 li {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-left: 8px;
	margin-right: 10px;
}
#content-holder #sidebar1 .menu2 li a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.7em;
	text-decoration: underline;
	color: #C1C1C1;
	line-height: 1.2em;
}

#content-holder #sidebar1 .menu2 li a:hover {
	color: #DE393F;
	text-decoration: none;
}



#main-content    a, #main-content a:visited  {
	color: #db2a30;
	text-decoration: underline;
}
#sidebar1 .menu2 strong {
	color: #FFFFFF;
}

#container #main-content a:hover {
	color: #0000FF;
	text-decoration: none;
}
#footer   a, #footer a:visited   {
	color: #db2a30;
	text-decoration: underline;
}
#footer  a:hover   {
	color: #0000FF;
	text-decoration: none;
}
.red {
	color: #FF0000;
}

#footer p {
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 240px;
	color: #887178;
}
#footer ul {
	text-align: center;
}#footer li {
	display: inline;
	list-style-type: none;
	color: #999999;
}
#footer  li  a, #footer li a:visited {
	color: #C2C0C1;
}
#footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#sidebar1 img {
	margin-top: 7px;
	margin-left: 8px;
}
#main-content .services {
	background-color: #e6e6e6;
	width: 352px;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
	background-image: url(../images/services-headline.jpg);
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #C6BDBD;
}
#main-content .services .subhead-bg {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CBCBCB;
	margin-bottom: 10px;
}
#content-holder  #main-content  .services p {
	padding: 0px;
	font-size: 0.75em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #887178;
}
#content-holder  #main-content  .services h2 {
	font-size: 0.75em;
	padding: 0px;
	color: #db2a30;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#content-holder  #main-content  .services  .subhead-bg a {
	padding: 0px;
	color: #db2a30;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#container #main-content .services .subhead-bg a:hover {
	padding: 0px;
	color: #0000FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: underline;
}
#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #E7E5D4;
	margin-left: 50px;
	width: 500px;
	background-color: #F5F4EF;
	margin-bottom: 30px;
	font-size: 0.75em;
}
.form-left-column {
	text-align: right;
	width: 32%;
}
.validation-summary  #vsErrors  ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.validation-summary  #vsErrors  li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: none;
	list-style-type: disc;
	font-size: 12px;
	color: #F00;
}
#container #content-holder tr #main-content #contact .form-container tr .validation-summary #vsErrors {
	color: #F00;
}

.validation-summary {
	padding-top: 10px;
}
.form-rignt-column   #AddressState {
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
}




.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
}
.form-required input {


}

.form-rignt-column .form-required {
	background-color: #E4E2D6;
}

.form-container textarea {
	height: 70px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

input.form-submit {
	background-color: #CCCCCC;
	height: 20px;
	width: 60px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
}
input.form-submit:hover {
	background-color: #E24348;
	color: #FFFFFF;
}
.form-spacer {
	height: 25px;
}
.form-container .form-required-key {
	margin-left: 3px;
	height: 12px;
	width: 12px;
	background-color: #E4E2D6;
}
.green {
	font-weight: bold;
	color: #037C0B;
}
#container   #content-holder   #main-content .box01  {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	min-height: 102px;
}
#container       #content-holder       #main-content    .box01   h3         {
	font-size: 0.78em;
	color: #027B0A;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 0px;
}
#container #content-holder #main-content .box01 .box-list01 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main-content .box01 img {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.image-holder-4w {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 27px;
	margin-left: 37px;
	width: 713px;
}
.image-holder-4w img {
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}

.image-holder-4w td {
	text-align: center;
	font-size: 11px;
	color: #828282;
	width: 25%;
}
#container #content-holder tr #main-content #contact .form-container tr span {
	color: #F00;
}

