﻿html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: auto;
	padding: 0px;
	color: #5A4D4A;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 750px;
	background-color: #ececec;
}


/* basic selectors */
a.adtext
{
	color: #666666;
	text-decoration: none;
}
a.adtext:hover
{
	color: #666666;
	text-decoration: none;
}
a:link
{
	color: #3333cc;
	text-decoration: bold;
}
a:visited
{
	color: #0000cc;
	text-decoration: none;
}
a:active, a:hover
{
	color: #000000;
	text-decoration: none;
}
th
{
	vertical-align: top;
}
h1
{
	color: #5b626c;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	color: #d11f28;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

h3
{
	color: #5b626c;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h4
{
	color: #5b626c;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h5
{
	color: #000;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6
{
	color: #000;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: 0px;
}
hr
{
	color: #ccc;
	height: 1px;
}
table
{
	font-size: 100%;
}
code
{
	color: #6c0;
	font: 100% "Courier New" , Courier, monospace;
}
form
{
	margin: 0px;
	padding: 0px;
}
input, textarea, select
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #F3F3E0;
	border: 1px solid #77901c;
}
button
{
	color: #FFF;
	background: #77901c;
	border: 0px outset #77901c;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}


.BodyPanel
{
	height: 800px;
	min-height: 800px; /*background-color: #e3edfc;*/
	position: relative;
	z-index: 100;
	top: 0px; /*background: #e3edfc;background: #c5d3f3 url(../../images/people.jpg) no-repeat right bottom;*/
}
html > body .BodyPanel
{
	height: auto;
}


#footer
{
	clear: both;
	/*padding: 5px 0 0 0px;*/
	text-align: center;
	font-size: smaller;
	width:990px;
	margin: 0 auto;
}


.browsebox h1
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #3973b5;
	border-bottom: 1px dashed #cccccc;
}
.browsebox h1 a
{
	color: #3973b5;
}


h1.accent
{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	margin-bottom: 5px;
}
.smalltext
{
	font-size: 8pt;
	color: #666666;
	font-family: verdana;
}
.adbox h3
{
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana;
	color: #C7C030;
	margin-top: 1px;
	margin-bottom: 3px;
}

.category
{
	font-weight: bold;
}
.subcategory
{
	margin-left: 10px;
}

.coreboxbody
{
	background-image: url(images/core_box_bg.gif);
	width: 141px;
	padding-left: 20px;
	padding-right: 20px;
}
.coreboxtop
{
	background-image: url(images/core_box_top.gif);
	height: 22px;
	width: 181px;
}
.coreboxbottom
{
	width: 181px;
	background-image: url(images/core_box_bottom.gif);
	height: 22px;
}
.coreboxheader
{
	width: 181px;
	background-image: url(images/core_box_bg.gif);
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
.contactusboxbody
{
	background-image: url(images/contactus_box_bg.gif);
	width: 141px;
	padding-left: 10px;
	padding-right: 10px;
}
.contactusboxtop
{
	background-image: url(images/contactus_box_top.gif);
	height: 22px;
	width: 161px;
}
.contactusboxbottom
{
	width: 161px;
	background-image: url(images/contactus_box_bottom.gif);
	height: 22px;
}
.contactusboxheader
{
	width: 161px;
	background-image: url(images/contactus_box_bg.gif);
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
.tenpixspacer
{
	height: 10px;
}
.twentypixspacer
{
	height: 20px;
}


.loadingbox
{
	position: absolute;
	top: 40%;
	left: 40%;
	border: 1px solid lightsteelblue;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 20px;
}





/*Topic Styles*/
.TopicContainer
{
	display: -moz-inline-box; /* for FF & Mozilla */
	display: inline-block;
	margin: 0 15px 15px 0;
	vertical-align: top;
}
.TopicContainer2
{
	/* FF & Mozilla need the extra span */
	display: block;
	vertical-align: top;
}
.TopicPanel
{
	background-color: #000000;
	width: 250px;
}
.TopicPanelHeight /*Sets equal heights to all Topics*/
{
	display: block;
	height: 175px !important;
}
.TopicLink
{
	display: block;
	background: #6E7B8B;
	margin: 0 0px 0px 0;
	border-left: solid 1px #6E7B8B;
	border-top: solid 1px #6E7B8B;
}
.TopicLink:hover
{
	background: #F5F5DC;
	cursor: pointer;
}
.TopicTitle
{
	background: #77901c url( '../../images/orangeblend.gif' ) repeat-x bottom;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 7px 10px 7px;
	display: block;
	font: bold 12pt Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
	z-index: 100;
}
.TopicBody
{
	border-left: solid 1px #848273;
	padding: 0 7px 0 7px;
	display: block;
	margin: 0 0px 0 100px;
	font: normal 110%/120% Verdana, Arial, Helvetica, sans-serif;
}
.TopicImage
{
	float: left;
	margin: 0 0 0px 15px;
}
.TopicImageDiscipline
{
	width: 75px;
	height: 75px;
}

/*Topic Pop Up Styles*/
.TopicPopUp
{
	padding: 15px 10px 10px 15px;
	text-align: left;
	border: solid 1px #848273;
	background-color: #FFF;
}
.TopicPopUp h1
{
	font: normal 110% Verdana, Arial, Helvetica, sans-serif;
}

.TopicPopUpPanel
{
	visibility: hidden;
}

.Drill
{
	font-weight: bold;
}
/*Drill Down Pop Up Styles*/
.DrillPopUp
{
	padding: 20px;
	text-align: left;
	border: solid 1px #848273;
	background-color: #FFF;
	font: normal 110%/120% Verdana, Arial, Helvetica, sans-serif;
}

.smallerText
{
	font: normal 100%/110% Verdana, Arial, Helvetica, sans-serif;
}






.sidebox
{
	margin: 0 auto; /* center for now */
	width: 200 ems; /* ems so it will grow */
	background: url('../../images/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
}
.boxhead
{
	background: url('../../images/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2
{
	background: url('../../images/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody
{
	background: url('../../images/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 30px;
}


.services
{
	position: relative;
	width: 955px;
	height: 251px;
	background: url(../../images/eh06-bal_03.png) no-repeat;
	margin: 0 0 1.2em 0;
}
.services div.balloon
{
	position: absolute;
	width: 101px;
	height: 101px;
	top: 31px;
	cursor: pointer;
}
.services div.window
{
	position: absolute;
	width: 190px;
	background-color: #fff;
	display: none;
	font-size: 0.625em;
	color: #fff;
	padding: 5px 7px;
	border: 2px solid #fff;
	top: 100px;
}



.content-rounded-div-plain 
{
	border: 1px solid #666;
	padding: 0px 0px;
	width:990px;
	min-height:950px;
	margin: 0 auto;
	background-color:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(PIE.htc);
}

.tblMenu table
{
    /* padding: 10px 10px 10px 10px; */
   
    
}
.tblMenu td
{
    background-color:#515b68;
    width:12%;
    height:40px;
    vertical-align:middle;
    text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
    
    
}
.tblMenu td a {
  color: white;
  height:40px;
  display:block;
  vertical-align:middle;
  text-decoration:none; 
  
}
.tblMenu td a:hover {
 	background-color:#888c91;
 	color:#000;
 	vertical-align:middle;
 }
