* {
	padding: 0px; margin: 0px;
	}

.clearer {
	clear: both;
}

body {
	background-color: #E6E6E6;
}

body, td {
	color: #000000;
	font-size:12px;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
}

body a, td a {
	color: #0071BC;
	text-decoration: underline;
}

body a:hover, td a:hover {
	color: #D25B36;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h4 {
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#wrapper {
	min-width:994px;
	width:100%;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 994)? "994px" : "100%");
}

#page {
	margin: 0px;
}


#logo {
	position: absolute;
	top: 40px;
	left: 198px;
}

#banner {
	position: absolute;
	top: 95px;
	left: 450px;
}

#logo img {
	border: 0px;
	width: 230px;
	height: 43px;
}

#logo_text {
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 26px;
	color: #FFFFFF;
}

#fish {
	width: 205px;
	height: 129px;
	background:url("images/fish.png") no-repeat left top;
	position: absolute;
	top: 340px;
	left: 0px;
}

#navigation {
	width: 100%;
	height: 24px;
	background:url("images/navbg.jpg") repeat-x left top #E6E6E6;
	text-align: right;
	color: #D7EDF1;
	font-size: 10px;
	padding-top: 3px;
}

#navigation a {
	color: #D7EDF1;
	font-size: 10px;
	text-decoration: underline;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation img {
	position: relative;
	top: 3px;
	margin-right: 5px;
	border: 0px;
}

.navigation_item {
	margin-right: 10px;
}

#top {
	width: 100%;
	height: 396px;

	background:url("images/topbg.jpg") repeat-x left top #E6E6E6;
	}


#topleft {
	float: left;
	width: 1140px;
	height: 396px;
	background:url("images/top.jpg") no-repeat left top #E6E6E6;
}

#menu {
	float: left;
	text-align: left;
	margin-top: 38px;
	margin-bottom: 20px;
}

#menu_content {
	padding: 5px;
}

#menu ul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}

#menu ul li {
	height: 25px;
	list-style-type: none;

}

#menu ul li span{
	display: block;
	text-align: left;
	padding-left: 2px;
	padding-top: 0px;
        height: 25px;
	width: 100%;
	background:url("images/list.gif") no-repeat left top;
}
#menu a {
        height: 25px;
	margin-left: 18px;
	color:#0071BC;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:underline;
	text-align: left;
}

#menu span {
	height: 25px;
	display: block;
	float: left;
	text-align: center;
}

#menu a:hover {
	text-decoration: none;
	color: #D25B36;
}

#main {
	width: 100%;
}

#main #mleft {
	float: left;
	width: 29%;


}

#main #mright {
	float: right;
	width: 70%;
	margin-left: 0px;
	
}

#posts {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 20px;

}

.post_item {
	display:inline-table;
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 20px;
}

.post_content {
	padding: 12px;
}

.post_title {
	font-size: 19px;
	padding-bottom: 10px;
}

.post_title a {
	font-size: 22px;
	color: #0071BC;
}

.post_title a:hover {
	color: #D25B36;
	text-decoration: none;
}

.post_img {
	float: right;
	margin-left: 10px;
	padding-bottom: 15px;
	
}

.post_img img {
	border: solid 2px #BFBFBF;
	padding: 1px;
	
}

.post_text {
	margin-left: 0px;
}

.post_subtext {
	margin-top: 5px;
	font-size: 10px;
	color: #939598;
}

.post_subtext a {
	font-size: 10px;
	color: #0071BC;
}

.post_subtext a:hover {
	color: #0071BC;
}

#posts_pages {
	text-align: center;
	padding-top: 25px;
	margin-bottom: 25px;
	font-size: 23px;
	color: #0071BC;
}

#posts_pages a{
	font-size: 22px;
	color: #0071BC;
	margin-right: 1px;
	margin-left: 1px;
}

#posts_pages a:hover{
	color: #D25B36;
}

#posts_pages .pp_active{
	font-size: 22px;
	color: #D25B36;
	text-decoration: none;
}

#main_links {
	text-align:center;
	margin-bottom: 25px;
}

#main_links a:hover {
	color: #D25B36;
}

#content {
	margin-bottom: 20px;
}

.block {
	margin-bottom: 50px;
	width: 100%;
}

.block_title {
	height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: right;
	padding-right: 20px;
	padding-top: 9px;
	background-color: #52BBA3;
}

.block_green {
	background-color: #66BB52;
}

.block_text {
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #FFFFFF;
	line-height: 22px;
}

.block_text a:hover {
	color: #A7BED5;
}

.block_tags {
	text-align: center;
	line-height: 22px;
}

.block_tags a {
	padding: 2px;
}

.block_tags a:hover {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/tagsback.gif);
}

.t10 {
	font-size: 10px;
}

.t11 {
	font-size: 11px;
}

.t12 {
	font-size: 12px;
}

.t13 {
	font-size: 13px;
}

.t14 {
	font-size: 14px;
}

.t15 {
	font-size: 15px;
}

.t16 {
	font-size: 16px;
}

.t17 {
	font-size: 17px;
}

.t18 {
	font-size: 18px;
}

.gray_text {
	color: #939598;
}


.block1_img {
	position: absolute;
	margin-top: -60px;
}

.block1_img img{
	width: 136px;
	height: 95px;
}

.block2_img {
	position: absolute;
	margin-top: -82px;
}

.block2_img img{
	width: 136px;
	height: 122px;
}

.block3_img {
	position: absolute;
	margin-top: -66px;
}

.block3_img img{
	width: 109px;
	height: 89px;
}

.bottom {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #B4BFD6;
	margin-bottom: 0px;
}

.bottom a:hover {
	color: #D25B36;
}

.bottom_img {
	float: left;
	position:relative;
	left: 33px;
	top: -40px;
}

.bottom_img img {
	border: 0px;
	width: 43px;
	height: 186px;

}

.bottom_text img {
	border: 0px;
}

.bottom_text {
	height: 119px;
	text-align: left;
	padding-left: 150px;
	padding-top: 70px;
	color: #FFFFFF;
	font-size: 11px;
}

.bottom_text_left {
	float: left;
	width: 40%;
	margin-right: 30px;
}

.bottom_text_right {
	float: left;
	width: 50%;
}

p {
text-indent: 30px;
margin-bottom: 5px;
color: #222222;
text-align:justify;
} 

h1 {
	color: #00609F;
	font-size:24px;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
}