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

/* Start CSS reset */

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 CSS reset -->*/

body {
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

.wrapper {
	width:960px;
	margin:0 auto;

}


.header {
	height:326px;
	background-image:url(images/header.png);
	background-position:0px 28px;
	background-repeat:no-repeat;
}

.banner {
	text-align:center;
	margin-top:-20px;
	
}


.main_text {
	text-align:center;
	color:#314ea2;
	width:895px;
	padding-top:15px;
	margin:0 auto;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#map {
	float:left;
	padding-top:25px;
	margin-left:25px;
}

.find_us{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#314ea2;
}

p.find_text {
	float:left;
	width:300px;
	margin-left:30px;
}

#fb {
	margin-top:20px;
	margin-bottom:40px;
}

.contact_form {
	width:910px;
	height:500px;
	background-color:#09F;
	margin:0 auto;
}

.footer {
	background-image:url(images/footer_short.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#2067b4;
	background-origin:padding-box;
}

#footer_image {
	display:block;
	text-align:center;
}

.drop {
	margin-top:-27px;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 200px #CCC;
}

