/* @override 
	http://windowsbywilmer.gtdabtesting.com/design/css/screen.css
	http://wilmerwindows.co.uk/design/css/screen.css
*/

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

#container {
	width: 906px;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 15px 0px 0px 15px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	margin-top: 10px;
	background: #09468c url(/design/images/top_nav_left.gif) no-repeat left top;
	text-transform: uppercase;
	height: 24px;
	padding-top: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #EEE;
	text-decoration: none;
	padding: 0px 11px 0px 7px;
	border-right: 1px solid #666;
}

#nav li a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 0px 11px 0px 7px;
	border-right: 1px solid #666;
}

#content {
	width: 730px;
	float: right;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #222;
}

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

#content h1 {
	margin-top: 13px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #0d3e7c;
}

#content h1 .highlight {
	color: #3b7e75;
}

#content h2 {
	margin-top: 13px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #0d3e7c;
}

#content h3 {
	margin-top: 13px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #0d3e7c;
}

#content h4 {
	margin-top: 13px;
	margin-bottom: 14px;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #222;
	color: #0d3e7c;
}

#content h5 {
	margin-top: 13px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #222;
}

#content a {
	color: #3b7e75;
	font-size: 1.1em;
	text-decoration: underline;
}

#content a:hover {
	color: #3b7e75;
	text-decoration: none;
}

#content blockquote {
	margin: 0px 0px 14px 0px;
	padding: 15px;
	border: 1px solid #DDD;
	background-color: #EEE;
	color: #333;
	line-height: 1.3em;
}

#content blockquote cite {
	display: block;
	text-align: right;
	color: #09468c;
	font-style: italic;
}

hr {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	border-top: 1px solid #DDD;
	border-bottom: none;
	border-right: none;
	border-left: none;
}


#left_side_bar {
	float: left;
	width: 175px;
	margin-top: 10px;
}


.side_nav_outer {
	margin: 0px;
	padding: 0px;
	background: #d3d3d3 url(/design/images/side_nav_bottom.gif) no-repeat center bottom;
}

.side_nav {
	background: url(/design/images/side_nav_top.gif) no-repeat center top;
	margin: 0px;
	padding: 9px 0px 9px 0px;
	text-transform: uppercase;
	font-size: 0.9em;
}

.side_nav li a {
	display: block;
	width: 155px;
	padding: 6px 10px 5px 10px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.side_nav li a:hover {
	display: block;
	width: 155px;
	padding: 6px 10px 5px 10px;
	color: #EEE;
	text-decoration: none;
	background-color: #808080;
}

.side_nav li {
	list-style-type: none;
}

.side_nav li a.side_nav_header {
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	border-bottom: 1px solid #BBB;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: 3px;
	width: 135px;
	margin-left: 10px;
	padding-top: 6px;
}

.side_nav a.child{
	font-size: 0.9em;
	color: #09468c;
	line-height: 1.4em;
	background-color: #DDD;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 7px 10px 5px 10px;
}

.side_nav a:hover.child{
	font-size: 0.9em;
	color: #09468c;
	line-height: 1.4em;
	background-color: #CCC;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 7px 10px 5px 10px;
}

.side_nav li a:hover.side_nav_header {
	font-weight: bold;
	font-size: 1.1em;
	color: #EEE;
	border-bottom: 1px solid #BBB;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding-top: 6px;
	width: 155px;
}

.testimonials_outer {
	margin-top: 10px;
	background: #676767 url(/design/images/testimonials_top.gif) no-repeat center top;
}

.testimonials_inner {
	background: url(/design/images/testimonials_bottom.gif) no-repeat center bottom;
	padding: 20px 10px 5px 10px;
	color: #EEE;
	font-size: 0.9em;
}

.testimonials_inner h1 {
	border-bottom: 1px solid #BBB;
	margin-bottom: 14px;
	margin-top: 3px;
	padding-bottom: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

.testimonials_inner blockquote {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.testimonials_inner cite {
	display: block;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
}


#main_content {
	float: left;
	width: 530px;
	padding: 10px 11px 15px 9px;
}

.home_buttons {
	padding-left: 4px;
}

.home_buttons img {
	margin-top: 13px;
	padding-left: 0px;
}

#main_content ol {
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

#main_content .gallery img {
	border: 1px solid #999;
	padding: 2px;
}

#main_content #footer {
	border-top: 1px solid #DDD;
	padding-top: 5px;
	text-align: right;
	font-size: 0.9em;
}

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

#main_content #footer li {
	display: inline;
}

#main_content #footer li a {
	color: #AAA;
	border-left: 1px solid #DDD;
	padding-left: 5px;
}

#main_content #footer li a:hover {
	text-decoration: none;
}

#main_content center img {
	border: 1px solid #999;
	padding:  2px;
}

#main_content .right {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	margin-left: 15px;
}

#main_content .right_no_border {
	float: right;
	margin-left: 15px;
}

#main_content .border {
	border: 1px solid #999;
	padding: 2px;
}


#right_side_bar {
	float: right;
	width: 176px;
	margin-top: 10px;
}

#right_side_bar img {
	border: none;
}

/*Contact*/

#contact {
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 15px 30px 8px 30px;
}

#contact dt {
	margin:  0px;
	padding: 0px;
}

#contact dd {
	margin:  0px;
	padding: 0px;
}

#contact input {
	width:  460px;
	margin-bottom: 8px;
	margin-top: 3px;
}

#contact textarea {
	width:  462px;
	margin-bottom: 8px;
	height:  100px;
}

/*News Short*/

#main_content .news_short {
	padding: 14px 10px 10px 10px;
	border: 1px solid #DDD;
	background-color: #EEE;
	margin-bottom: 10px;
}

#main_content .news_short .date {
	
}

#main_content .news_short h1 {
	font-size: 1.3em;
	margin-bottom: 3px;
	color: #09468c;
	margin-top: 0px;
}

#main_content .news_short .date {
	font-size: 1em;
	color: #00645c;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 4px;
}

#main_content .news_full .more {
	display: block;
	text-align: right;
}

/*News Full*/

#main_content .news_full {
	margin-bottom: 10px;
}

#main_content .news_full h1 {
	font-size: 1.5em;
	margin-bottom: 3px;
	color: #00448f;
}

#main_content .news_full .date {
	font-size: 1em;
	color: #016257;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 4px;
}

#main_content .news_full .back {
	display: block;
	text-align: right;
}
