@import '/includes/reset.css';

body {
	background:#444 top center no-repeat;
	color:#333;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:19px;
}

h1 {
	color:#21445b;
	font-family:arial,helvetica,sans-serif;
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:30px;
}
h2 {
	color:#21445b;
	font-family:arial,helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:26px;
}
h3 {
}
h4 {
}

hr {
	border:none;
	border-top:1px solid;
	height:1px;
	margin:20px 0;
}

ul {
	list-style:disc;
	list-style-position:inside;
}
ol {
	list-style:decimal;
	list-style-position:outside;
	margin-left:20px;
}
li {
	margin-bottom:5px;
}

p {
	margin:5px 0 10px;
}

a {
	border:none;
	color:#999;
	outline:none;
	text-decoration:none; 
}

a:hover {
	color:#333;
}

.error {
	display:block;
}

input[type="text"], input[type="password"], textarea {
	border:1px #999 solid;
	padding:1px 2px 1px 2px;
}

.border {
	border:1px #666 solid;
}

#pg {
	background:#fff;
	margin:0 auto;
	width:980px;
}

#hd {
	background:#fff url('/images/headerbg.jpg') top center no-repeat;
	position:relative;
	height:160px;
}
#hd-logo {
	position:absolute;
	top:40px;
	left:35px;
}
#hd-nav {
	height:40px;
	left:280px;
	padding:20px 0 0 5px;
	position:absolute;
	top:25px;
	width:550px;
}
#hd-nav a {
	background:url('/images/topmenu.png') 0 0 no-repeat;
	height:35px;
	text-indent:-9000px;
	overflow:hidden;
	margin:0 20px;
	display:block;
}
#hd-nav a, #hd-nav img {
	float:left;
}

#hd-search {
	position:absolute;
	top:100px;
	right:0;
	height:40px;
	width:210px;
}
#hd-search div {
	position:relative;
}
#hd-search input {
	color:#ccc;
	position:absolute;
}

#hd-languages {
	position:absolute;
	top:40px;
	right:0;
	height:40px;
	width:240px;
}
#hd-languages a {
	color:#fff;
	margin-right:5px;
}
#hd-languages a.active {
	font-weight:bold;
}

/* BODY */
#bd {
	padding-bottom:10px;
}
#bd-ct {
	float:left;
}
#bd-sidebar {
	background:url('/images/menubg.png') top center no-repeat;
	float:left;
	width:235px;
	height:470px;
}

#ct-article {
	float:left;
	min-height:470px;
	padding:0 10px 30px 10px;
	width:510px;
}

#ct-sidebar {
	float:left;
	width:200px;
}

#ct-article td {
	vertical-align:top;
}

#ct-article a {
    font-weight:bold;
}

#ct-article img[border="1"] {
	border:1px #555 solid;
}

#ct-article img[align="right"] {
	float:right;
	margin:5px 0 5px 15px;
}

#ct-article img[align="left"] {
	float:left;
	margin:5px 15px 5px 5px;
}

.sectionlistitem {
	margin-bottom:25px;
}

#homebuckets {
	background:url('/images/homebuckets.png') top center no-repeat;
}
#homebuckets td {
	padding:0 20px 10px 5px;
	vertical-align:top;
}

/* BANNER */
#banner {
	padding:5px 0 10px;
}

/* FOOTER */
#ft {
	background:url('/images/footer.png') top left repeat-x;
	height:335px;
	position:relative;
}
#ft-news {
	position:absolute;
	top:20px;
	left:250px;
}
#news-items {
	height:140px;
	overflow:hidden;
}
#news-items tr td {
	color:#fff;
	padding:0 20px 0 0;
	vertical-align:top;
}
.news-link, .news-link:hover {
	color:#6dc5ff;
	text-decoration:underline;
}
#ft-logo {
	position:absolute;
	top:275px;
	left:35px;
}
#ft-links {
	position:absolute;
	top:300px;
	left:0;
	right:0;
	height:30px;
	text-align:center;
}
#ft-links span {
	margin-right:200px;
}

/* COMMENTS */
.comment {
	padding:5px;
	margin:0 0 10px 0;
}

.comment-user {
	font-weight:bold;
}

/* NAV STYLES */
#nav {
	list-style:none;
	padding:0;
	margin:20px auto;
	width:195px;
}

#nav dl, #nav dd {
	margin:0;
}
#nav dt {
	background:url('/images/menu-bullet.png') left center no-repeat;
	border-bottom:1px #ccc solid;
	padding:8px 10px 8px 20px;
	text-transform:uppercase;
}
#nav dt a {
	color:#999;
	text-decoration:none;
}
#nav dd {
	margin:0;
}
#nav dd ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav dd ul li {
	padding:3px 10px 3px 20px;
	text-transform:normal;
	margin:0;
}
#nav dd ul li a {
	display: block;
	color:#999;
	width:auto;
	text-decoration:none;
}

#nav dd ul li:hover {
	color:#333;
}

/* FORMS */
form span {
	clear: both;
	display: block;
	padding-top: 10px;
}

form span label {
	float: left;
	margin-right:10px;
	text-align:right;
	width:30%;
}

form span div {
	float: left;
	width:60%;
}

form span input, form span textarea {
	border: 1px #b5b6b2 solid;
}

.inputtext {
	color: #888;
	font-size: 12px;
	height: 20px;
	padding: 2px;
}

#contactform-msg {
	clear: both;
	color: #006ede;
	font-weight: bold;
	text-align: center;
}

label.error {
	float:left;
	margin-left:32%;
	color:red;
	width:100%;
	text-align:left;
}
