﻿.body_content
{
	padding-left:10px;
}

.body_with_feature
{
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
}

#flashcontent
{
	width:719px;
	height:215px;
	padding:0px;
	margin:0px;
	padding-left:9px;
	float:left;
}

.body_content .body_with_feature H1,
.body_content .body_with_feature .body_top_title
{
	padding-top:0px !important;
	margin-top:0px;
	width:100%;
	border-bottom:none;
}

.body_content P
{
	font-size:1.1em;
}


.home_hrd_rt
{
	width:211px;
	height:215px;
	background-image:url('../images/home_hdr_img_rt.jpg');
	background-repeat:no-repeat;
	float:left;
	padding-left:10px;
	font-size:1.15em;
	line-height:1.15em;
}

.home_hrd_rt h2
{
	color:#ffffff;
	padding:0px;
	margin:0px;
	margin-top:10px;
	padding-top:2px;
	margin-bottom:20px;
	font-size:1.35em;
}

.home_hrd_rt p
{
	color:#ffffff;
	padding:0px;
	margin:3px 0px 3px 0px;
}

.home_hrd_rt a, .home_hrd_rt a:visited
{
	text-decoration:none;
	color:#ffffff;
	font-size:0.8em;
}

.home_hrd_rt a:hover
{
	text-decoration:underline;
}

/*-------------------NATIONALLY RECOGNIZED SECTION HOME PAGE---------------*/

.home_border_container
{
	margin:0px;
	padding:0px;
	width:460px;
	width:400px;
	margin-top:0px;
	padding-top:0px;
	float:left;
	font-size:0.85em !important;
	margin-left:25px !important;
}

.home_border_container P,
.home_border_container H2
{
	padding-bottom:15px;
	padding-left:0px !important;
}

.home_content_border_left
{
	width:445px;
	background-image:url('../images/home_content_border1.gif');
	background-repeat:no-repeat;
	/*border-top:solid 1px red;*/
	margin-top:30px !important;
	margin-left:-15px !important;
	padding-top:15px !important;
	padding-left:15px !important;
}

.home_content_border_left h2
{
	margin:0px;
	/*margin-left:15px;*/
	font-size:1.65em;
	padding:0px 0px 15px 0px;
}

.home_content_border_left p
{
	/*margin-left:15px;*/
	font-size:1.2em;
	margin-bottom:8px;
	width:425px;
	line-height:1.5em;
	letter-spacing:0px;
	
}

.home_content_border_left span
{
	/*margin-left:15px;*/
	/*font-size:10px;
	color:#b7b7b7;*/
}

.text_container
{
	width:430px;
}

.text_container p
{
	width:360px;
	margin-bottom:0px;
	padding-right:0px;
	margin-right:0px;
}

.logo_text_left
{
	width:300px;
}

.best_logo
{
	float:right;
	width:60px;
	margin:5px !important;
	margin-top:15px !important;
}

/*----------CALENDAR SECTION HOME PAGE----------------*/

.home_content_border_right
{
	width:220px;
	background-image:url('../images/home_content_border2.gif');
	background-repeat:no-repeat;
	/*border-top:solid 1px red;*/
	margin:0px;
	padding:0px;
	margin-top:30px !important;
	padding-right:15px !important; 
	padding-top:15px !important;
	float:right;
}

.home_content_border_right h2
{
	width:100px;
	float:left;
	margin:0px;
	padding:0px;
	margin-top:15px !important;
	padding-left:0px !important;
}


.text_container_right
{
	width:200px;
	float:left;
	margin-left:15px !important;
}

.calendar_icon
{
	width:43px;
	height:39px;
	background-image:url('../images/calendar_icon.gif');
	background-repeat:no-repeat;
	float:right;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	
}

.home_calendar_item
{
	margin-bottom:2em !important;
	font-size:0.85em;
	line-height:1.25em;
}

.calendar_date
{
}

.calendar_title
{
}

.calendar_desc
{
}

/*--Left menu--*/
/*--THE MAGIC OF HIDING AND SHOWING--*/
#nav ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left:9px;
}
#nav ul li
{
	position: relative;
	padding:0px;
	margin:0px;
	padding-left:28px;
}
#nav li ul 
{
	position: absolute;
	left: 210px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
#nav li:hover ul, li.over ul 
{ 
	display: block; 
}


/* Styles for Menu Items */
#nav ul li
{
	padding-top:0.3em;
	padding-bottom:0.4em;
	text-decoration: none;
	color: #444444;
	font-weight:bold;
}

#nav ul li a
{
	color: #444444;
	text-decoration:none;
	display:block;
}

#nav .top_level li:hover
{ 
	background-image:url('../images/left_nav_hover_bg.jpg');
}

#nav .top_level li:hover,
#nav .top_level li:hover a
{
	color: #ffffff; 
}

#nav .second_level
{
	margin-top:3px;
	font-size:0.95em;
}

#nav .second_level li
{
	background-image:url('../images/flyout_bg.gif');
	background-position:top left;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	width:220px;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:15px !important;
	font-weight:normal;
}		

#nav .second_level li a
{
	text-decoration:none;
	display:inline;
}
		
#nav .second_level li,
#nav .second_level li a 
{ 
	color:#ffffff;
}

#nav .second_level li:hover
{ 
	background-image:url('../images/flyout_bg_hover.gif');
}

#nav .second_level a:hover
{ 
	text-decoration:underline;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
