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

body	{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:10px; background:url(images/backgroundFade.jpg) top center repeat-x; line-height:16px;}

a	{ text-decoration:none; color:#999; font-weight:bold;}
a:hover	{ color:#666;}

input	{ border:1px solid #ccc; background:#fff; margin-bottom:6px; color:#666;}
input:hover	{ background:#eee;}

p	{ margin-bottom:16px;}

.content	{ width:500px; margin-left:auto; margin-right:auto;}

.directionsPopUp	{ position:absolute; left:50%; margin-left:-250px; top:20%; border:1px solid #000; background:#fff; width:500px; height:500px; padding:10px; display:none;}

.footer	{ width:800px; margin-left:auto; margin-right:auto; text-align:center; margin-top:16px; border-top:1px solid #eee;}
.footer a	{ font-weight:normal;}
