﻿
html, body {
  margin: 0;
  padding: 0;
  background-color: #01214A;
}

body {
  padding: 10px;
  text-align: center;
}

html, body, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, a {
  color: #003C8A;
}
h2 {
  margin: 15px 0 10px 0;
  font-size: 17px;
  letter-spacing: 1px;
}

blockquote {
  padding: 0;
  margin: 5px;
}

a {
  
}

a:hover {
  background-color: #CEE7FF;
}

#main-body-wrap {
  width: 954px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#header {
  width: 954px;
  height: 251px;
  position: relative;
  background-image: url(../images/header.jpg);
  background-position: 20px 26px;
  background-repeat: no-repeat;
}
#header h1, #header h2 {
  text-indent: -10000px;
  height: 251px;
  line-height: 251px;
  position: absolute;
  display: block;
  cursor: pointer;
}
#header h1 {
  width: 754px;
}
#header h2 {
  left: 754px;
  width: 200px;
}
#header-top {
  width: 919px;
  height: 26px;
  margin-left: 20px;
  background-image: url(../images/header_top.png);
  background-position: top left;
}
#header-left {
  float: left;
  width: 20px;
  height: 251px;
  margin-top: -26px;
  background-image: url(../images/header_left.png);
  background-position: top left;  
}
#header-right {
  float: right;
  width: 15px;
  height: 251px;
  margin-top: -26px;  
  background-image: url(../images/header_right.png);
  background-position: top right;
}
#main-content-wrap {
  background-image: url(../images/content_bg.png);
  background-repeat: repeat-y;
  width: 954px;
  padding: 0;
}
#navigation {
  float: left;
  border-top: 10px solid #fff;
  margin-left: 30px;
  width: 178px;
}
#navigation ul {
  margin: 0;
  padding: 0;
}
#navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul li a {
  padding-left: 15px;
  display: block;
  height: 27px;
  width: 163px;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
  border-bottom: 2px solid #6693cb;
}
#navigation ul li a:hover {
  background-color: #CEE7FF;
  color: #003C8A;
  font-weight: bold;
}
#content-area {
  float: left;
  width: 721px;
  padding-bottom: 20px;
}
#content-header {
  background-color: #fff;
  border-top: 10px solid #fff;
  height: 152px;
  width: 721px;
  background-image: url(../images/content_header.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#primary-content, #primary-content-wide {
  float: left;
  width: 440px;
  padding: 0 20px;
}
#primary-content-right {
  float: left;
  width: 440px;
  padding: 0 20px;
	margin-left : 200px;
  width: 671px;
}
#primary-content-wide {
  width: 671px;
}
#secondary-content {
  float: left;
  width: 231px;
}
#secondary-content .secondary-box, #navigation .navigation-box, .blog-box {
  background-image: url(../images/secondary_box_header.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 20px 0 0 0;
}
.blog-box {
  margin-top: 10px;
}
#navigation .navigation-box {
  background-image: url(../images/navigation_box_header.png);
  width: 164px;
  margin-left: 5px;
  margin-bottom: 10px;
}
#secondary-content .secondary-box h3, #navigation .navigation-box h3, .blog-box h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 22px;
  text-indent: 10px;
}
#secondary-content .secondary-box h5, #navigation .navigation-box h5, .blog-box h5 {
  text-align: right;
  background-color: #E7F3FF;
  padding: 2px 0;
}
#secondary-content .inner-box, #navigation .inner-box, .blog-box .inner-box {
  background-image: url(../images/secondary_box_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #CDE6FF;  
  margin: 0 5px 0 5px;
  padding: 5px;
}
#footer {
  color: #fff;
  position: relative;
  width: 909px;
  text-align: right;
  padding-right: 45px;
  padding-top: 5px;
  background-image: url(../images/footer.png);
  background-position: top center;
  background-repeat: no-repeat;
}
#footer .footer-links {
  font-size: 14px;
}
#footer .footer-links a {
  color: #3969F7;
  font-size: 14px;
}
#mascot {
  position: absolute;
  right: -25px;
  top: -76px;
  width: 67px;
  height: 97px;
  background-image: url(../images/mascot.png);
}

/* System Styles */

.clearer {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
}

/* Request a Quote Form */

#request-a-quote-form {
  margin: 0;
  padding: 0;
}
#request-a-quote-form fieldset {
  border-top: 4px solid #D5EAFF;
  padding: 10px 0 0 5px;
  width: 75%
}
#request-a-quote-form fieldset.alt {
  background-color: #F0F6FF;
}
#request-a-quote-form label {
  text-transform: uppercase;
  font-weight: bold;
  clear: both;
  font-size: 14px;
  color: #003C8A;
}
#request-a-quote-form label span {
  display: none;
}
#request-a-quote-form input, #request-a-quote-form textarea {
  border: 1px solid #94CCFF;
  padding: 3px;
  font-size: 14px;
  margin: 5px 5px 10px 5px;
}
#request-a-quote-form input.last {
  margin-bottom: 10px;
}
#request-a-quote-form input.submit {
  margin: 5px 0 0 0;
  width: 25%;
  height: 40px;
  font-size: 16px;
  margin-left: 5%;
  color: #00204A;
  font-weight: bold;
  background-color: #EBF6FF;
}
#request-a-quote-form .legend {
  line-height: 25px;
  margin: 0 0 15px 0;
  background-color: #F0F6FF;
  color: #3A5B97;
  width: 25%;
}
#request-a-quote-form .legend div {
  width: 5px;
  height: 25px;
  margin-right: 8px;
  float: left;
  background-color: #81CC71;
  text-indent: -20000px;
}
#request-a-quote-form .required {
  border-left: 5px solid #81CC71;
}
.form-tip {
  color: #808080;
  vertical-align: middle;
}
.form-notice {
  background-color: #FFFFB2;
  line-height: 15px;
  padding: 2px 10px;
  margin-bottom: 10px;
}

/* News System */

.news-item {
  background-color: #E7F3FF;
  padding: 5px;
}
.news-item img {
  float: right;
  margin: 0 0 0 10px;
  border: 1px solid #B9C2EE;
}

/* Links System */

.link-item {
  background-color: #E7F3FF;
  margin-top: 5px;
  padding: 5px;
  width: 100%;
}
.link-item img {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #B9C2EE;
}

/* Staff System */

.staff-bio {
  width: 315px;
  margin: 5px;
  padding: 5px;
  float: left;
  background-color: #E7F3FF;
}
.staff-bio h3 {
  margin: 0;
  font-size: 15px;  
}
.staff-bio h4 {
  margin: 0 0 6px 0;
  padding: 0 0 3px 0;
  font-size: 13px;
  border-bottom: 1px solid #BACEDF;
}
.staff-bio h4 a {
  font-size: 10px;
}
.staff-bio img {
  float: right;
  margin: 0 5px 0 10px;
  border: 1px solid #B9C2EE;
}

/* Gallery System */

/* -- Albums -- */

.gallery-album, .gallery-album-view, .gallery-photo {
  width: 250px;
  float: left;
  margin: 5px;
  padding: 5px;
  background-color: #E7F3FF;  
}
.gallery-album h3, .gallery-album-view h3 {
  font-size: 15px;
  border-bottom: 1px solid #BACEDF;
  margin: 0 0 2px 0;
  padding: 0 0 2px 0;
}
.gallery-album p, .gallery-album-view p {
  color: #516585;
  margin-bottom: 0;
}
.gallery-album a > img {
  margin: 0;
  padding: 0;
}
.gallery-album img {
  margin-bottom: 5px;
}

/* -- Individual Gallery -- */

.gallery-photo {
  width: 115px;
  overflow: hidden;
  margin: 5px;
  margin-right: 3px;
}
.little-text, .little-text a {
  font-size: 11px;
}
p.click-here-tip {
  margin-bottom: 5px;  
  padding: 5px;
  font-style: italic;
  background-color: #FFFBAD;
  color: #0049AD;
}
p.click-here-tip span {
  font-size: 14px;
  font-weight: bold;
}

/* Testimonials */

.testimonial-name {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: right;
}
.navigation-box .testimonial-name {
  color: #003C8A !important;
  text-align: left !important;
  margin-bottom: 3px !important;
  margin-left: -5px !important;
}
.testimonial-item {
  padding: 25px 5px 5px 35px;
  margin-top: 15px;
  background-color: #E7F3FF;
  background-image: url(../images/testimonials_quote.png);
  background-position: top left;
  background-repeat: no-repeat;  
}
.navigation-box .testimonial-item {
  padding: 0;
  margin: 0;
  background-color: #CEE7FF;
  background-image: none;
}

/* Survey Table */

.survey-table {
	width : 100%;
	border : none;
}

.survey-table td, .survey-table th {
	width : 20%;
	border : none;
	padding : 0.5em;
}

.survey-table th {
	background : #01214A;
	color : #fff;
}

.survey-table .header-row th {
	padding : 5px;
}

.numbered-row th {
	padding : 2px;
}

.survey-table td {
	text-align : center;
}

.survey-table .question-text-row td {
	text-align : left;
	font-size : 11pt;
	padding-left : 5px;
}

.survey-row-alt {
	background : #E2EFFF;
}

.comments-row th {
	background : #eee;
	padding-right : 10px;
	text-align : right;
	color : #444;
}

.comments-row td {
	text-align : left;
	width : 80%;
}

.comments-row td input {
	width : 100%;
}

.comments-row td textarea {
	width : 100%;
	height : 50px;
}

.survey-sumbit-row {
	background : #01214A;
	color : #fff;
}
