 
html, body{ 
 margin:0; 
 padding:0px 0px 0px 0px; 
 text-align:center;
 background-image:url(../images/body_bg.jpg);
 background-repeat: repeat-x;
 background-color: #4b4b4b; 
 height: 100%;
} 
 
#pagewidth{ 
 width:827px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #e7e7e7;  
 margin-top: 42px;
} 
 
#header{
 position:relative; 
 height:150px; 
 background-image: url(../images/header_bg.jpg);
 width:100%;
} 

h1 {
	margin:0px;
}

h1 a {
	display: block;
	position: absolute;
	top: 6px;
	left: 12px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 121px;
	margin:0px;
	text-indent: -9999px;
}

h2 {
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 13px;
	left: 642px;
	background-image: url(../images/call_today.jpg);
	background-repeat: no-repeat;
	width: 166px;
	height: 89px;
	margin:0px;
}


#header h3 {
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 25px;
	left: 318px;
	background-image: url(../images/number.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 81px;
	margin:0px;
}


#leftcol{
 width:227px; 
 float:left; 
 position:relative; 
  }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:600px; 
 }
 
#footer{
 height:35px;
 background-image:url(../images/footer_bg.jpg);
 background-repeat:no-repeat;
 clear:both;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #8c8c8c;
 background-color: #4b4b4b;
 }
 
#footer a {
 color: #8c8c8c;
 text-decoration: none;
 font-size: 10px;
 padding-bottom: 15px;
}

#footer a:hover {
 text-decoration: underline;
}

#photobox {
	background-image: url(../images/photo_box_bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 565px;
	height: 255px;
	margin-left: 20px;
	margin-bottom: 13px;
	_margin-left: 5px;
	_padding-left: 15px;
}

#content {
	width: 515px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-color: #fdfdfd;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 20px;
	line-height: 20px;
	font-size: 11px;
	padding: 25px 25px 5px 25px;
	color: #333333;
}

#content p{
	margin-top: 0px;
}

#contentbottom {
	width: 565px;
	height: 16px;
	background-image:url(../images/contentbottom_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 15px;
}

#content a {
	color: #ca2b2f;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


h4 {
	margin: 0px;
	font-family: "Cooper Black", Georgia;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 0px 15px
}

#imageover {
	background-image: url(../images/over_image.gif);
	background-repeat:no-repeat;
	z-index: 5;
	position: absolute;
	width: 535px;
	height: 192px;
	margin-left: 15px;
}

#photo {
	position: absolute;
	z-index: 4;
	margin-left: 15px;
}

#breadcrumb {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: -3px 0px 0px 0px;
	.margin: 1px 0px 0px 0px;
	color: #24292c;
	padding: 0px 0px 5px 17px;
}
#breadcrumb a {
	color: #24292c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.lastitem {font-size:10px;
	font-family: Arial, Helvetica, sans-serif;}

#breadcrumb a:hover {
	color: #24292c;
	text-decoration: underline;
}

#buggy {
	text-align: center;
	margin-top: 10px;
	margin-left: 15px;
}

 /* *** Navigation *** */ 
 
#navcontainer {
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/nav_bg.jpg);
	background-position: bottom;
	width: 227px;
	padding-bottom: 50px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navcontainer li {
	list-style-type: none;
}


#navcontainer li a {
	color: #CCCCCC;
	text-decoration:none;
	display: block;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	.padding-top: 9px;
	.padding-bottom: 9px;
	padding-right: 21px;
	background-image:url(../images/nav_borderbg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	_height: 10px;
}

#navcontainer li a:hover {
	color: white;
	text-decoration:none;
	display: block;
	font-size: 12px;
	background-repeat:no-repeat;
	background-position: right;
	background-image: url(../images/hover.png);
	background-position:bottom;
}

#navcontainer li a.activeparent {
	color: white;
	text-decoration:none;
	display: block;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 21px;
	.padding-top: 9px;
	.padding-bottom: 9px;
	text-align: right;
	margin: 0px;
	background-image:url(../images/h3navbg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	_height: 10px;
}

#navcontainer ul li ul {
	background-image:url(../images/nav_borderbg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 5px;
}

#navcontainer ul li ul li a {
	background-image: none;
	font-size: 11px;
	color: #666666;
	text-transform: none;
	padding-left: 15px;
	background-position: right;
	background-image: url(../images/sub_bg.png);
	background-color: #c5c5c5;
	background-position:bottom;
	padding-right: 25px;
}

#navcontainer ul li ul li a:hover {
	color: white;
	font-size: 11px;
	text-decoration: underline;
	background-image: url(../images/sub_bg_hover.png);
}

#navcontainer h3 {
	color: white;
	text-decoration:none;
	display: block;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 21px;
	.padding-top: 9px;
	.padding-bottom: 9px;
	text-align: right;
	margin: 0px;
	background-image:url(../images/h3navbg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size: 12px;
	_height: 10px;
}

#navcontainer ul li ul li h3 {
	background-image: none;
	font-size: 11px;
	color: white;
	text-transform: none;
	padding-left: 15px;
	background-position: right;
	background-image: url(../images/sub_bg_hover.png);
	background-position:bottom;
	padding-right: 25px;
	font-weight: normal;
	background-color: #9c9c9c;
}

 dfn {
 	display: none;
}

/* contact form */

.send-btn2 {
	margin-left: 20px;
	width: 324px;
	height: 20px;
}

			#formcontainer {
				font-family:Arial, Helvetica, sans-serif;
				padding: 0px 0px 0px 0px;
				color: #6e0000;
				margin:0;
				width: 371px;
			}
			.form {
				margin:0;
				padding:0;
				position:relative;
				z-index:1;
			}
			.form * {
				margin:0;
				padding:0;
			}
				.form fieldset {
					border-width:0;
				}
				.form ul {
					list-style:none;
					margin:0;
					padding:0;
				}
					.form li {
						padding:5px 10px;
						clear:both;
					}

					.form div.medium, .form div.small, .form div.xsmall {
						float:left;
						padding:0 5px 0 0;
					}	
					.form label {
						display:block;
						font-size:11px; 
						font-weight:bold;
						margin:2px 0 0 0;
						text-transform:uppercase;
					}
					.form div label {
						color:#4b5935;
						font-size:8pt;
						font-weight:normal;
						text-transform: none;
					}
					.form .error {
						color:#FF0000;
					}
					.form li input, .form li textarea {
					font-size: 11px;
					font-family:Arial, Helvetica, sans-serif;
					color: #4f4f4f;
						background-image:url(../images/input_shadow.jpg);
						border:#3a3a3a 1px solid;
						font-weight:normal;
						padding:4px;
					}
					.form textarea {height:75px;}
					.form input, .form textarea {width:324px;}
					.form div.large input {width:150px;}
					.form div.medium input{width:90px;}
					.form div.small input{width:45px;}
					.form div.xsmall input{width:30px;}
					.feedback {
						background:#fffee3;
						border:#f2edd4 1px solid;
						color:#333;
						float:left;
						padding:15px;
						text-align:center;
						width:230px;
					}
					/* indicator */
					.indicator {
						background:#FFF;
						filter: alpha(opacity=75);
						height:32px;
						left:0;
						opacity: .75;
						position:absolute;
						padding:200px 125px;
						top:0;
						width:32px;
						z-index:2;
					}
					/* buttons */
					.button {
						width: 100px;
						height: 22px;
						margin-top: 10px;
						font-size: 12px;
						margin-left: 10px;
						background-color: #6e0000;
						color: white;
						border: 1px solid #1d4227;
					}

 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/* Highslide */
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 300px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, 
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	display: none;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}