@charset "utf-8";
/* CSS Document */


/*RESET CSS*/
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}

/*END RESET CSS*/




body { margin: 0px; padding: 0px; text-align: center; font-family:Arial, Helvetica, sans-serif;}

.breaker {clear: both;}

a:active, a:focus {
  outline: 0;
}

#wrapper { text-align: center;}

#branding_wrapper, #overview_wrapper, #details_wrapper, #footer_wrapper {
	width:100%;
	text-align: center;
	padding: 0;
}

#branding, #overview, #details, #footer { 
	width: 960px; 
	text-align: left; 	
	margin:0px auto;
}

#branding_wrapper {
	background:url(images/branding_dot_texture.gif) repeat-x;
height: 419px;
}
	
#branding { height: 419px; }

#brand_photo {
	width: 560px;
	float: left;
	display: inline;
	margin-left: -50px;
}

#logo_wrapper {
	width: 400px;
	float: left;
	display: inline;
	margin-top: 110px;
}

#logo_wrapper .button {
	margin: 5px 0 0 15px;
}

#overview_wrapper {
	background: #847870 url(images/overview_shadow.gif) bottom repeat-x;
}

#overview_text {
	margin: 0 0 0 15px;
	width: 600px;
		display: inline; 
	float: left;
	
}

#overview_map {
	display: inline; 
	float: left;
	margin: 20px 0 30px 90px;
	
}

#overview h1 {
	color: #fff;
	font-weight: normal;
	font-size: 34px;
	padding: 30px 0 20px 0;
	margin: 0;
	text-shadow: 2px 2px 2px #70665f;
}
	
#overview h2 {
	color: #fff;
	font-weight: normal;
	font-size: 19px;
	line-height: 27px;
	margin: 0;
	padding: 0 0 30px 0;

}

#details_wrapper {
background-color: #dae1ea;
}

#details {
	padding: 0;
	background:url(images/details_bg.gif) repeat-y;
	font-size: 14px;
	line-height: 22px;
	color: #5c544f;
}

#details a {
color: #5c544f;	
text-decoration: none;
}

#details a:hover {
text-decoration: underline;	
}

#details ul {
	
list-style-type: disc;
padding: 15px 0 15px 30px; 	
}

.details_logo {
	text-align:center;
	padding: 0 0 10px 0;
}

.details_image {
	padding: 0 0 15px 0;
}

#details p {
margin: 0;
padding: 0;
}

#details_left {
	width: 430px; 
	float: left;
	display: inline;
	padding: 20px 35px 25px 15px;
}

#details_right {
	width: 425px; 
	float: left;
	display: inline;
	padding: 20px 15px 25px 40px;
}

#footer_wrapper {
	background:url(images/footer_bg.gif) repeat-x;
}

#footer {
	text-align: center;
	padding: 30px 0 30px 0;
}

#footer a {
color: #f1f0ef;
text-decoration: none;

}

#footer a:hover {
color: #f1f0ef;
text-decoration: underline;
}

#footer p {
	font-size: 12px;
	line-height: 21px;
	color: #f1f0ef;
	margin: 0;
	padding: 10px 0 0 0;
	
}