@charset "UTF-8";

/* MAIN SITE STYLE */

body {
padding: 0;
margin: 0;
width: 100%;
display: table;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 170%;
color: #000000; 
	}

.home {
	background: #ebdb92 url(images/main-background.jpg) no-repeat center top;
}


.about {
	background: #364714 url(images/main-background3.jpg) no-repeat center top;
}

.news {
	background: #5b6701 url(images/main-background2.jpg) no-repeat center top;
}

.action {
	background: #2d5d23 url(images/main-background1.jpg) no-repeat center top;
}




p {  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 170%;
color: #000000; 
}

td {  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 170%;
color: #000000; 
}

a {
color:#1c2574;
}

a:hover {
	color:#2031c3;
}


#list li { 
list-style-image:   url(images/bullet.gif); 
text-indent:20px;
}

.title1{
font-family: 'Arial Black', Arial, sans-serif;
font-size:18px;
color:#c53050;
letter-spacing:2px;
line-height:200%;
}

.title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.pagetitle1{
font-family: 'Arial Black', Arial, sans-serif;
font-size:22px;
color:#ffffff;
letter-spacing:2px;
line-height:100%;
padding-left:40px;
}


.pressrelease{
font-family: 'Arial Black', Arial, sans-serif;
font-size:12px;
color:#c53050;
letter-spacing:5px;
line-height:200%;
}

.presstitle{
font-family: 'Arial Black', Arial, sans-serif;
font-size:14px;
color:#333333;
line-height:160%;
}



.footer{
font-family: 'Arial Black', Arial, sans-serif;
font-size:12px;
color:#cccccc;
letter-spacing:5px;
line-height:200%;
text-align:center;
text-transform:uppercase;
}
	


/* POSITIONS */

#bodycontainer {
margin: 0px auto;
width: 1000px;
text-align: left;
}

#topbreak{
width:1000px;
height:20px;
}


#friendsheader{
width:980px;
background-color:#FFFFFF;
padding-top:25px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

#header{
width:980px;
height:155px;
background-color:#ffffff;
padding-left:10px;
padding-right:10px;
}

#pageheader{
width:980px;
height:155px;
background-color:#ffffff;
padding-left:10px;
padding-right:10px;
border-bottom:10px SOLID #ffffff;
}



#logo{
width: 287px;
height: 155px;
margin-left: 48px;
top:92px;
position:absolute;
z-index:100;
}


#navigation {
width:980px;
height:40px;
background-color:#ffffff;
border-top:10px SOLID #ffffff;
border-left:10px SOLID #ffffff;
border-right:10px SOLID #ffffff;
border-bottom:10px SOLID #ffffff;
position:relative;
}

#pagenavigation {
width:655px;
height:40px;
background-color:#ffffff;
border-top:10px SOLID #ffffff;
border-bottom:10px SOLID #ffffff;
position:absolute;
margin-left:345px;
margin-top:-60px;
z-index:100;
}


#break1 {
width:950px;
height:12px;
}

#break2 {
width:950px;
height:25px;
}

#pagetitle{
width:980px;
border-left:10px SOLID #ffffff;
border-right:10px SOLID #ffffff;
background-color:#232078;
border-bottom:10px SOLID #ffffff;
height:40px;
}


#homecontent{
width:1000px;
}


#footer {
width:980px;
height:50px;
padding-top:12px;
background-color:#1c2574;
border-left:10px SOLID #ffffff;
border-right:10px SOLID #ffffff;
border-bottom:18px SOLID #ffffff;
position:relative;
}


#hometext {
width:950px;
padding-top:10px;
}


#footer-left {
	width:600px;
	float:left;
}

#footer-right {
	width:200px;
	float:right;
}


/* SLIDESHOW */

.slideshow { 
height: 155px; 
width: 980px; 
margin: auto; 
}

.slideshow img { 
padding: 0px; 
background-color: #fff; 
}


/* MENU */

#menu {
width: 100%;
float: left;
margin: 0 0 0 0;
padding: 0;
list-style: none;

	  }
	    
#menu li {
float: left; 
}
   
#menu li a {
display: block;
padding-left:70px;
padding-top:10px;
padding-bottom:10px;
text-decoration: none;
font-family: 'Arial Black', Arial, sans-serif;
color: #ffffff;
font-size:14px;
background-image:url(images/menu-back.gif);
}

#menu li a:hover {
color: #CFF;
background-image:url(images/menu-back-up.gif);

}


#pagemenu {
width: 655px;
float: left;
margin: 0 0 0 0;
padding: 0;
list-style: none;

	  }
	    
#pagemenu li {
float: left; 
}
   
#pagemenu li a {
display: block;
padding-left:55px;
padding-top:10px;
padding-bottom:10px;
text-decoration: none;
font-family: 'Arial Black', Arial, sans-serif;
color: #ffffff;
font-size:14px;
background-image:url(images/page-menu-back.gif);
}

#pagemenu li a:hover {
color: #CFF;
background-image:url(images/page-menu-back-up.gif);

}

