﻿@charset "UTF-8";
/* CSS Document */
	
	/* http://meyerweb.com/eric/tools/css/reset/ 
	   v2.0 | 20110126
	   License: none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/main-bg.jpg) repeat-x #f8f8f9;
}
img, img a {
	outline: none;
	border: none;
}
h4 {
	font-family: Futura;
	font-size: 3.0em;
	color: #646464;
	line-height: 80px;
}
.fakehtwo {
	font-size: 2.3em;
	color:#bd0000;
	line-height: 40px;
}
.orange {
	color: #bd0000;
}
.grey {
	text-transform:uppercase;
	color: #474747;
}
h1, h2 {
	font-size: 2.3em;
	color:#bd0000;
	line-height: 40px;
}
h3 {
	font-size: 2.2em;
	color: #fff;
	line-height: 30px;
	padding-top: 10px;
}
.other-things {
	color: #555;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color:#555;
	line-height: 18px;
	padding: 0 0 20px 0;
}
p a {
	color:#555;
}
p a:hover {
	color: #bd0000;
}
.wrapper {
	width: 960px;
	margin: auto;
}
/*HEADER START*/
	
	header {
	overflow: hidden;
}
.logo {
	padding-top: 21px;
	float:left;
}
#slogan {
	float:left;
	padding: 36px 21px 0 22px;
	font-size: 1.6em;
	color: #bd0000;
}
#contact {
	float:left;
	padding-top: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #b3b3b3;
	width: 200px;
}
#contact p {
	padding:0!important;
}
#contact span {
	font-size: 2.0em;
	color: #bd0000;
}
/*HEADER END*/
	
	/*NAV START*/
	
	nav {
	height:	29px;
	width: 960px;
	background:url(images/nav-bg.jpg) no-repeat;
	text-align: center;
}
nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	display: inline;
	line-height: 29px;
}
nav li a {
	text-decoration: none;
	color: #3c3c3c;
	padding: 0 15px;
}
nav li a:hover {
	color: #bd0000;
}
/*NAV END*/
	
	/*TOP CONTENT START*/
	
	#contentwrap {
	background: url(images/undernav-bg.jpg) no-repeat top;
	overflow: hidden;
	padding-top: 9px;
}
#info {
	width: 309px;
	margin-top: 65px;
	float: left;
}
/*READ MORE BUTTON*/
	
	#read {
	width:169px;
	background: url(images/read-bg.jpg) bottom no-repeat;
	padding: 5px 5px 5px 0;
	line-height: 38px;
}
#read a {
	padding: 10px;
	text-decoration: none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	display:block;
}
#read a:hover {
	text-decoration: underline;
}
/*VIDEO PRESENTER*/
	
	#presenter {
	float: left;
	padding-bottom: 10px;
}
/*JQUERY SLIDER*/
	
	#jquery {
	margin-left: 27px;
	margin-top: 5px;
	float: left;
}
.nivoSlider {
	position:relative;
	height: 317px;
	width: 460px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	width: 23px;
	height: 29px;
}
.nivo-prevNav {
	left: -30px;
	background:url(images/slider/prev.jpg);
}
.nivo-nextNav {
	right: -30px;
	background:url(images/slider/next.jpg);
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	font-size: 0px;
}
.nivo-controlNav a {
	diplay: none;
}
/*END OF TOP INFO*/
	
	/*RED BANNER CENTER INFO*/
	
	#centerinfo {
	clear:both;
	background:url(images/center-bg.jpg) repeat-x;
	width: 100%;
}
#innercontainer {
	width: 960px;
	height: 200px;
	margin:auto;
}
#left {
	float: left;
	width: 479px;
	border-right: 1px solid #850000;
	background:url(images/bannerleft.jpg) no-repeat right;
	height: 200px
}
#left IMG {
	float:right;
	padding: 20px 20px 0 0;
}
#left p {
	padding-bottom: 10px;
}
#right {
	float: left;
	width: 459px;
	border-left: 1px solid #b83d3d;
	background: url(images/bannerright.jpg) no-repeat left;
	height: 200px;
	padding-left: 20px;
}
#right IMG {
	float:right;
	padding: 20px 20px 0 0;
}
#right p {
	padding-bottom: 10px;
	width: 200px;
}
.center {
	font-size:1.1em;
	color:#fff;
	width: 168px;
	float: left;
	line-height: 16px!important;
}
.centerread {
	padding: 4px 5px 8px 5px;
	width: 89px;
	background: url(images/read.jpg) no-repeat;
	clear: left;
}
.centerread a {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	display:block;
}
.centerread a:hover {
	text-decoration: underline;
}
/*RED BANNER CENTER INFO END*/
	/*MAIN CONTENT*/
	
	#content {
	float: left;
	padding: 15px 10px 34px 0;
	width: 591px;
	padding-right: 10px;
}
#contactform {
	float:left;
	background: url(images/contactdivide.jpg) no-repeat;
	width: 242px;
	padding: 35px 0 0 40px;
	min-height: 370px;
}
input, textarea {
	width: 232px;
	color: #bd0000;
	font-size: 1.2em;
	border: #a5abb6 solid 1px;
	margin: 3px 0;
	padding: 5px;
	background-color: #f8f8f8;
}
textarea.message {
	font-size: 1.2em;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif!important;
}
#contactform a {
	font-size: 1.2em;
	color: #737373;
	text-decoration: none;
	float: right;
}
.submit {
	background: url(images/submit-bg.jpg) no-repeat;
	width: 117px;
	height: 25px;
	color: #fff;
	text-align: left;
	padding-left: 5px;
}
.submit:hover {
	color: #fff;
}
#areas {
	clear: both;
	background:url(images/map.jpg) no-repeat left;
	width: 350px;
	height: 89px;
	margin: auto;
	overflow: hidden;
}
#areawrap {
	padding: 23px 0 0 160px;
}
.area {
	font-size: 1.4em;
	color: #bd0000;
	padding: 0 0 0 20px;
}
.left {
	float: left;
	font-size: 1.4em;
	color: #555;
	padding: 0 0 30px 20px;
}
/*FOOTER*/
	
	footer {
	padding-top: 10px;
	clear: both;
	text-align:center;
	text-decoration: none;
	font-size: 1.2em;
}
footer li {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0 10px;
	line-height: 20px;
}
footer li a {
	color: #555;
}
footer p {
	font-size: 1em;
	color: #ad0c05;
	padding: 0;
}
footer a {
	text-decoration: none;
	color: #3c3c3c;
}
footer a:hover {
	color: #bd0000;
}
/*CONTACT PAGE*/

#contactpageform {
	margin: 20px;
	width: 245px;
	float: left;
}
#map {
	margin: 20px 0;
	float: left;
	width: 675px;
	height: 317px;
}
#contactareas {
	float: left;
	margin: 39px;
}
#contactareas ul {
	padding-top: 21px;
	font-size: 1.3em;
}
#contactareas li {
	padding: 5px 0;
}
#contactprocess {
	padding: 50px;
	clear: both;
}
/* internal pages */

#content li {
	padding: 5px;
	font-size: 1.3em;
	color: #555;
}
#jqueryinternal {
	margin-left: 30px;
	margin-top: 5px;
	float: left;
}
html body div.wrapper div#contentwrap div#jqueryinternal div#slider.nivoSlider {
	position:relative;
	height: 340px;
	width: 550px;
}
#center {
	width: 600px;
	margin: 0 auto;
}
#sidebar {
	float:left;
	width: 300px;
	padding: 15px 0 0 40px;
	min-height: 370px;
}
#sidebar li {
	padding: 5px;
	font-size: 1.3em;
	color: #555;
}
/*ERROR PAGE*/

.errorpage {
	padding: 10px 0 250px 0;
}
.errorpage li {
	padding: 5px;
}
.errorpage li a {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	color: #555;
}
.errorpage li a:hover {
	text-decoration: underline;
	color: #BD0000;
}
html body div.wrapper div#goog-fixurl div#goog-wm div.content ul li.search-goog form input#goog-wm-sb {
	width: 250px;
	height: 33px;
	margin-left: 15px;
}
html body div.wrapper div#goog-fixurl div#goog-wm div.content ul li.search-goog form input#goog-wm-sb:hover {
	width: 250px;
	height: 33px;
	margin-left: 15px;
	background-color: #BD0000;
	color: #F8F8F8;
	border-radius: 10px;
	cursor:pointer;
}
html body div.wrapper div#goog-fixurl div#goog-wm div.content ul li.search-goog form input#goog-wm-qt {
	width: 250px;
	height: 21px;
	padding: 5px;
}
