@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00102d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../envspeaking/images/env-speak-bar-bkgd.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	
}
#mainContent {
	padding: 0 20px; 
	height:100%;
}
#breadcrumbs {
	display:block;
	/*margin-top:10px;*/
	width:530px;
	height:20px;
	font-size:70%;
	color:#127CA3; /*med. blue2*/
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color:#127ca3;
	text-decoration:underline;
}
 #breadcrumbs a:hover {
	color:#127ca3;
	text-decoration:none;
}
#sidebar1 {
	width:530px;
	float:left;
	background-color:#FFF;
	margin:10px 0 10px 0;
}
#sidebar1 p {
	font-size:80%;
	color:#333;
	line-height:1.5;
}
#sidebar1 ul {
	list-style:disc;
	font-size:80%;
	line-height:1.5;
	color:#666;
}
#sidebar1 h1 {
	font-size:130%;
	line-height:1.3;
	color:#00447c;
	font-weight:bold;
}
#sidebar1 h2 {
	font-size:115%;
	line-height:1.3;
	color:#00447c;
	font-weight:bold;
}
#sidebar1 h3 {
	font-size:105%;
	line-height:1.3;
	color:#127ca3;
	font-weight:bold;
}
.clearfix {
	clear:both;
	height:1px;
}
.docsize {
	font-size:75%;
	color:#999;
}
.datebold {
	font-size:75%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
#sidebar2 {
	margin-top:10px;
	float:right;
	width:200px;
	background-color:#d1dde7;
	padding:0 10px;
}
#sidebar2.long {
	height:1300px;
}
#sidebar2.med {
	height:500px;
}
#sidebar2.med6 {
	height:600px;
}
#sidebar2 p {
	font-size:80%;
	line-height:1.3;
}
#sidebar2 h1 {
	font-size:110%;
	line-height:1.3;
	color:#00447c;
	font-weight:bold;
	margin-top:10px;
}
#sidebar2 h2 {
	font-size:95%;
	line-height:1.3;
	color:#00447c;
	font-weight:bold;
}
a:link, a:visited {
	color:#00447c;
	text-decoration:underline;
}
a:hover {
	color:#00447c;
	text-decoration:none;
}
.empmedblue {
	color:#127ca3;
}
.empdkblue {
	color:#00447c;
}


/*----------------------------------------------
 Footer 
 -----------------------------------------------*/
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#fff;
	height:65px;
	border-top: 1px solid #999;
}
#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-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	color:#646464;/*gray*/
	text-align:center;
}
#footer p a {
	color:#646464;
	text-decoration:underline;
}
/*----------------------------------------------
 Footer  End
 -----------------------------------------------*/
