@charset "UTF-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0;
	background: #24252a;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

ul {
	list-style: none;
}

h2 {
	font-weight: normal;
}

a {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}

img {border: 0;}

/* HOMEPAGE */

#container_left {
	width: 49%;
	background: url(../images/bg_left.jpg) repeat-x;
	float: left;
	height: 500px;
}

#container_right {
	width: 49%;
	background: url(../images/bg_right.jpg) repeat-x;
	float: right;
	height: 500px;
}

#container{
	width: 1000px;
	background: url(../images/main_bg.jpg) repeat-x;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

#newsletter {
	font-size: 9px;
	float: right;
}

#newsletter p {
	margin: 5px 0 1px 0;
}

input {
	background: url(../images/newsletter_input.jpg) no-repeat;
	border: 0;
	font-size: 12px;
	color: #fff;
	width: 181px;
	padding: 10px 0 10px 8px;
}

#submit {
	background: url(../images/newsletter_submit.jpg) no-repeat;
	border: 0;
	width: 29px;
}

#right_col {
	width: 580px;
	float: right;
	clear: both;
}

/* IE6 Only */
* html .more_links {
	margin: 10px 65px 0 0;
}

.main_image {
	margin-top: 8px;
}

.more_links {
	background: url(../images/morebox.jpg) no-repeat;
	width: 302px;
	height: 132px;
	padding: 0;
	float: right;
	margin: 10px 130px 0 0;
}

.more_links li{
	padding: 10px 0 6px 10px;
}

.copy{
	text-align: center;
	clear: both;
	margin-left: 10px;
	padding-top: 5px;
	font-size: 9px;
}

/* IE6 Only */
* html .main_logo {
	margin: 193px 0 0 135px;
}
/* IE7 Only */
*:first-child+html .main_logo {
	margin: 193px 0 0 135px;
}

.main_logo {
	margin: 178px 0 0 135px;
}

/* IE6 Only */
* html .intro_text {
	margin: -260px 0 0 175px;
}
/* IE7 Only */
*:first-child+html .intro_text {
	margin: -275px 0 0 175px;
}

.intro_text {
	width: 260px;
	margin: -40px 0 0 175px;
}

.latestnews {
	font-size: 11px;
	width: 270px;
	margin: 25px 0 -7px 175px;
}

.blog_feed {
	width: 255px;
	border-top: 1px solid #fff;
	padding: 0;
	margin-left: 165px;
}

.blog_feed li {
	border-bottom: 1px solid #fff;
	padding: 7px 0 5px 10px;
}

.rss-items {
	width: 255px;
	border-top: 1px solid #fff;
	padding: 0;
	margin-left: 165px;
}

.rss-items li {
	border-bottom: 1px solid #fff;
	padding: 7px 0 5px 10px;
}


/* SUB PAGES */

.content_section {
	background: url(../images/section_bg.jpg) no-repeat;
	width: 446px;
	height: 272px;
	margin: 101px 0 0 140px;
	padding: 30px 45px 38px 45px;
	line-height: 18px;
}

/* IE6 Only */
* html .content_section {
	padding: 40px 45px 28px 45px;
}
/* IE7 Only */
*:first-child+html .content_section {
	padding: 40px 45px 28px 45px;
}

#btn_container {
	float: right;
	margin: 173px -60px 0 0;
}

.button {
	background: url(../images/button_bg.jpg) no-repeat;
	padding: 10px 12px 8px 12px;
	margin: 10px 0;
	width: 97px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.copy_inner {
	text-align: left;
	clear: both;
	color: #999;
	margin: 40px 0 0 170px;
	font-size: 9px;
}