@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/MBUKbackgroundMTs.png);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-attachment: fixed;
}

/* this is to stop borber around image hyperlinks */

a img {border:none}


.twoColHybLtHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 100px;
} 
.twoColHybLtHdr #header {
	height: 80px;
	padding: 5px 10px 0px;
	
} 
.twoColHybLtHdr #header p {
	font-style: italic;
	color: #FFFFFF;
}
.twoColHybLtHdr #headerleft {
	width: 15%;
	height: 50px;
	padding-top: 10px;
	text-align: left;
	float: left;
	padding-left: 10px;
}

.twoColHybLtHdr #headerright {
	height: 65px;
	float: left;
	width: 75%;
	padding-top: 10px;
	padding-left: 1.6em;
	padding-right: 1em;
}
.twoColHybLtHdr #headernav {
	float: right;
	height: 30px;
	width: auto;
}


.twoColHybLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	padding: 0px;
}
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 20em; /* top and bottom padding create visual space within this div  */
	margin-top: 10px;
	padding: 10px 10px 15px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	top: 50px;
	position: relative;
	z-index: 1020;
	line-height: normal;
}
.twoColHybLtHdr #sidebar1 p {
	font-size: 90%;
}
.twoColHybLtHdr #sidebar1 h1 {
	font-size: 1.3em;
	line-height: 1em;
}


.twoColHybLtHdr #sidebar1 h3 {
	font-size: 1.1em;
	line-height: 1em;
}
.twoColHybLtHdr  #sidebar1  a  {
	color: #FF0000;
}
.twoColHybLtHdr #sidebarlarger {
	float: left;
	width: 16em; /* top and bottom padding create visual space within this div  */
	margin: 10px 10px 15px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	top: 40px;
	position: relative;
	z-index: 1020;
	line-height: normal;
}
.twoColHybLtHdr  #sidebarlarger  h3  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
}

.twoColHybLtHdr #container #sidebarlarger a {
	color: #FF3300;
}



/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	min-height: 350px;
	max-width: 1000px;
	top: 40px;
	position: relative;
} 



.twoColHybLtHdr #mainContentRIGHT {
	margin: 20px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	top: 40px;
	position: relative;
	float: right;
	min-height: 320px;
}
.twoColHybLtHdr #mainContentAlone {
	margin: 0 20px 0 18em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	min-height: 350px;
	max-width: 1000px;
	top: 40px;
	position: relative;
	
}

.twoColHybLtHdr #mainContentlower {
	position:relative;
	height:auto;
	z-index:1030;
	top: 0px;
	background-color: #000000;
	visibility: visible;
	margin-top: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 2px solid #000000;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	max-width: 1000px;
	font-size: 1em;
}
.twoColHybLtHdr #mainContentlower p {
	font-size: 0
.em;
	font-size: 0.85em;
}


.twoColHybLtHdr #mainContentlower h1 {
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.twoColHybLtHdr #mainContentlower h2 {
	font-size: 1.5em;
}
.twoColHybLtHdr #mainContentlower h3 {
	font-size: 1.1em;
}


.twoColHybLtHdr #container #mainContentlower a {
	color: #FF0000;
}
.twoColHybLtHdr #mainContentlowerRed2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border: 2px solid #000000;
	top: 40px;
	position: relative;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	max-width: 680px;
	margin-right: 10px;
}
.twoColHybLtHdr #container #mainContentlowerRed2 a {
	color: #00FF00;
}
.emphasis {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	width: 95%;
	padding: 10px;
	clear: both;
	float: left;
}


.twoColHybLtHdr #container #mainContentlowerRed2 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColHybLtHdr #container #mainContentlowerRed2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}




.twoColHybLtHdr #footer {
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	max-width: 1000px;
	position: relative;
	top: 20px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.twoColHybLtHdr #footerright {
	height: 50px;
	float: right;
	width: 70%;
	padding-top: 10px;
	text-align: right;
}

.twoColHybLtHdr #footerleft {
	width: 150px;
	height: 50px;
	padding-top: 10px;
	float: left;
	color: #666666;
}
a:link {

}




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imagewrapRIGHT {
	float:right;
	min-height: auto;
	margin-top: 5px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.imagewrapLEFT {
	float:left;
	margin: 5px 10px 0px 10px;
	min-height: auto;
}
.imagewrapLINE {
	float:none;
	min-height: auto;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-right: 30px;
	padding-left: 30px;
}



.spacer {
	clear: both;
  }
.videowindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background-repeat: no-repeat;
	top: 40px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.videowindowleft {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-left: 30px;
	height: 20px;
	padding-top: 20px;
}
.videowindowright {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-right: 50px;
	padding-top: 25px;
}
