*{
            margin:0;
            padding:0;
            border:0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	
}

h1 {
	font-size: 2.1em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
    
h2 {
    font-size: 1.9em;  
	color:#4a2e10;  
	margin:0 0 0 15px;
}
    
h3 {
    font-size: 1.2em;
}
    
h4 {
	font-size: 1em;    
}
    
h5 {
	font-size: .6em;    
}
    
a:link {
	color:#000000; 
	text-decoration: underline;
}

a:visited {
	color:#333333;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	/*text-decoration: none;*/
}

a:active {
	color:#999999;
	text-decoration: underline;
}


#subscribe {
	margin:0 auto;
	width:400px;
}



#flasharea {
 width:770px;
 height:568px;
 margin:0 auto;
 z-index:-10;

}



#footerbg {
	width:100%;
	height:27px;
	background-color:#4a2e10;
	margin-top:541px;
	position:absolute;
	z-index:0;

}



img, #nav {
	behavior: url(iepngfix.htc)
}



img, #logo {
	behavior: url(iepngfix.htc)
}

img, #content {
	behavior: url(iepngfix.htc)
}


/*---------- CLEAR ------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*-------------------------------------------- SITEMAP ---------------------------------------------*/





#sitemap a {
	text-decoration:none;
}



#sitemap li {
	list-style:none;
	margin-left:5px;
	color:#FF0000;
}


#sitemap ul li a {
	padding:4px;
	display:block;
	
	
}

#sitemap ul li a.main {
	background-color:#4a2e10;
	margin:6px 0;
	width:200px;
	color:#FFFFFF;
}

#sitemap li ul li a {
	color:#00FF00;
}





/*----------------- FORM STYLES --------------------*/

.required {
	font-weight:bold;
}

.contactinfo {
	width:325px;
	float:right;
	/*margin:0 8px 16px 8px;*/
	padding:15px;
	background-color:#FFFFFF;
}

select {
	width:175px;
	height:75px;
	border:1px solid #000000;
	margin:4px 0 8px 4px;
}

select option {
	padding:2px;
	font-size:.8em;
}

input[type="text"] {
	border:1px solid #000000;
	padding:2px;
	background-color:#FFFFFF
}

input.text {
	border:1px solid #000000;
	padding:2px;
}

input[type="submit"] {
	border:1px solid #000000;
	margin-top:12px;
	padding:1px;
}

input.submit {
	border:1px solid #000000;
	margin-top:12px;
	padding:1px;
}


textarea {
	border:1px solid #000000;
	padding:2px;
	background-color:#FFFFFF
}

.error {
	font-weight:bold;
	color:#FF0000;
}


.underline {
	border-bottom:1px dotted #000000;
	width:350px;
	padding-bottom:2px;
	margin-bottom:4px;
}


