
/**
 * HTML Selectors
 */

a {
  color: #000066;
  outline: 0;
}

a:hover {
  color: #5b3a14;
}

html,
body {
  background: #f6f5ed url(/images/bgs/body.jpg) repeat-x;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #5b3a14;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000066;
  font-family: 'Myriad Pro', Myriad, Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  margin-bottom: 15px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f1efe5;
  margin: 15px 0;
  padding: 0;
  overflow: hidden;
}

img {
  border: 0;
}

p {
  margin: 15px 0;
}

/**
 * Shadow
 */

#shadow {
  background: url(/images/bgs/shadow.jpg) center 2px no-repeat;
}


/**
 * Wrapper
 */

#wrapper {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}


/**
 * Header
 */

#header {
  height: 30px;
  margin-top: 2px;
  padding: 0 15px;
}

#header h1 {
  float: left;
  color: #5b3a14;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

#header ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header ul li {
  color: #e1dec9;
  display: inline;
  list-style: none;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

#header ul li a {
  color: #5b3a14;
}


/**
 * Logo
 */
  
#logo {
  float: left;
  width: 50px;
  height: 60px;
  margin: 13px 50px;
  display: inline;
}


/**
 * Navigation
 */

#nav {
  float: right;
  width: auto;
  height: 40px;
  margin-top: 48px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  float: left;
  background: url(/images/nav/partition.gif) 0 15px no-repeat;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

#nav ul li.first {
  background: none;
}

#nav a {
  display: block;
  color: #000066;
  font-family: 'Myriad Pro', Myriad, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-left: 1px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

#nav a:hover {
  color: #602c00;
}

#nav a.active,
#nav a.active:hover {
  background: url(/images/nav/active.gif) bottom repeat-x;
}


/**
 * Container
 */

#container {
  background: #fff;
  border-top: 3px solid #dbd4c3;
  padding: 15px;
  padding-top: 0;
}


/**
 * Flash
 */

#flash {
  width: 960px;
  height: 170px;
  margin-bottom: 15px;
}


/**
 * Left
 */

#left {
  float: left;
  width: 265px;
}


/**
 * Subnav
 */

#subnav {
  padding: 15px;
}

#subnav h4 {
  margin: 10px 15px;
}

#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#subnav ul li,
#subnav ul li.tertiary {
  float: left;
  width: 233px;
  height: 30px;
  list-style: none;
  margin: 0;
  margin-top: 4px;
  padding: 0;
}

#subnav ul li a {
  display: block;
  background: #f3f1ec url(/images/subnav/subnav.gif) no-repeat;
  color: #602c00;
  font-family: 'Myriad Pro', Myriad, Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 15px;
  text-decoration: none;
}

#subnav ul li a:hover {
  color: #000066;
}

#subnav ul li a.active,
#subnav ul li a.active:hover {
  background: #5454ba url(/images/subnav/active.gif) bottom repeat-x;
  color: #fff;
}

#subnav ul li.tertiary {
  height: 20px;
  border-bottom: 1px solid #f1efe5;
}

#subnav ul li.tertiary a {
  background: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

#subnav ul li.tertiary a:hover {
  color: #000066;
}

#subnav ul li.tertiary a.active,
#subnav ul li.tertiary a.active:hover {
  background: none;
  color: #000066;
}


/**
 * Testimonials
 */

#testimonials {
  padding: 15px 30px;
}

#testimonials h4 {
  margin: 10px 0;
}


/**
 * Content
 */
 
#content {
  position: relative;
  width: 678px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  border: 1px solid #f1efe5;
  margin-left: 280px;
}

#content .padding {
  padding: 25px;
}

#content .column {
  width: 270px;
}

#content h1 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 24px;
}

#content h2, h3, h4, h5, h6 {
  margin-top: 24px;
}

/**
 * Footer
 */
 
#footer {
  clear: both;
  height: 60px;
  padding: 0 15px;
}

#footer p.copyright {
  float: left;
  background: url(/images/confoe-sm.gif) left center no-repeat;
  line-height: normal;
  padding-left: 30px;
}

#footer p.phone {
  float: right;
  color: #000066;
  font-family: 'Myriad Pro', Myriad, Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
}

#footer p.phone strong {
  color: #5b3a14;
  font-weight: normal;
}


/**
 * Utility Classes
 */

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}


/**
 * Corners
 */

.tl {
  position: absolute;
  width: 4px;
  height: 4px;
  top: -1px;
  left: -1px;
  z-index: 100;
  background: url(/images/bgs/corners/tl.gif) no-repeat;
}

.tr {
  position: absolute;
  width: 4px;
  height: 4px;
  top: -1px;
  right: -1px;
  z-index: 100;
  background: url(/images/bgs/corners/tr.gif) no-repeat;
}

.bl {
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: -1px;
  left: -1px;
  z-index: 100;
  background: url(/images/bgs/corners/bl.gif) no-repeat;
}

.br {
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: -1px;
  right: -1px;
  z-index: 100;
  background: url(/images/bgs/corners/br.gif) no-repeat;
}


/**
 * Boxes
 */

.box {
  position: relative;
  background: url(/images/bgs/box.gif) top repeat-x;
  border: 1px solid #f1efe5;
  margin-bottom: 15px;
}

.box .tl {
  background: url(/images/bgs/corners/box/tl.gif) no-repeat;
}

.box .tr {
  background: url(/images/bgs/corners/box/tr.gif) no-repeat;
}


/**
 * Unorder Lists
 */
 
ul.zebra {
  border-top: 1px solid #f1eee3;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.zebra li {
  background: #f7f6f0 url(/images/bgs/li-zebra.gif) 10px 11px no-repeat;
  border-bottom: 1px solid #f1eee3;
  list-style: none;
  margin: 0;
  padding: 5px 10px 5px 20px;
}

ul.zebra li.alt {
  background: url(/images/bgs/li-zebra.gif) 10px 11px no-repeat;
}


/**
 * Links
 */
 
a.arrow {
  background: url(/images/bgs/a-arrow.gif) left center no-repeat;
  padding-left: 20px;
}
