/**
 * Tagger Hosting Web Development
 * http://www.taggerhosting.com/
 */



body { background: #f1f1f1; font: 12px/120% verdana, arial, sans-serif; text-align: center; }
.container { width: 900px; margin: 0 auto; text-align: left; }
.top-left { float: left; width: 30px; height: 30px; background: url(../images/top_left_bg.jpg) no-repeat; }
.top-center { float: left; width: 840px; height: 30px; background: url(../images/top_center_bg.jpg) repeat-x; }
.top-right { float: left; width: 30px; height: 30px; background: url(../images/top_right_bg.jpg) no-repeat; }
.middle { float: left; width: 100%; background: url(../images/middle_left_bg.jpg) repeat-y; }
.middle2 { float: right; width: 100%; background: url(../images/middle_right_bg.jpg) repeat-y top right; }
.middle-left { float: left; width: 30px; min-height: 1px; }
.middle-center { float: left; width: 840px; background: #ffffff; }
.middle-right { float: left; width: 30px; min-height: 1px; }
.bottom-left { float: left; width: 30px; height: 30px; background: url(../images/bottom_left_bg.jpg) no-repeat; }
.bottom-center { float: left; width: 840px; height: 30px; background: url(../images/bottom_center_bg.jpg) repeat-x; }
.bottom-right { float: left; width: 30px; height: 30px; background: url(../images/bottom_right_bg.jpg) no-repeat; }
.header-left { float: left; width: 50%; }
.header-right { float: right; width: 50%; text-align: right; }
.content { clear: both; padding-top: 30px; }
.content-left { 	float: left; margin-left: 25px; width: 290px; text-align: center; }
.content-right { float: left; margin-left: 25px; margin-right: 25px; width: 475px; text-align: left; }

.logo { padding-top: 25px; padding-left: 25px; }
.logo img { border: 0; }
.subtitle { padding-left: 65px; color: #990000; font-size: 0.8em; text-transform: uppercase; }
.contact { padding-top: 25px; padding-right: 25px; color: #990000; font-size: 0.9em; font-weight: bold; text-transform: uppercase; }
.links { float: right; margin: 0; padding: 0; padding-right: 25px; list-style: none; }
.links li { float: left; padding-left: 10px; }
.links li.first { padding-left: 0; }
.links li.last { padding-right: 0; }
.links a { color: #990000; text-decoration: none; }
.links a:hover { color: #cc2222; text-decoration: underline; }
.footer { clear: both; padding-top: 3em; }
.footer-nav { float: right; margin: 0; padding: 0; list-style: none; font-size: 0.9em; font-family: tahoma; }
.footer-nav li { display: inline; float: left; }
.footer-nav li a { display: block; margin: 0; padding: 3px 8px; background: #d4d0c8; color: #000; text-decoration: none; border: solid 1px; border-top-color: #fff; border-left-color: #fff; border-right-color: #808080; border-bottom-color: #808080; }
.footer-nav li a:hover { border-top-color: #808080; border-left-color: #808080; border-right-color: #fff; border-bottom-color: #fff; }
.copyright { margin-right: 50px; font-size: 0.8em; text-align: right; }
.content-right h1 { font-size: 1.2em; margin-bottom: 1.5em; color: #990000; }
.content-right h2 { font-size: 1.0em; line-height: 1.5em; margin-bottom: 1em; color: #990000; }
.content-right h3 { font-size: 0.8em; color: #990000; text-transform: uppercase; }
.content-right p { margin-bottom: 1em; }
.content-right a { color: #990000; text-decoration: none; }
.content-right a:hover { text-decoration: underline; }
.content-right .line { clear: both; }
.content-right .label { background: #990000; color: #eee; padding: 2px 6px; text-align: right; }
.content-right .left { float: left; width: 30%; }
.content-right .right { float: right; width: 60%; line-height: 1.5em; }
.content-right .right p { margin: 0; }
.googlemaps { border: 1px solid #900; }