@charset "utf-8";
/* CSS Document */

/* left column navigation */
#sub_nav{
	list-style-type: none;
	margin-top: 25px;
}

#sub_nav li{
	zoom:1.0;
}

#sub_nav a{
	display: block;
	font-size: 16px;
	color: #0079c2;
	font-family: Arial, sans-serif;
	background: url(../graphics/shared/menu_bullet.gif) no-repeat left center;
	line-height: 30px;
	padding-left: 35px;
	text-decoration: none;
	font-weight: bold;
}

#sub_nav_2{
	padding-left: 35px;
	list-style-type: none;
}

#sub_nav_2 a{
	font-size: 14px;
	background: url(../graphics/shared/menu_bullet_2.gif) no-repeat left center;
	padding-left:  26px;
}

#sub_nav_2 a.larger{
	line-height: 18px;
	background: url(../graphics/shared/menu_bullet_2.gif) no-repeat left 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#sub_nav_2 a:hover, #sub_nav_2 li.on a{
	color: #82c7b9
}

#sub_nav_3{
	padding-left: 25px;
	list-style-type: none;
}

#sub_nav_3 a{
	font-size: 12px;
	background: url(../graphics/shared/menu_bullet_3.gif) no-repeat left center;
	padding-left: 19px;
	color: #0079c2;
}

#sub_nav li.on #sub_nav_2 a,
#sub_nav li.on #sub_nav_2 li.on  #sub_nav_3 a{
	color: #0079c2;
}

#sub_nav a:hover, #sub_nav li.on a,
#sub_nav li.on #sub_nav_2 a:hover, #sub_nav li.on #sub_nav_2 li.on a,
#sub_nav li.on #sub_nav_2 li.on #sub_nav_3 a:hover, #sub_nav li.on #sub_nav_2 li.on #sub_nav_3 li.on a{
	color: #82c7b9;
}


.subheader{
	font-weight: bold;
	color: #0079c2;
}

.center{
	text-align: center;
}

.upper{
	text-transform: uppercase;
}

.ifuContent div p{
	line-height: 22px;	
}

.clear{
	clear: both;
}

.left{
	width: 45%;
	float: left;
}

.right{
	width: 45%;
	float: right;
}

.bbot{
	margin: 10px 15px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 15px 0px!important;
}