﻿@charset "UTF-8";
/* CSS Document */

#header, #footer, .bottomnav,.top-search { display:none; margin:0; }

#header h1 span{
display:block;
}

.logo{
	background:none;
	margin:0 0 20px 32px;
	width:100%;
	height:auto;
	text-indent:0px;
	float:none !important;
}

.logo a {
	height:40px;
}

.logo h1 {
	font-size:1.8em;
	height:auto;
	padding:0;
	margin:0;
}

.sidebar {
display:none;
}

.main-column { 
	margin: 0 0 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the .main-column div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:none;
	
} 

.main-column h1{
font-size:28pt;
line-height:30pt;
}
.main-column h2{
font-size:24pt;
line-height:26pt;
}
.main-column h3{
font-size:16pt;
line-height:18pt;
margin-bottom:4px;
}

body,
.main-column p,
.main-column ul,
.main-column li,
.main-column td, 
.main-column em {
  font-size: 12pt;
  line-height: 14pt;
  font-family: Arial, Verdana, sans-serif;   
  color:#000;
  background: none;

}

#middle {overflow: visible !important;}

/* styles for accomplishment page */

body.accomplishments #listbar,
body.accomplishments .listbar-container{ display:none;}
body.accomplishments .main-column h2 {margin-top: 30px;}
body.accomplishments .main-column table {margin: 30px;}
body.accomplishments #list_content,
body..accomplishments .list-content-container {float: none!important;}
