#wrapper { background-color: #fff; text-align: left; position: relative; width: 800px; margin: 15px auto; padding-bottom: 35px; border: solid 1px #c1c1c1; display: block; }
body { color: #201924; font-size: 12px; font-family: verdana; line-height: 18px; background-color: #f4f7f9; margin: 0; }
a { outline: none }
a img { border: none 0 }
/*--------- TOP OF PAGE ----------*/
#top { height: 327px; padding-top: 15px; }
#navbar { text-align: right; width: 800px; height: 19px; }
#nav_home { width: 53px; height: 19px; padding-right: 20px; }
#nav_staff { width: 39px; height: 19px; padding-right: 20px; }
#nav_snapshots { width: 86px; height: 19px; padding-right: 20px; }
#nav_location { width: 72px; height: 19px; padding-right: 20px; }
#nav_rates { width: 46px; height: 19px; padding-right: 20px; }
#nav_testimonials { width: 106px; height: 19px; padding-right: 20px; }
#nav_contact { width: 71px; height: 19px; padding-right: 5px; }
/*--------- BOTTOM NAV ----------*/
#botnav { font-size: 10px; text-align: center; width: 800px; margin-top: 25px; }
#botnav a { color: #5e7dac; padding-left: 6px; padding-right: 6px; }
/*--------- CONTENT ----------*/
#bodytext { width: 600px; margin-top: 35px; margin-left: 100px; }
#snaps { text-align: center; width: 600px; }
#snaps a { font-size: 10px; padding-right: 20px; padding-left: 20px; }
/*--------- STYLING ----------*/
a { color: #201924; }
.bold { font-weight: bold; }
.blue { color: #1f3566; }
.boldblue { font-weight: bold; color: #1f3566; }
.smital { font-size: 10px; font-style: italic; }
.rule { background-color: #5e7dac; width: 600px; height: 1px; clear: both; margin-top: 15px; margin-bottom: 15px; }
.fl-left { float: left; margin-right: 10px; margin-bottom: 10px; }
.fl-right { float: right; margin-bottom: 10px; margin-left: 10px; }
table { margin-top: 12px; }
td { padding-right: 20px; }
#wx_module_3411 { text-align: center; width: 730px; margin-left: 35px; }
#weather { text-align: center; width: 800px; margin-top: 45px; }
/*--------- SHADOWS ----------*/
.shadow{ position:relative; display:inline; background:#201924; z-index:100 ; }
.shadow_inner{ overflow:hidden; position:absolute; top: -1000px; filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/ opacity:0.1; /*firefox 1.5 opacity*/ -moz-opacity:0.1; /*mozilla opacity*/ -khtml-opacity:0.1; /*opacity*/ z-index:10 ; }
