/* Inner Pages CSS Document */
/* Style Rules specific to sites internal pages (not the home page) */

#header_bot {
	height: 127px;
	background: url(/_images/design/head_inner.png) no-repeat;
}

#page_title {
	float: left;
	margin: 40px 0 0;
	padding: 0 0 0 60px;
}

#page_title h2 {
	font-size: 20px;
	margin: 0;
	
}
#page_title h2 a, #page_title h2 a:link, #page_title h2 a:active, #page_title h2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#page_title h3 {
	font-size: 14px;
	margin: 5px 0 0 0;
	font-weight: normal;
}

#main_nav li.current a, #main_nav li.current_path a {
	background: url(/_images/design/tab_left.png) no-repeat;
}

#main_nav li.current a span, #main_nav li.current_path a span {
	background: url(/_images/design/tab_right.png) right top no-repeat;
}

#main_nav li.current a span span, #main_nav li.current_path a span span {
	background: url(/_images/design/tab.png);
}

#main_nav li.current li a, #main_nav li.current_path li a, #main_nav li.current li a span, #main_nav li.current_path li a span, #main_nav li.current li a span span, #main_nav li.current_path li a span span {
	background: none;
}

#main_nav {
	height: 41px;
}

#content {
	height: 715px;
	padding: 10px 0;
}

#right_content {
	height: 756px;
}

/* end of file */