/*
Original design: andreas02 (v3.0 - June 01, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas02/
*/

/* General layout */
body {
	background:#34344B;
	color:#303030;
	font:76% tahoma, verdana, sans-serif;
	margin:0;
	padding:15px 0 0;
}
#container {
	background:#fff;
	margin:0 auto 20px;
	padding:5px 20px 20px;
	width:930px;
	border: .5px solid #CCCCCC;
}

/* Site title */
#logo {
	height: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#logo h1 a {
	border:none;
	color:#000066;
}
#logo h1 a:hover {border:none; color:#303030; text-decoration:none;}
#logo p {
	font-size:1.7em;
	color:#505050;
	margin:0 0 20px 0;
}

/* Tags */
a  img { border-bottom:none;}
a {
	border-bottom:1px dotted #505050;
	color:#000066;
	text-decoration:none;
}
a:hover {
	border-bottom:1px solid #505050;
	color:#990000;
	text-decoration:none;
}
a img {border:0;}
h1 {
	font-size:3.3em;
	font-weight:400;
	margin:0 0 5px;
	padding:0;
}
h2 {
	font-size:1.8em;
	font-weight:400;
	margin:0 0 12px;
	color: #B9004A;
}
h3 {
	font-size:1.4em;
	font-weight:400;
	margin:0 0 10px;
	color: #791A0F;
}
p {
	line-height:1.6em;
	margin:0 0 15px;
	text-align:left;
}
ul,ol {margin:0 0 15px 15px; padding:0;}
li {margin:0 0 3px 0;}

/* Toptabs menu */
#toptabs {
	font-size:.8em;
	margin:10px auto -13px;
	width:970px;
}
#toptabs p {color:gray; text-align:right;}
.toptab {background:#f0f0f0 url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #e0e0e0; color:gray; margin:0 0 0 4px; padding:4px 5px 3px; text-decoration:none;}
.toptab:hover {background:#fafafa url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #eaeaea; color:#505050; text-decoration:none;}
.activetoptab {background:#fff url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #fff; color:#505050; margin:0 0 0 4px; padding:4px 5px 3px; text-decoration:none;}
.activetoptab:hover {border-bottom:1px solid #fff; text-decoration:none;}

/* Navitabs menu */
#navitabs {
	clear:both;
	margin-bottom: 28px;
	margin-top: -3px;
}
.navitab {
	background:#7392B7 url(images/corner.gif) no-repeat right 20px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	font-size:1.1em;
	margin:0 0 4px;
	padding:4px 8px;
	text-decoration:none;
	color: #FFFFFF;
}
.navitab:hover {
	background:#990000 url(images/corner.gif) no-repeat right bottom;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
.activenavitab {
	background:#02032f url(images/corner.gif) no-repeat right 21px;
	color:#fff;
	font-size:1.1em;
	margin:0 0 4px;
	padding:4px 8px;
	text-decoration:none;
}
.activenavitab:hover {color:#fff; text-decoration:none;}

/* Header description area */
#desc {
	background:#FFFFFF url(images/front1.jpg) no-repeat right 5px;
	clear:both;
	color:#fff; /* height:200px; */
	margin:5px 0 15px;
	padding:20 0 5px;
	height: 209px;
}
#desc p {
	font-size:1.25em;
	line-height:1.4em;
	padding:0 0 0 15px;
	width:350px;
	font-weight: 500;
}
#desc h2 {color:#fff; padding:15px 15px 0;}
#desc a {border-color:#fff; color:#fff; text-decoration:none;}

/* inner description area */

#description {
	background:#FFFFFF url(images/front1.jpg) no-repeat right 5px;
	clear:both;
	color:#fff; /* height:200px; */
	margin:-20px 0 15px;
	height: 100px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* Main content */
#main {
	border-right:1px solid #d8d8d8;
	float:left;
	margin:0;
	width:675px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}

/* Sidebar */
#sidebar {
	float:right;
	width:210px;
}
#sidebar p {
	font-size:1.1em;
	line-height:1.4em;
	margin:0 0 15px;
}
#sidebar ul {margin:0 0 15px 0; padding:0;}
#sidebar li {list-style:none;}
ul.sidelink li {list-style:none; margin:0 0 3px; padding:0;}
ul.sidelink li a{
	background:#990000 url(images/corner1.gif) no-repeat right top;
	border:none;
	display:block;
	margin:5px 10px 5px 0;
	padding:8px 4px 6px 8px;
	text-align:left;
	width:180px;
	font-size: 1.2em;
	color: #FFFFFF;
}
ul.sidelink li a:hover {
	background:#000033 url(images/corner1.gif) no-repeat right top;
	border:none;
	text-decoration:none;
}

/* Footer */
#footer {background:#fff; border-top:1px solid #d8d8d8; clear:both; margin:0; padding:0;}
#footer a {color:gray;}
#footer a:hover {color:#303030;}
#footer p {color:gray; font-size:1.1em; line-height:1.3em; margin:15px 0 0; padding:0;}

/* Additional classes */
.photo {background-color:#f0f0f0; border:1px solid #d8d8d8; margin:0 0 15px; padding:2px;}
.timestamp {font-size:1.2em; color:#606060; margin:-12px 0 12px 0;}
.right {margin:-8px 0 8px 0; text-align:right;}
.block {background:#f0f0f0; padding:10px;}
.hide {display:none;}

#desc h2 { padding-top: 25px; }

#description h2 {
	margin-top: 25px;
	margin-left: 25px;
	color: #FFFFFF;
	padding-top: 50px;
}

#container #logo h1 { margin-left: -5000px; }

#navitabs  a:hover { color: #FFFFFF; }

 a img { text-decoration:none;}

#container #sidebar .sponsors img a { border-style: none; }

