@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left:0;
	margin-right:0;
	font-family: Arial, Helvetica, sans-serif;
}.navText {
	font-size: 12px;
	text-transform: uppercase;
	color: #7d7d7d;
	letter-spacing: 1px;
	font-weight:bold;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

a:link.navText { color:#7d7d7d; text-decoration: none; }
a:hover.navText { color:#98002e; text-decoration: none; }

a:link.txtFooter { color:#999; text-decoration: none; }
a:hover.txtFooter { color:#CCC; text-decoration: none; }

a:link.bodyTxtSlim { color:#666; text-decoration: none; }
a:hover.bodyTxtSlim { color:#999; text-decoration: none; }

a:link.bodyTxt { color:#666; text-decoration: none; }
a:hover.bodyTxt { color:#999; text-decoration: none; }

a:link.txtWhite { color:#FFF; text-decoration: none; }
a:hover.txtWhite { color:#999; text-decoration: none; }

/* Opacity hover for images */
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}


.txtWhite {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
}

.txtWhiteBigger {
	font-size: 18px;
	line-height: 32px;
	color: #FFF;
}
.bodyTxt {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.bodyTxtSlim {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.bodyTxtBig {
	font-size: 20px;
	line-height: 28px;
	color: #666;
}
.txtRedHeadline {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #98002e;
	line-height:26px;
	font-family: Impact, Arial;
	letter-spacing: 1px;
}
.txtGreyHeadline {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #696a6d;
	line-height:26px;
	font-family: Impact, Arial;
	letter-spacing: 1px;
}
.txtFooter {
	font-size: 11px;
	color: #999;
}
.txtRedHeadlineSmaller {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #98002e;
	line-height:24px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 259px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #ffffff;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align:center;
}
#mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align:left;
}
#serviceArea {
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align:left;
	background-image:url(images/map.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:400px;
}
#topPad {
	padding-top: 35px;
}

#footer {
	text-align:right;
	margin-right:30px;
	margin-bottom:5px;
	font-size: 11px;
	color: #999;
	padding:3px;
	
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
