/* CSS for page structure of HOME page */

#containermain #leftcol_home {
	float: left;
	width: 188px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border: 1px solid #d8e2e6;
}

#containermain #rightcol_home {
	float: right;
	width: 188px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 10px;
	border: 1px solid #dae5cd;
}

#containermain #content_home {
	float: left;
	padding: 10px 5px 0 15px;
	margin: 0 0 30px 0;
	text-align: left;
	width: 580px;
}

#rightcol_home input {
	margin: 0 0 0 9px;
}


#leftcol_home input {
	margin: 0 0 0 9px;
}

#containermain #leftcol_home img.leftfloat {
	 float:left; 
	 margin: 3px 7px 7px 0;
}

#banner img.home {
	margin: 0;
}

/* CSS for sidebars of HOME page */

#containermain #leftcol_home h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	margin: 9px 0 8px 0;
	color: #37849e;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #d9e4e8;
	padding: 9px 9px 4px 9px;
	
}

#containermain #leftcol_home h2 a {
	color: #37849e;
	text-decoration: none;
}

#containermain #leftcol_home h2 a:hover {
	color: #C30;
}

#containermain #leftcol_home h3 a {
	color: #0b6786;
	text-decoration: none;
}

#containermain #rightcol_home h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	margin: 9px 0 8px 0;
	color: #558b00;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #dfead0;
	padding: 9px 9px 4px 9px;
}

#containermain #rightcol_home h2 a {
	color: #558b00;
	text-decoration: none;
}

#containermain #rightcol_home h2 a:hover {
	color: #C30;
}

#containermain #leftcol_home hr, #containermain #rightcol_home hr {
	margin: 3px 0 3px 0;
	border: none;
	border-top: 1px solid #d8e2e6;
	height: 1px;
	text-align: left;
	display: block;
}

#containermain #leftcol_home p, #containermain #rightcol_home p {
	font-size: 12px;
	line-height: 15px;
	color: #333;
	margin: 0 0 8px 0;
	padding:0 8px 0 9px;
}

#containermain #leftcol_home p.smallital, #containermain #rightcol_home p.smallital, #containermain #content_home p.smallital {
	font-size: 11px;
	line-height: 15px;
	color: #878787;
	font-style: italic;
	margin: 8px 0 0 0;
}

#containermain #leftcol_home ul, #containermain #rightcol_home ul {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
}

#containermain #leftcol_home li {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-image: url(../images/global/list_bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
	display:block;
}

#containermain #leftcol_home li a {
	color: #699d00;
	text-decoration: none;
}

#containermain #leftcol_home li a:hover {
	color: #C30;
	text-decoration: underline;
}

#containermain #rightcol_home li {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-image: url(../images/global/list_bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
	display:block;
}

#containermain #rightcol_home li a {
	color: #095873;
	text-decoration: none;
}

#containermain #rightcol_home li a:hover {
	color: #C30;
	text-decoration: underline;
}


/* CSS for main content area of HOME page */

#containermain #content_home h1 {
	font-size: 22px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #505050;
	width: 580px;
}

#containermain #content_home h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color:#C30;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #999;
}

#containermain #content_home h2 a {
	color: #C30;
	text-decoration: none;
}

#containermain #content_home h2 a:hover {
	color: #000;
}

#containermain #content_home h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color:#1a1a1a;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
}

#containermain #content_home h3 a {
	color: #1a1a1a;
	text-decoration: none;
}

#containermain #content_home h3 a:hover {
	color: #C30;
}

#containermain #content_home h4 {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 2px 0;
	color:#1a1a1a;
}

#containermain #content_home h4 a {
	color: #1a1a1a;
	text-decoration: none;
}

#containermain #content_home h4 a:hover {
	text-decoration: underline;
	color: #C30;
}

#containermain #content_home hr {
	margin: 20px 0 8px 0;
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	text-align: left;
	display: block;
}

#containermain #content_home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin: 0 0 12px 0;
	padding: 0 15px 0 20px;
}