/* CSS Document */

body {
background-image: url(images/bodybg_02.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #19a7e0;
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 22px;
color: #FFFFFF;
}

#container {
width: 940px;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_02.jpg);
background-repeat: no-repeat;
height: 188px;
}

#content {
float: left;
width: 558px;
padding-left: 26px;
padding-right: 26px;
}

#content a:link, #content a:visited {
color: #FFFF99;
text-decoration: underline;
}

#content a:hover {
text-decoration: none;
}

#sidebar-a {
float: right;
width: 330px;
}

#sidebar-a p {
padding-left: 26px;
}

#footer {
background-image: url(images/footerbg_16.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #007dc3;
clear: both;
height: 200px;
font-size: 12px;
text-align: center;
padding-top: 140px;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#box {
width: 309px;
background-image: url(images/infoboxbg_11.gif);
background-repeat: repeat-y;
color: #000000;
margin-top: 20px;
}

#box a:link, #box a:visited {
color: #0033FF;
text-decoration: underline;
}

#box a:hover {
text-decoration: none;
}

#boxtop {
width: 309px;
background-image: url(images/infoboxtop_08.gif);
background-repeat: no-repeat;
height: 17px;
}

#boxbtm {
width: 309px;
height: 19px;
background-image: url(images/infoboxbtm_13.gif);
background-repeat: no-repeat;
}


/* -- Navbar -- */

div#navbar {
font-weight: bold;
text-align: left;
padding: 156px 0px 8px 16px;
width: 910px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #ffffff;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:24px; 
}

#navbar ul li a:hover, #navbar ul li a.current {
text-decoration: underline;
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


/* -- HTML -- */

h1 {
font-size: 18px;
display: block;
background-image: url(images/hdricon_06.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
height: 32px;
padding: 22px 0px 0px 50px;
}

h3 {
display: block;
color: #FFFFFF;
background-color: #a3a190;
font-size: 14px;
font-weight: bold;
padding: 8px 10px 8px 20px;
}


/* -- classes -- */

.floatleft {
float: left;
margin: 3px 12px 12px 0px;
}

.floatright {
float: right;
margin: 3px 0px 12px 12px;
}

.homebullets {
font-size: 18px;
display: block;
background-image: url(images/hdricon_06.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
padding: 16px 0px 16px 50px;
font-weight: bold;
}

.big {
font-size: 18px;
line-height: 24px;
}

.bigbox { 
display: block;
border: 5px solid #FFFFFF;
font-size: 18px;
font-weight: bold;
padding: 20px;
text-align: center;
}

