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


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	/*background-color: #186a9f;*/
background-color: transparent;
	margin: 0;
	padding: 0;
}

a:link {
	color: #00F;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #00C;
}
a:active {
	color: #00C;
}
h1 {
	font-size: x-large;
	color: #c5002d;
}
h2 {
	font-size: large;
	color: #000;
}

img {border: 0;}

/*------------- LAYOUT DIVS ----------------------------------------  */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 766px;
        border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #F6F6F0 url(../imgs/content_bg.gif) repeat-y top left;
}

#header {
	position: relative;
	height: 144px;
	background: #fff url(../imgs/header.jpg) no-repeat top left;
}

#cols {
	/*position: relative;*/
	
}

#left-col {
	float: left;
	width: 537px;

}

#banner-big {
	height: 242px;
	background: #F6F6F0 url(../imgs/banner.jpg) no-repeat top left;
}

#banner-sm {
	height: 69px;
	background: #F6F6F0 url(../imgs/banner_sm.gif) no-repeat top left;
}

#content {
	padding: 1em 2em 0 2em;
	line-height: 1.4em;
}

#right-col {
	float: right;
	width: 229px;
	
}

#nav {
	
}

#navlist {
	margin: 0;
	padding: 0;
}

#navlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-extra {
	bottom: 0;
	height: 62px;
	width: 229x;
	background: url(../imgs/navfooter.gif) no-repeat top left;
}

#contact-info {
	margin-top: 40px;
	height: 147px;
	width: 229px;
	background: url(../imgs/contact_info.gif) no-repeat top left;
}

#footer {
	clear: left;
	position: relative;
        height: 260px;
	background: #fff url(../imgs/footer.jpg) no-repeat top left;
    text-align: left;
}

span.foot_address {
	display: block;
	margin-top: 5px;
	letter-spacing: 0.1em;
    color: #fff;
   	width: 503px;
}

span.foot_links {
	display: block;
	margin-top: 200px;
	letter-spacing: 0.1em;
    color: #fff;
   	width: 503px;
}

span.foot_links a {
	padding: 0 6px;
    color: #fff;
}


