/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
background-color: #FDFF4C;
margin: 0px;
}

#brands {
float: right;
}

#container {
width: 780px;
background-image: url(images/containerbg_14.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

#banner {
background-image: url(images/bannerbg_02.gif);
background-repeat: no-repeat;
height: 225px;
margin-top: 0px;
}

#content {
float: left;
width: 540px;
padding-left: 15px;
padding-right: 15px;
}

#sidebar-a {
float: right;
width: 195px;
padding-right: 15px;
}

#footer {
background-image: url(images/footerbg_16.jpg);
background-repeat: no-repeat;
background-color: #FDFF4C;
clear: both;
height: 258px;
text-align: center;
padding-top: 20px;
color: #5A5235;
}

#footer td {
font-weight: bold;
color: #000000;
}

#footer a:link, #footer a:visited {
color: #5A5235;
}

#footer a:hover {
text-decoration: none;
}

#footer2 a:link, #footer2 a:visited {
color: #5A5235;
text-decoration: none;
}

#credit a:link, #credit a:visited {
color: #5A5235;
text-decoration: none;
}

#credit a:hover {
text-decoration: underline;
}


a:link, a:visited {
color: #14910B;
}

a:hover {
text-decoration: none;
}


/* -- Navbar -- */

div#navbar {
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 17px 8px;
width: 735px;
margin-left: 15px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #006600;
text-decoration: none;
border: solid #ffffff 1px;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px;
margin-right: 4px;
}

#navbar ul li a:hover, #navbar ul li a.current {
color: #006600;
background-color: #ffffff;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


/* -- Dropdown Menu Items -- */

#dropmenudiv{
position:absolute;
margin-top: 1px;
border:1px solid #FFFFFF;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
background-color: #E4F0D5;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #FFFFFF;
padding: 7px 0;
text-decoration: none;
font-size: 14px;
font-weight: bold;
color:#006600;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: #006600;
}


/* -- HTML -- */

h1 {
display: block;
height: 34px;
background-image: url(images/h1bg_09.jpg);
background-repeat: no-repeat;
color: #5A5235;
font-size: 18px;
font-weight: 300;
padding-top: 18px;
padding-left: 20px;
}

h2 {
display: block;
height: 34px;
background-image: url(images/h2bg_09.jpg);
background-repeat: no-repeat;
color: #5A5235;
font-size: 14px;
font-weight: 300;
padding-top: 16px;
padding-left: 32px;
margin-top: 0px;
}

h3 {
display: block;
border-top: dashed 1px #5A5235;
border-bottom: dashed 1px #5A5235;
padding: 10px 14px 10px 54px;
background-image: url(images/h3logo.jpg);
background-repeat: no-repeat;
background-position: 2% 50%;
color: #5A5235;
margin-top: 30px;
margin-bottom: 30px;
}

p {
padding-left: 14px;
padding-right: 14px;
}


/* -- Classes -- */

.breadcrumb {
font-size: 11px;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.photoborder {
padding:4px;
border: 1px solid #006633;
}

.photoleft {
padding:4px;
border: 1px solid #006633;
margin-top: 3px;
margin-right: 12px;
float:left;
}

.photoright {
padding:4px;
border: 1px solid #006633;
margin-top: 3px;
margin-left: 12px;
float:right;
}

.news {
padding-bottom: 20px;
}
