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

/* Start with zeroed out values */
	body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote { padding: 0; margin: 0; }
	h1, h2, h3, h4, h5, h6, pre, code {	font-size: 1em; }
	img { border: none; }
	a { text-decoration: none; color:#0000FF;}
	a:hover { text-decoration: underline; color: #FF0000; }
	a:visited { text-decoration: none; color:#0000FF;}
	a img {	border: none; }
/* ::: Section ends */

/* Code to center entire page and set min-width for all browsers inc. IE6 */
	/* for all browsers that understand min-width */
	.width {width:75%; min-width:760px; margin:0 auto;}
	/* the workaround for IE6 browsers */
	* html .minwidth {border-left:760px solid #fff; position:relative; float:left; z-index:1;}
	* html .container {margin-left:-760px; position:relative; float:left; z-index:2; text-align:left;}
/* ::: Section ends */

body {
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
    font-size:75%;
    line-height:1.125em; /* 16×1.125=18 */
	font-weight: normal;
	font-family: arial,verdana,helvetica,sans-serif;
	font-variant: normal;
	font-style: normal;	
}

.header {
	background-color: #FFAE00;
	width: inherit;
	height: 105px;
	text-align: center;
}

.shadow {
	background-color:#FFFFFF;
	background-image:url(../images/header-shadow-tile.jpg);
	background-repeat:repeat-x;
	width: inherit;
	height: 15px;
}

/* Code to create 3-column liquid layout */
	/* The wrapper divs */
	.column-container {position:relative; display:block; background:#FFF; border-left:110px solid #FFF; border-right:200px solid #FFF;}
	.inner {display:block; margin-left:-110px; margin-right:-200px; padding:5px;}
	/* The 3 columns */
		/* The left column */
		.menu { background-color:#FFF; background-image:url(../images/chrome-cat_01.jpg); background-repeat:no-repeat; float:left; position:relative; width:110px; height:500px; left:0px;}
		/* The right column */
		.right {float:right; position:relative; width:190px; right:0px; text-align:right;}
		/* The center column */
		.center { background-color:#FFF; background-image:url(../images/chrome-cat_02.jpg); background-repeat:no-repeat; margin-left:110px; margin-right:200px; position:relative; display:block; height:1%; padding-top:25px;}
	.clear {clear:both;}
/* ::: Section ends */

.banner1 {
	width:190px;
	height:200px;
	background-color:#FFF;
	padding: 0px;
	margin-top: 10px;
}

#last {	padding-bottom:30px;} /*last item in a column needs to insert space before footer */

.banner2 {
	width:165px;
	height:100%;
	background-color:#FFF;
	margin-top:40px;
	text-align:left;
	padding-left:25px;
}

.footer {
	background-color: #E5E5EB;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: inherit;
	height: 100%;
	text-align: left;
	padding: 20px 0px 20px 110px;
}

/* Text Styling */
	#header-title { color: #5C743D; letter-spacing:.2em; font-size: 24px; padding-top: 10px; line-height:30px; }
	#header-tagline { color: #993300; letter-spacing:0.4em; font-size: 11px; margin-top: 5px; line-height:18px; text-transform: uppercase; }
	.lead-in { font-size: 1.875em; font-style:italic; color: #000000; letter-spacing: .01em; font-family:"Times New Roman", Times, serif; line-height: 1.5em;}
	.features { font-size: 1.875em; font-style:normal; color: #000000; letter-spacing: .01em; font-family:"Times New Roman", Times, serif; line-height: 1.25em; }
	.headline h1 { color:#000000; font-size: 2.875em; font-weight:500; font-style:normal; line-height: 1em; font-stretch: extra-condensed; font-family:"Times New Roman", Times, serif; margin-right:60px; padding-bottom: 25px;}
	.main h1 { color: #FE5A11; padding-top: 30px;}
	.main h2 { color: #FE5A11; padding-top: 20px;}
	.col h1 { color: #FE5A11; padding-top: 6px;}
	.address { font-size:1.5em; font-style:normal; color: #FE5A11;  font-family:Arial, Helvetica, sans-serif; line-height: 1.375em;}
/* ::: Section ends */

/* Images */
	#header-logo { width: 750px; height: 105px; float: left; }
	#header-shadow-left { width: 37px; height: 15px; float: left; }	
	#small-logo { width: 190px; height: 100px; }
/* ::: Section ends */

/* Lists */
	.main ul { list-style-type:none; padding:0px; margin:0px; margin-top: .375em; margin-bottom: 1.5em;}
	.main ul li { background-image:url(../images/bullet.gif); background-repeat:no-repeat; background-position: 0em .2em; padding-left: 1.25em;}
/* ::: Section ends */

/* Tables */
	.feature-2-col-images { width:400px;}
/* ::: Section ends */

#map {
}

