@charset "UTF-8";

#homePhoto
{
	display: block;
	margin: 2px 0;
}
#homeContentContainer
{
	width: 966px;
	background: transparent url(../images/home_content_bg.png) repeat-x 0 0;
	border: 1px solid #C7C9A7;
}
#leftColumn, #centerColumn, #rightColumn
{
	height: 202px;
	float: left;
	display: inline;
	margin: 6px 0 6px 6px;
	padding-bottom: 15px;
	background: #FFF url(../images/left_nav_bg.png) repeat-x left bottom;
	border-left: 1px solid #E8E2D4;
	border-top: 1px solid #E8E2D4;
	border-right: 1px solid #D2C9B1;
	border-bottom: 1px solid #D2C9B1;	
}
#leftColumn
{
	width: 238px;
}
#leftColumn p
{
	font: normal 18px/24px "Times New Roman", Times, serif;
	color: #5888A0;
	margin: 16px;
}
#leftColumn a
{
	width: 198px;
	display: block;
	margin: 0 3px;
	padding: 10px 35px 0 0;
	background: transparent url(../images/home_bullet_blue.png) no-repeat 208px 12px;
	border-top: 1px dotted #C7D1C9;
	font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #3D4F59;
	text-align: right;
	text-decoration: none;
}
#leftColumn a:hover
{
	color: #5888A0;
}
#centerColumn
{
	width: 252px;
}
#centerColumn ul
{
	margin-left: 14px;
}
#centerColumn li
{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: transparent url(../images/home_bullet_green.png) no-repeat 0 2px;
}
#centerColumn li a
{
	width: 100%;
	display: block;
	color: #425259;
	text-decoration: none;
}
#centerColumn li a:hover
{
	color: #709171;
}
#centerColumn h1, #rightColumn h1
{
	margin: 10px 0 10px 14px;
	font: normal 20px/22px "Times New Roman", Times, serif;
	color: #32424A;
}
#rightColumn
{
	width: 446px;
}
#rightColumn ul
{
	width: 432px;
	margin: 0 7px;
	padding-top: 4px;
	border-top: 1px dotted #C7D1C9;
	list-style-type: decimal;
}
#rightColumn li
{
	width: 422px;
	margin-bottom: 4px;
	padding: 0 0 4px 10px;
	background: transparent url(../images/home_bullet_red.png) no-repeat 408px 3px;
	border-bottom: 1px dotted #C7D1C9;
	font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #6D93A5;
}
#rightColumn li a
{
	display: block;
	color: #6D93A5;
	text-decoration: none;
}
#rightColumn li a:hover
{
	color: #97534B;
}


