/* CSS Document */

/* -- Layout -- */

body {
background-image: url(images/bodybg_02.gif);
background-repeat: repeat-x;
background-color: #fff7ef;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
color: #666667;
}

#container {
width: 739px;
background-image: url(images/containerbg_11.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

#banner {
background-image: url(images/bannerbg_03.jpg);
background-repeat: no-repeat;
height: 245px;
margin-top: 0px;
}

#content {
float: right;
width: 472px;
padding: 20px 30px 20px 30px;
margin-top: -40px;
}

#sidebar-a {
float: left;
width: 204px;
padding-top: 20px;
}

#footer {
text-align: center;
background-color: #b9d0b7;
border-top: 3px solid #275922;
clear: both;
height: 200px;
width: 100%;
padding-top: 10px;
font-size: 10px;
}

#biggoogle {
width: 300px;
float: left;
margin-right: 32px;
margin-bottom: 30px;
}


/* -- Navigation Bar -- */

div#navbar {
width: 201px;
margin-left: 3px;
text-align: left;
font-size: 10px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #666667;
background-color: #FFFFFF;
text-decoration: none;
display: block;
border-top: solid #FFFFFF 1px;
border-bottom: solid #FFFFFF 1px;
padding-top: 1px;
padding-bottom: 1px;
padding-left:10px; 
}

#navbar ul li a:hover {
color: #333333;
background-color: #fff7ef;
text-decoration: none;
border-top: solid #cec6bd 1px;
border-bottom: solid #cec6bd 1px; 
}

#navbar #current a {
background-color: #E9E9E9;
text-decoration: none;
border-top: solid #892D4F 1px;
border-bottom: solid #892D4F 1px; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Links -- */

#content a:link, #content a:visited {
color: #006E51;
text-decoration: none;
}

#content a:hover {
color: #000000;
text-decoration: underline;
}

#footer a:link, a:visited {
color: #666667;
}

#footer a:hover {
color: #333333;
text-decoration: none;
}



/* -- HTML Elements -- */

H1 {
color: #333333;
font-size: 14px;
font-weight: bold;
display: block;
border-bottom: 1px solid #892D4F;
margin-bottom: 20px;
}

h2 {
color: #333333;
font-size: 14px;
font-weight: bold;
display: block;
border-bottom: 1px solid #892D4F;
margin-bottom: 20px;
}

h3 {
color: #333333;
font-size: 10px;
line-height: 16px;
font-weight: bold;
display: block;
border-bottom: 1px solid #892D4F;
border-top: 1px solid #892D4F;
padding-left: 10px;
margin-bottom: 10px;
}

/* -- Classes -- */

.photoborder {
padding: 5px;
border: 1px solid #892D4F;
}

.photoleft {
float: left;
padding: 5px;
border: 1px solid #892D4F;
margin-top: 8px;
margin-right: 18px;
margin-bottom: 18px;
}

.photoright {
float: right;
padding: 5px;
border: 1px solid #892D4F;
margin-top: 8px;
margin-left: 18px;
margin-bottom: 18px;
}

.starleft {
float: left;
padding: 5px;
margin-top: 0px;
margin-right: 18px;
margin-bottom: 18px;
}

.staright {
float: right;
padding: 5px;
margin-top: 0px;
margin-left: 18px;
margin-bottom: 18px;
}

.credit {
font-size: 9px;
font-weight: bold;
color:#333333;
}


/* -- Page Identifiers -- */

body#home #navhome a,
body#features #navfeatures a,
body#about #navabout a,
body#directions #navdirections a,
body#careers #navcareers a,
body#contact #navcontact a {
background-color: #E9E9E9;
text-decoration: none;
border-top: solid #892D4F 1px;
border-bottom: solid #892D4F 1px;
}