/* AdivaCorp Stylesheet
   Written by Freckle Creative */
	
/* -------- HTML + FONT STYLES  -------------- */

body {
	background-image: url(../images/top_bg.gif);
	background-position: 10px 10px;
	}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #602F00;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	font-weight: normal;
       }
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9A170;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
          }    
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CAA575;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #602F00;
}

/* -------- FORM & EMAIL SUBSCRIBER -------------- */

input {
    background-color: #EDE1D1;
    border: 1px outset #602F00
    color: #602F00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt
}

fieldset {
border: 1px solid #602F00;
width: 1em
         }

/* -------- SUB NAVIGATION -------------- */

#navcontainer { width: 185px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt
}

#navcontainer a
{
display: block;
padding: 0px 1px 1px 6px;
width: 185px;
background-color: #f0e3d2;
border-bottom: 2px solid #F4EDE4;
}

#navcontainer a:link, #navlist a:visited
{
color: #572700;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #572700;
color: #fff;
}
