/* CSS Document */
/* Main body definition */
/* main document styles */
body {
	display:block;
	width:965px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:15px solid;border-color:#5AA5AD;
	border-bottom:none
}

#admin-and-copyright {
	display:block;
	width:965px;
	height:15px;
	background-color: #5AA5AD
}

#sub-admin-and-copyright {
	padding-left:175px; 
	color:#FFFFFF
}


#border-after-menu {
	
	width:935px;
	margin-top:0;
	padding-top:0;
	/* JGS - 22-APRIL-2009 border-top:1px... fixes safari and firefox bug where a massive white gap appeared...*/ 
	border-top:1px solid; border-color:#BDD6DE;
	border-bottom:15px solid; border-color:#BDD6DE;
	border-right:15px solid; border-color:#BDD6DE;
	border-left:15px solid; border-color:#BDD6DE;
}

/*only titles are expected here, data and text are indented under the titls */
#main-content-container{
	display:block;
	width:920px;
	min-height:375px;
	padding-top:0;
	margin-top:0
}

#indented-content {
	display:block;
	padding-left:20px;
	padding-right:15px;
	width:885px;
}

h1 {
	color:#F5822B;
	font-size:36px;
}

h2 {
	color:#F5822B;
	font-size:24px;
	margin-top:20px
}

h3 {
	color:#F5822B;
	font-size:18px
}

/* media page styles */
#media-with-video {
	display:block; 
	width:900px; 
	float:left
}

#media-without-video {
	display:block; 
	width:900px; 
	float:left
}

#media-video-box {
	float:right
}

#media-with-video-text {
	float:left;
	width:600px
}

#media-content-block {
	display:block; 
	width:100%; 
	height:244px
}

/* menu styles */

#menu {
	  background-color:#BDD6DE;
	  color:#FFFFFF; 
	  font-family:Arial, Helvetica, sans-serif; 
	  font-size:12px;
	  border:0px solid;border-color:#FFFFFF;
	  border-top:none;
	  border-bottom:none;
	  width:100%;
	  border-height:none;
	  height:30px
}

#menu a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold
}

#menu a:hover {
	color:#F5822B;
	font-weight:bold
}

#menu tr {
	text-align:center;
	height:24px
}

a {
	text-decoration:none;
	color:#00C;
	font-weight:bold
}

a:hover {
	color:#F5822B;
	font-weight:bold
}

/*banner styles */
#banner {	
	width:100%;
	height:110px;
	margin:0;
	background-repeat:no-repeat;
	background-color:#006B6B;
	padding-bottom:0;
	margin-bottom:0;
	padding-top:10px
}

/* first image on every page */
#first-image {
	display:block;
	float:left; 
	padding-right:20px;	
}

/* footer styles */
#footer {
	background-color:#006B6E; 
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px
}

#section-header {
	width:100%; 
	height:10px; 
	border-bottom:solid 2px #5AA5AD
}
.error-txt {
	color:#FF0000;
}	
.label-txt {
	font-size:16px;
}
