/* BASE SECTION */
body {
background-image: url("../images/bg.gif");
margin: 0;
padding: 0;
}

#wrap {
background-image: url("../images/wrap-bg.gif");
background-repeat: repeat-y;
border-left: 1px solid #666658;
border-right: 1px solid #666658;
margin: 0 auto;
padding-bottom: 20px;
width: 720px;
}

/* NAVIGATION SECTION */
#navigation {margin: 20px 20px 30px 20px; padding-left: 30px;}
#navigation ul {color: #fff; list-style-type:none; margin: 0; padding: 0;}
#navigation ul li {display:inline; margin-right: 14px; font-family: Verdana, Arial; font-size: 13px;}
#navigation ul li a {color: #fff;}
#navigation ul li a:hover {color: #666658; text-decoration:underline;}

/* CONTENT SECTION */
#content {margin: 20px;}

#content ul {
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5;
list-style-type:none;
margin-left: 0;
padding-left: 0;
}

#content ul li {
background: url("../images/bullet.gif") left top no-repeat;
margin-bottom: 10px;
padding-left: 22px;
}

#header {
height: 120px;
margin: 0 auto;
overflow: hidden;
width: 653px;
}

h1#banner {
padding: 106px 0 0 0;
overflow: hidden;
background-image: url("../images/banner.jpg"); 
background-repeat: no-repeat;
height: 0px !important; /* for most browsers */
height /**/:106px; /* for IE5.5's bad box model */
}

/* ELEMENT TAGS */
code {border-left: 6px double #4D8E57; color: #666658; display: block; margin-left: 20px; padding: 0 10px 0 10px;}
h1, h2, h3, h4, h5, h6 {color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing:-1px;}
h2 {border-bottom: 3px solid #4D8E57; font-size: 24px; padding-bottom: 5px;}
h3 {font-size: 18px; padding-bottom: 5px;}
h4 {font-size: 16px; padding-bottom: 5px;}
h5 {font-size: 14px; padding-bottom: 5px;}
img {border: 2px solid #666658;}
p {color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.6;}
a:link, a:visited {color: #4D8E57; text-decoration: none;}
strong {font-style: italic; font-weight: bold;}
a:hover {color: #fff; text-decoration: underline;}
a.imagelink img:hover {border: 2px solid #fff;}
acronym, abbr {border-bottom: 1px dotted #fff; cursor: help; font-style: italic;}

/* ODD CLASSES */
.active {color: #4D8E57; text-decoration: underline;}
.clearleft {clear: left;}
.clearright {clear: right;}
.clearboth {clear: both;}
.left {float: left;}
.leftcolumn {float: left; width: 340px;}
.margintop {margin-top: 30px;}
.marginright {margin-right: 10px;}
.marginleft {margin-left: 10px;}
.noborder {border: 0;}
.paddingleft {padding-left: 10px;}
.picturebox {padding: 20px 40px; overflow: auto;}
.relative {position: relative; top: 45px; left: 660px;}
.right {float: right;}
.rightcolumn {float: left; width: 340px;}
.linethrough {text-decoration:line-through}
.thumbnail {float: left; margin-top: 5px; margin-bottom: 5px; margin-right: 10px;}


/* PULL QUOTE */
blockquote {
background-image: url("../images/quote-open.jpg");
background-repeat: no-repeat;
background-position: top left;
margin: 0;
padding-left: 35px;
}

blockquote p {
background-image: url("../images/quote-close.jpg");
background-repeat: no-repeat;
background-position: bottom right;
font-size: 15px;
line-height: 1.4;
padding-right: 35px;
text-align: justify;
}
