/* CSS Styles */

body	{
	background: #D9E1D9;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
}
#container	{
	width: 715px;
	background: #D9E3EA url(/images/body_background.jpg) repeat-y;
}
h1, h2, h3, h4, h5	{
	margin: 0;
}
h2	{
	font-family: georgia, 'times new roman', times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
	padding: 5px 0 0 10px;
}
h3	{
	font-family: arial, sans-serif;
	font-size: 115%;
	color: #3B3738;
	margin-top: 10px;
}
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	padding: 15px 0 0 40px;
	text-transform: uppercase;
}
h5	{
	padding-left: 40px;
	font-weight: normal;
	color: #666;
}
#header	{
	width: 550px;
	border-right: 150px solid #000;
	background: #FFF;
	}
	#header img	{
	position: absolute;
	top: 5px;
	left: 449px;
}
#menu	{
	font-size: 75%;
	text-transform: lowercase;
	/*letter-spacing: 1px;*/
	}
	#menu ul	{
	margin: 50px 0 0 0;
	padding: 0 0 5px 5px;;
	}
	#menu ul li	{
	display: inline;
	list-style-type: none;
	margin: 0px 5px;
	}
	#menu a	{
	text-decoration: none;
	color: #666;
	border-bottom: 2px solid #FFF;
	padding-bottom: 3px;
	padding-right: 1px;
	font-weight: bold;
	}
	#menu a:hover	{
	color: #000;
	/*font-weight: bold;
	letter-spacing: 0;*/
	border-bottom: 2px solid #C00;
}
#menu a.selected	{
	color: #000;
	letter-spacing: 0;
	border-bottom: 2px solid #C00;
}
#footer	{
	width: 680px;
	background: #000;
	color: #AFA5A8;
	font-size: 65%;
	padding: 5px 10px;
	clear: both;
	}
	#footer	p	{
	margin: 0;
}
#btmShadow	{
	height: 12px;
	background: url(/images/footer_shadow.jpg) no-repeat;
	margin: 0;
}
#content	{
	width: 550px;
	font-size: 75%;
	padding-bottom: 3em;
	}
	#content p	{
	color: #333;
	padding-left: 40px;
	padding-right: 40px;
	}
	#content h3	{
	text-transform: lowercase;
	padding: 5px 0 0 39px;
	font-size: 175%;
	color: #6C7175;
	}
	#content a	{
	color: #636C72;
	padding-right: 8px;
	background: transparent url(/images/link.gif) no-repeat center right;
	}
	#content a:hover	{
	color: #000;
	}
	#content a:visited	{
	color: #8E989F;
	}
	#content ul	{
	margin-left: 25px;
}
blockquote	{
	font-weight: bold;
	font-family: arial, sans-serif;
	margin: 0 0 -10px 0;
	padding: 5px 0 0 45px;
	background: transparent url(/images/quote_start.jpg) no-repeat top left;
	}
	blockquote p	{
	color: #8D9498 !important;
	margin: 0 !important;
	padding: 10px !important;
}
.pullquote	{
	text-align: right;
	margin: 0;
	padding: 10px 50px 2px 0 !important;
	font-weight: normal;
	background: transparent url(/images/quote_end.jpg) no-repeat bottom right;
}
#sideBar	{
	float: right;
	/*width: 137px;*/
	margin: 0 15px 0 0;
	display: inline;
	/*background: transparent url(/images/sidebar_top.jpg) no-repeat;*/
	text-align: right;
	padding: 15px 13px 5px 0;
	}
	#sideBar h3	{
	padding-right: 12px;
	}
	#subMenu ul	{
	margin: 15px 0 35px 0;
	list-style-type: none;
	font-size: 70%;
	}
	#subMenu ul li	{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	}
	#subMenu a	{
	color: #756E70;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 12px;
	}
	#subMenu a:hover	{
	color: #3B3738;
	background: transparent url(/images/arrow.gif) no-repeat center right;
	}
	#subMenu a:visited	{
	color: #756E70;
	background: transparent url(/images/check.jpg) no-repeat center right;
	}
	#subMenu a:visited.selected	{
	background: transparent url(/images/arrow.gif) no-repeat center right;
	color: #000;
}
address	{
	font-style: normal;
	color: #AFA5A8;
	float: right;
	text-align: right;
	}
	address a	{
	color: #AFA5A8;
	}
	address a:hover	{
	color: #EADCE0;
}
.hide	{
	display: none;
}
#jump	{
	display: none;
}
#sideBarShadow	{
	width: 150px;
	height: 13px;
	position: absolute;
	top: 93px;
	left: 550px;
	background: transparent url(/images/sidebar_top.jpg) no-repeat;
}