@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #00102d; /*dk blue*/
	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(../images/EnvSpeak-body-bkgd.jpg);
	background-repeat:repeat-x;
}
#container { 
	width: 800px;  
	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 { 
	background: #fff; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/EnvSpeak-header.jpg);
	background-repeat:no-repeat;
	height:290px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}
#bar {
	width:800px;
	height:30px;
	/*margin:0 auto;*/
	border-bottom:1px solid #7b9ebb;
	margin-top:-10px;
}
/** html #bar {
	 height:45px;
	 padding:5px 0;
}*/
#bar p {
	font-size:80%;
	/*line-height:140%;*/
	color:#7B9EBB;
	margin-left:20px;
	padding:5px 0;
}
#bar .right {
	float:right;
	font-size:80%;
	line-height:140%;
	color:#00447C;
	margin-right:20px;
	padding:5px 0;
	text-align:right;
	width:300px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D1DDE7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
#sidebar1 h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height:120%;
	color:00447c;
	display:block;
	padding:2px;
	background-color:#A8CF38; /*lime green*/
}
#sidebar1 h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height:130%;
	color:00447c;
}
#sidebar1 h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
	line-height:120%;
	color:#127ca3;
}
#sidebar1 ul {
	font-size:85%;
	list-style-image:url(../images/bullet02.jpg);
	margin-left:25px;
}
#sidebar1 #quotebox {
	background-color:#E1EEBB;
	color: #127ca3;
	padding: 5px;
	margin:0 0 5px 10px;
	font-size:85%;
	line-height:125%;
	float: right;
	width: 135px;
}
#sidebar1 #blkquote {
	display:block;
	width:260px;
	padding:10px;
	background-color:#E1EEBB;
	margin:0 auto;
	color:#00447c;
	font-size:85%;
	line-height:125%;
}
#sidebar1 #blkquote .sig {
	color:#00447c;
	font-size:90%;
	line-height:125%;
	text-align:right;
	padding-top:15px;
}
.bdr {
	border:1px solid #00102d;
}
#sidebar1 #blkquote h2 {
	font-size:110%;
	line-height:140%;
	margin-top:1px;
}
#sidebar1 .blkquote2 {
	float:right;
	width:150px;
	padding:4px;
	margin:0 0 10px 10px;
	color:#127ca3;
	font-size:85%;
	background-color:#E1EEBB;
}
#mainContent { 
	margin: 0 ; /*left margin=250px the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width:465px;
} 
#mainContent p, #sidebar1 p {
	font-size:85%;
	line-height:125%;
	/*margin:5px 0 15px 0;*/
}
#mainContent ul, #sidebar1 ul {
	font-size:85%;
	line-height:145%;
}
#mainContent ul {
	list-style-image:url(../images/bullet1-white.jpg);
}
#mainContent h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:120%;
	line-height:120%;
	color:00447c;
	display:block;
	padding:2px;
	background-color:#A8CF38; /*lime green*/
}
#mainContent h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:110%;
	line-height:130%;
	color:00447c;
	margin:0 0 10px 0;
}
#mainContent h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:95%;
	line-height:120%;
	color:#127ca3;
}
#mainContent h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:110%;
	line-height:130%;
	color:#c72e48; /*red*/
}
#mainContent .blkquote {
	float:right;
	width:200px;
	padding:4px;
	margin:5px 0 10px 10px;
	color:#127ca3;
	font-size:85%;
	background-color:#E1EEBB;
}

#mainContent #quote {
	display:block;
	width:400px;
	padding:10px;
	background-color:#E1EEBB;
	margin:0 auto;
	color:#00447c;
	font-size:85%;
	line-height:125%;
}
#mainContent #quote .sig {
	color:#00447c;
	font-size:90%;
	line-height:125%;
	text-align:right;
	padding-top:15px;
}
#mainContent .footnt {
	font-size:80%;
	color: #3B3B3B;
	margin-bottom:15px;
}
.inline h4, .inline h2 {
	display:inline;
	margin-bottom: 15px;
}

#pr {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	}
#pr a:link, #pr a:visited {
	color:#127ca3;
	text-decoration:underline;
}
#pr a:hover {
	color:#127ca3;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
div.captionrightside_image {
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#127ca3; /*teal blue*/
	font-size: 70%;
	display: inline;
}
div.captionrightside_image img, div.captionleftside_image img {
	margin-bottom: 5px;
}
div.captionleftside_image {
	float:left;
	margin: 0 10px 10px 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#127ca3; /*teal blue*/
	font-size: 70%;
	display: inline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
	clear:both;
}
.fltrt200 {
	float:right;
	width:200px;
	padding:0 5px 10px 10px;
}
.empmedblue {
	color:#127ca3;
}
.empdkblue {
	color:#00447c;
}
a:link, a:visited {
	color:#00447c;
	text-decoration:underline;
}
a:hover {
	color:#00447c;
	text-decoration:none;
}
.redlink a:link, .redlink a:visited {
	color:#C72E48;
	text-decoration:underline;
}
.redlink a:hover {
	color:#C72E48;
	text-decoration:none;
}
.centerimg img {
	display:block;
	margin:0 auto;
}
.center {
	text-align:center;
}
.photoborder {
	border:2px solid #00102d; /*dk blue*/
}
.nobr  {
	white-space: nowrap;
}
#caption {
	font-size:70%;
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
	color:#127ca3; /*teal blue*/
	text-align:center;
}
#caption.maincont {
	margin-top:-10px;
}
#caption.sb2 {
	margin-top:5px;
}
.back {
	font-size:80%;
	font-weight:bold;
	margin-top:1px;
	padding-top:0;
}

#hidegallery {
	display:none;
}

/*------------------------------------------------------
 Consistent line spacing with sub and sup
 ------------------------------------------------------*/
 sup,sub {	
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/*--------------------------------------
  Sub sup End 
  ---------------------------------------*/
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00447c;
	clear:both; 
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:75%;
	text-align: center;
	color:#7B9EBB;
}
#footer a {
	color:#7B9EBB;
	text-decoration:underline;
}
