html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: arial;
	margin: 0px;

	background-image: url("/media/images/site-background.jpg");
	background-repeat: repeat-x;
}
img{
	border-style: none;
}
span.error{
	color:Maroon;
	font-weight:bold;
}
fieldset{
	margin-bottom: 20px;
}
#menu,#jump-menu,#footer{
	color: #1c1f52;
	background-color: #e9eaed;
}
#menu a,#jump-menu a,#footer a{
	color: #1c1f52;
}
#title{	
	color: white;
	background-color: #1c1f52;
	
	font-size: 300%;
	font-weight: normal;
	text-transform: capitalize;
	
	margin: 0px;
	padding: 5px;
	padding-top: 25px;
	padding-bottom: 35px;
	
	background-image: url("/media/images/title-background.jpg");
	background-repeat: repeat-x;
}
#title span.page{
	font-style: italic;
	border-left-style: solid;
	border-left-width: 2px;
	margin-left: 15px;
	padding-left: 15px;
}

/*menu*/
#menu, .featured-work{
	clear: left;
	float: left;
	
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 20px;

	list-style: none;

	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu a{
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	padding-bottom: 5px;
	margin-bottom: 8px;
}
#menu li.current a{
	color: gray;
}
#menu span{
	font-size: 115%;
}
#menu span.sub-link{
	font-size: 75%;
	display: block;
}

.featured-work{
	font-size: 60%;
}
.other-information{
	float: right;
	margin-right: 2%;
	margin-top: 20px;
	margin-left: 20px;

	padding: 10px;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e9eaed;
}
.contact-information{
	color: white;
	margin-bottom: 50px;

	background-color: #1c1f52;
	padding: 10px;
	padding-top: 5px;
}
.contact-information a{
	color: white;
}

/*jump-menu*/
#jump-menu{
	list-style: none;
	text-align: center;
	
	margin-top: 20px;
	margin-bottom: 20px;

	padding: 10px;
}
#jump-menu a{
	font-size: 115%;
	text-decoration: none;
}
#jump-menu a:hover{
	text-decoration: underline;
}
#jump-menu li{
	display: inline;
	border-right-style: solid;
	border-right-width: 1px;

	padding-right: 13px;
	margin-right: 13px;
}
#jump-menu .last{
	border-right-style: none;
	padding-right: 0px;
	margin-right: 0px;
}

/*defualt content*/
#content{
	margin-left: 22%;
	margin-right: 30%;
}
#content h2{
	color: #5985a8;
	font-size: 300%;
	font-weight: normal;
}
#content p{
	font-size: 115%;
	line-height: 150%;
}
#content .section{
	padding-bottom: 25px;
	margin-bottom: 50px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-bottom-color: #e9eaed;
}

/*topics*/
#content.topics h2{	
	text-align: right;
}
#content.topics p{
	text-indent: 5%;
}

/*faq*/
#content.faq h2{
	font-size: 150%;
}

/*our work*/
#content.our-work h2{
	font-size: 200%;
}
#content.our-work ul{
	list-style-type: none;
}
#content.our-work li a img{
	float: left;
	margin-right: 20px;
}

/*schedule*/
#content.schedule ul{
	list-style-type: none;
}
#content.schedule ul li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e9eaed;
	
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content.schedule a.back-to-top{
	float: right;
}
#content.schedule span.time{
	font-family: monospace;
	
	margin-right: 10px;
	padding-right: 10px;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e9eaed;
}
#date-navigation{
	background-color: #e9eaed;
	padding: 5px; 
}

/*media-player*/
body.media-player #content,body.media-player #media-player{
	width: 100%;
	height: 100%;
	
	margin: 0px;
	
	overflow: hidden;
}
body.media-player #footer{
	background-image: none;
	margin-top: 0px;
}

/*footer*/
#footer{
	background-image: url("/media/images/menu-top.jpg");
	background-repeat: repeat-x;
	
	padding: 0px;
	margin: 0px;
	
	padding: 10px;
	
	margin-top: 10px;
}
#footer li{
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	
	border-right-style: solid;
	border-right-width: 1px;
}
#footer li.last{
	margin-right: 0px;
	border-right-style: none;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
