﻿body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em; 
	background-color: #f2f3e6;
	/*background-image: url(../images/tp-bg2.png);*/
	background-position: top center;
	background-repeat: no-repeat
}

a, a:link, a:visited { 
	color: #061580; 
	font-weight: 700; 
	text-decoration: none; 
	font-size: 11px; 
}

a:hover { 
	text-decoration: underline; 
}

img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#B30707; }
cite span { color: #B30707; }
em { color: #fff; font-weight: 400 }

h1, h2, h3, h4, h5, h6 { color: #B30707; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; text-align: left; margin: 0 0 20px; padding: 5px 0 20px; font-weight: 700;}
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

img.mouse-hovered {
    display:none;
    position: absolute;
}

.hover-text {
	margin: auto;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	/*background: url(../images/tp-bg2.png) center top no-repeat;*/
}

#header {
	width: 800px;
	height: 162px;
	background: url(../images/png.png) no-repeat top center;
}

/* menu */

#menu { 
	clear: both; 
	width: 780px; 
	height: 45px; 
	padding: 0 10px; 
}

#menu ul { 
	padding: 0; 
	margin: 0; 
	list-style: none; 
}

#menu ul li { 
	float: left; 
	display: block; 
	width: 118px;
	padding-right: 2px; 
	height: 45px; 
	margin: 0; 
	display: inline; 
	background: url(../images/div.png) no-repeat right center; 
}

#menu .last { 
	background: none; 
}

#menu ul li a {
	display: block;
	width: 118px;
	height: 32px;
	padding-top: 13px;	
	font-size: 13px;
	color: #B30707;	
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
}

#menu ul li a:hover, #menu ul .current {
	color: #000;
	padding-top: 8px;
	height: 37px;
	border-top: 5px solid #3a2a10;
}

/* end of menu */

.top-image{
	float:left;
}

.ad {
	position:relative;
}

.ad img {
	position:absolute;
    top:0;
    left:0;
}

#site_title { 
	clear: both; 
	width: 760px; 
	height: 40px; 
	padding: 10px 20px; 
}

#site_title h1 { 
	float: left; 
	display: block; 
	width: 475px; 
	margin: 20px 0 0 0; 
	padding: 0; 
}

#site_title h1 a { 
	color: #333; 
	font-size: 40px; 
	font-weight: 400; 
	outline: none; 
}

#site_title h1 a:hover { 
	text-decoration: none; 
}

#site_title h1 a span { 
	font-size: 16px; 
}

#social_box {
	float: right;
	/*display: inline-block;*/
	margin-right: 0px;
}

#social_box a { 
	display: inline-block; 
	width: 64px; 
	height: 64px; 
	margin-left: 20px; 
}

#sidebar {
	position:absolute;
	min-width: 150px;
    width:15%;
	right: 5%;
	top: 150px;;
    background-color:white;
}

#main {
	clear: both;
	width: 760px;
	padding: 0 20px;
}

.content_box {
	clear: both;
	padding: 40px 0;
	margin-bottom: 30px; 
}

.content_box_last {
	margin-bottom: 0;
	background: none 
}

.col_w340 {
	width: 340px;
	padding: 5px; 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.col_w220 { width: 220px; float: left; }
.col_mr30 { margin-right: 30px }
#main .content_box #Accordion1 {
	background-color: #f2f3e6;
}


.post_box { 
	clear: both; 
	margin-bottom: 30px; 
	padding-bottom: 20px; 
	border-bottom: 1px dashed #626335; 
}

.post_header { 
	border-top: 3px solid #B30707; 
	border-bottom: 1px solid #ccc; 
	padding: 5px; 
	margin-bottom: 20px; 
}

.post_box h3 { 
	font-size: 24px; 
	margin-bottom: 15px; 
}

.post_box p.post_meta { 
	font-size: 10px; 
	margin-bottom: 0; 
	padding-bottom: 0; 
}

table {
	width: 80%;
	margin: auto;
	border: 2px solid #B30707;
	text-align: center;
	border-radius: 5px;
}

th {
	color: #B30707;
}

#footer {
	clear: both;
	width: 760px;
	padding: 0 20px 20px;
	text-align: center;
	color: #B30707;
	background: url(../images/hl.png) top center no-repeat;
}

#tooplate_footer a {
	color: #fff;
}
