@charset "utf-8";
/* --- basic styling ---*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF; /*#EBE9ED; */
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif; 
}
	
#wrapper {
	position:relative;
	width:900px;
	margin: 0 auto;
	text-align:left;
	background:#FFFFFF;
		/* Add image along Y axis of whole image for the sidebar background color
	background: #FFFFFF url(images/YOF%20Column%2075Gradient%20Yellow.jpg) repeat-y ;*/
	}
	
#clear {
	clear: both;
	}
			
/* --- position container elements ----*/

#header {
	position: relative;
	height: 155px;
	text-align: center;
}

#header h1 {
	padding-top: 40px;
	/*padding-bottom: 10px; */
	color: #424E78;
	text-align: left;
}
/* add div tag of logoimage...within header tag...for this css section*/
#header #logoimage {
	position:absolute;
	top: 1px;
	left: 1px;
	width: 900px;
	height: 155px;
	background:url(images/logobar.jpg) no-repeat top;
} 

/* --- Main navigation styles ---*/	
#navbar {
	text-align: right;
	width: 530px;
	float: right;
	/*background-color: #758B42; /*#FDEB9F; */
}
#navbar ul {
	margin: 0;
	padding: 0;
	position: relative;
	left:0;
	bottom:0;
	width: 530px;
	list-style: none;
/*background: url(images/YOF%20Bar%20Navigation.jpg) repeat-x top left; */
/* background: url... repeatx top left */
}

#navbar ul li {
	float: left;
}

#navbar ul a {
	padding: 0 2.1em;*/
	/*padding-left: 32px; 
	padding-right: 32px;
	text-align: center; */
	font-size: 16px;
	line-height: 1.7 em; 
	/*line-height: 28px; */
	text-decoration: none;
	color: #424E78;
	float: left;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
/*background:url(images/YOF%20Bar%20Divider.jpg) no-repeat left top;*/
/* background: url... norepeat left top; */
}

#navbar ul a.first {
	background: none;
	padding-left: 23px;
	padding-right: 39px;
}

#navbar ul a:hover {
	color: #FF9933;
}

#navbar ul li a#current {
	color: #424E78; 
	/*background: #EBE9ED; */
	text-decoration:none;
	/*padding: 0 1.1em; */
	padding-left: 33px; 
	padding-right: 23px; 
}

#content { 
	position:relative;
	width: 900px; 
	height: 650px;
	margin: 0 auto;
	background:#FFFFFF;
	color: #424E78;
	/* Add image along Y axis of whole image for the sidebar background color
	background: #FFFFFF url(images/leftbar4_strip.jpg) repeat-y; */	
}

#content #leftside {
	float:left;
	width:370px;
	/* remove background image to extent sidebar the full length of Y axis */
	/*background-image: url(images/YOF%20Column%2075Gradient%20Yellow.jpg); */
}
#content #leftside h2 {
	margin-left: 55px;
}
#content #leftside #news h2 {
	margin-left: 0px;
	margin-bottom: 10px;
	/*margin-top: 10px; */
}
#content #leftside h3 {
	margin-left: 0px;
	margin-bottom: 10px;
}
#content #leftside h4 {
	margin-left: 0px;
	margin-bottom: 10px;
}
#content #leftside p {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #424E78;
}
#content #leftside #news{
	position:absolute;
	top: 20px;
	left: 20px;
	width: 335px;
	height: 360px;
	background:#FFFFFF;
	margin-right: 10px;
	overflow:auto;
}
#content #leftside #news a:link {
	color: #424E78;	
	text-decoration:none;
}
#content #leftside #news a:visited {
	color: #424E78;	
	text-decoration:none;
}
#content #leftside #news a:hover {
	color: #FF9933;	
}
#content #leftside #corner{
	position:absolute;
	top: 400px;
	left: 20px; 
	width: 300px;
	height: 250px;
	background:#FFFFFF url(images/corner_graphic_v3.gif) no-repeat;
}

#rightside {
	float:right;
	/* position: absolute; */
	width:529px;
	height: 575px; 
	/*background-color:#FFFFFF; */
	background: url(images/textblock_bluev2.jpg) no-repeat;
	text-align: left;
	overflow:auto;
}
#content #rightside h2, h3, h4 {
	margin: 20px;
}
#content #rightside p {
	margin-left: 20px;
	margin-right: 45px;
	padding-right: 10px;
}
#content #rightside img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	/* padding-right: 10px; */
}
#content #rightside #news {
 	margin-left: 30px;
}
#content #rightside a:link {
	color: #424E78;	
	text-decoration:none;
}
#content #rightside a:visited {
	color: #424E78;	
	text-decoration:none;
}
#content #rightside a:hover {
	color: #FF9933;	
}
#rightside a:hover img{
	border: thin solid #FF9933;
}

#footer {
	color: #FFFFFF;
	font: .8em "Times New Roman", Times, serif;
	/*margin-top:1.5em; */
	margin-top: 20px;
	text-align: center;
	background: url(images/copyrightbar4.jpg) no-repeat center;
	float: right;
	width: 580px;
	position:absolute;
	top: 580px;
	left: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}	
/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#footer a:link {
	color: #EBE9ED;	
	text-decoration:none;
}
#footer a:visited {
	color: #EBE9ED;	
	text-decoration:none;
}
#footer a:hover {
	color: #FF9933;	
}

