/* general */

html {
background: #000 url('../siteimages/bg.gif') repeat-x;
}

body {
background: url('../siteimages/html.gif') repeat-x;
margin: 30px auto;
font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
font-size: 13px;
/* color: #196006; */
}

a:link {
color: #951919;
text-decoration: underline;
}

a:active {
color: #951919;
}

a:visited {
color: #951919;
}

a:hover {
text-decoration: none;
}

h1 {
color: #880000;
font-family: "Times New Roman", Times, serif;
font-weight: normal;
font-size: 30px;
letter-spacing: 0px;
margin: 0px;
padding: 0px;
text-transform: capitalize;
}

b {
color: #333;
}

hr {
background: url('../siteimages/leftbottom.gif') repeat-x;
min-height: 5px;
border: 0;
* color: #e6daa1;
margin: 0;
padding: 0;
}

/* end general */

/* content */
#container {
width: 740px;
margin: 0 auto;
background: url('../siteimages/containerBg.jpg') repeat-y;
border-bottom: 1px solid #CCC;
}

#header img {
margin: 0px;
padding: 0px;
}

#navigation {
float: left;
width: 168px;
background: #CCC url('../siteimages/navBg.jpg') repeat-x;
margin-left: 1px;
}

#content {
float: left;
width: 569px;
min-height: 300px;
padding: 0px;
margin-top: -4px;
margin-left: 1px;
background: url('../siteimages/mainBg.jpg') repeat-x;
}

#contenttext {
background: #FFF;
}

#main {
padding: 20px;
margin-bottom: 10px;
}

#secondary {
padding: 0px 9px;
font-size: 11.5px;
}

#footer {
clear: both;
text-align: center;
color: #FFF;
font-size: 10px;
padding: 10px;
}
/* end content */

/* navgiation */
#navigation ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

#navigation ul li {
padding: 0px;
margin: 0px;
}

#navigation ul li a {
display: block;
background: #CCC url(../siteimages/navDefaultBg.jpg) no-repeat;
padding: 0px 9px 2px 30px;
* border-right: 1px solid #CCC;
font-family: Arial, Helvetica, sans-serif;
line-height: 18px;
width: 128px;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
color: #111;
}

#navigation ul li a:hover, #navigation ul li.active a:hover {
background: #CCC url(../siteimages/navHoverBg.jpg) no-repeat;
text-decoration: none;
}

#navigation ul li.active a {
background: #CCC url(../siteimages/navHoverBg.jpg) no-repeat;
color: #770000;
text-decoration: none;
}

#navigation ul li ul li {
display: none;
}

#navigation ul li.active ul li {
display: block;
}

#navigation ul li.active ul li a {
background: #EEE url(../siteimages/navSubBg.jpg) repeat-y;
font-size: 11px;
margin-right: 1px;
padding: 0px 9px 2px 40px;
font-weight: normal;
text-decoration: underline;
}

#navigation ul li.active ul li a:hover, #navigation ul li.active ul li.active a {
background: #FFF url(../siteimages/navSubBgHover.jpg) repeat-y;
}

#navigation ul li.active ul li.active a {
text-decoration: none;
}

#navigation ul li.active ul li {
border-bottom: 1px solid #DDD;
}

/* end navigation */

/* images */

#secondary img {
border: 0px;
}
/* end images */

/* secondary image containers */
#secondary  .thumbnail
{
float: left;
width: 180px;
border: 1px solid #000;
background: #FFF;
margin: 0 15px 15px 0;
padding: 5px;
}

#secondary .thumbnail b {color: #000; }

#secondary  .clearboth { clear: both; }

#secondary .center {width: 100%; text-align: center; margin: 0 40px;}
/* end secondary image containers */

/* paragraphs */

/* end paragraphs */

#poweredBy img {

border: 0px;
}
