@charset "utf-8";
/* CSS Document */

body {
	background-color: #f2f1f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a23129;
	font-weight: normal;
}

h1 span {
	color: #afafaf;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a23129;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a23129;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}

a {
	text-decoration: none;
	color: #a23129;
}

a:hover {
	text-decoration: underline;
}

#holder {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#centerbox {
	width: 808px;
	margin: 0 auto 0 auto;
}

#container {
	width: 800px;
	float: left;
	padding: 0px 4px 0px 4px;
	background: #ffffff url(images/container-bg.jpg);
}

#leftpage {
	width: 189px;
	float: left;
	padding-top: 10px;
}

#logo {
	width: 180px;
	float: left;
	padding-left: 9px;
	margin-bottom: 10px;
	text-align: center;
}

#navigation {
	width: 175px;
	float: left;
	padding-left: 9px;
	margin-bottom: 30px;
}

#navigation a {
	height: 17px;
	width: 151px;
	float: left;
	color: #ffffff;
	background: #464646 url(images/nav-bg.jpg) top;
	padding: 2px 0px 0px 24px;
	font-weight: bold;
}

#navigation a:hover {
	background-position: bottom;
	text-decoration: none;
}

#navbottom {
	width: 175px;
	height: 19px;
	float: left;
	background: #464646 url(images/navbottom-bg.jpg);
}

#leftpagebottom {
	width: 182px;
	float: left;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	margin-left: 6px;
	display: inline;
	padding-bottom: 5px;
}

#leftpageabout {
	width: 164px;
	float: left;
	padding: 14px 11px 30px 7px;
}

#leftpageabout p {
	text-align: justify;
	line-height: 16px;
}

.leftcontact {
	color: #dc3227;
	font-size: 9px;
	padding-left: 7px 0px 10px 10px;
	margin: 0px;
}

.leftcontact span {
	color: #616161;
	font-size: 20px;
}

#rightpage {
	width: 605px;
	float: right;
}

#topbar {
	width: 605px;
	height: 36px;
	float: left;
	text-align: right;
}

#topbar h2 {
	width: auto;
	float: right;
	margin:  7px 30px 0px 0px;
	font-size: 18px;
}

#topbar p {
	width: auto;
	float: right;
	margin: 4px 5px 0px 0px;
	text-align: right;
}

#topbar img {
	margin-right: 20px;
	display: inline;
}

#topnav {
	width: 604px;
	float: left;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #efefef url(images/topnav-bg.jpg);
	margin-bottom: 1px;
}

#topnav a {
	float: left;
	padding: 10px 15px 0px 15px;
	color: #585858;
	font-weight: bold;
}

.topnavline {
	height: 36px;
	width: 2px;
	float: left;
	background: #c0c0c0 url(images/topnav-line.jpg);
}

#bigbanner {
	width: 605px;
	float: left;
	margin-bottom: 13px;
}

#cdw {
	width: 600px;
	float: left;
	padding-bottom: 17px;
}

.cdwbox1 {
	width: 190px;
	height: 205px;
	float: left;
	display: inline;
	margin-right: 15px;
}

.cdwbox2 {
	width: 190px;
	height: 205px;
	float: left;
	display: inline;
}

#homecontent {
	width: 600px;
	float: right;
	background: url(images/homecontent-bg.jpg) right repeat-y;
	padding-bottom: 15px;
}

#homecontentleft {
	width: 382px;
	float: left;
	padding-top: 20px;
}

#homecontentleft p {
	line-height: 16px;
	text-align: justify;
}

#homecontentright {
	width: 189px;
	float: right;
	padding-right: 3px;
	padding-top: 15px;
}

#homecontentright h1 {
	margin-bottom: 0px;
	line-height: 18px;
}

#homecontentright p {
	margin-top: 0px;
	font-size: 12px;
	color: #bbbbbb;
	line-height: 18px;
}

#footer {
	width: 770px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 7px 5px 7px 5px;
	border-top: 1px solid #cacaca;
	display: inline;
}

#footer p {
	margin: 0px;
	color: #696969;
	line-height: 14px;
}

#footer a {
	color: #696969;
}

#content {
	width: 585px;
	float: right;
	padding-bottom: 15px;
	padding-right: 15px;
}

#content p {
	line-height: 16px;
	text-align: justify;
}

.constyle {
	color: #a23129;
	font-weight: bold;
}

#leftpageabout .centertxt {
	text-align: center;
}

#content .centertxt {
	text-align: center;
}

.pagebreak {
	width: 585px;
	float: left;
}

.pagebreakleft {
	width: 275px;
	float: left;
}

.pagebreakright {
	width: 275px;
	float: right;
}

.middleimg {
	vertical-align: middle;
}

.linksbreak {
	width: 585px;
	float: left;
	margin-bottom: 30px;
}

#content .linksbreak p {
	font-size: 9px;
	line-height: normal;
}

#content .linksbreak a {
	font-size: 11px;
}

.linksbreakleft {
	width: 275px;
	float: left;
}

.linksbreakright {
	width: 275px;
	float: right;
}

.rightimg {
	margin-left: 10px;
}

.rightimgmargin {
	margin-left: 10px;
	padding-bottom: 10px;
}

.leftimg {
	margin-right: 10px;
}

.techimg {
	margin-right: 10px;
	margin-bottom: 10px;
}

.boldredtxt {
	color: #a23129;
	font-weight: bold;
}

.redtxt {
	color: #a23129;
}

#aboutdirections {
	float: right;
}

#aboutdirections p {
	margin: 0px;
	text-align: center;
}

.faqlist li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .righttxt {
	text-align: right;
}

.accesstbl {
	font-size: 11px;
}

.accesstbl th {
	color: #a23129;
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
}

.sitemaplist {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: circle;
}

.gallerytbl td {
	padding: 2px;
}

.gallerytbl img {
	border: 1px solid #868686;
}

.redlist {
	color: #a23129;
	line-height: 16px;
	font-size: 11px;
}

.redlist span {
	color: #656565;
}

.pagediv {
	width: 585px;
	float: left;
	margin-bottom: 15px;
}

.contactpagediv {
	width: 585px;
	float: left;
	margin-bottom: 25px;
}

.freephone {
	font-size: 24px;
	color: #a23129;
}

.contacttbl .input input {
	width: 150px;
	border: 1px solid #656565;
}

.contacttbl textarea {
	width: 150px;
	border: 1px solid #656565;
	font-family: Verdana, Geneva, sans-serif;
}

.contacttbl .submit input {
	width: 100px;
	text-align: center;
	border: 0px;
	background-color: #ffffff;
	border: 1px solid #656565;
}

.pdfimg {
	vertical-align: middle;
	margin-bottom: 5px;
}

.italictxt {
	font-style: italic;
}

.werbreak {
	width: 585px;
	float: left;
	margin-bottom: 15px;
}

.werbreakl {
	width: 360px;
	float: left;
}

.werbreakr {
	width: 178px;
	float: right;
}

#content .werbreakr p {
	text-align: center;
}

.style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {color: #990000}
.style3 {
	color: #D90000;
	font-weight: bold;
}
