/* font styles */
body { font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; }
#footer { color: #fff; font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif; font-size: 16px; text-transform: uppercase; }
#footer .title { font-size: 22px; }
#footer .sub { color: #c7c6c5; }

h1 { font-size: 22px; color: #2b180a; }
h2 { font-size: 17px; color: #2b180a; }
h3 { font-size: 16px; color: #2b180a; }
h4 { font-size: 15px; color: #2b180a; }
h5 { font-size: 15px; font-style: oblique; color: #2b180a; }
h6 { font-size: 14px; color: #2b180a; }
.no_margin { margin-bottom: 0; padding-bottom: 0; }

/* links */
#logo a { display: block; position: absolute; width: 300px; height: 122px; left: 0; top: 15px; }
#footer a { color: #a0e869; }
#footer a:hover { color: #99c979; }

/* top navigation */
#nav ul { display: block; margin: 0; padding: 0; list-style: none; }
#nav li { float: left; width: 140px; margin-right: 20px; }
#nav li a { display: block; width: 140px; height: 130px; }
#nav li.last { margin-right: 0; }
#nav li a.home { background: url(images/nav-home.jpg) no-repeat 0 0; }
#nav li a.profile { background: url(images/nav-profile.jpg) no-repeat 0 0; }
#nav li a.location { background: url(images/nav-location.jpg) no-repeat 0 0; }
#nav li a.contact { background: url(images/nav-contact.jpg) no-repeat 0 0; }
#nav li a:hover { background-position: 0 -130px; }
#nav li a.active { background-position: 0 -268px; cursor: default; }

/*forms*/
form { margin: 0; padding: 0; }
fieldset { width: 95%; margin: 0; padding: 0 5px; position: relative; border: 0; }
legend { margin-left: 1em; font-size: 1.5em; font-weight: bold; color: #005A7F; }
label { float: left; width: 150px; margin-right: 10px; text-align: right; font-weight: bold; }
fieldset ol { padding: 0 10px; list-style: none; }
fieldset li { float: left; clear: left; width: 100%; padding-bottom: 5px; }
fieldset p { margin-left: 15px; font-weight: bold; color: #333; }
.form_error { display: block; padding: 3px 5px; background: #9F1319; color: #fff; font-weight: bold; }

/* layout */
body { margin: 0; padding: 0 0 15px; text-align: center; background: #2b180a; }
#wrapper { margin: 0 auto; padding: 0 10px; width: 940px; text-align: left; }
#logo, #nav { float: left; height: 145px; position: relative; }
#logo { width: 300px; margin-right: 20px; background: url(images/name_05.gif) no-repeat 0 15px; }
#nav { width: 620px; height: 130px; }
#content_wrapper { clear: left; margin-top: 20px; background: url(images/bg-main.jpg) repeat-y; }
#content_area, #sidebar { float: right;  }
#content_area { width: 460px; padding: 5px 10px; }
#sidebar { width: 460px; }
#footer { display: block; clear: both; margin-top: 10px; padding-top: 30px; height: 131px; background: url(images/bg-footer_11.jpg) no-repeat; }
#footer_l, #footer_r { float: left; padding: 0 20px; }
#footer_l { width: 530px; }
#footer_r { width: 330px; }
#footer_r { text-align: right; }
#disclaimer { font-size: 10px; color: #ccc; padding: 10px; display: block; font-family: Arial, Helvetica, sans-serif; }
.clearer { display: block; clear: both; height: 0; font-size: 0; }