@charset "utf-8";
#content {
	width: 870px;
	overflow: hidden;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/common/container-alpha-bg.png);
}

#news_content {
	width: 870px;
	overflow: hidden;
	clear: both;
	padding: 15px;
	background-image: url(../images/common/container-alpha-bg.png);
}

#news_container {
	color: #FFFFFF;
	width: 550px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#news_container a {
	color: #FF8800;
}

#banner {
	border: 5px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 240px;
	width: 890px;
}
#content h1 {
	font-size: 1.4em;
	color: #FF8800;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	width: 99.9%;
	font-weight: normal;
}

#news_content h2 {
	font-size: 1.4em;
	color: #FF8800;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#news_content .date {
	font-size: 0.8em;	
	margin: 2px 0 1.25em 0;
	font-weight: bold;
}

#news_content .text {
	font-size: 0.9em;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

#news_content p {
	margin: 0 0 1em 0;

}

#news_content img {
	border: 5px solid #ffffff;	
}

#content h2 {
	font-size: 1.0em;
	color: #FF8800;
	margin-top: 5px;
	margin-bottom: 0px;
}
#content p {
	margin-top: 0px;
	font-size: 1.0em;
	color: #FFFFFF;
	line-height: 1.6em;
}
#content a {
	font-size: 1.0em;
	color: #FF8800;
}
#content a:link, #content a:visited
{
	color: #FF8800;
}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#content .one-col {
	float: left;
	width: 650px;
	margin-right: 40px;
}
#content .left {
	float: left;
	width: 415px;
	margin-right: 40px;
}
#content .right {
	float: right;
	width: 415px;
}

#request-callback {
	float: right; 
	margin-top: 10px; 
	margin-bottom: -15px; 
	font-size: 12px; 
	color: #FFFFFF;
}

#request-callback a:link, #request-callback a:visited {
	color: #FFFFFF;
}

#request-callback a:hover {
	text-decoration: none;
	color: #FF8800;
}



form {
	margin: 0px;
	padding: 0px;
}
input, select {
	padding: 3px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	background-color: #222 !important; 
	border: 1px solid #777; 
	color: #FFFFFF;
}

textarea {
	padding: 3px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	background-color: #222; 
	border: 1px solid #777;
	color: #FFFFFF;
}
#send-button {
	padding: 0px;
	width: 81px;
	height: 26px;
	margin-left: 10px;
}

table {
	font-size: 0.8em; 
	color: #777;
}

.table-container
{
width: 93%; 
background-color: #222; 
padding: 20px; 
margin-bottom: 15px;
}

.radio
{
	width: 20px; 
	border: none;
}