* {
  margin: 0;
  padding: 0;
  outline: none;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

a{
	color: #801113;
	text-decoration: none;	
}

a:hover{
	color: #000;
}

h2{
	color: #007F97;
	font-size: 16px;
	font-weight: bold;
}

strong{
	font-weight: bold;
}	
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #4e4e4e;
  font-size: 14px;
}
#container {
  width: 800px;
  margin: 0 auto;
}
#top_header {
  background-color: #84932e;
  color: #ffffff;
  text-align: center;
  padding: 3px;
  font-weight: bold;
  font-size: 13px;
  margin-top: 3px;
  position: relative;
}

#top_header .editme{
	position: absolute;
	color: #000;
	margin-top: 0px;
	right: -140px;
	top: 4px;
	display: none;
}

#top_header:hover .editme{
	display: block;
}
#header {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header img { vertical-align: middle; float: left;}
#header .header_links {
	float: right;
	margin-top: 45px;
}
#header .header_links .colon {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #008096;
}
#header .header_links a {
  font-size: 20px;
  text-transform: lowercase;
  color: #4e4e4e;
  font-weight: bold;
  text-decoration: none;
}
#header .header_links a:hover { color: #00a7e1; }
#nav_bar {
  background-image: url('../images/nav_bg.jpg');
  height: 60px;
  width: 800px;
  background-repeat: no-repeat;
  background-position: top center;
}

#nav_bar ul.nav li {
	float: left;
	margin-top: 13px;
	margin-left: 20px;
	position: relative;
}

#nav_bar ul li .subnav{
	display: none;
 	position: absolute;
	background-color: #008590;
	text-align: left;
	padding: 10px 10px 10px 10px;
	color: #FFF;
	width: 150px;
	line-height: 12px;
	margin-top: -4px;
	z-index: 1000;

}

#nav_bar ul li .subnav ul{
	padding: 0;
}

#nav_bar ul li .subnav ul li{
	width: 160px;
	margin: 0;
}

#nav_bar ul li .subnav ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
}

#nav_bar ul li .subnav ul li:hover div.remove_link, #nav_bar ul li .subnav ul li:hover div.edit_link{
	display: block;
}
#nav_bar ul li .subnav ul li div.remove_link, #nav_bar ul li .subnav ul li div.edit_link{
	position: absolute;
	right: 0px;
	top: 0;
	background-color: #008095;
	
	display: none;
}

#nav_bar ul li .subnav ul li div.edit_link{
	right: 20px;
	padding: 0;

}


#nav_bar ul li .subnav ul li:hover a{
	color: #00A7E1;
}

#nav_bar ul li:hover .subnav{
	display: block;
}

#footer {
  background-image: url('../images/footer.jpg');
  height: 46px;
  font-size: 10px;
}
#footer a {
  color: #4e4e4e;
  text-decoration: none;
}
#footer a:hover { color: #000000; }
#footer .pipe {
  margin-left: 5px;
  margin-right: 5px;
}
#footer div {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
#content { margin-top: 10px; }
#content .middle {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 2px solid #BABABA;
  border-right: 2px solid #BABABA;
}
#content { width: 800px; }
#content .top { width: 800px; }
#content .bottom { width: 800px; }
#content .top {
  background-image: url('../images/content_top.jpg');
  height: 35px;
}

#content.home .top{
	background-image: none;
	height: 0;
}

#content.home .middle{
	padding: 0;
	border: none;
}
#content .bottom {
  height: 35px;
  background-image: url('../images/content_bottom.jpg');
}

#content.home .bottom{
	height: 0;
	background-image: none;
}
/**
 * Debug
 */
#debug{
	position: fixed;
	top: 500px;
	left: 10px;
	background-color: #CCC;
	color: #000;
}

/**
 * No Script
 */
.noscript{
	height: 100%;
	width: 100%;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: fixed;
	margin-top: 0;
	z-index: 10000;
}

.noscript_content{
	background-color: #FFF;
	z-index: 10001;
	position: absolute;
	top: 35%;
	left: 50%;
	padding: 10px;
	
	width: 418px;
	
	margin-left: -209px;
}

/**
 * Modal 
 */
/**
 * Modal Window
 */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #FFF;
    	border: 5px solid #008095;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

#toolbox{
	position: fixed;
	top: 10px;
	left: 3%;
	background-color: #FFF;
	z-index: 1000;
}

#toolbox ul li img{
	margin-right: 10px;
	vertical-align: middle;
}
#toolbox ul{
	margin-top: 10px;
}
#toolbox ul li{
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#toolbox ul li:hover{
	border: 1px solid #008095;

	
}
/**
 * Add nav bar page
 */
#nav_bar_add_item{
	width: 290px;
	margin-left: -145px;
	border: 5px solid #008095;
	color: #000;
}

#nav_bar_add_item h2{
	font-size: 18px;
	margin-bottom: 10px;
}
#nav_bar_add_item span{
	padding: 5px;
	cursor: pointer;
	font-size: 18px;

}

#nav_bar_add_item input[type=text]{
	border: 1px solid #801113;
	padding: 3px;
}

#nav_bar_add_item input[type=button]{
}

#nav_bar_add_item span.selected{
	background-color: #008095;
	color: #FFF;
	font-weight: bold;
}
#nav_bar_add_item label{
	width: 110px;
	float: left;
	margin-right: 20px;
	color: #4E4E4E;
}

#nav_bar_add_item p{
	margin-bottom: 20px;
	clear: both;
}

/**
 * Reorder list
 */
#nav_bar_add_item ul li{
	border: 1px solid #008095;
	padding: 5px;
	margin-bottom: 5px;
	cursor: move;
}

#nav_bar_add_item .helper{
	background-color: #CCC;
}


/**
 * Add A page
 */
#add_page{
	width: 570px;
	border: 5px solid #008095;
	margin-left: -285px;
}

#add_page h2{
	margin-bottom: 10px;
}
#add_page ul li{
	display: inline;
	margin-right: 10px;
	cursor: pointer;
}

#add_page ul li img{
	border: 1px solid #CCC;
}

#add_page p.right{
	clear: both;
	margin-top: 15px;
}

#add_page input[type=text]{
	border: 1px solid #801113;
	padding: 3px;
}

#add_page label{
	margin-right: 10px;
}

#add_page span.example{
	padding-left: 10px;
	color: #AAA;
}

#help_text{
	
}

.items_container{
	width: 765px;
	background-color: #000;
	position: relative;
}

#photo_uploader{
	width: 387px;
	margin-left: -193px;
}

#photo_uploader label{
	margin-right: 10px;
}
#photo_uploader h2{
	margin-bottom: 10px;
}

#photo_uploader p{
	margin-bottom: 10px;
}

#content_editor h2, #content_editor p{
	margin-bottom: 10px;
}

#content_editor input{
	margin-top: 10px;
}

#home{
	height: 500px;
	width: 800px;
	background-repeat: no-repeat;
}

#home #flashcontent{
		width: 350px;
	height: 260px;
	float:right;
	margin-top: 12px;
	margin-right: 24px;

}

input[type=submit],input[type=button]{
	background-color: #801113;
	border: 1px solid #000;
	color: #FFF;
	padding: 3px;
	margin-right: 2px;
}
#edit_schedule{
	width: 245px;
	margin: 0 auto;
}

#edit_schedule h2{
	margin-bottom: 10px;
}

#edit_schedule ul{
	text-align: left;
}

#edit_schedule ul li{
	padding-bottom: 5px;
}

#schedule table{
	width: 770px;
}
#schedule table tr td b{
	text-align: center;
	display: block;
}
#schedule table tr td{
	padding: 5px;
}