@charset "utf-8";
/* CSS Document */
/* written by Michelle Pakron, June 2008 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	background-color: #979b01;
	text-align: center;

}

#content_wrap {
	width: 730px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #EFF0DB;

}

#logo {
	background-color: #6d0544;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;

}

#logo_sub {
	background-color: #6d0544;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;

}

#nav_sub {
	background-color: #6D0544;
	height: 100px;

}

#content {
	background-color: #eff0db;
	margin-top: -20px;

}

#content_sub {
	background-color: #eff0db;
	margin-top: -20px;
	text-align: left;

}


.title {
	margin: 0px;
	display: block;

}

h3 {
	color: #4C2001;
	font-size: 0.75em;
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: -10px;

}

p {
	font-size: 0.75em;
	margin-left: 50px;
	line-height: 130%;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #333333;

}

.photo {
	margin: 5px;
	float: left;
	width: 202px;
	height: 175px;

}

.photo img {
	border: 4px solid #979B01;
	margin-bottom: 2px;

}

.photo p {
	font-size: .6em;
	color: #6D0242;
	margin: 0px;
	text-align: center;
	font-style: italic;

}

.inner_content {
	margin-left: 50px;

}

/* 
.frame_home {
	background-image: url(images/frame.gif);
	background-repeat: no-repeat;
	height: 275px;
	margin-top: 10px;
	margin-left: 22%;

}

.frame_home .pic_home {
	background-image: url(images/home_photo_01.jpg);
	background-repeat: no-repeat;
	height: 225px;
	margin-left: 32px;
	margin-top: 35px;

}
*/


.frame_home {

}

.nav_home {
	padding-bottom: 15px;

}

#footer {
	background-color: #06415e;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #797c01;
	height: 400px;
	font-size: .7em;
	color: #EFF0DB;
	padding-top: 15px;
	

}

#footer a:link {
	color: #979B01;

}

#footer a:hover {
	color: #EFF0DB;

}

#footer a:visited {
	color: #797C01;

}

.clear {
	clear:both;
}


/* Jesse, the three styles below are for the large image script */

#photo_bkd {
    position: absolute;    
	background-color: #333333;    
	top: 0;    
	left: 0;  
	z-index: 3;
}

#image_large {
    position: absolute;    
	width: 720px;    
	top: 150px; 
	z-index: 4;
	border: 4px solid #FFFFFF;	
}

#photo_instr {
    position: absolute; 
	left: 1; 	
	color: #ffffff;
	top: 755px;
	z-index: 5;
	font-size: .8em;
}