/* CSS by Brian */

body {
	background-image:url('images/headerbg-repeat-x.jpg');
	background-repeat:repeat-x;
	background-color:#f5f4f2;
}

iframe[Attributes Style] {

	width:960px !important;
	height:560px !important;
}

p {
	color:#555; 
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
}
a {
	color:#888; 
	font-family: 'Open Sans', Arial, sans-serif;
}

a img { border: none; }

h1 {
	margin-top:18px;
	line-height:15px;
	color:#14bdef;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.35em;
	font-weight: 700;
}

h2 {
	line-height:30px;
	margin-bottom:5px;
	color:#00375f;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size:2em;
	
}

#wrapper-header {
	margin-right: auto; margin-left: auto;

}

#header {
	max-width:960px; 
	margin-right: auto; margin-left: auto;
	height:82px; 
	width:auto;
}


#wrapper {
	margin-right: auto; margin-left: auto;
	min-height:960px;
	max-width:960px; 
}


#wrapper-map {}


#central-A {
	width:100%; 
	height:auto; 
	}
	
#central-B {
	width:100%; 
	height:auto;
	clear:both; 
	}

.central1 {
	width:48%; 
	padding-right:10px;
	float:left;
}

.central2 { 
	width:48%; 
	padding-left:10px; 
	float:right;
}

.central1 img, .central2 img {

	max-width:460px;
	max-height:281px;
}


#wrapper-footer {
	width:100%;
	font-size:12px;
	background-image:url('images/footer-wrapper-bg.png');
	background-position-x: 50%;
	position:fixed;
   left:0px;
   bottom:0px;
   height:42px;
}

/* IE 6  */
* html #wrapper-footer {
	margin-right: auto; margin-left: auto;

   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


#footer {
	margin-right: auto; margin-left: auto;
	max-width:960px;
	height:43px;
	background-image:url('images/footer-bg.png');
	background-repeat:no-repeat;
}


#footer p {float:right; 
	color:#eee; 
	font-size:12px;
	font-family: 'Open Sans', Arial, sans-serif; 
	line-height:1.5;
	position:relative;
	margin-top:2px;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#fff; 
	font-family: 'Open Sans', Arial, sans-serif;
	margin-top:2px;
}