/*
CSS Credit: http://www.templatemo.com/
*/
/* 
Subsequently modified by r.davies
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	/* background: #999999 url(../images/bg.gif);*/
}
a:link, a:visited { color: #0066CC; text-decoration: none} 
a:active, a:hover { color: #008800; text-decoration: underline}

#container_wrapper {
}
#container {
	width: 810px;
	margin: 0px auto;
	background: url(../images/container_bg.gif);
}
#top {
	clear: left;
	height: 40px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 27px;
	padding-left: 30px;
	background: url(../images/top_bg.gif) no-repeat bottom;
}
#header {
	clear: left;
	height: 170px;
	text-align: center;

}
#inner_header {
	height: 150px;
	background: url(../images/header.jpg) no-repeat center center;
}
#left_column {
	clear: left;
	float: left;
	width: 540px;
	padding-left: 20px;
}
#left_column h1 {
	font-size: 16px;
}
#right_column {
	float: right;
	width: 216px;
	padding-right: 15px;
}
#footer {
	clear: both;
	padding-top: 18px;
	height: 37px;
	text-align: center;
	font-size: 11px;
	background: url(../images/footer_bg.gif) no-repeat;
	color: #666666;
}
#footer a {
	color: #666666;
}
#site_image {
	padding-top: 15px;
	padding-left: 25px;
	float: left;
}
#site_title {
	padding-top: 65px;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
}
#site_slogan {
	padding-top: 14px;
	font-weight: bold;
	font-size: 13px;
	color: #AAFFFF;
}
.spacer {
	clear: left;
	height: 18px;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.pic-noborder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #CCCCCC;
	background: #F2F2F2;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	background: #F6F6F6;
	color: #000000;
}
.section_box3 {
	clear: left;
	margin-top: 10px;
	background: url(../images/content_bg.jpg);
	color: #000000;
}
.text_area {
	padding: 10px;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}

.title_emp_read {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.title_emp_green {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #339900;
}
.subtitle {
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #DDEEFF;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.post_title_emp_red {
	padding: 6px;
	padding-left: 10px;
	background: #DDEEFF;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.post_title_emp_green {
	padding: 6px;
	padding-left: 10px;
	background: #DDEEFF;
	font-size: 20px;
	font-weight: bold;
	color: #339900;
}
.post_title2 {
	padding: 6px;
	padding-left: 10px;
	background: #C0D0FF;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.menu {
	list-style-type: none;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 195px;
}
.menu li a{
	background: #F4F4F4 url(../images/button_default.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 12px;
	text-decoration: none;
}
* html .menu li a{ 
	width: 190px;
}
.menu li a:visited, .menu li a:active{
	color: #0066CC;
}
.menu li a:hover{
	background: #EEEEEE url(../images/button_active.gif) no-repeat;
	color: #FF3333;
}

.menu2 {
	list-style-type: none;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 195px;
}

.menu2 li a{
	background: #FFFFFF;
	font-size: 11px;
	/* font-weight: bold;*/
	color: #0066CC;
	display: block;
	width: auto;
	margin-bottom: 0px;
	padding: 1px;
	padding-left: 20px;
	text-decoration: none;
}
* html .menu2 li a{ 
	width: 170px;
}
.menu2 li a:visited, .menu li a:active{
	color: #0066CC;
}
.menu2 li a:hover{
	background: #FFFFFF;
	color: #FF3333;
}

.txt-highlight1 {
	color: #FF0066;
}

}
.table-withborder {
	border: 1px solid #000000;
}