﻿@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body{
background-color:#fff;
background-image:url(images/bg2.jpg);
background-repeat:repeat-x;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
color:#000;

}

#container{
width:1000px;
margin:0 auto;
background-color:#FFF;
color:#000;
border:10px solid black;



}
#innerContainer{
	background-color:;
	width:100%;
	margin: 0 auto;
	color:#000;
	/*border: 10px groove black;*/



	
}

#header{
width:100%;
text-align:center;
background-color:#ECECEC;
color:#000;
height:50px;
border-bottom:thick #C36 solid;

}

#nav{
	width:100%;
	text-align:right;
	color:#CCF;	
	background-color:#000;
	padding: 10px 0;
	
}
	
#nav a, #nav a:active, #nav a:visited{
color:#fff;
text-decoration:none;
font-size:large;
background-color:#000;
}
#nav a:hover{
color:#C36;
}
#content{

width:98%;
color:#000;
text-align:left;
margin-bottom:-20px;
}

#footer{
	height:50px;
	width:100%;
	text-align:center;
	background-color: #000;
	color:#fff;	
	clear:both;
	padding-top:10px;
	
}
.picRight{
float:right;
padding:20px;
padding-right:0;
padding-bottom:0;
}

	
 
#header h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:2em;
	background-color:#ECECEC;

	
	
}
.indentPara{
	margin-left:50px;
	text-align: left;
}

p{
	margin-top: 20px;
	
}
.list {
	list-style-position: inside;
	margin-left:50px;
	

}

#list{
	float: right;
	width:250px;
	margin-top:20px;
	margin-bottom:20px;

	
}
#list2{
	float: left;
	width:250px;
	margin-left:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.map{
	float:right;
	margin-bottom:20px;
}
a{
	color:#c36;
	text-decoration:none;
}
a:hover{
	color:black;
	text-decoration:underline;
}
.picPading{
	margin:20px;
	margin-right:0;
}

img { 
border: none; 
} 
.clear{
	clear:both;
}

.floatPicLeft{
	float:left;
	padding:20px;
}
