/* CSS Document */

/*-----------------------*/
/*_____ HTML STYLES _____*/
/*_______________________*/
*	{
	margin: 0;
	padding: 0;
}
body	{
	background: #CCC6A8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
}
address	{
	margin: 1em 0;
}
h1	{
	background: #7A7A7A url(../images/h1.gif) no-repeat;
	width: 185px;
	height: 85px;
}
	h1 a	{
		display: block;
		width: 100%;
		height: 100%;
	}
	h1 span	{
		position: absolute;
		top: 0;
		left: -9999em;
	}
h2	{
	margin: 0 0 .5em 0;
	font-weight: normal;
	font-size: 1.8em;
	color: #2F4D65;
	line-height: 1.2em;
}
h3	{
	color: #556F83;
	font-size: 1.2em;
	margin: 0 0 -.5em 0;
	font-weight: normal;
}
p	{
	margin: 1em 0;
}

/*-------------------------*/
/*_____ COMMON STYLES _____*/
/* ________________________*/
.hr	{
	height: 1px;
	line-height: 1px;
	background: transparent url(../images/hr.gif) repeat-x center left;
	margin: 1.5em 0;
}
	.hr hr	{
		position: relative;
		top: 0;
		left: -9999em;
	}
.pic	{
	float: left;
	margin: 0 1.5em 1em 0;
	padding: 2px;
	background: #FFF;
	border: 1px solid #666;
}

/*-------------------------*/
/*_____ LAYOUT STYLES _____*/
/* ________________________*/

/*_____ WRAPPER _____*/
#wrapper	{
	width: 656px;
	position: relative;
	top: 20px;
	left: 50%;
	margin-left: -328px;
	background: #F9F5E2 url(../images/bkgd_wrapper.gif) repeat-y center top;
}
	#wrapper_top, #wrapper_btm	{
		display: block;
		height: 18px;
		background: #CCC6A8 url(../images/wrapper_top.gif) no-repeat center top;
	}
	#wrapper_btm	{ background: #CCC6A8 url(../images/wrapper_btm.gif) no-repeat center top; height: 65px; }
	
/*_____ MASTHEAD _____*/
#masthead	{
	height: 205px;
	margin: 0 18px;
	position: relative;
	background: #7A7A7A url(../images/masthead.jpg) no-repeat top right;
}
	#masthead address	{
		background: #7A7A7A url(../images/address.jpg) repeat-x center top;
		width: 175px;
		color: #DDD;
		margin: 0;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: .8em;
		padding: 15px 0 0 10px;
		line-height: 1.6em;
	}
		#masthead address a	{ color: #DDD; }
		#masthead address a:hover	{ color: #FFF; }
	#breadcrumb	{
		position: absolute;
		bottom: 0;
		left: 185px;
		text-indent: 25px;
		color: #666;
		font-weight: bold;
		font-size: .9em;
		width: 435px;
		height: 38px;
		line-height: 38px;
	}
		#breadcrumb a	{
			color: #666;
			text-decoration: none;
			padding: .1em .3em;
		}
		#breadcrumb a:hover	{
			background: #FFC;
		}

/*_____ CONTENT _____*/
#content	{
	margin: 0 18px 0 0;
	padding: 30px 25px 15px 25px;
	float: right;
	width: 385px;
	line-height: 1.4em;
	color: #666;
	background: transparent url(../images/bkgd_content.gif) repeat-x center top;
}
	#content a	{
		background: #FFF;
		padding: 0 .3em;
		color: #2F4D65;
		text-decoration: none;
	}
	#content a:hover	{
		text-decoration: underline;
		background: #FFC;
	}
	#content a.vcard	{
		background: transparent url(../images/vcard.gif) no-repeat center left;
		padding-left: 20px;
		font-weight: bold;
	}
	#content ul, #content ol	{
		margin: 1em 2em;
	}

/*_____ MENU _____*/
#menu	{
	width: 185px;
	margin: 0 0 0 18px;
	float: left;
	background: #2F4D65 url(../images/bkgd_menu.gif) repeat-x center bottom;
	padding-bottom: 3px;
}
#menu li	{
	list-style: none;
}
	#menu a	{
		width: 165px;
		padding: 10px;
		display: block;
		text-decoration: none;
		color: #CCC6A8;
		font-weight: bold;
		border-bottom: 1px solid #4D677B;
		background: transparent url(../images/menu_ul.jpg) repeat-x top left;
	}
	#menu a:hover	{
		background: transparent url(../images/menu_ul_over.jpg) repeat-x bottom left;
		color: #FFF;
	}
	#menu ol a	{
		color: #DACDC8;
		background: transparent url(../images/menu_ol.gif) no-repeat center left;
		font-size: .8em;
		padding: 7px 10px 7px 20px;
		width: 155px;
	}
	#menu ol a:hover, #menu a.selected	{
		background: transparent url(../images/menu_ol_over.gif) no-repeat center left;
		color: #FFF;
	}

/*_____ FOOTER _____*/
#footer	{
	clear: both;
	line-height: 4em;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #B0AEA4;
}
	#footer p	{
		margin: 0 43px 0 228px;
		width: 385px;
		text-indent: 3px;
		background: transparent url(../images/hr.gif) repeat-x top left;
	}
