/* px to em conversion (default = 16px)*/
/* 18px = 1.125em */
/* 16px = 1em     */
/* 14px = 0.875em */
/* 12px = 0.75em  */
/* 10px = 0.625em */
/*  8px = 0.5em   */
/*  6px = 0.375em */
/*  4px = 0.25em  */

/****** CSS Clear ******/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/********** end css clear ************/

/********** begin layout **********/
html, body {
	background-color: #ddd; 
	background-image: url('images/body-bg.png');
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

#wrapper {
	margin: 40px auto; /*center on page*/
	padding: 0 0 10px 0;
	text-align: left;
	background-color: #fff;
	width: 80%;
	max-width: 1038px;
	/*min-width: 350px;*/
	overflow:auto;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 6px 2px #ddd;
	box-shadow: 0px 0px 6px 2px #ddd; 
	}

#title {
	padding: 40px 5% 40px 5%;
	margin: 0;
}

#banner_large {
	display: block;
	background-position: center;
	padding: 0;
	margin: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
}

#banner_small {
	display: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
}

#banner_large img, #banner_small img {
	width:100%;
	max-width: 1038px;
	display: block;
	margin:0 auto;
}

#menu {
	width: 95%;
	padding: 20px 0 20px 5%;
	/*margin: 20px 0 5px 0;*/
	border-bottom: 1px solid #eee;
}

#column_left {
	float: left;
	width: 60%;
	padding: 20px 5% 20px 5%;
}
	
#column_right {
	float: right;
	width: 18%;
	padding: 20px 5% 20px 5%;
	border-left: 1px solid #eee;
	Overflow: hidden;
}
	
#map_canvas {
	height: 600px;
	border: 1px solid #bbb;

}

#map_canvas_small {
	height: 350px;
	border: 1px solid #bbb;
	margin: 0 0 2% 0;
}

#map {
	height: 70vh;
	width: 100%;
}

/********** end layout **********/
/********** begin styles **********/

h1 {
	font-size: 38px;
	font-weight: 300;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 300;}
	
h3 {
	margin: 15px 0 25px 0;
	font-size: 24px;}
	
h4 {
	margin: 5px 0 10px 0;
	font-size: 18px;}
	
h5 {margin-left:100px;}

p {
	line-height: 20px;
	padding-bottom: 15px;
}

p.list {
	padding-bottom: 8px;
	/*font-weight: 600;*/
}

a {color: #8b2400;}
	
ul {
	list-style-type: none;
	margin: 0 0 10px 20px;
}

li {
	padding: 0 0 5px 0;
}

/*************** menu ********************/
ul.menu {
	list-style-type:none;
	margin: 0;
}

li.menu {
	display:inline;
	margin: 0 20px 0 20px;
	text-transform:uppercase;
	color: #666;
	font-size: 12px;}
	
li a {
	text-decoration: none;
	color: #666;
	}
	
li a:hover {color: #8b2400;}
	
ul li.current a{color: #8b2400;}
/****************** end menu ******************/

/**************** tables *******************/
.table_lists  td{
	vertical-align: top;
	padding: 0 25px 5px 0;
}

/**************** end tables ****************/
.right {
	text-align:right;
	float:right;}
	
.center {text-align:center;} 
	
.bold {font-weight:bold;}
	
.lighter {font-weight:lighter;}
		
.small {
	font-size:12px;
	margin:0;
	padding:0 0 8px 0;}
	
.big {
	font-size: 20px;
	display:inline-block;}
	
.bigger {
	font-size: 24px;
	margin-bottom: 30px;
	display:inline-block;}
	
.italic {font-style:italic;}
