@charset "utf-8";
/* 
    Document   : style
    Created on : Nov 3, 2010, 2:06:35 PM
    Author     : jsmith
    Description:
        Purpose of the stylesheet follows.
*/

/************************** General Styles ****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
 /*em, strong, ol, ul, li, */
{
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: 12px;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}
html {
    width:100.01%;
    margin: 0;
    padding: 0;
}
/* change these globals to fit your site */
body { 
    background: #fff url(contour_img/body_bg.jpg) repeat-x 0% 0%;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
    min-width: 1061px;
	padding: 0;
}
a {
    color: #185cd8;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}/*
:focus {
    outline:#999 dotted 1px;
}
 end global changes */
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/************************ Wrappers ************************/
#wrapper { /* width: 100%*/
	text-align: center;
    width: 100%;
}
#inner_wrapper{
	margin: 0 auto;
	text-align: left;
	width: 1061px;
}
#column_wrapper { /* width: finite; position: relative */
    overflow: visible;
	padding: 10px 0 0;
}
/********************** main container top ****************************/
#header { 
    height: 82px;
    position: relative;
}
#logo {
    background: url(contour_img/logo.jpg) no-repeat 0 0;
    height: 28px;
    position: absolute;
	right: 7px;
	top: 30px;
    width: 113px;
}
#header input {
	width: 250px;
}
#header label {
	color: #d4d4d4;
	display: block;
	font-size: 14px;
}
#header label span {
	font-size: 12px;
}
#search {
	position: absolute;
	top: 20px;
	left: 3px;
}
#location {
	position: absolute;
	top: 20px;
	left: 270px;
}
#go {
	left: 537px;
	position: absolute;
	top: 36px;
}
/******************************* body *******************************/
.container {
	float: left;
	width: 237px;
}
.container_top {
    background: url(contour_img/container_top.jpg) no-repeat 50% 50%;
    height: 35px;
}
.container_header {
    color: #185cd8;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0 10px;
}
.container_bg {
    background: url(contour_img/container_bg.jpg) repeat-y 50% 50%;
	overflow: hidden;
    padding: 10px;
}
.container_bottom{
	background: url(contour_img/container_bottom.jpg) no-repeat 50% 50%;
	height: 6px;
}
.container_info {
	color: #232426;
}
.container_info ol{
	margin: 5px 0 0;
	padding: 0 10px 0 30px;
	list-style-type:upper-alpha;
}
.container_info ol li {
	margin: 0 0 10px 0;
}
#search_results, #saved_results {
	margin: 0 13px 0 0;
}
.clear_markers {
	padding: 10px 0 0;
	text-align: center;
}
#saved_results {
	margin: 0 0 0 13px;
}
/******************************* map *******************************/
#middle {
	float: left;
	width: 560px;
}
#map {
	height: 468px;
	margin: 3px 0 0;
    width: 560px;
}

/****************************** footer *****************/
#footer {
	clear: both;
	padding: 15px 0;
	text-align: center;
}

