/* CSS Document */
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	}
	
#box_container{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	}			
	
#topLogo{
	width:800px;
	height:170px;
	margin:0px 0px 0px 0px;
	background-image: url(./images/title.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	}
	

#logotext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	height:18px;
	position:relative;
	top:30px;
	left:120px;
	text-align:center;
	line-height:30px;
	}
	
.smaller_text{
	font-size:14px;
}

#box_container{
	margin-top:-20px;
}

#box_top{
	background-image:url(images/box-top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	overflow:visible;
	width:700px;
	height:417px;
	padding-top:80px;
}

#title{
	position:relative;
	width:650px;
	text-align:center;
}
	
#box_middle{
	background-image:url(images/box-middle.png);
	background-repeat:repeat-y;
	background-position:top;
	width:700px;
	height:auto;
	margin-top:-338px;
	min-height:300px;
}
	
#content{
	width:550px;
	overflow:visible;
	height:auto;
	position:relative;
	top:-60px;
	left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	line-height:30px;
	margin-bottom:20px;
	overflow:auto;
}

#column{
	width:250px;
	overflow:visible;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:16px;
	margin-bottom:20px;
	margin-right:10px;
	margin-left:10px;
	float:left;
}

#column2{
	width:250px;
	overflow:visible;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:16px;
	margin-bottom:20px;
	margin-right:10px;
	margin-left:10px;
	float:left;
}

.play_button{
	vertical-align:middle;
	border:none;
}

.mp3_player{
	display:none;
}

form{
	text-align:left;
	font-size:12px;
	background-color:transparent;
}
#form1{
	width:245px;
	overflow:visible;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:16px;
	margin-right:0px;
	margin-left:42px;
	float:left;
}

#form2{
	width:250px;
	overflow:visible;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:16px;
	margin-right:0px;
	margin-left:10px;
	float:left;
}

#form3{
	width:500px;
	overflow:visible;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:16px;
	float:left;
	margin-left:42px;
}

#form4{
	width:462px;
	overflow:visible;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:16px;
	float:left;
	margin-left:42px;
}
	
#box_bottom{
	background-image:url(images/box-bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
	overflow:visible;
	width:700px;
	height:225px;
	margin-top:-160px;
}

#menu_area{
	height: 30px;
	width: 550px;
	position:relative;
	left:160px;
	top:5px;
	margin-bottom:-30px;
}	

.animatedtabs{http://www.dynamicdrive.com/style/csslibrary/item/animated_horizontal_tabs/#selectcode
	overflow: hidden;
	width: 100%;
	font-size: 13px; /*font of menu text*/
}

.animatedtabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 0px; /*offset of first tab relative to page left edge*/
	padding: 0;
}

.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 10px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(images/nav_left_03.png) no-repeat left top;
	margin: 0;
	margin-right: 2px; /*Spacing between each tab*/
	padding: 0 0 0 4px;
	text-decoration: none;
	text-transform:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;

}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(images/nav_right_03.png) no-repeat right top;
	padding: 6px 9px 8px 1px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {
	float:none;
}
/* End IE5-Mac hack */


.animatedtabs .selected a{
	background-position: 0 -0px;
	top: 0;
}

.animatedtabs .selected a span{
	background-position: 100% -0px;
	color:#FF0000;
	padding-bottom: 16px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
	background-position: 0% -0px;
	top: 0;
	text-decoration:none;
	color:#FF0000;
}

.animatedtabs a:hover span{
	background-position: 100% -0px;
	padding-bottom: 16px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}
	

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	}
	
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	}	
	
.shadow {
  line-height: 2em;
  white-space: nowrap;
  
}	
	
#flash {
	width:800px;
	margin-top:-100px;
	}	
	
#flash2 {
	width:400px;
	height:240px;
	}		
	
#flash3 {
	text-align:center;
	}
	
#flash4 {
	width:500px;
	height:300px;
	position:absolute;
	left: 128px;
	top: 60px;
	}												
	
.red{
	color: #FF0000
	}	
	
#line{
	background-image:url(images/line.jpg);
	background-repeat:no-repeat;
	height:5px;
	width:800px;
	}
	
#footer{
	margin-top:20px;
	height:58px;
	width:800px;
	background-position:left;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
#footer2{
	height:58px;
	width:800px;
	background-position:left;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:200px;
	text-align:center;
	}	

.footer_link{
	font-size:13px;
}

#footer_text{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	height:20px;
	top:66px;
	left:398px;
	width: 383px;
	}
	
#footer ul{
	padding:0;
	margin:30px 0px 0px 0px;
	height:30px;
	
}

#footer li{
	height:100px;
	list-style-type:none; 
	list-style-image: none;
	display:inline;
	font-family: Arial;
	font-size: 13px;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-right:15px;
}


a{
	color:#F00;
	text-decoration:underline;
	}

a:hover{
	color:#900;
	text-decoration:underline;
	}
	
a_hover{
	color:#F00;
	text-decoration:underline;
	}	
	
#links{
	width:503px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	position:absolute;
	left:126px;
	line-height:20px;
	top: 45px;
	height:auto;
	margin-bottom:40px;
}


#links h1{
	font-size:22px;
}

.item_images{
	border:1px #495677 solid;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}

.item{
	margin-left:10px;
	margin-top:50px;
	text-align:left;
}

.item h2{
	line-height:16px;
	text-align:left;
}

.item form{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
