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



h1 {
	font-size: 2.1em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
    
h2 {
    font-size: 1.9em;    
}
    
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;
}

ul li {
	list-style-position: inside;
	list-style-type: square;
}
 
#container {
 width:805px;
 /*margin:28px auto 0 auto;*/
 margin:0 auto;
 background-image:url(images/conttile.png);
 background-repeat:repeat-y;
 padding:0 0 0 27px;

}

#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fef5da;
	background-image:url(images/footerbgtile_19.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width:832px;
	height:51px;

}

#footertext {
	background-image:url(images/foogerbg.jpg);
	background-repeat:repeat-x;
	width:775px;
	height:22px;
	vertical-align: middle;
	margin:0 0 0 27px;
	padding:5px 0 0 0;
}

#footer a {
	color: #fef5da;
}

 
#photos {
            z-index:-100;
            width:775px;
            height:279px;
			padding:105px 0 0 0;
			background-image:url(images/loading.gif);
			background-repeat:no-repeat;
            
}

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

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

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

 
#header {
            width:800px;
            height:314px;
}

#content {
            width:775px;
			/*padding:0 0 0 27px;*/
}

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

/*#content img .photo {
	padding-left:50px;
}*/

 
#nav {
            width:775;
            height:153px;
			z-index:100;
			/*margin-top:230px;*/
            /*margin-left:-27px;*/
			position:absolute;
			/*margin:0 auto;*/
			
}
 
 
 
 

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;
	
}



#newsareabg {
	background-image:url(images/newsareabg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color:#aa4425;
}

.textareabgmain {
	background-image:url(images/textbg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color:#fef5da;
}

.textareabg {
	background-image:url(images/textbg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color:#fef5da;
	width:717px;
}

#textarea {
	margin:20px;
	color: #7E1111;
}

#newsarea {
	margin:20px;
	color:#fef5da;
}




img, #footer {
	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:24px;
	color:#FF0000;
}


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

#sitemap ul li a.main {
background-image:url(images/foogerbg.jpg);
background-repeat:repeat-x;
	/*background-color:#170801;*/
	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;
}


