body {
	margin-top:0px;
	font-size: 12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	
}
#container {
	margin: 0px auto 10px auto;
	padding 5px
    text-align: left;
	width: 960px;
	
}
/********************** header ***************************/


#header {
	width: 960px;
	height: 301px;
	background-image: url(images/headerandshadow.jpg);
	background-repeat:no-repeat;

}
/********************** Navigation ***************************/
#menu {
	float:right;
	text-align:right;
	width: 258px;
	clear: both;
	margin-top: -5px;
}

/********************** Content ***************************/
#content {
	width: 930px;
	background-image: url(images/container_bg.gif);
	padding: 5px 15px 0px;
	margin-top:-1px;

}
#3column {
	margin-top:45px;
	padding: 25px 0px 0px;
	height: 400px;

}
   #main {
	float:left;
	width:600px;
		
}
	#sidebar {
	float:right;
	width:255px;
	margin-top: 15px;
	padding: 0px 0px 0px 10px;
	font-size:14px;
	font-weight:bolder;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
#mapcontainer {
	width: 310px;
	float:right;
	padding-right: 10px;


}
#googlemap {
	width:310px;
	height:200px;
	border: 2px solid #666666;
	margin: auto;
}
#form {
	width: 325px;
	margin-left: 250px;
}
#address {
	width: 220px;
	float: left;
	padding:10px;
	font-size: 16px;

}
/********************** Flash ****************************/
	/* hide from ie on mac \*/

	#flash {
	height: 200px;
	width:	350px;
	background-color:#00FF00;
	position: absolute;
	top: 51px;
	left: 599px;
	}

/********************** Search Form ***************************/

/********************** Styles ***************************/
p {
	font-size:15px;
}
a {
	font-size:12px;
	color:#0033CC;
	text-decoration:none;
}

h1{
	margin: 0;
	font-size:18px;
	font-weight:lighter;

}
h2{
	color:#666666;
	font-size:16px;

}
h3{
	color:#666666;
	font-size:14px;
}
h4{
	color:#FFFFFF;
	font-size:16px;

}
.red a {
	font-size:9px;
	color:#990000;
	text-decoration:none;
}

li {
	list-style:none;
	margin-left: -25px;

}
ul {
	margin: 0;
	padding: 0 0 0 35px;
	width: 200px;
	list-style:none;
	line-height:50px;
	font-size:16px;

}
/********************** Other ****************************/
.spacer {
	width: inherit;
	height: 35px;
}

#regulations {
	height: 50px;
	text-align:center;
	background-image: url(images/container_bg.gif);
	padding-top: 10px;
}
/********************** Form ****************************/

.cssform p{
width: 325px;
margin: 0 auto;
padding: 5px 0 8px 0px;
}

.cssform label{
float: left;
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform select{
width: 182px;
}

.cssform textarea{
width: 275px;
height: 85px;

}
.offset {
	width: 325px;
	margin: 0px 0px 0px 25px;
}
/********************** Footer ***************************/
#footer {
	height: 10px;
	width: 960px;

}
#copyright{
	font-size:9px;
	clear:left;
	text-align:left;
	width: 900px;
	padding-left: 10px;
	padding-top: 2px;


}
