@charset "utf-8";


/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/mainback.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#container {min-height:100%;margin-bottom:-98px;}
* html #container {height:100%;}
#container #top {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 21px;
}
#container #top ul {
	text-align: right;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#container #top li {
	display: inline;
	margin-right: 15px;
	color: #cccccc;
	font-size: 11px;
}
#container #top a {
	text-decoration: none;
	color: #cccccc;
	font-size: 11px;
}
#container #top a:hover {
	text-decoration: underline;
}
#container #header {
	background-image: url(../images/headback.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 78px;
	padding-top: 10px;
}
#container #header #logo {
	width: 318px;
	margin-left: 20px;
	float: left;
}
#container #header #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #header #rss {
	float: right;
	margin-right: 40px;
	padding-top: 10px;
	display: inline;
	margin-top: 0px;
	width: 300px;
}
#container #header #rss img {
	float: right;
}

#container #header #rss ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#container #header #rss a {
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	font-size: 11px;
	line-height: 40px;
}
#container #header #rss a:hover {
	text-decoration: underline;
}

#container #menu {
	background-image: url(../images/menuback.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	padding-left: 15px;
}
#container #menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #menu li {
	display: inline;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-left: 10px;
}
/*
#container #menu .page_item a {
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	text-decoration: none;
}
#container #menu a:hover {
	color: #F22020;
	text-decoration: none;
}
.current_page_item {
	color: #FF0000;
}
#container #menu .last {
	background-image: none;
}
.current_page_item a {
	color: #FF0000;
} */

.page_item a {
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	text-decoration: none;
 }
 
.page_item a:hover {
	color: #F22020;
	text-decoration: none;
 }
 
.current_page_item a {
	color: #F22020;
  }

#container #main #left {
	width: 230px;
	float: left;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}
#container #main #left #search {
	padding: 10px;
}
#container #main #content #left #search #button {
	border: 1px solid #404040;
	background-color: #bababa;
	font-weight: bold;
	color: #404040;
}

#container #main #content #left ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px;
}
#container #main #content #left li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
	padding-bottom: 5px;
}
#container #main #content #left a {
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	font-size: 12px;
}
#container #main #content #left a:hover {
	color: #F22020;
	text-decoration: none;
}
#container #main #content {
	float: left;
	margin: 0px;
	padding: 0px;
	min-height: 500px;
}
#container #main #content #inner {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 250px;
}
#container #main #content #inner #right {
	float: right;
	width: 250px;
	background-image: url(../images/menuback.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 12px;
}
#container #main #content #inner #right h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
#container #main #content #inner #right h3 a {
	color: #000000;
}

.rsslinks {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#container #main #content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
}
#container #main #content #inner h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
}
#container #main #content #inner h2 {
	font-size: 14px;
	color: #000000;
}
#container #main #content #inner h2 a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#container #main #content #inner h2 a:hover {
	font-size: 14px;
	color: #F22020;
	text-decoration: none;
}
#container #main #content #inner small {
	font-size: 10px;
}
#container #main #content #inner table {
	font-size: 12px;
}
#container #main #content #inner a {
	color: #F22020;
	text-decoration: none;
}
#container #main #content #inner a:hover {
	color: #999999;
	text-decoration: underline;
}
#container #main #content #inner .postmetadata {
	padding: 5px;
	border: 1px solid #D4D0C8;
	background-color: #F6F6F6;
}
#container #main #content #inner .postmetadata a {
	color: #000000;
	text-decoration: underline;
}
#container #main #content #inner .postmetadata a:hover {
	color: #999999;
	text-decoration: underline;
}
#container #main #content #inner p {
	font-size: 12px;
	line-height: 18px;
}
#container #main #content #inner #text a {
	font-weight: normal;
	color: #F22020;
	text-decoration: none;
}
#container #main #content #inner #text a:hover {
	color: #000000;
	text-decoration: underline;
}
#container #main #content #inner ul {
	font-size: 12px;
}
#container #main #content #inner dl {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#container #main #content #inner dt {
	font-weight: bold;
}
#container #main #content #inner dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#container #main #content #inner .ddsg-wrapper ul {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#container #main #content #inner .ddsg-wrapper ul li {
	font-weight: bold;
	margin-top: 10px;
}
#container #main #content #inner .ddsg-wrapper a {
	color: #000000;
}
#container #main #content #inner .ddsg-wrapper ul li ul{
	padding-left: 20px;
	margin-top: 10px;
	background-color: #FBFBFF;
		border: 1px solid #D7D7D7;
}


#container #main #content #inner .ddsg-wrapper ul li ul li{
	font-weight: normal;
}


#container #main #content #inner .ddsg-wrapper ul li ul li ul{
	font-weight: normal;
	padding: 10px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}




#container #footer {
	width:100%;
	clear:both;
	color: #000000;
	height: 98px;
}
#footer #footerinner {
	background-image: url(../images/footerback.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-top: 26px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#clearfooter{clear:both;height:98px;}

.newsnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
