* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 90%;
}
p {
	padding: 7px 0 7px 0;
}

a {
	color:#000;
	text-decoration: none;
}
a:hover{
	color: #D71E24;
	text-decoration: none;
}

h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size: 1.3em;
	/*background-color: #99CCFF;
	padding: 4px;*/
	height: auto;
	width: 300px;
}
h3 {
	font-size: 1.1em;
}
.clear { clear: both; }

#mainContainer {
	width: 810px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background: #FFF;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	margin-top: 50px; /*** Make some space for the header menu ***/
	background: #000099;
	padding: 10px;
	height: 50px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
	width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	margin-top: 147px;
	float: left;
	width: 810px;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	width: 600px;
	min-height:600px;
	background-image: url(../images/content_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
* html #content {
	position: relative; /*** IE needs this  ***/
}
.contentWrap{
	padding: 5px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 210px;
	background-image:url(../images/side_bg.jpg);
	background-repeat:no-repeat;
	min-height: 250px;
	padding: 0 0 0 0px;
	background-color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:left;
}
* html #left {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	height: 250px;
}
#left ul {
	list-style: none;
	padding-bottom: 4px;
}
#left li {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:6px 0 2px 0px;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	height:18px;
	font-size:10px;
}
#left p{
	padding-left:30px;
}
#left #basketlines li, #left #basketlinks li {
	background-image:none;
	font-size:10px;
	font-weight:bold;
	height:18px;
	padding:6px 0pt 2px 12px;
	text-align:left;
	text-transform:uppercase;
}

#left div.contact p {
	text-align:center;
	color:#000;
	font-weight:normal;
	font-size:10px;
	padding-left:0px;
}

/*************************
RIGHT COLUMN
**************************/
#siteHeader {
	margin: 0px 0 0 -810px; /*** Moves the right column to the top of the page. This is now our top menu above the header ***/
	float: left; 
	width: 410px;
	padding: 84px 0 0 400px;
	height: 63px;
	overflow:hidden;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#siteHeader ul {
	list-style:none;
	padding-bottom: 4px;
}
#siteHeader li {
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:0 0 0 16px;
	background-image:url(../images/bullet-subnav.gif);
	background-repeat:no-repeat;
	display:inline;
}
* html #siteHeader {
	position: relative; /*** IE needs this. ***/
	margin-top: 0px; /***Since IE is threating padding different than other browsers we need to move it a little bit more ***/
}
/**************************
FOOTER
**************************/
#footer {
	width: 810px;
	margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
	text-align: center;
	background-color:#FFF;
	color:#333;
}
#footer a {
	font-weight:normal;
}

.hidden {
	top:-500px;
	display:none;
	visibility:hidden;
}

/* CSS based on a design by Eivind Savio for strictlycss.com */

/* ================[ hidden layers ]================ */

#wagmp_map_1xxx
 { display:none; /* change from 'none' to 'block' if want shown when page loads */ 
 	background-color:#F7F7F7; border:1px solid #999; margin: 6px 20px 16px 10px;
 }

.closeMap { float:right; margin-right:10px; }
/*=======================================================*/

/*
Changing Content
*/
.clear{
	padding:0px;
	margin:0px;
	clear:both;
}
#headerimg{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#contentLeft{
	padding:0px;
	margin:0px;
	width:320px;
	float:left;
}
#contentLeft h2{
	background-image: url(images/h2.gif);
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 12px;
	margin-bottom: 10px;
}
#contentRight{
	padding:0px;
	width:200px;
	float:right;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentRight .rigntimg{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}