@charset "utf-8";
/* CSS Document */

body, form, p{
	margin:0; 
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
}

blockquote {
	margin:12px 0;
}

.bullet {
	margin-bottom: 11px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a21d22;
}

.textPDF
{
	color: #666666;
	font-size: 9px;
}

h3 {
	padding:0;
	margin:0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a21d22;
}

h4 {
	padding:0;
	margin:0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a{
	color:#a21d22;
	text-decoration:none;
}

a:hover{
	text-decoration:underline; 
}

image, form {
	border:0;
}

input {
	border:1;
}

.overflowLeft{
	background:url(/images/utilities/overflow-left-black.jpg) top right no-repeat;
}

.overflowRight{ 
	background:url(/images/utilities/overflow-right-black.jpg) 0 0 no-repeat;
}

.overflowLeft_home{
	background:url(/images/home/overflow-left-black.jpg) top right no-repeat;
}

.overflowRight_home{ 
	background:url(/images/home/overflow-right-black.jpg) 0 0 no-repeat;
}

#nav-container{
	width:234px;
	height:600px;
	vertical-align:top;
}

#nav-container_home{
	width:287px;
	height:400px;
	vertical-align:top;
}

.content_home{
	vertical-align:top;
	width:4694px;
	padding:45px 50px 60px 70px;
	line-height:22px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#323232;
	background:url(/images/home/home_bg.gif) bottom right no-repeat;
}

.content_home p{
	line-height:22px;
	color:#323232;
	font-size:14px;
}

.content_home .u1{
	font-size:16px;
	font-weight:bold;
}

.content_home a{
	text-decoration:underline;
	color:#a21d22;
}

.content_home a:hover{
	text-decoration:none;
}

.content{
	background:url(/images/utilities/content-bg.gif) 0 0 no-repeat;
	vertical-align:top;
	width:502px;
	padding:0 25px 60px 19px;
	line-height:22px;
}

	#breadcrumb{
		color:#757679;
		padding:10px 0 3px 0;
		line-height:normal;
	}
	
	.content p{
		padding:0 0 10px 0;	
		line-height:22px;
	}
	
	a{
		color:000;
		text-decoration:underline;
	}
	
	a:hover{
		text-decoration:none;
	}

#footer{
	font-size:10px;
	color:#FFF;
	vertical-align:top;
	padding:5px 14px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/

#subNav { width: 234px;}
#subNav ul { padding: 0px; margin:4px 0 8px 0;}
#subNav li {
	font:normal 14px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color:#000;
	padding:0;
	margin:0;
	list-style-type: none;
	width:234px;
}

#subNav li a{
	padding: 3px 5px 4px 52px;
	text-decoration: none;
	display:block;
	color:#000;
	width:177px;
}

#subNav li a:hover {
	padding: 3px 5px 4px 52px;
	color:#a21d22;
	background:url(/images/utilities/sub-arrow-red.gif) 35px 6px no-repeat;
	width:177px;	
}

#subNav li a.current{
	color:#a21d22;
	background:url(/images/utilities/sub-arrow-red.gif) 35px 6px no-repeat;
}

#subNav ul li ul{ 
	padding:0px;
	margin:0 0 4px 0;
}

#subNav ul li ul li a{ 
	padding: 6px 5px 6px 70px;
	text-decoration:none;
	color:#757679;
	width:159px;
	line-height:14px;
}

#subNav ul li ul li a:hover {
	padding: 6px 5px 6px 70px;
	background:url(/images/utilities/sub-arrow-black.gif) 52px 6px no-repeat;
	color:#000;
	font-weight:bold;
	width:159px;
}

#subNav ul li ul li a.current{
	background:url(/images/utilities/sub-arrow-black.gif) 52px 6px no-repeat;
	color:#000;
	font-weight:bold;
}

