@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, p.h1, p.h2, p.h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
p.h1, p.h2, p.h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/*---------------------------------------------------------------
						CONTAINERS
---------------------------------------------------------------*/
body {
	background:url(../images/big_background.jpg) no-repeat 50% 0;
	background-color:#1a3b61;
	}
#body_wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
	}
#body {
	width:980px;
	}
#col_one {
	width:150px;
	float:left;
	margin:20px 0 0 0;
	}
#col_two {
	width:620px;
	float:left;
	margin:20px 0 20px 0;
	padding:0 20px 20px 20px;
	text-align:left;
	}
.sub_col {
	width:300px;
	float:left;
	margin:0 0 10px 0;
	}
#col_two_wide {
	width:790px;
	float:left;
	margin:20px 0 20px 0;
	padding:0 20px 20px 20px;
	text-align:left;
	}
#col_three {
	width:170px;
	float:left;
	margin:20px 0 0 0;
	}
.block_title {
	width:150px;
	height:20px;
	background-color:#1a3b61;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	}
#header {
	width:980px;
	margin:0;
	padding:0;
	}
#footer {
	width:100%;
	clear:both;
	text-align:center;
	margin-bottom:20px;
	}
.map {
	width:425px;
	float:left;
	background-color:#1a3b61;
	border:1px solid #1a3b61;
	margin:10px 0 10px 90px;
	}
/*---------------------------------------------------------------
						IMAGE / TEXT REPLACEMENT
---------------------------------------------------------------*/
span {
	display:none;
	}
h1 {
	background:url(../images/blue_ribbon_title.jpg) no-repeat;
	height:66px;
	width:531px;
	margin:0 0 0 200px;
	}
#col_one img {
	margin:20px 0 0 0;
	}
img.figure {
	float:right;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #1a3b61;
	padding:10px;
	}
img.figure2 {
	float:left;
	background-color:#FFFFFF;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #1a3b61;
	padding:10px;
	}
.clear {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	}
/*---------------------------------------------------------------
					PHOTO / PRODUCTS GALLERY
---------------------------------------------------------------*/
.product {
	width:150px;
	margin:0 10px 10px 10px;
	}
.figure1 {
	float:left;
	width:160px;
	margin:0 10px 10px 10px;
	}
.photo img {
	border:1px solid #1a3b61;
	background-color:#FFFFFF;
	padding:4px;
	}
.figure1 p {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#fceecd;
	text-align:center;
	font-weight:bold;
	margin:10px 0 0 0;
	}
.badge {
	padding-left:20px;
	}

/*---------------------------------------------------------------
						TEXT STYLES
---------------------------------------------------------------*/
#col_two h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#ffb56b;
	border-bottom:2px dotted #1a3b61;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}
#col_two_wide h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#ffb56b;
	border-bottom:2px dotted #1a3b61;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}
#col_two h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	color:#ffb56b;
	line-height:150%;
	border-bottom:2px dotted #1a3b61;
	padding:30px 0 10px 0;
	margin:0 0 10px 0;
	}
#col_two_wide h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	color:#ffb56b;
	line-height:150%;
	border-bottom:2px dotted #1a3b61;
	padding:30px 0 10px 0;
	margin:0 0 10px 0;
	}
#col_two h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#ffb56b;
	font-style:italic;
	padding:0 0 5px 0;
	}
#col_two_wide h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#FFFFFF;
	font-style:italic;
	padding:0 0 5px 0;
	}
#col_two p {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	font-size:.8em;
	color:#fceecd;
	margin:0 0 10px 10px;
	}
#col_two_wide p {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	font-size:.8em;
	color:#fceecd;
	margin:0 0 10px 10px;
	}
#col_two ul {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	font-size:.8em;
	color:#ffb56b;
	margin:10px 0 10px 70px;
	}
#col_two li {
	list-style-type:square;
	}
#col_two td {
	padding-bottom:5px;
	}
#col_two td.col1 {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	font-size:.8em;
	color:#fceecd;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	}
#col_two td.col2 {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	font-size:.8em;
	color:#fceecd;
	font-weight:bold;
	text-align:left;
	}
.block_indent {
	margin:10px 0 10px 200px;
	}
#col_three p {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	font-size:.8em;
	color:#fceecd;
	font-weight:bold;
	margin:5px 0 0 0;
	text-align:center;
	}
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
	}
.clear {
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	}
.more {
	background:url(../images/more_icon.png) no-repeat;
	float:left;
	padding-left:15px;
	margin-left:10px;
	width:100px;
	}
.more p {
	padding-top:3px;
	}
/*---------------------------------------------------------------
						LINK SYTLES
---------------------------------------------------------------*/
#footer a:link {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	}
#footer a:visited {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	}
#footer a:hover {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#ffb56b;
	text-decoration:none;
	border-bottom:1px dotted #ffb56b;
	}
#col_two a:link {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#fceecd;
	text-decoration:underline;
	}
#col_two a:visited {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#fceecd;
	text-decoration:underline;
	}
#col_two a:hover {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#ffb56b;
	text-decoration:none;
	border-bottom:1px dotted #ffb56b;
	}
#col_three a:link {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#fceecd;
	text-decoration:underline;
	}
#col_two_wide a:link {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#fceecd;
	text-decoration:underline;
	}
#col_two_wide a:visited {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#fceecd;
	text-decoration:underline;
	}
#col_two_wide a:hover {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#ffb56b;
	text-decoration:none;
	border-bottom:1px dotted #ffb56b;
	}
#col_three a:visited {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#fceecd;
	text-decoration:underline;
	}
#col_three a:hover {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	color:#ffb56b;
	text-decoration:none;
	border-bottom:1px dotted #ffb56b;
	}

/*---------------------------------------------------------------
						NAV INFORMATION
---------------------------------------------------------------*/
ul.nav {
	padding-left:0;
	margin-left:0;
	}
ul.nav a {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	font-size:.9em;
	color:#fceecd;
	text-transform:capitalize;
	}
ul.nav li {
	text-align:center;
	padding:8px 0 8px 0;
	border-bottom:1px solid #215da0;
	}
li.top {
	border-top:1px solid #215da0;
	}
#col_one p {
	font-family:"Tahoma", "Veranda", "Arial", sans-serif;
	text-align:center;
	color:#fceecd;
	}
p.badge {
	font-size:.8em;
	}
p.phone {
	font-size:1.0em;
	}
/*---------------------------------------------------------------
						NAV LINK INFORMATION
---------------------------------------------------------------*/
ul.nav a:link {
	text-decoration:none;
	}
ul.nav a:visited {
	text-decoration:none;
	}
ul.nav a:hover {
	text-decoration:none;
	color:#ffb56b;
	border-bottom:1px dotted #ffb56b;
	}
/*---------------------------------------------------------------
						IE HACKS AND SUCH
---------------------------------------------------------------*/
/* IE 5/6 border erase bug */
#html #col_two_wide {
	width:100%;
	}