/* CSS Document */

#sidebar1 {
	width:15%;
	float:left;
	background:#fff;
	min-height: 570px;
	min-width: 150px;
}
#sidebar1top {
	background-image: url(../images/frontpage/panel_h210.png);
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	float:left;
	margin-bottom: 5px;
	text-align:center;
	padding-top: 10px;
	height: 210px;
}
#sidebar1bottom {
	background-image: url(../images/frontpage/panel_h480.png);
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	float:left;
	text-align:center;
	padding-top: 10px;
	height: 480px;
}

#sidebar2 {
	background-image: url(../images/frontpage/panel_h700.png);
	background-position: center top;
	background-repeat: no-repeat;
	width:15%;
	float:right;
    height: 705px;
	min-width: 149px;
}

.sidebar2_content {
	margin-left: 5px;
	margin-top: 5px;
	text-align:center;
}

#maincontainer {
	min-width:1000px;
	width:100%;	
}
#main {
	background:#fff;
	float: left;
	min-width:690px;
	width:69%;
}

#main_buttons {
	clear:both;
	margin: 5px;
}

.intro_blurb img {	
	float: left;
	margin-top: none;
	margin-bottom: none;
}
.intro_blurb p {
	padding-top: 75px;
	font-size: 1.25em;
}

.whatis {
	float: left;
	margin-right: 10px;
}

.beta {
	color: #E03A36;
	font-size: 11px;
	position: relative;
	bottom: 90px;
}

.beta_hidden {
	color: #E03A36;
	font-size: 11px;
	visibility:hidden;	
	position: relative;
	bottom: 90px;
}

#panel_whatis {
	background-image: url(../images/frontpage/panel_whatis.png);
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 650px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}

.redtext {
	color: #E03A36;
}
.main_panel {
	float: left;
}
.margin10 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.main_panel p strong{
	margin-top: 30px;
}

.main_panel p {
	margin-top: 0px;
	font-size: 0.9em;
}

.centertext {
	text-align:center;
}

.main_panel a {
	text-decoration:none;
}

h2 a {
	color:black;
}

.help_button {
	margin-bottom: 100px;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

.cssbox { 
	width: 150px;  /* intended total box width - padding-right(next) */ 
	width: 145px; /* IE Win = width - padding */ 
	padding-right: 5px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* use to position the box */ 
} 
/* set the top-right image */ 
.cssbox_head { 
	margin-right: -5px; /* pull the right image over on top of border */ 
	padding-right: 15px; /* right-image-gap + right-inside padding */ 
	text-align: center;
} 
/* set the top-left image */ 
.cssbox_head h2 { 
	font-size: 1.1em;
	color: #E03A36;
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 10px 0 5px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.cssbox_body { 
	margin-right: 10px; /* interior-padding right */ 
	padding: 5px 0 5px 15px; /* mirror .cssbox_head right/left */ 
} 

.table_heading {
	min-width: 211px;
	text-align:center;
}
