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

body {
	margin: 0px;
	background-color: #dde6e5;
}

#container {	
	width: 918px;
	background: #fff url(/images/sidebar_bg.gif) repeat-y left top;
	font-size: 0.9em;
}

#side_bar {
	width: 214px;
	float: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color:  #EEE;
}

#side_bar h3 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #EEE;
}

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

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

#side_bar li {
	list-style-type: none;
}

#side_bar a {
	color: #EEE;
	border-top: 1px dashed #666;
	display: block;
	width: 190px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
}

#side_bar a:hover {
	background: url(/images/nav_hover_bg.gif) repeat-y center top;
}

#side_bar a.child {
	text-align: right;
	font-size: 0.9em;
	color: #CCC;
	text-transform: none;
}

#side_bar .info {
	margin-left: 12px;
	margin-right: 12px;
	border-top: 1px dashed #666;
	padding-top: 60px;
	font-size: 0.9em;
	color: #DDD;
	text-align: center;
	padding-right: 10px;
}


#content {
	width: 704px;
	float: right;
	font-size: 0.8em;
}

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

#content h1 {
	font-size: 1.9em;
	font-weight: normal;
	color: #394831;
	margin-top: 0px;
	border-bottom: 1px dashed #999;
	padding-bottom: 7px;
}

#content h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #576d4a;
	margin-top: 0px;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #394831;
	margin-top: 0px;
	margin-bottom: 6px;

}

#content h5 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #576d4a;
	margin-top: 0px;
	margin-bottom: 5px;
}

#header_thumbs {
	float:  right;
	width:  216px;
}


#header_images img {
	border-bottom: 2px solid #DDD;
}


#main_content {
	padding: 22px 15px 15px 15px;
	line-height: 1.4em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	clear: both;
}

#main_content a {
	color: #394831;
}

#main_content blockquote {
	margin: 0px 0px 14px 0px;
	padding: 15px;
	background-color: #EEE;
	border: 1px solid #DDD;
	font-size: 1.1em;
	color: #2c3725;
}

#main_content cite {
	color: #394831;
	display: block;
	text-align: right;
}

.footer {
	clear: both;
	width: 660px;
	padding: 0px 0px 10px 222px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.8em;
}

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

.footer li {
	display: inline;
}

.footer a {
	color: #999;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	border-right: 1px solid #DDD;
}

.bwf {
  margin-top: 25px;
}

/*News Section*/


.news_section {
  margin: 0px 0px 14px 0px;
	padding: 17px 15px 5px 15px;
	background-color: #EEE;
	border: 1px solid #DDD;
}

#main_content .news_section h1 {
  font-size: 1.6em;
  border-bottom: none;
  margin-bottom: 4px;
  padding-bottom: 0px;
}

#main_content .news_section h2 {
  font-size: 1.2em;
  padding-bottom: 10px;
}

/*Content Styling*/

.image_border {
	border: 1px solid #394831;
}

#main_content .contact_details {
	color: #394831;
}

#main_content .contact_details .float_contact_right {
	float: right;
	margin-top: 30px;
	text-align: right;
}

#contact {
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 20px 20px 20px 35px;
}

.contact_form dt {
	float: left;
	width:  190px;
}

.contact_form dd {
	margin:  0px;
}

.contact_form input {
	width:  400px;
}

.contact_form textarea {
	width:  404px;
}

.submit input {
	width:  600px;
}

.images {
	margin-bottom: 10px;
}

.images img {
	height: 100px;
	border: 1px solid #394831;
	margin-right: 2px;
	margin-bottom: 2px;
}

.highlight {
	color: #394831;
	font-size: 1.1em;
}

.image_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #394831;
}