@charset "utf-8";
body {
	margin: 0;
	text-align: center;
	color: #000000;
	background-color: #9FCCE3;
	background-image: url(media/images/background2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
}
#container {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7f895b;
	border-right-color: #7f895b;
	border-bottom-color: #7f895b;
	border-left-color: #7f895b;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#header {
	background: #DDDDDD;
	padding: 0 10px 0 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#newscontent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 90%;
	margin-top: -10px;
}
#homepageheader  {
	width: 400px;
}
#search {
	float: right;
	width: 300px;
	font-size: .8em;
	padding: 5px;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

#newscontent h4 {
	margin-bottom: -10px;
}

#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
#footer {
	padding: 0 10px;
	background:#C6C8CA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer  p  {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: right;
	float: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0;
	font-style: italic;
}
#ycsInFooter {
	font-size: 1.2em;
	font-weight: bold;
}

#navigation {
	margin: 0;
	background-color: #C6C8CA;
}

/*	main navigation styles	*/
#navigation ul{
	display:block;
	width:800px;
	clear:both;
	margin:0;
	list-style:none;
	/* border:thin groove #006666; */
}
#navigation ul li{
	float:left;
	overflow:hidden;
}
#footer  .floatright {
	float: right;
	width: 300px;
	clear: none;
}

#navigation ul li a{
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	background-repeat:no-repeat;
}
#nav li a:hover,#nav li.active a{
	background-position:0 -34px;
}
#nav{
	height:34px;
	padding:10px 0 0;
	border-bottom:3px #7f895b solid;
}
#nav li{
	padding:0;
	height:34px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-image: url(media/images/dash.gif);
}
.credit {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}

#nav li a{
	height:34px;
	text-indent:-9999px;
	font-size:0;
}
#navigation ul li#home{
	background:none;
}
#home a{
	width:50px;
	margin:0 0 0 6px !important;
	background:url(media/images/nav-home.gif);
}
#about a{
	width:100px;
	margin:0 0 0 6px !important;
	background-image: url(media/images/nav-who-we-are.gif);
}
#issues a{
	width:62px;
	margin:0 0 0 6px !important;
	background:url(media/images/nav-issues.gif);
}
#education a{
	width:200px;
	margin:0 0 0 6px !important;
	background:url(media/images/nav-education.gif);
}
#funds  a{
	width:85px;
	margin:0 0 0 6px !important;
	background-image: url(media/images/nav-ycs-funds.gif);
}
#newsletters a {
	width:135px;
	margin:0 0 0 6px !important;
	background-image: url(media/images/nav-newsletters.gif);
}
#help a{
	width:110px;
	margin:0 0 0 6px !important;
	background:url(media/images/nav-help.gif);
}


/*	subnavigation styles	*/
#subnav{
	margin:0 5px;
	padding:5px 0 0 0;
	height:19px;
	background:#7f895b;
	line-height: .8em;
}
#subnav li{
	background:url(media/images/white-dot.gif) no-repeat 0 5px;
	padding:0 10px 0 13px;
	text-transform:capitalize;
}
#subnav li.first{
	background:none;
}
#subnav li a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#subnav li a:hover{
	text-decoration:underline;
}
#mainContent #news {
	background-color: #CCCCCC;
	width: 220px;
	float: right;
	margin-top: -60px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	border: 1px solid #000000;
}
#news  h2    {
	background-color: #003366;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 0px;
	text-align: center;
	height: 1.4em;
}
.volunteer {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px dotted #006600;
	margin-bottom: 10px;
}
