@charset "utf-8";
/* CSS Document */
body{
margin-top:0px;
text-align:center;
background-color:#4cbb17;
background-image:url(../images/bkgrd.jpg);
background-repeat:repeat-x;
}

/*Divisions*/
#container{
margin:auto;
width:845px;
height:800px;

}

#header2{
margin:auto;
margin-top:3px;
width:820px;
height:165px;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
text-align:left;
}

#nav{
margin:auto;
width:980px;
height:32px;
text-align:center;
}

#content{
margin:auto;
margin-top:40px;
width:900px;
height:auto;
text-align:center;
}


#trap_left{
float:left;
width:240px;
height:auto;
text-align:left;
}

#left{
width:240px;
height:auto;
background-image:url(../images/left_bkgrd_strip.png);
background-repeat:repeat-y;
text-align:center;
}

#inside_left{
width:220px;
height:auto;
text-align:left;
font-family:Arial;
font-size:14px;
color:#000;
}


#left_space{
width:220px;
height:20px;
}

#trap_right{
float:right;
width:900px;
height:auto;
text-align:left;
}

#right{
width:900px;
height:auto;
background-image:url(../images/right_bkgrd_strip.jpg);
background-repeat:repeat-y;
text-align:center;
}


#right2{
width:900px;
height:auto;
background-image:url(../images/right_bkgrd_strip.jpg);
background-repeat:repeat-y;
text-align:center;
}

#inside_right{
margin:auto;
width:890px;
height:auto;
text-align:left;
font-family:Arial;
font-size:14px;
color:#000000;
}

#footer{
margin:auto;
width:820px;
height:40px;
text-align:center;
background-image:url(../images/footer_image.png);
background-repeat:repeat-x;
}

#inside_footer{
margin:auto;
padding:10px;
width:auto;
height:40px;
text-align:center;
font-family:Arial;
font-size:14px;
color:#fff;
}



#home_cms{
width:456px;
height:525px;
text-align:center;
margin:auto;
background-image: url(../images/home_cms_image.jpg);
}


/*Text Styles*/
a.pod1:link, a.pod1:visited{
display:block;
width:200px;
height:100px;
}

a.pod1:hover, a.pod1:active{
display:block;
width:200px;
height:100px;
background-color: #000000;
opacity:.50;filter: alpha(opacity=20); 
-moz-opacity: 0.2;
}


a.pod2:link, a.pod2:visited{
display:block;
width:250px;
height:100px;
}

a.pod2:hover, a.pod2:active{
display:block;
width:251px;
height:110px;
background-color: #000000;
opacity:.50;filter: alpha(opacity=20); 
-moz-opacity: 0.2;
}



a.pod3:link, a.pod3:visited{
display:block;
width:202px;
height:395px;
}

a.pod3:hover, a.pod3:active{
display:block;
width:202px;
height:395px;
background-color: #000000;
opacity:.50;filter: alpha(opacity=20); 
-moz-opacity: 0.2;
}




a.pod4:link, a.pod4:visited{
display:block;
width:254px;
height:200px;
}

a.pod4:hover, a.pod4:active{
display:block;
width:254px;
height:200px;
background-color: #000000;
opacity:.50;filter: alpha(opacity=20); 
-moz-opacity: 0.2;
}




a.pod5:link, a.pod5:visited{
display:block;
width:254px;
height:150px;
}

a.pod5:hover, a.pod5:active{
display:block;
width:254px;
height:150px;
background-color: #000000;
opacity:.50;filter: alpha(opacity=20); 
-moz-opacity: 0.2;
}




.title{
font-family: "Lucida Calligraphy";
font-size: 24px;
color:#FFFFFF;
text-align:center;
}

.title2{
font-family: Arial;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}

/*Links*/
a:link, a:active, a:visited, a.buttonslink:link{
width:100px;
height:32px;
font-family:Arial;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}

a:hover{
width:100px;
height:32px;
font-family:Arial;
color: #003399;
font-size:14px;
text-decoration:underline;
}

a.buttonslink:hover{
width:100px;
height:32px;
font-family:Arial;
color: #ffcc00;
text-decoration:underline;
}



.odd {
       /* background-color: #68C43B;*/
		 background-color: #A6DD8A;
}

.even {
        background-color: #A6DD8A;     
}
