/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 900px;
	background-color: #070692;
	}
	
#mainContainer {
	height: 100%;
	width: 100%;
	}
	
h1 {
	color: #000000;
	font-size: 26px;
	font-family: "Arial Black", Impact, Arial, Helvetica;
	text-align: center;
	}
	
h2 {
	color: black;
	font-size: 14px;
	font-family: "Arial Black", Impact, Arial, Helvetica;
	}
	
h3 {
	color: black;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	}
	
p {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: black;
	}

.tableData {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	}

.tableHeading {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: center;
	text-align: center;
	background-color: #EFEFEF;
	}
	
.bold {
	font-weight: bold;
	}
	
p.slogan {
	font-family: times, georgia, serif;
	font-size: 17px;
	font-style: italic;
	color: #003366;
	}
	
.boldSpan {
	font-weight: bold;
	font-size: 1.3em;
	}
	
.centered {
	text-align: center;
	}
	
.centeredList {
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	}

#header {
	width: 100%;
	height: 113px;
	background-color: #5E7BE5;
	}

#addressInfo {
	position: relative;
	height: 63px;
	float: right;
	clear: left;
	font-size: 12px;
	font-family: "Arial Black", Impact;
	color: #FFFFFF;
	text-align: right;
	padding: 20px;
	}

#logoBanner {
	background-repeat: no-repeat;
	background-image: url(images/header_main.jpg);
	background-position: left;
	width: 714px;
	height: 113px;
	}
	
.address {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.description {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	}
	
#redBar {
	background-image: url(images/redbar.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 63px;
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	}
	
.redBar {
	color: #FFFFFF;
	font-family: "Arial Black", Impact;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	}
	
.redbar2 {
	line-height: 20px;
	font-style: italic;
	}

#mainContent {
	width: 100%;
	height: 100%;
	}
	
	
	
/* THIS IS EVERYTHING IN THE LEFT MAIN COLUMN */
	
#leftColumn {
	background-color: #070692;
	width: 250px;
	border-right: 1px black solid;
	float: left;
	margin: 0px;
	padding: 0px;
	}

#leftNav {
	background-image: url(images/leftnav_bg.jpg);
	background-repeat: no-repeat;
	height: 370px;
	width: 250px;
	font-family: "Arial Black", Impact;
	font-size: 13px;
	padding-left: 0px;
	margin-right: -11px;
	}
	
#navList {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 24px;
	}
	
#navList li {
	background-image: url(images/redarrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	margin-left: 1px;
	border-bottom: 1px #2C387E solid;
	border-top: 1px #BCD1FF solid;
	border-left: 2px #BCD1FF solid;
	border-right: 1px #2C387E solid;
	}
	
#navList li:hover {
	border-bottom: 1px #BCD1FF solid;
	border-top: 1px #2C387E solid;
	border-left: 1px #2C387E solid;
	}
	
#navList a {
	display: block;
	text-decoration: none;
	}
	
#navList a:link  {
	color: #FFFFFF;
	}
	
#navList a:visited  {
	color: #FFFFFF;
	}
	
#navList a:hover  {
	color: #1B234E;
	}
	
#navList a:active  {
	color: #FF0000;
	}
	
/* FOR "CURRENT" STATE */
	
#navList .current {
	background-image: url(images/redarrow.png);
	color: #1B234E;
	border-bottom: 1px #BCD1FF solid;
	border-top: 1px #2C387E solid;
	border-left: 1px #2C387E solid;
	} 
	
#navList .current a {
	color: #1B234E;
	cursor: default;
	}
	
/* END CURRENT STATE */

#sidebarLower {
	background-image: url(images/navbackgroundlower.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 560px;
	margin: 0px;
	padding: 0px;
	}

#slogan {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	position: relative;
	width: 250px;
	height: 50px;
	margin-bottom: -10px;
	}
	
#companyList {
	position: relative;
	float: left;
	font-family: Arrial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	width: 250px;
	height: 400px;
	}
	
.companiesList {
	margin-top: 30px;
	list-style: none;
	list-style-type: none;
	line-height: 15px;
	margin-left: 0px;
	padding: 0;
	}
	
.paddedCell {
	padding-left: 10px;
	margin-right: 10px;
	color: #003366;
	}

/* THIS IS EVERYTHING IN THE RIGHT MAIN COLUMN */


#rightColumn {
	margin: 0px;
	background-color: #FFFFFF;
	width: 67%;
	float: left;
	min-height: 900px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-bottom: 20px;
	}
	
.accompImage {
	float: right;
	clear: right;
	margin: 10px;
	padding: 0px;
	border: 1px solid black;
	width: 200px;
	height: 166px;
	}
	
.accompImage2 {
	float: left;
	clear: left;
	margin: 10px;
	padding: 0px;
	border: 1px solid black;
	width: 200px;
	height: 166px;
	}
	
	
/* THIS IS EVERYTHING IN THE FOOTER */

#footer {
	float: left;
	background-image: url(images/footer_slice.jpg);
	background-repeat: repeat-x;
	background-color: #607DE7;
	position: relative;
	width: 100%;
	height: 100px;
	color: white;
	}
	
#footer a:link {
	color: white;
	}
	
#footer a:visited {
	color: white;
	}
	
#footer a:hover {
	color: white;
	}
	
#footer a:active {
	color: white;
	}

#footer ul li {
	font-family: arial, helvetica, sans-serif;
	list-style-type: none;
	display: inline;
	font-size: 9px;
	padding: 2px;
	margin: 0px;
	}

#footer ul {
	text-align: center;
	}
	
.copyright {
	text-align: center;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin-top: -8px;
	}
	
/* END FOOTER */
	
.standardList {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

#centeredImage {
	padding: 0px;
	margin: 0;
	width: 213px;
	position: static;
	}
	
#HEPAimage {
	width: 432px;
	height: 203px;
	margin: 0 auto;
	border: 0px;
	paddig: 0px;
	}
	
.contact {
	font-size: 13px;
	line-height: 20px;
	width: 300px;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: black; 
	}
	
.mainPicTitle {
	font-family: "Arial Black", impact;
	color: white;
	font-size: 13px;
	}







