@charset "utf-8";
/* CSS Document: Bitburg HS Website -- Global Menu Style Sheet */
/* Designed by Kevin Morris, Kaiserslautern District Webmaster, November 2008 */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body{
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0C2043;
	margin-top: 10px;
	margin-bottom: 20px;
}
div#container{
	width:780px !important;
	width /**/:460px;
	padding:5px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #345678;
}
div#header{
	height: 183px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(/assets/images/graphics/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0C2043;
}
div#leftNav{
	float:left;
	width:150px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
	background-color: #7D97B0;
	z-index: 1;
}
div#mainContent{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: right;
	width: 625px;
	background-color: #FFFFFF;
}
div#mainTopLeftColumnImage{
	float:left;
	width: 380px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 0px;
	height: 200px;
}
div#mainTopRightColumnText{
	float:right;
	width: 210px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.3em;
	font-size: 11px;
}
div#mainContentBottom{
	width: 620px;
	line-height: 1.3em;
	text-align: justify;
	clear: both;
	height: auto;
	margin: 0px;
}
div#mainContentInnerBottom {
	width: 600px;
	line-height: 1.3em;
	clear: both;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: justify;
}
div#footer{
	clear:both;
	text-align:center;
	padding: 0px;
	background-color: #EFF28D;
}
.mainContentBottomText {
	margin: 10px;
}

.innerHeader1 {
	color: #0A41A6;
	font-size: 14px;
	font-weight: bold;
}
.readMore {
	background-repeat: no-repeat;
	background-position: right bottom;
	white-space: nowrap;
	display: inline;
	background-image: url(/assets/images/graphics/icons/ico_arrowmore.gif);
	padding-right: 10px;
}
.viewVideo {
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;
	display: inline;
	background-image: url(/assets/images/graphics/icons/ico_video.gif);
	padding-right: 18px;
}
.box200 {
	width: 200px;
	border: 0px solid #ccc;
	background-color: #fff;
	background-image: url(/assets/images/graphics/boxes/box_200white_mid.gif);
	background-repeat: repeat;
	background-position: left;
}
.box300 {
	width: 300px;
	border: 0px solid #ccc;
	background-color: #fff;
	background-image: url(/assets/images/graphics/boxes/box_300white_mid.gif);
	background-repeat: repeat;
	background-position: left;
	text-align: justify;
}
.boxRight {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding: 2px;
	color: #FFFFFF;
	background-color: #778CCA;
	border: thin solid #40627C;
}

.featureLink {
	font-weight: normal;
	font-style: normal;

}
.featureImg {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: inline;
	background-color: #778CCA;
	border: 1px solid #40627C;
	padding: 1px;
}
.tableData {
	text-align: left;
}
td.colHeading {
	border-bottom: 2px solid #0099FF;
	font-weight:bold;
}
.tableFlash{
	border: thin solid #40627C;
	background-color: #CCCCCC;
}
.docList {
	list-style-type: none;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

.tabbedPanelsLeftImage {
	float: left;
	padding: 2px;
	background-color: #778CCA;
	border: thin solid #40627C;
	margin: 5px;
}
.tabbedPanelsRightText {
	float: right;
	width: 320px;
	line-height: 1.3em;
	margin: 5px;
}

.tabbedPanelsPosterImage {
	display: inline;
	background-color: #778CCA;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #40627C;
}


/* HEADINGS */
h1 {
	color: #0A41A6;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #03605f;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #1146A6;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #0A41A6;
	font-size: 12px;
	font-weight: bold;
}
h5, .sectionHead1 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #345678;
	padding-left: 3px;
	border: 2px solid #0B1A37;
	margin-bottom: 3px;
}
h6, .sectionHead2 {
	color: #0A41A6;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBCCEC;
}


/* LINK SETTINGS */
#mainContent a, .book a {
	color: #0C2043;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover, .book a:hover {
	color: #013B6D;
	text-decoration: underline;
}
#featureLink a, .book a {
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	color: #0C2043;
}
#featureLink a:hover, .book a:hover {
	color: #013B6D;
	text-decoration: underline;
}
a.prLink:Link, a.prLink:Visited {
	color: #003366;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 8px;
	display: block;
	background-image: url(/assets/images/graphics/icons/bul_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
a.prLink:Hover, a.prLink:Active {
	color: #0A41A6;
	text-decoration: underline;
	background-image: url(/assets/images/graphics/icons/bul_arrow_on.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#notice {
	color: #FFFFFF;
	background-color: #345678;
	padding: 5px;
	width: 90%;
	text-align: justify;
}

#footer{
	font-size: 9px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0C2043;
}
#footer a, .book a {
	color: #0C2043;
	text-decoration: none;
}
#footer a:hover, .book a:hover {
	color: #FFFFFF;
	background-color: #013B6D;
}

