/* CSS Document */
body{
	background:url(images/bg.png) repeat-x;
}
table{
	border:#333 thin solid;}

#header{
background-image:url(images/header.jpg);
height:173px;
width:798px;
}
#right{
background:#DBDCBB;
border-bottom:none;
height:100%;
width:180px;
margin:0;
padding:0 0 50px 0;
}
#footer{
	border:thin #333 solid;
	border-right:none;
	border-left:none;
	border-bottom:none;
	width:100%;
	text-align:center;
	background:#FFC;
}
#footer p{
	color:#333;
	font-size:12px}
#footer a:link{
	color:#333;}
#footer a:visited{
	color:#333;}
#footer a:hover{
color:#C03;}
hr{
	height:1px;
	width:65%;;
	border:dotted #DCDCBA thin;}

/*Text*/

#left{
border:thin #DCDCBA solid;
border-bottom:none;
border-left:none;
border-right:none;
background-color:#FFC;
margin:0;
padding:0;
}


#txtbox{
margin:0;
padding:5px 15px;
height:100%;
}

.style2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color:#333;
	font-weight: bold;
}

h1{
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:22px; 
color:#C03;
margin:0;
text-align:center;
padding:0;
}

h2{
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:18px;
color:#399;
margin:5px 0;
text-align:left;
padding:0;
}

h2 a:link{
	color:#399;
	}
h2 a:visited{
	color:#399;
	}
h2 a:hover{
	color:#C03;
	}

h3{
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:18px;
font-weight:bold;
color:#F00;
margin:5px 0;
text-align:center;
ext-transform: uppercase;
padding:0;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#333;
margin:0 ;
padding:5px;
}
.whatdo{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#333;
text-align:left;
margin:0 ;
padding:5px;
}
.ulclass{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#333;
margin:0;
padding:5px 0 5px 25px;
text-align:left;
}
.resources{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-style:italic;
font-weight:bold;
color:#333;
margin:0 ;
padding:0 0 5px 0;
}
.call{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#C03;
padding:30xpx 5px;
font-weight:bold;
text-align:center}
#linksbox{
border:thin #333 solid;
background:#FFC;
margin: 10px;
padding: 5px 12px; 
}
.links{
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:16px;
text-decoration:none;
color:#666;

}
a:link{color:#333}
a:visited{color:#333}
a:hover{
color:#C03;
text-decoration:underline;
}

.txtlink{
color:#C03;
text-decoration:none;}
.txtlink a:visited{
color:#C03;}
.txtlink a:hover{
color:#333;}


.videotxt{
	font-weight:bold;
	color:#C03;
	text-align:center;
	font-style:italic;}






/*Navigation*/

#blueblock{
width: 180px;
border-right: 1px solid #333;
padding: 0;
margin-bottom: 5px;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight:bold;
font-size: 19px;
background-color:#C8C892;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #DBDCBB;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #C8C892;
border-right: 10px solid #DCDCBA;
background-color: #FFC;
color: #333;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	color:#FFC;
border-left: 10px solid #DCDCBA;
border-right: 10px solid #C8C892;
background-color:#C03;
}
.style4 {font-weight: bold}
.style5 {color: #333; font-family:Verdana, Geneva, sans-serif}
.style6 {color: #8A8A00;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;}
.style7 {color: #C03;
	font-weight: bold;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;}
.style8 {font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;}
.style9 {font-weight: bold; color: #8A8A00;}

.boxlinks{
	height:110px;
	width:150px; border:#C03 solid thin;}

.boxlinks a:hover{
	height:110px;
	width:150px; border:#C90 solid thin;}


.gallerycontainer{
position: relative;
border:none;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #C03;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
/*left: -1000px;*/
visibility:hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 56px;
left: 213px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.t11_grey {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: 717579; text-decoration: none; padding:3px; border:none;}

.style22 {font-size: 16px; padding-bottom:5px}

 #flashcontent {
	 padding:0;
	 margin:0;
		height: 600px;
		width:620px;
	}
