@CHARSET "UTF-8";
#welcome_image
{
	display: block;
	float: left;
	margin-right: 1em;
	border: 2px solid #555;
}
#welcome_block
{
	border-bottom: 3px solid #AAA;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	text-align: justify;
	font-weight: bold;
	color: #555;
}
div.index__assistance_item
{
	float: left;
	width: 200px;
	margin-left: 30px;
}
div.index__assistance_item.first
{
	margin-left: 0;
}
div.index__assistance_item img
{
	border: 2px solid #999;
	display: block;
	margin-bottom: 1em;
}
div.index__assistance_item p
{
	margin: 0;
	text-align: justify;
	color: #555;
	font-weight: bold;	
}
#index__forms
{
	background: #ddd;
	margin: 2em 0;
	border: 2px solid #555;
	padding-bottom: 1em;
}
#index__forms form
{
	width: 290px;
	float: left;
	margin: -10px 1em 0 1em;
}
#index__forms label
{
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
}
#index__forms form input[type="text"],
#index__forms form textarea
{
	border: 1px solid #999;
}
#index__e-notification legend,
#index__ask legend
{
	padding: 15px 0 0 40px;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
}
#index__e-notification legend
{
	background-image: url(/img/email-32x32.png);	
}
#index__ask legend
{
	background-image: url(/img/people-32x32.png);	
}
#index__forms p
{
	float: left;
}
#index__forms input
{
	width: 200px;
	margin-right: 1em;
	height: 24px;
}
#index__forms p.submit input
{
	margin-top: 10px;
	width: 32px;
	height: 32px;
	background-image: url(/img/arrow-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -80px;
	border: 0;
	cursor: pointer;
}
#index__forms p.submit input:hover
{
	background-position: -32px top;	
}
/*
#secondary_content #services p,
#secondary_content #services h2,
#secondary_content #services #service_list
{
	margin: 0 30px 0 13px;
}
#secondary_content #services h2
{
	letter-spacing: .2em;
	text-align: center;
}
#secondary_content #services p
{
	text-decoration:underline;
	font-weight: bold;
	color: #555;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
#secondary_content #services #service_list li a
{
	letter-spacing: .2em;
	display: block;
	padding-left: 20px;
	padding-bottom: .5em;
	text-decoration: none;
	color: #555;
}
#secondary_content #services #service_list li a:hover
{
	background-image: url(/img/arrow-2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
*/
#primary_content__inner p
{
	text-align: justify;
}
#primary_content__inner ul
{
	margin-left: 1em;
}
#primary_content__inner ul li
{
	list-style: disc;
	margin-left: 1em;
}
#archive_years
{
	margin: 1em 0;
	
}
#primary_content__inner #archive_years li
{
	list-style: none;
	margin: 0;
	float: left;
	padding-right: 1em;
}
#primary_content__inner #archive_groups li
{
	list-style: none;
	margin: 1em 0;
}
#primary_content__inner #archive_groups li ul li
{
	list-style: disc;
	margin: 0 0 0 1em;
}
