﻿#main_content
{
	/*width: 850px;
	width: 90%;*/
	margin: 0 auto;
	width: 100%;
}

#masthead {
	background-color: Transparent;
}

#masthead_body {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0; padding: 0;
	background-color: Transparent;
}

#header-breadcrumb
{
	margin: 0px;
	background-color: #888888;
	font-size: 8pt;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: middle;
}

#top_banner 
{
	background: url(images/mast_header_bg.gif) repeat-y right;
	height: 100%;
}

#top_left {
	/*width: 100px;
	position: absolute;
	*/
	left: 0px;
	top: 0px;
	min-width: 50px;
	min-height:100px;
	height: 200px;
	text-align: center;
	float: left;
	vertical-align: middle;
	line-height: 150px;
	background-color: Transparent;
	margin-left: 20px;
}

#header {
	/*margin-left:100px;border: 1px solid #000000;*/
	padding: 0px 5px 0px 5px;
	height: 200px;
	min-height:200px;
	display: table-cell;
	text-align:left;
	vertical-align: middle;
	float: left;
	background-color: Transparent;
	line-height: 150px;
}

#signupbox
{
	background-color: Transparent;
	padding: 1px;
	border: none;
	color: #393425;
	float: right;
	height: 100%;
	vertical-align: middle;
	top: 0px;
	line-height: 150px;
	/*display: none;width: 210px;*/
}

 #signupbox h2 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.iframe_signupbox
{
	border:none !important; margin:0px; padding:0px; background-color: Transparent; vertical-align: middle; text-align:right;
}

#container
{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	background: url(images/mast_content_head_bg.gif) repeat-x top;
	/*border-top: solid 1px #e1e1e1;*/
	border-bottom: solid 1px #888888;
}

#container_body
{
	background: #e1e1e1 url('images/mast_container_bg.gif' ) repeat-x;
	width: 100%;
	padding: 5px 5px 5px 5px;
}

/* INSIDE THE MAIN CONTAINER */

#content_header
{
	top: 0px;
	left: 0px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	font-size: 1.5em;
	color: #000000;
	text-indent: 1em;
}

#left_col
{
	top: 0px;left:0px;
	margin: 0px 0px 0px 5px; padding: 0;
}

.oneCol #left_col
{
	/*display:none;*/
	width: 99%;
}

.twoCol #left_col,
.threeCol #left_col
{
	float: left;
	/*width: 20%; Old Stretchy Way*/
	width: 14em; /*175px*/
	height: 100%;
	margin-bottom: -3000px; padding-bottom: 3000px;
}

#page_content
{
	border: solid 1px #888888;
	padding: 5px;
	background-color: #FFFFFF;
	height: 500px;
	min-height: 500px;
	height: 100%; /*IE Fix*/
}

.oneCol #page_content
{
	width: 97%;
	margin:0px 0px 0px 1%;
}

.twoCol #page_content
{
/*
margin: 0px 0px 0px 205px;
margin: 0px 0px 0px 1%; Old Stretchy Way
margin: 0px 10px 0px 190px;
*/
	margin: 0px 1em 0px 15em;
}

.threeCol #page_content
{
	/*margin: 0px 185px 0px 190px;
	*/
	margin: 0px 21% 0px 15em;
}

#right_col
{
	/*width: 20%; Old Stretchy Way;width: 175px; */
	width: 20%;
	float: right;
	margin: 0;
	padding: 0;
	top: 0px;
	margin-bottom: -3000px; padding-bottom: 3000px;
	/*border: 1px solid #7C6F57;*/
}

.oneCol #right_col,
.twoCol #right_col
{
	display:none;
}

/* END INSIDE THE MAIN CONTAINER */

#footer 
{
	clear:both;
	text-align:center;
	min-height: 40px;
	width:100%;
	margin: 0; padding: 0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	text-align:center;
}

.webparttoolbar
{
	/*height: 450px;*/
	width: 550px;
	height: 520px;
	/*margin: 0px;*/
	margin: 0px; padding: 0px;
	border: none 0px #000;
	overflow: auto;
	z-index: 99;
}

.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;
}
