/* CSS Document */
* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	margin-bottom: 17px;
}

#contentwrapper {
	width: 760px;
	background-color: #cccccc;
}

#contentholder {
	width: 757px;
	border: 1px Solid Black;
	background-color: #ffffff;
	position: relative;
	top: -3px;
	left: -3px;
}

#header {
	width: 757px;
	text-align: center;
	height: 111px;
}

#ls-bar {
	width: 131px;
	float: left;
	text-align: center;
	height: 656px;
	clear: left;
}

#content {
	width: 495px;
	float: left;
	text-align: center;
	height: 656px;
	color: #0067b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu-content {
	width: 495px;
	float: left;
	text-align: center;
	height: 656px;
	color: #0067b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#rs-bar {
	width: 131px;
	float: left;
	text-align: center;
	height: 656px;
}

#footer {
	width: 757px;
	height: 166px;
	text-align: center;
	clear: left;
}
.xform{
	border: 1px Black Solid;
	width: 300px;
	margin-left: auto;
 	margin-right: auto;
	background-color: #FFFFFF;
}

.spacer{
	clear: left;
	margin-top:3px;
}
form {
 border: 1px solid #666699;
}
	
input{
background-color:#999999
}

#twitter{
	float:right;
	padding:5px;
}


/*

body{
	width: 100%;
	color: #990000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 10pt;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#page{
	width: 981px;
	background-color: #FFFF66;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	border-color: #990000;
	border-width: 2px;
	border-style: solid;
}
*/
/* Left Bar */
/*#ls-bar{
	width: 180px;
	float: left;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	height: 465px;
	margin-left: 5px;
	margin-top: 5px;
}

.logo{
	width: 178px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1px;
	height: 75px;
}

.nav{
	width: 178px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}

ul{
	list-style: none;
}

li{
	margin-top: 15px;
}

li:hover{
	list-style-image: url(../images/minianvil.png);
}

a {
	color: #990000;
}*/

/* The Page Content */
/*#content{
	width: 782px;
	float: left;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	height: 465px;
	text-align: center;
}

#contact{
	margin-top:75px;
}

#map{
	margin-left: 45px;
	float:left;
}

#distance{
	margin-top: 100px;
	margin-left: 5px;
	float:left;
}*/
/* The Footer */
/*#footer{
	text-align: center;
	width: 969px;
	height: 96px;
	clear: left;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}*/

