/** TYPOGRAPHY **/
body { font-family: arial; font-size: 16px; color: black; line-height: 1.4em;}
h2 { padding: 15px 0 5px 0; font-size: 1.6em; }
h3 { padding: 10px 0 5px 0 ; font-size: 1.2em; }
p { padding: 0 0 5px 0; }

/** CONTAINERS **/
#container { width: 943px; margin: 0 auto;}

#content { padding: 0 25px; }
#text { border: 7px solid #b4b9cf; padding: 5px 25px; background-color: #f8f8f8;}
/** HEADING **/
h1 { width: 943px; height:115px; text-indent: -9999px; background: url(../images/header.png) no-repeat;}


/** GOOGLE MAPS **/
#map { margin-top: 25px; border: 7px solid #b4b9cf; margin-bottom: 45px; padding: 3px; background-color: white;}
#map_canvas { height: 400px;}
#directionsInput { padding: 5px; background-color: #e2e4ee;border-bottom: 3px solid white; }
#startAddress { width: 300px; }


