body {

	background-color:#989898;
	margin: 5px auto;
	letter-spacing: 0px;

}
#wrapper {
	margin: auto;
	width:auto;	

}
#container {
	background-color:#FFFFFF;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
	margin:auto;
	width: 960px;
}
/********************** header ***************************/


#header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	width: 960px;
	height: 75px;
	margin:auto;
}
header p {
	font-family:Tahoma, "Tahoma Small Cap";
	font-size:12px;
}

#headerleft {
	float: left;
	clear:right;
	color:#666666;

}
.titletext {
	text-align:left;
	padding-top: 10px;

}
#headerright {
	float:right;
	height: 36px;
	padding-top: 26px;
	padding-right: 5px;

}

/********************** Navigation ***************************/
#menu {
	background-image:url(images/menubg.gif);
	background-repeat: no-repeat;
	width:960px;
	height:39px;
	margin: auto;
	z-index:1;

}
#textmenu a{
	margin: 10px 0px;
}

#textmenu img{
	background-position:center left;
	background-repeat:no-repeat;	

}
/********************** Content ***************************/
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px 5px;
	margin: 0 auto;
	width: 945px;
/****	height: 500px;   ****/

}
#textcontent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 5px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	overflow:auto;
	height:500px;
	width: 435px;

}
/********************** monoslideshow ****************************/
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

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

/********************** Styles ***************************/
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	margin: 0px;
}
a {

	color: #0066FF;
	text-decoration:none;	
}

h1{
	font-size:24px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	
}
h2{
	font-size:16px;
	font-weight:normal;	
	
}
h3{
	color:#666666;
	font-size:14px;
}
h4{
	color:#FFFFFF;
	font-size:16px;

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

li {
	display:inline;
	text-decoration:none;

}
ul {
	display:inline;


}
.offset2 {
  	padding-left: 125px;

}
#textmenu a{
	text-decoration:underline;

}

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

#address {
	width: 300px;

}

#address p{
	font-size:14px;
	margin: 0px;

}

#monoSlideshow {
	width: 945px;
	height: 500px;
	margin: 0 0 0 -1px;
	position:relative;


}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.openday {
	border-left: 1px solid #ccc;

}
#openday_banner {
	width:945px;
	height:100px;
	margin:5px 0px 0px 0px;
	background-color:#006;
/********************** Sidebar ****************************/
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 490px;
	height: 500px;


}
/********************** Form ****************************/
#form {
	float: left;
	clear:both;
}
.cssform p{
	clear: left;
	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;
}

#message [type="textarea"]{
	width: 275px;
	height: 185px;
	background-color:#CCCCCC;

}
#fulladdress [type="textarea"]{
	width: 50px;
	height: 50px;
	background-color:#CCCCCC;
	
}
.offset {
	padding-left: 0px;
	width: auto;
	margin: auto;
}

/********************** Footer ***************************/

#footer {
	width: 960px;
	margin: auto;
	height: 10px;


}
#copyright{
	font-size:11px;
	clear:left;
	text-align:left;
	width: 960px;	
	margin-bottom: 2px;
	color: #ffffff;


}
