/* @override http://lewisadamson.gtdabtesting.com/design/css/screen.css */

body {
	margin: 0px;
	background: #323030 url(/images/body_bg.gif) repeat-y;
}

#outer_container {
	background: url(/images/top_bar.gif) repeat-x left top;
	min-height: 42px
}

#container {
	width: 902px;
	font-size: 0.9em;
}

#content {
	width:  612px;
	float: right;
	padding-left: 17px;
}

#header_image {
	margin-bottom: 20px;
}

#main_content {
	color: #b0aeae;
	line-height: 1.3em
}

#main_content p {
	margin-top: 0px;
	margin-bottom: 14px;
}

#main_content a {
	color: #c3c5b5;
	font-size: 1.1em;
	text-decoration: underline;
}

#main_content a:hover {
	color: #cbcec0;
	font-size: 1.1em;
	text-decoration: none;
}

#main_content h1 {
	color: #c3c5b5;
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 1.1em;
}

#main_content h2 {
	color: #c3c5b5;
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 1.1em;
}

#main_content h3 {
	color: #c3c5b5;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 1.1em;
}

.side_images {
	width:  200px;
	float: right;
	padding-right: 10px;
}

.side_images img {
	margin-top: 10px;
}

#side_bar {
	width:  273px;
	float: left;
}

.side_bar_info {
	padding: 30px 20px 0px 20px;
	font-size: 1em;
	line-height: 1.3em;
	color: #242521;
}

.side_bar_info h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: normal;
	color: #561217;
}

.side_bar_info p {
	margin-top: 2px;
}

#top_bar {
	height:  20px;
	text-align: right;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #561217;
}

#top_bar a {
	color: #561217;
	text-decoration: underline;
}

#top_bar ul {
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
}

#top_bar li {
	display: inline;
	padding-right: 15px;
} 

#top_nav {
	text-align: right;
	padding-top: 25px;
	padding-bottom: 8px;
	border-bottom: 1px solid #444;
	margin-bottom: 14px;
}

#top_nav ul {
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
}

#top_nav li {
	display: inline;

} 

#top_nav li a {
	color: #b9bcaf;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 13px 0px 0px;
}

#top_nav li a:hover {
	color: #cdd0c1;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 13px 0px 0px;
}

blockquote {
	padding: 15px 15px 12px 15px;
	margin: 18px 0px 14px 0px;
	background-color: #444;
	border: 1px solid #555;
}

cite {
	color: #c3c5b5;
	font-size: 1.1em;
	display:  block;
	text-align: right;
	margin-top: -10px;	
}

#footer {
	border-top: 1px solid #555;
	clear: both;
	text-align: right;
	padding-top: 4px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li a {
	margin: 0px;
	padding: 0px;
	color: #555;
	border-right: 1px solid #444;
	padding-right: 5px;
}

#footer li {
	display: inline;
	color: #555;
}

.newsrow {
	background-color: #444;
	border: 1px solid #555;
	margin-bottom: 10px;
	padding: 12px 10px 12px 10px;
}

.newsrow .title1 {
	font-size: 1.2em;
	color: #b9bbab;
}

.newsrow .title2_r {
	color: #8a8b80;
	font-size: 0.9em;
	padding-bottom: 3px;
	border-bottom: 1px solid #555;
	margin-bottom: 5px;
}

.newsrow .more  {
	font-size: 0.9em;
	display: block;
	text-align: right;
}

h1.title {
	border-bottom: 1ps solid #DDD;
}

.back {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
