/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ccc;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-right: 38px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	text-indent: 5pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	background-image: url(images/heading.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
h2 {
	color: #9a0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	margin-right: 38px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h3 {
	margin-left: 40px;
	margin-right: 38px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 0px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #990000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

address {
	color: #9a0000;
	padding: 10px 22px 15px 24px;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #E0CAEC;
	font-size: 11px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url() no-repeat;
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 152px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	border-bottom:5px solid #fff;

}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 584px;
}

div#content img {
	text-align: left;
	padding: 2px;
	border: 1px solid #990000;
	margin-right: 10px;
}

div#content img.right {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	height: 22px;
	background-color: #;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div#footer a {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	background-color: ;
	width: 786px;
}
div#copyright a {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

div#leftnav {
	float: left;
	width: 186px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

ul#leftnav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #9d0000;
	color: #000;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 6px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 18pt;
	background-image: url(images/nav_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9d0000;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #9d0000;
	background-image: url(images/over.gif);
	background-color: #;
}

ul#leftnav li a:hover {
	background-image: url(images/over.gif);
	background-color: #;
	color:#FFFFFF;
}

ul#list {
	font-size: 11px;
	color: #000;
	margin-left: 60px;
	margin-bottom: 20px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

.clear {
	clear: both;
}
.name {
	font-weight: bold;
	font-size: 12px;
}

applet {
	position: relative;
    margin: 15px 0px 5px 25px;

}


div#locations {
	float: right;
	margin-right: 30px;
}

div#link {
width:100%;
background-color:#ccc;
border-top:1px dashed #666;
border-bottom:;
text-align:center;
padding:10px 0px 10px 0px;
}

div#link a{
font-size:16px;
font-weight:bold;
color:#990000;
}

div#link a:hover{
font-size:16px;
font-weight:bold;
color:#36b3ea;
}

div#testimonial{
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
margin:0px 10px 0px 10px;
font-size:15px;
}



/* Intro page only */

div#all {

                
				width:770px;
				text-align:left;
				margin: 0 auto;
				margin-top: 20px;
				padding: 0px;
				background-color:#;
				position: relative;
				
}

div#footerintro { 
           
			font-size: 10px;
			font-weight:bold;
			text-align:center;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:uppercase;
			width: 770px;
			height: 20px;
			color:#000;
			clear:both;
			background:#;
}

div#footerintro a {
					font-size: 10px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #000;
				   text-decoration: underline;
}

div#copyrightintro {
				text-align:center;
				font-size: 9px;
				padding: 5px 0px 5px 0px;
				width: 770px;
				height: 50px;
				background:#;
				color:#000;
				line-height: 19px;
							
}

div#copyrightintro a {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;

}

object {
border-top:4px solid #fff;
border-bottom:4px solid #fff;
border-right:0px solid #fff;
border-left:0px solid #fff;

}

.companyname {
	color: #9a0000;
	font-weight: bold;
}

div#map {
	width: 550px;
	padding: 2px;
	border: 1px solid #990000;
	margin: 20px auto;
}