@charset "UTF-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }  /* Firefox scroll-fix*/

body {
	background-color: #002248;
	margin-top: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #5e0000;
	padding: 15px;
	margin-top: 10px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	line-height: 25px;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5E0000;
	text-decoration: none;
	padding: 5px 8px;
}

#nav ul li a:hover {
	color: #FFFFFF;	
}

body#home #nav ul li a#navhome, body#services #nav ul li a#navservices, body#testimonials #nav ul li a#navtestimonials, body#links #nav ul li a#navlinks, body#location #nav ul li a#navlinks, body#location #nav ul li a#navlocation, body#contactus #nav ul li a#navcontactus {
	color: #FFFFFF;
	background-color: #580000;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #004672;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #60829d;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #60829d;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 3px;
}

p {
	margin: 3px 0;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8eabc3;
	text-decoration: none;
	text-align: center;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8eabc3;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}

#footer a:hover {
	color: #d0e4f5;
}

#footer p {
	margin: 6px 0;
}

/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   /*color: #D3891C;*/
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */