/* Pagination UI Pattern */
div.pagination {text-align: center;}
div.pagination span.page-numbers * {border: 1px solid #f88e20; padding: 2px 6px;}
div.pagination span.page-numbers a {text-decoration: none;}
div.pagination span.page-numbers a {color: #f88e20;}
div.pagination span.page-numbers a:hover {background-color: #f88e20; color: white;}
div.pagination span.page-numbers b {font-weight: normal;}
div.pagination span.page-numbers b {background-color: #f88e20; color: white;}

div.simple-pagination {text-align: right;}
/* End Of Pagination UI Pattern */

/* Survey */
div#survey-result h3 {font-size: 20px;}
div#survey-result table.bar {border: 1px solid #dddddd; width: 80%; margin-left: 10%;}
div#survey-result table.bar caption.answer {font-size: 120%; font-weight: bold; margin-left: 5%; text-align: left;}
div#survey-result table.bar td.bar-color {background-color: #aaaaaa; border: 1px solid; border-color: #dddddd #555555 #555555 #dddddd;}
div#survey-result table.bar td.bar-percentage {background-color: #eeeeee; padding: 0 0.3em;}
div#survey-result div.total-votes {font-size: 120%; font-weight: bold; margin: 0 10%; text-align: right; width: 80%;}

div#survey-question-list h3, div#survey-result-list h3 {font-size: 16px;}
div#survey-question-list div.old-poll, div#survey-result-list div.old-poll {margin-top: 5px;}
div#survey-question-list div.old-poll small, div#survey-result-list div.old-poll small {font-family: Arial; font-size: 11px; font-style: italic;}

div#survey-question h3 {font-size: 20px;}
/* End Of Survey */

/* Testimonials */
div#testimonials div.testimonial {border: 1px solid #dddddd; clear: right; margin-top: 10px; padding: 10px;}
div#testimonials div.testimonial div.title {background-color: #eeeeee; padding: 10px; text-align: left;}
div#testimonials div.testimonial div.body {font-size: 12px; padding-left: 10px; padding-right: 10px; padding-top: 10px;}
/* End Of Testimonials */

/* Nav */
div#navigation table {margin: 0 auto;}
div#navigation td a.main {background: transparent url(../images/nav-bg.gif) repeat-x top left; border-left: 1px solid #d9d9d9; border-right: 1px solid #666666; color: #6f6f6f; display: block;
  font-weight: bold; height: 46px; line-height: 46px; padding: 0px 7px; text-align: center; text-decoration: none; text-transform: uppercase;}
div#navigation td a.main-active, div#navigation td div.main:hover a.main {background: transparent url(../images/nav-active.gif) repeat-x top left;
  border-left: 1px solid #4169e5; border-right: 1px solid #0129a5; color: white;}
div#navigation td div.main {position: relative; z-index: 1001;}
div#navigation td div.main ul {background-color: #2c52cd; border: 1px solid black; border-bottom: 0px; position: absolute; left: 0px; top: 46px; width: 200px;}
div#navigation td div.main ul li a {border-bottom: 1px solid black; color: white; display: block; font-weight: bold; padding: 10px; text-align: left; text-decoration: none;}
div#navigation td div.main ul li a:hover {background-color: #cfcfcf; color: black;}
div#navigation td.lo ul {display: none;}
div#navigation td.hi ul {display: block;}
/* End Of Nav */

/* creating project specific default tag settings (change from project to project) */
a {color: #008c43;}
h1 {color: #000e9b; font-family: Georgia; font-size: 18px; font-style: italic;}
h2 {font-size: 18px; color: black;}
div.red-header {background: transparent url(../images/red-bg.gif) no-repeat top left; color: white; font-size: 14px; font-style: italic; font-weight: bold; height: 29px; line-height: 27px; padding-left: 15px; width: 182px;}
/* end of creating project specific default tag settings (change from project to project) */

/* Positioning (Layout) */
html {background: #000b5d; color: black;}
body {background: #000b5d; font-family: Arial; font-size: 12px; min-width: 990px; text-align: center;}
div#container {}
div#header-wrapper {background: #e8e8e8 url(../images/header-wrapper-bg.gif) repeat-x top center;}
div#header-wrapper div#header {height: 160px; margin: 0 auto; position: relative; width: 850px;}
div#nav-wrapper {background: #e8e8e8 url(../images/nav-wrapper-bg.gif) repeat-x top center;}
div#nav-wrapper div#navigation {height: 46px; margin: 0 auto; width: 990px;}
div#body-wrapper {background: #000b5d url(../images/body-wrapper-bg.gif) repeat-x top center; padding-top: 12px;}
div#body-wrapper div#body {background: transparent url(../images/body-bg.gif) repeat-y top left; margin: 0 auto; width: 908px;}
div#body-wrapper div#body div#body-top {background: transparent url(../images/body-top-bg.gif) no-repeat top left; min-height: 500px; padding: 8px 6px 0px 6px;}
div#body-wrapper div#footer {background: transparent url(../images/footer-bg.gif) no-repeat top left; height: 200px; margin: 0 auto; text-align: left; padding: 7px 6px 0px 6px; width: 896px;}

div#left-column {float: left; text-align: left; width: 197px;}
div#left-column div.highlight {margin-top: 10px;}
div#main-column {float: left; padding-bottom: 8px; text-align: left; width: 696px;}
div#main-column h1 {padding-left: 8px; padding-top: 13px;}
div#main-column div#content {padding-left: 8px; padding-right: 8px;}
div#main-column div#content div.content {width: 680px;}

div.content, div.highlight {line-height: 1.4;}
div.content {font-family: Georgia;}

div#footer, div#footer a {color: white; font-size: 13px; line-height: 1.3; text-decoration: none;}
div#footer a:hover {text-decoration: underline;}
/* End Of Positioning */

/* Extra */
div#car-types img {display: block; margin-bottom: 2px;}

div#random-testimonial div.body {padding: 5px 10px;}
div#random-testimonial div.right {color: black; padding-right: 10px; text-align: right;}
div#random-testimonial div.right a {color: black; text-decoration: none;}
/* End Of Extra */