html {
	background-image: url(../App_Themes/ywca/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ccc;
}

body {
	margin: 0px;
	text-align: center;
	background-image: url(../App_Themes/ywca/images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #f65a1d;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #f65a1d;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #666;
}

#site-container{
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}

#header{
	background-image: url(../App_Themes/ywca/images/header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 45px;
	padding-bottom: 75px;
}

#header h1{
	margin: 0px;
}

#header h1 a:hover img{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#navigation{
	width: 185px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}

#navigation ul{
	margin: 0px;
	padding: 15px;
	list-style-type: none;
	background-color: #999;
}

#navigation ul ul{
	padding: 0px;
}

#navigation ul ul, #navigation ul .CMSListMenuHighlightedLI ul ul {
	display: none;
}

#navigation ul .CMSListMenuHighlightedLI ul,  #navigation ul .CMSListMenuHighlightedLI ul .CMSListMenuHighlightedLI ul {
	display: block;
}

#navigation ul .open ul{
	display: block;
}

#navigation li{}

#navigation li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adadad;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation li a:hover{
	color: #ccc;
}

#navigation li.CMSListMenuHighlightedLI li a:hover{
	color: #ccc;
}

#navigation li.CMSListMenuHighlightedLI a {
	font-weight: bold;	
}

#navigation li.CMSListMenuHighlightedLI li a, #navigation li.open li a{
	padding-left: 20px;
	font-size: 11px;

	font-weight: normal;	
}

#navigation li.CMSListMenuHighlightedLI li.CMSListMenuHighlightedLI a {
	font-weight: bold;	
}


#navigation li.CMSListMenuHighlightedLI li.CMSListMenuHighlightedLI li a{
	padding-left: 35px;
	font-weight: normal;	
}

#navigation li.open li li {
	display: none;
}

#navigation li.open a:hover{
	color: #ccc;
}

#navigation li.CMSListMenuHighlightedLI li.CMSListMenuHighlightedLI li.CMSListMenuHighlightedLI a{
	font-weight: bold;	
}

#content{
	float: right;
	width: 685px;
	line-height: 20px;
	background-color: #fff;
	margin-bottom: 15px;
}

#content .padder {
	padding: 30px;
}

#footer{
	font-size: 11px;
	color: #ccc;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 200px;
	clear: both;
}

#footer a{
	color: #ccc;
	text-decoration: none;
}

#footer ul{
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

#footer li.last{
	border-right-style: none;
}


.search{
	margin-bottom: 20px;

}

.search .field{
	float: left;
	width: 120px;
	margin-right: 5px;
	border: 1px solid #bdbdbd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
}

.search .button{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 50px;
	color: #FFFFFF;
	background-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.search .button:hover{
	background-color: #f65a1d;
	cursor: pointer;
}

.clear{
	clear: both;
}
.form {
	margin-bottom: 0px;
	clear: both;
}

.form dt {
	float: left;
	width: 80px;
}

.form dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 80px;
}