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

body {
	border: 0;
	position: absolute;
	height: auto;
	visibility: visible;
	font: 1em Lucida, Arial, sans-serif;
	background-image:url(../media/SWbarnSM.jpg);
	background-repeat: no-repeat;
	background-position:top;
	position:relative;
	background-color:#CCC;

	}
a {
	text-decoration:none;
	}
#sub {
	/*background:transparent;*/
	background:#FFF;
}
#container {
	width: 750px;
	padding-left: 20px; 
	padding-right: 20px; 
    margin: 20px auto 0px auto; 
	position: relative;
	z-index: 5;
	background:transparent;
	}
	
#headWrapper {
	position: relative;
	width: inherit;
	left:5%;
	vertical-align: top;
	z-index: 5;
	}
    
#mainWrapper {
	border:1px solid #FFF;
	background:#fff;
	/*opacity: 0.85;*/
	padding:10px;
	margin:0px 5px 5px 5px;
	overflow:visible;
	position:relative;
	float:left;
	width:100%;
	height:50em;
	z-index: 5;
	}

#navWrapper {
	margin:5px 5px 0px 5px;
 	float:left;
	position:relative;
	/*border:1px solid #f7941d;*/
	width:100%;
	z-index: 5;
	}

	
#backDiv1, #backDiv1 span, #backDiv2, #backDiv2 span {
	position:absolute;
	
	}
#backDiv1{
	background-image:url(../media/barnLeft.jpg);
	background-repeat: no-repeat;
	background-position:top;
	z-index: 1;
	top:0px;
	left:0px;
	width:250px;
	height:1010px;
	}
	
#backDiv2{
	background-image:url(../media/barnRight.jpg);
	background-repeat: no-repeat;
	background-position:top;
	z-index: 1;
	right:0px;
	top:0px;
	width:250px;
	height:1010px;
	}
	
#backDiv2 span{
	
	
	}
	
div.title_header {
	font-family: "Times New Roman", Times, serif;
	top: 1px;
	font-size: 2em;
	color:#333399;
	left: 0%;
	font-style: oblique;
	font-weight: bold;
	}
	
.credits {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	top: 1px;
	font-size: .8em;
	color: #333399;
	font-style: oblique;
	font-weight: bold;
}

.mainpic {
	text-align:center;
	margin:12px;
	font-size: .5em;
	float:left;
	color:#F00;
	border:none;
	text-decoration:none;    
	}
    
.rightPic {
	text-align:center;
	margin:12px;
	font-size: .5em;
	float:right;
	color:#F00;
	border:none;
	text-decoration:none;
	}
	
.colorful {
	position: relative;
	padding:10px;
	opacity: 0.8;
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	width: 90%;
	color:#003300;
	vertical-align: bottom;
	overflow:visible;
	}

.vert_nav {
	float:left;
	position:relative;
	padding:10px 10px 0px 10px;

	}
    /*
    the vert_nav is the style for menu items
    */

.vert_nav ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	}

.vert_nav li.pass {
	float:left;
	margin:0px;
	padding: 0px;
    background:#959595;
    border-left:1px solid #060;
    border-right:1px solid #060;
    border-bottom:1px solid #060;
	border-top:1px solid #060;
	}

.vert_nav li.active {
	float:left;
	margin:0px;
	padding: 0px;
    background:#fff;
    border-top:1px solid #060;
    border-left:1px solid #060;
    border-right:1px solid #060;
    border-bottom:1px solid #FFF;
	}

.vert_nav li.pass a {
	font-size:.9em;
	position:relative;
	color:#fff;
	padding: 3px 10px;
    /*border:1px solid #f7941d;*/
	}

.vert_nav li.active a {
	font-size:.9em;
	position:relative;
	padding: 3px 10px;
    color:#060;
	}
    
.vert_nav li.active a:hover {
	font-size:.9em;
	color:#fff;
	position:relative;
	}


.vert_nav li:hover {
	background:#009;
	color:#fff;
	border-bottom:1px solid #FFF;
	}
