/*
Company:        
File:        main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:20px 0; }

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
    
/* @end */

/* @group Layout */
div#outer-wrapper {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}
div#hd {
    height: 99px;
    padding-top: 11px;
    overflow: hidden;
    background: url(../images/hd-bkg.gif) repeat-x;
}
.container {
    width: 804px;
    margin-left: auto;
    margin-right: auto;
}
img#logo {
    margin: 20px 0 0 0;
    float: left;
    display: inline;
}
div#hd-right {
    width: 650px;
    height: 99px;
    overflow: hidden;
    float: right;
    display: inline;
}
div#contact-info {
    height: 55px;
    text-align: right;
    color: #fff;
    font-size: 107%;
    line-height: 150%;
    padding-top: 10px;
}
div#contact-info a:link, div#contact-info a:visited {
    color: #fff;
    text-decoration: none;
}
div#contact-info a:hover {
    text-decoration: underline;
}

div#feature {
    background-color: #ece9d8;
    padding: 24px 0;
    height: 142px;
    overflow: visible;
}
body#inside div#feature {
    height: 37px;
    font-size: 277%;
    color: #6c6652;
}
div#feature-text {
    width: 480px;
    color: #6d6652;
    font-size: 92%;
    float: left;
    padding-bottom: 10px;
}
div#feature-pic {
    z-index: 50;
    float: right;
    display: inline;
}
div#feature-pic img {
    border: 9px solid #fff;
}

div#bd {
    padding-top: 30px;
}
body#inside div#bd {
    padding-top: 10px;
}
div#front-left {
    width: 316px;
    float: left;
    display: inline;
}
div#front-left, div#front-right, div#right {
    font-family: Arial, sans-serif;
    font-size: 85%;
    line-height: 150%;
}
div#front-left h1, div#front-right h1, div#right h1 {
    font-size: 152%;
}
div#front-right {
    width: 446px;
    float: right;
    display: inline;
}

div#ft {
    color: #b2b2b2;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 77%;
    border-top: 1px solid #ece9d8;
}
div#ft p {
    margin: 0;
}

div.breadCrumb {
    color: #6d6752;
    font-size: 77%;
    margin-bottom: 20px;
}
div.breadCrumb a:link, div.breadCrumb a:visited {
    color: #6d6752;
    text-decoration: none;
}
div.breadCrumb a:hover {
    text-decoration: underline;
}

div#left {
    width: 540px;
    line-height: 165%;
    font-size: 92%;
    float: left;
    display: inline;
}
div#right {
    width: 215px;
    float: right;
    display: inline;
}
/* @end */

/* @group Standard Elements */

/*Thumbnails*/
body div.photoGalleryElement {
    margin: 5px 0;
}
body div.thumbnail {
    text-align: center!important;
    margin-right: 6px!important;
    width: 58px!important;
    height: 58px!important;
    background: none;
    float: left!important;
    display: inline!important;
}
body div.thumbnail div.thumbContents img {
    width: 58px!important;
    height: 58px!important;
    margin: 0!important;
}
body div.thumbnail div.thumbContents p {
    margin: 0!important;
    display: none;
}
body div.thumbnail div.thumbContents a:link, body div.thumbnail div.thumbContents a:visited {
    color: #000!important;
    font-weight: bold!important;
    text-decoration: none!important;
}
body div.thumbnail div.thumbContents a:hover {
    background-color: transparent!important;
}
.photoGalleryElement .thumbnail .thumbContents {
    padding: 0!important;
    background-color: transparent!important;
    border: none!important;
    margin: 0;
    }

/* @end */

/* @group Nav */
#nav {
    font-size: 107%;
}
#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#nav ul {
    float: right;
    display: inline;
}

#nav a {
    display: block;
    width: 7em;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: url(../images/tab-bkg.gif) repeat-x bottom center #ece9d8;
}
#nav a:link, #nav a:visited {
    color: #1a6b91;
    text-decoration: none;
}
#nav ul ul a:link, #nav ul ul a:visited {
    color: #fff;
}
#nav ul ul a {
    height: 20px;
    line-height: 12px;
    text-align: left;
    width: 15em;
    background: none;
    padding: 3px 6px;
}

#nav li { /* all list items */
    float: left;
    width: 7em; /* width needed or else Opera goes nuts */
    margin-left: 2px;
}

#nav li ul { /* second-level lists */
    position: absolute;
    background-color: #3f90b7;
    width: 15em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
    width: 15em;
    margin-left: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
    margin: -1.9em 0 0 15em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}
/* @end */

/* @group Headings */
h1 {
    color: #1a6b91;
    font-size: 146%;
    font-weight: bold;
    text-indent: 27px;
    line-height: 32px;
    margin: 0 0 10px 0;
    font-family: Helvetica, sans-serif!important;
}
#outer-wrapper h1 {
    background: url(../images/dragonfly-icon.gif) no-repeat top left;
}
h2 {
    color: #6d6652;
    font-size: 174%;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
h3 {
    color: #000;
    font-size: 116%;
    font-weight: bold;
}
h4 {
    color: #000;
    font-size: 108%;
    font-weight: bold;
}
h5 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
}
h6 {
    font-size: 100%;
    color: #000;
    font-weight: normal;
}
/* @end */

/* @group Text Styles */
    
/* @end */

/* @group Lists */
div#bd ul {
    margin-left: 0;
}
div#bd ol {
    margin-left: 27px;
}
div#bd ul li {
    list-style-type: none;
    background: url(../images/round-check-icon.gif) no-repeat 0 4px;
    padding: 3px 0 3px 20px;
    border-bottom: dotted 1px #c2c2c2;
}

/* @end */

/* @group Forms */
    
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
    color: #1a6b91;
}
a:hover, a:active {
    text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
    clear: both;
}
/* @end */