@charset "UTF-8";
/* CSS Document */

* 	{padding: 0; margin: 0;	}
	
body {background-color: #fff; }
#container {width: 970px; margin: 0 auto; font-family: "Myriad Pro", Arial, Verdana, san-serif; font-size: 13px;}
#mast {margin: 0 auto; height: 350px; background-image: url(images/mast_sm.jpg); background-repeat:no-repeat;}
#news {height: 300px; width: 380px; background-image: url(images/newsbkg.jpg); background-repeat:no-repeat; color: #000000; padding-top: 150px; line-height: 125%;}

#mast h1
{display: none;}

#content
	{
	overflow:hidden;
	font-size: 1.08em;
	color: #555;
	padding-top: 22px;}


ul#main_menu {
	margin: 0 auto;
	padding-top: 288px!important;
	padding-left: 54px;
	font-size: 11px;
}

ul#main_menu li {
	list-style:none;
	display:inline;

}
ul#main_menu li a {
	margin-left:13px;
	padding-right: 13px;
	text-decoration:none;
	color:#000;
	text-transform:capitalize;
	font-size:1.2em;
	border-right: 1px solid #000;
}

ul#main_menu .last a { border-right: none; }

ul#main_menu li a:hover, ul#main_menu li a.active { color:#233571;}

#footer {
	height: 90px;
	background-image: url(images/footer.jpg); background-repeat:no-repeat;
	margin: 0 auto;
	text-align:center;
}

ul#footer_nav {
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 5px;
	font-size: 12px;
}

ul#footer_nav li {
	list-style:none;
	display:inline;

}
ul#footer_nav li a {
	margin-left:50px;
	padding-right:50px;
	text-decoration:none;
	color:#000;
	text-transform:capitalize;
	font-size:1.2em;
	border-right: 1px solid #000;
}

ul#footer_nav .last a { border-right: none; }

ul#footer_nav li a:hover { color:#233571;}

a.blue {color: #0071bc;}

h1, h2, h3, a:active, a:visited {color:#0071bc;}

#text {
padding-left:25px;
text-align: justify;}


#contactcontainer {
margin-left: 40px;
text-align: center;
}

#contactleft {position: relative; left: 100px; float: left; width: 150px; background-color: transparent; text-align: right; color: #003399;}
#contactright {float: right; position: relative; right: 515px; width: 150px; background-color: transparent; text-align: left; color: #003399;}

#picture {
width: auto;
margin-left: 10px;
float: right;
padding: 0px 20px 30px 50px;
}

ul {margin: 1.2em;}

.textred {
font-size: 1em;
font-weight: normal;
font-style: italic;
color: #cd7476; }

.textred2 {
color: #cd7476; }

#nextbottom {
position: relative;
bottom: 30px;
padding-right: 25px;
text-align: right;
font-size: 0.9em;
color:#564b47;
}

.slideshow {
height: 345px; }


/* -----------G A L L E R Y--------------------------- */

#gallerycaption {
font-size: 1.4em;
font-weight: bold;
color: #006699;
padding: 10px 0px 0px 0px;
text-align: center;
}

.gallerycontainer{
position: relative;
height:590px;
width: 960px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer{
    background:url(images/holder.gif) 625px 32px no-repeat;
}
    
.thumbnail img{
border: 1px solid black;
margin: 0px;
}

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

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

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

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

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 30px;
left: 625px; /*position where enlarged image should offset horizontally */
z-index: 50;
}