body {
	margin: 0px;
	padding: 0px;

}

body, td, th {
	font-size: 11px;
	font-family: Verdana, serif;
	padding: 0px;
	border: 0;
}

body.bg {
	background: #333 url(/static/images/bg.jpg) repeat-x;
}

body.centered {
	text-align: center;
}

.padder {
	padding: 10px 40px;
}

#container {
	width: 1021px;
	text-align: left;
	margin: auto;
}

#lshadow {
	background: #333 url(/static/images/left_shadow_bg.jpg) top left repeat-y;

}

#rshadow {
	background: url(/static/images/right_shadow_bg.jpg) top right repeat-y;

	color: #fff;
}

#top {
	background: #333 url(/static/images/top_banner.png) top left no-repeat;
	padding: 0px 20px;

}

#logo {
	height: 157px;
	cursor: pointer;
	cursor: hand;
}

#menu {
	background: #fff url(/static/images/menu_bg.jpg) repeat-x bottom left;
	height: 29px;
	color: #000;
	font-weight: bold;
}

#menu .padder {
	padding-top: 0;
	padding-bottom: 0;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	float: left;
	position: relative;
	height: 29px;
	line-height: 31px;
	padding: 0px;
	padding-left: 32px;
	padding-right: 22px;
	background: url(/static/images/menu_bg_sep.jpg) no-repeat left -1px;

}

#menu li ul {
	background-color: #fff;
	min-width: 130px;
	max-width: 350px;
	position: absolute;
	left: 11px;
	top: 26px;
	padding-bottom: 5px;

	display: none;
}

#menu li.first ul {
	left: 0px;
}

#menu li:hover ul {
	display: block;
}

#menu li ul li.first {
	padding-left: 30px;
	border-top: none;
}

#menu li.first,
#menu li.first ul li {
	padding-left: 40px;
	background: none;
}


#menu li ul li {
	background: none;
	float: none;
	height: auto;
	line-height: 100%;
	padding: 0px 10px 7px 30px;
}
#menu li ul li a {
	display: block;
	padding-top: 7px;
	border-top: 1px #ccc dotted;
}

#menu a {
	text-decoration: none;
	color: #333;
	font-size: 10px;
	letter-spacing: 1px;
	outline: none;
}

#menu a:hover {
	color: #626365;
}
#menu a:active {
	color: #929395;
}

#maincontent {
	height: 470px;
	width: 100%;
	background-color: #fff;
	color: #000;
	margin: 0px;
	line-height: 15px;
}

#shadow-padder {
	padding: 0px 20px;
}

h2.maintitle, #news h2 {
	margin: 0px;
	padding: 0px;
	height: 35px;
	line-height: 35px;
}

#news h2 {
	background-color: #000;
	color: #fff;
	padding-left: 40px;
}

#news h2 {
	color: #fff;
	margin-bottom: 10px;
}

#news.news a {
	text-decoration: none;
}

#news.news a:hover strong {
	text-decoration: underline;
}

#news .archive a {
	color: #ef2a26;
}

#news.news div.padder div {
	margin-bottom: 15px;
}

#maincontent.front {
	background: #000;
	color: #fff;
}

#news h2 span,
h2.maintitle span {
	line-height: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#news a.more {
	display: block;
	margin-top: 5px;
	color: #333;
	font-weight: bold;
}

#main, #news {
	vertical-align: top;
	padding: 0px;
}

#news {
	width: 256px;
	border-left: 1px #333 dotted;
}

#news p, #news h3 {
	padding: 0px 40px;
}

#news.news {
	background: #ededed url(/static/images/bg_news.png) 0px 35px no-repeat;
	border-left: 0px;
}

#bottom {
	clear: both;
	background: #333 url(/static/images/tail.jpg);
	min-height: 210px;
}

#bottom object, #bottom div, #bottom a {
    margin-left: 21px;
}
#bottom object object {
    margin-left: 0;
}

#bottom div {
	color: #333;
	visibility: hidden;
	text-align: right;
}

a {
	color: #333;
}

a:hover {
	color: #626365;
}

li.styled {
	color: #ef2a26;
}

li.styled div.styled {
	color: #000;
}

/* read more */
a.readmore { 
	font-weight: normal;
	font-size: 80%;
}

.more_hidden {
	font-weight: normal;
}

.scripted .more_hidden {
	display: none;
}
