/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.75em Arial;
	color:#858787;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#67badc;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1, h2 {
	font:normal 1.5em Arial;
	color:#013945;
	margin-bottom:5px;
}

h3 {
	color:#2f5157;
	font:bold 1em Arial;
	margin-bottom:5px;
}

/* Form elements */

.textbox {
	color:#a4bbca;
	border:1px solid #a4bbca;
	background:#fff;
	font:normal 1em Arial;
	padding:1px 5px;
}


.radbut {
	color:#a4bbca;
	background:#fff;
	font:normal 1em Arial;
	padding:1px 5px;
}

.butbut {
	color:#a4bbca;
	background:#fff;
	font:normal 1em Arial;
	padding:1px 5px;
}

.dark
{	background:#EAF1F5;
}

.maintable td
{padding:5px
}




select, textarea
{	color:#a4bbca;
	border:1px solid #a4bbca;
	background:#fff;
	font:normal 1em Arial;
	padding:1px 5px;
}


input.imgbut
{
	color:#a4bbca;
	border:0px;

	font:normal 1em Arial;
	padding:1px 5px;
}



/* Structure */

.wrapper {
	background:url("images/bg.png") repeat-x top;
	min-width:1000px;
}

.container {
	width:100%;
	float:right;
	margin-left:-305px;
}

/* Header */

.header {
	position:relative;
	height:140px;
	background:url("images/header.jpg") no-repeat 42% 0;
}

	.logo {
		position:absolute;
		top:33px;
		left:41px;
	}

	.slogan {
		position:absolute;
		top:94px;
		left:54px;
	}

	/* Login */

	.login {
		position:absolute;
		right:192px;
		top:12px;
		padding:0 1px;
	}

		.login .textbox {
			width:80px;
			vertical-align:top;
		}

		.login p {
			font-size:0.9em;
			margin-bottom:5px;
		}

	.header ul {
		position:absolute;
		top:36px;
		right:30px;
		width:135px;
		font-size:0.9em;
	}

	.header .login2 {
		position:absolute;
        top:10px;
		right:30px;

	}



		.header li {
			margin-bottom:4px;
			padding-left:8px;
			background:url("images/header-bullet.gif") no-repeat left 8px;
		}

/* Intro */

.intro {
	border-top:8px solid #343641;
	border-bottom:8px solid #343641;
	background:#dbe7e9 url("images/intro.gif") repeat-x top;
	padding:0 330px 0 305px;
	height:54px;
	position:relative;
}

	.tip {
		font-size:0.9em;
		position:absolute;
		top:6px;
		right:10px;
		width:315px;
	}

	.search {
		position:absolute;
		text-align:right;
		top:-17px;
		left:0;
		width:217px;
		padding:28px 73px 0 0;
		background:url("images/search.png") no-repeat right top;
		height:50px;
		font:normal 1.1em Arial;
	}

	.intro form {
		font-size:0.9em;
		padding:11px 0 3px;
	}

		.intro .textbox {
			vertical-align:top;
			width:88%;
		}

		.intro form a {
			text-decoration:none;
			border-bottom:1px dashed #67badc;
		}

/* Menu */

.menu {
	background:#f7d931;
	padding:15px 0;
	text-align:center;
	font:normal 1.5em Arial;
	margin-bottom:10px;
}

	.menu li {
		display:inline;
		padding:0 13px;
	}

		.menu a {
			color:#013945;
		}

/* Content */

.content {
	margin-left:305px;
}

	.banner-block {
		margin-bottom:10px;
		text-align:center;
	}

/* Central column */

.main {
	margin-right:216px;
	line-height:1.5em;
	padding:0 10px 20px 0;
}

	.shortnews {
		overflow:hidden;
		margin-bottom:4px;
	}

		.shortnews dt {
			float:left;
			margin-right:7px;
		}

		.shortnews dd {
			display:table;
		}

	/* Ads */

	.ads, .users {
		width:100%;
		margin-bottom:30px;
	}

		.ads td, .users td {
			vertical-align:top;
			padding:5px 8px;
			background:#f5f4ea;
			border-right:10px solid #fff;
			border-top:10px solid #fff;
		}

		.users td {background:#eaf1f5}

		.ads a, .users a {font-weight:bold}

/* Left column */

.leftside {
	width:265px;
	float:left;
	color:#013945;
	padding:20px 0 20px 20px;
}

	.leftside h3 {color:#013945}

	.leftside p {margin-bottom:20px}

/* Right column */

.rightside {
	width:200px;
	padding:0 9px 20px 7px;
	float:right;
}

	.rightside p {
		margin-bottom:6px;
	}

/* Footer */

.footer {
	clear:both;
	background:#eaeaea;
	overflow:hidden;
	padding:20px 20px 15px;
}

	.copyright {
		float:left;
		padding:20px 0 0;
		font-size:0.9em;
		line-height:1.5em;
	}

	.c-block {
		float:right;
		width:186px;
	}

	.footer ul {
		margin:0 250px 0 285px;
		overflow:hidden;
		font-size:0.9em;
	}

		.footer li {
			float:left;
			width:45%;
			padding-left:8px;
			background:url("images/header-bullet.gif") no-repeat left 8px;
			margin-bottom:5px;
		}
