* {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

body {
	margin: 0px;
	text-align: center;
	background-color: #f9efd2;
	background-image: url(../App_Themes/edstone/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	line-height: 22px;
	color: #5d2a00;
}

a{
	color: #5d2a00;
	outline: none;
}

a:hover{
	text-decoration: none;
}

#site-container{
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 200px;
}

#header h1{
	margin: 0px;
	float: left;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 85px;
	width: 225px;
	margin-top: 45px;
	margin-left: 35px;
}

#main{
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 35px;
}

#nav{
	float: left;
	width: 290px;
	line-height: 18px;
}

#nav ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 45px;
}

#nav ul ul{
	margin: 0px;
}

#nav li{
}

#nav li a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f0dcb7;
	display: block;
	width: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	text-transform: uppercase;
}

#nav li a:hover{
	color: #d5a268;
}

#nav li a.CMSListMenuLinkHighlighted, #nav li a.CMSListMenuLinkHighlighted:hover{
	background-color: #f9efd2;
	font-weight: bold;
	color: #926739;
}

#nav li li a.CMSListMenuLinkHighlighted, #nav li li a.CMSListMenuLinkHighlighted:hover {
	color: #926739;
	font-weight: normal;
	background-color: #FFFFFF;
}

#nav li li a{
	width: 170px;
	padding-left: 20px;
	font-size: 12px;
	text-transform: none;
}

#nav li li li a{
	width: 160px;
	padding-left: 30px;
}

#nav li ul  {

	display: none;

}



#nav li.CMSListMenuHighlightedLI ul {

	display: block;

}


#content{
	float: left;
	width: 655px;
}

#content h1{
	color: #926739;
	font-size: 25px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content h2{
	color: #d5a268;
	font-size: 19px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content ul, #content p{
	margin-top: 0px;
	margin-bottom: 15px;
}

#footer{
	font-size: 11px;
	line-height: 17px;
	padding-top: 15px;
	color: #926739;
	padding-bottom: 15px;
}

#footer a{
	color: #926739;
}

.left{
	margin-left: 55px;
	width: 155px;
	float: left;
}

.search{
	margin-top: 25px;
	margin-left: 45px;
}

.field{
	background-color: #FFFFFF;
	width: 145px;
	padding: 3px;
	color: #5d2a00;
	margin-right: 3px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5a268;
	border-right-color: #f0dcb7;
	border-bottom-color: #f0dcb7;
	border-left-color: #f0dcb7;
}

.button{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #d5a268;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

.button:hover{
	background-color: #926739;
}

.left p{
	margin: 0px;
}

.right{
	float: left;
	margin-left: 55px;
	padding-left: 25px;
	background-image: url(../App_Themes/edstone/images/right-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.right dl{
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

.right dt{
	font-weight: bold;
}

.right dd{
	margin: 0px;
}

.clear{
	clear: both;
}
.SearchDialog, .SearchResult{
	margin-bottom: 10px;
}