/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

body {height:100%; margin:0;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:398px; width:709px; background:url(../images/location-bg.png) no-repeat; padding:65px 75px; font-size: 18px;}
#simplemodal-container code {background:url(../images/location-bg.png); border-left:3px solid #65B43D; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container h1 {margin-bottom: 0px;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.gif) no-repeat; width:110px; height:23px; display:inline; z-index:3200; position:absolute; bottom:65px; left:90px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
#simplemodal-container #modal-content {
	width: 680px;
	height: 340px;
}

/* Location Boxes */

.map {
	float: right;
	margin-left: 14px;
}

.phone {
	font-size: 28px;
	font-weight: bold;
}
	
