@charset "utf-8";
/* CSS Document */

html {margin: 0; padding: 0}
body {margin: 0; padding: 0}

/* navigation */

#nav {width: 220px; vertical-align: top}
.subnav {font-family: arial; font-weight: bold; color: #0099FF; font-style: italic; font-size: 14px; margin-left: -10px; margin-top: 3px; margin-bottom: 10px}
.listitem {margin-bottom: 3px; list-style-type: circle; color: #666666}
.selecteditem {margin-bottom: 3px; list-style-image: url("assets/images/structural/nav/marker.png")}

a.sublink:link {color: #666666; text-decoration: none}
a.sublink:visited {color: #666666; text-decoration: none}
a.sublink:hover {color: #0099FF; text-decoration: none}
a.sublink:active {color: #666666; text-decoration: none}

/* main */

#main {width: 740px; background-image: url(assets/images/structural/bg2.png); background-position: top; background-repeat: no-repeat; vertical-align: top; font-family: arial; font-size: 12px; color: #333333}

h3 {font-size: 17px; font-weight: bold; color: #66cc33; margin-top: 0; margin-left: 10px}
p {margin: 0 15px 15px 25px}
li {margin-bottom: 10px}

.testimonial {margin-top: -12px; text-align: justify; color: #666666}
.homecell {height: 150px; text-align: center}
.rightimage {float: right; margin-left: 30px}
.leftimage {float: left; margin-right: 30px}

#hilitebox {width: 350px; float: right; margin-left: 25px; border-left: 5px solid #eeeeff}

/* footer */

#footer {font-family: verdana; background-color: #eeeeee; color: #777777; font-size: 10px; text-align: center; padding-top: 25px; padding-bottom: 10px; border-top: 1px solid #999999}