@charset "UTF-8";

/* Layout Medium Screens */

header { background: url(../images/banner_medium.gif) no-repeat 90% 0px;}

header a.logo {
	width: 202px;
	height: 203px;
	top: 12px;
	right: 25px;
	background-image: url(../images/logo_medium.png);
}

#smallscreen {
	display:none;
}

nav a { margin-right: 20px; }

.promo_container { padding: 0px 20px 15px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 70px 30px 0px 0px; }

body { background-image: none; }

h1 { margin: 0em 0em .5em 0em; font-size: 1.5em; font-weight: normal; line-height: 1.2em; }
h2 { font-size: 1.4em; margin: 0em 0em .4em 0em; line-height: 1.6em; }
h3 { font-size: 1.3em; margin: 0em 0em .4em 0em; }
h4 { font-size: 1.2em; margin: 1em 0em .4em 0em; }
h5 { font-size: 1.1em; margin: 1em 0em .4em 0em; }
h6 { font-size: 1.0em; margin: 0em 0em 1em 0em; }
h3 { font-size: .9em; margin: 0em 0em .4em 0em; }

#map_canvas {
    width: 500px;
    height: 500px;
    background-color: #CCC;
	margin: 0 auto 0 auto;
}

#hero {	height: 200px; }
#hero .panel { width: 100%; height: 200px; }
#hero .panel .caption { width: 40%; top: 30px; }
