/*
CSS Credit: http://www.rotonicstech.com/
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Arial, "Trebuchet MS", Helvetica;
	font-size: 12px;
	color: #000000;
	background: #000;
}
a:link, a:visited { color: #000000; text-decoration: none} 
a:active, a:hover { color: #000000; text-decoration: underline}
h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 10px;
	color: #C00;
}

#national_container {
	width: 991px;
	margin: 0px auto;
	background: #FFF;
}
#national_top {
	clear: both;
	margin: auto;
	padding-top: 10px;
	width: 992px;
	height: 20px;
	text-align: center;
	background: url(images/national_top_bg.gif) no-repeat;
}
#national_header {
	clear: left;
	margin: auto;
	width: 991px;
	height: 160px;
	text-align: left;
	background: url(images/header.gif) no-repeat;
}
#national_left_column {
	clear: left;
	float: left;
	width: 200px;
}
#national_right_column {
	float: left;
	width: 595px;
	padding-right: 10px;
}
#national_right_subcol {
	float: left;
	width: 180px;
}
#national_footer a {
	color: #000;
}
#national_site_title {
	padding-top: 60px;
	padding-left: 150px;
	font-family: Arial Black;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	color: #000000;
}
#national_site_slogan {
	padding-top: 16px;
	padding-left: 300px;
	font-family: Century Gothic;
	font-size: 14px;
	text-align: left;
	color: #660000;
}
.national_spacer {
	clear: left;
	height: 10px;
}
.national_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #EAAA85;
	background: url(images/gradient_top.gif) repeat-x;
}
#section_box2 {
	margin: 2px;
	padding: 10px;
	border: 1px solid #EAAA85;
	background: url(images/gradient_top.gif) repeat-x;
}
#section_box2 a {
	color: #C00;
}
.post_box {
	clear: left;
	margin-top: 10px;
	background: #faebe2;
	color: #000;
	border: 1px solid #ECB695;
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
}
.post_text_area {
	padding: 10px;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #06C;
	font-size: 11px;
	font-weight: bold;
	background: #CDE url(images/gradient_bot.gif) repeat-x bottom;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}
.subtitle {
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.national_menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 180px;
}
.national_menu li a{
	background: #EAAA85;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	display: block;
	width: auto;
	margin-bottom: 1px;
	padding: 5px;
	text-decoration: none;
}
* html .national_menu li a{ 
	width: 170px;
}
.national_menu li a:visited, .national_menu li a:active{
	color: #06C;
}
.national_menu li a:hover{
	background: #D8621B;
	color: #FF0;
}
#national_topmenu {
	clear: both;
	width: 991px;
	margin: 0;
	height: 45px;
	background: url(images/national_menu_bg.jpg) right no-repeat;
}

#national_topmenu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#national_topmenu ul li {
	float:left;
	padding-right: 5px;
}

#national_topmenu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#national_topmenu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#national_topmenu  li.current a, #national_topmenu  li a:hover {
	color: #000000;
	text-decoration: none;
	background: url(images/national_menu_hover_right.jpg) right top no-repeat; 
}
#national_topmenu  li.current a b, #national_topmenu li a:hover b {
	color: #000000;
	text-decoration: none;
	background: url(images/national_menu_hover_left.jpg) left top no-repeat;
}
.sidemenu_box {
	padding: 10px;
}
#national_footer {
	clear: both;
	width: 992px;
	height: 60px;
	background: url(images/footer.gif) no-repeat;
}
