* {
	font-family: Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
}

body{
	text-align: center;
	margin: 0px;
	background-color: #e5ddc4;
	font-size: 16px;
	line-height: 23px;
	color: #332b01;
}

a{
	color: #332b01;
	outline: none;
}

a:hover{
	text-decoration: none;
}

#lid{
	background-image: url(../App_Themes/citybellemeade/images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f3efe1;
}

.site-container{
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 180px;
}

#header h1{
	float: left;
	margin: 0px;
	padding-top: 50px;
	padding-left: 50px;
}

#header h1 a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h1 a:hover img{
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#navigation{
	float: right;
	margin-top: 110px;
	margin-right: 50px;
	line-height: normal;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float: left;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d2902;
}

#navigation li:hover, #navigation li.sfhover,  #navigation li:hover a {
	background-color: #f4eee0;
	color: #332b01;
	background-image: url(../App_Themes/citybellemeade/images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9f6ef;
}

#navigation a {
	display: block;
	color: #fbf5de;
	text-decoration: none;
	line-height: normal;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-transform: uppercase;
	background-color: #2d2902;

}

#navigation a:hover {
}

#navigation li ul {
	position: absolute;
	left: -999em;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#navigation li:hover ul li, #navigation li.sfhover ul li {
	border-style: none;
}

#navigation li li {
	float: none;
	margin: 0px;
}

#navigation li ul a, #navigation li:hover ul a {
	-moz-border-radius: 0px;
	color: #332b01;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9f6ef;
	background-color: #e5ddc4;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	background-image: url(../App_Themes/citybellemeade/images/subnav-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 150px;
}
#navigation li ul a:hover {
	color: #90896d;
	background-image: url(../App_Themes/citybellemeade/images/subnav-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main {
	background-image: url(../App_Themes/citybellemeade/images/main-bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	width: 990px;
}

#navigation2{
	float: left;
	width: 220px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#navigation2 ul{
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../App_Themes/citybellemeade/images/nav2-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f2eee1;
}

#navigation2 li{}

#navigation2 li a{
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 15px;
	width: 164px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#navigation2 li a:hover{
	color: #cf8443;
}

#content{
	float: left;
	width: 670px;
	margin-left: 60px;
	margin-top: 50px;
	margin-bottom: 40px;
}

#content p, #content ul{
	margin-top: 0px;
	margin-bottom: 15px;
}

#content h1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: normal;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: -1px;
	color: #4c4a1a;
	padding-bottom: 3px;
}

#content h2{
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #cf8443;
	clear: both;
}

#content h3{
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #4c4a1a;
}

#footer{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 19px;
}

#footer a{
	text-decoration: none;
}

#footer a:hover{
	color: #90896d;
}

#foot-left{
	float: left;
	margin-left: 40px;
}

#foot-right{
	float: right;
	margin-right: 40px;
}

.field{
	float: left;
	background-color: #f3efe1;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	padding: 3px;
	border-top-width: 1px;
	border-top-color: #c1bca7;
	width: 200px;
}

.button{
	float: left;
	color: #f3efe1;
	background-color: #cf8443;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: normal;
	-moz-border-radius: 5px;
	font-size: 15px;
}

.button:hover{
	background-color: #2d2902;
}

.clear{
	clear: both;
}

.schedule {
	margin-bottom: 15px;
	width: 100%;
}

.schedule th{
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5ddc4;
	text-align: left;
}

.schedule td{
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5ddc4;
}
.form {
	margin-bottom: 0px;
	clear: both;
}

.form dt {
	float: left;
	width: 100px;
}

.form dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 100px;
}
.TextboxField, .TextBoxField, .TextAreaField{
	width: 300px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #c1bca7;
	border-right-color: #e5ddc4;
	border-bottom-color: #e5ddc4;
	border-left-color: #e5ddc4;
	font-size: 16px;
	padding: 3px;
}

.TextAreaField{
	height: 100px;
}

.SearchDialog{
	margin-bottom: 10px
}

.SearchResult{
	margin-bottom: 10px
}

.side-buttons {

}

.side-buttons p, .side-buttons2 p {
	margin-right: 10px;
	float: left;
}

.side-buttons2 a {
	display: block;
	color: #FFFFFF;
	background-color: #4c4a1a;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px;
	border-style: none;
	line-height: 16px;
	font-size: 15px;
	text-align: center;
}

.side-buttons a {
	display: block;
	color: #FFFFFF;
	background-color: #cf8443;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px;
	border-style: none;
	line-height: 16px;
	font-size: 15px;
	text-align: center;
}

.side-buttons a:hover, .side-buttons2 a:hover {
	background-color: #90896d;
	color: #FFFFFF;
}

label {
	margin: 0;
	padding: 0;
}

a.water {
	margin-left: 40px;
	display: block;
	color: #FFFFFF;
	background-color: #90896d;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px;
	border-style: none;
	line-height: 16px;
	font-size: 15px;
	text-align: center;
}

a.water:hover {
	background-color: #332b01;
}
