/* CSS Document */
#promise_to_you_box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: #FFFFFF;
  border: 1px solid #008000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 510px;
  color: #000000;
}

#info_box {
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #CCFFFF;
  width: 300px;
}

.info_box_inner {
	margin: 10px;
}

.info_box_inner, .spaced {
	line-height:120%;
}

.employers_box_inner {
	margin: 10px;
}

.promise_to_you_box_inner {
	margin: 20px;
}

#employers_box {
  border: 1px solid #008000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #00FF99;
  width: 210px;
}

#newsfeed h3 {
font-size:9pt;
     margin:6px 0 0 0;
}

H1 {
margin-top: 0; margin-bottom: 0;
}

hr {
border: 1px solid #999999;
}

#glideDiv {
	position:absolute;
	top: 370px;
	left: 670px;
	width: 98;
	height: 66;
  }

body  { font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px; }
  	
div#content 
#{ margin-left:34px; height:5000px }

/*  Styles for gliding slide-out menu */

/* Notice that the width of label and lnks adds up to less than width of glideDiv! */
#glideDiv0 { 
	position:absolute; visibility:hidden; 
  left:0; top:0; z-index:200; 
	font-size:14px; background-color:black;
  width:240px; 
	}
div.label { 
	float:right; padding:2px;
	font-weight:bold;	color:white; text-align:center;
  width:20px; 
	}
div.lnks { width:195px }
div.lnks ul { margin:0; padding:0 }
div.lnks ul li { list-style:none; }
div.lnks ul li a {
  display: block;
	padding: 4px 4px 4px 0.5em;
  width:100%
  }
div.lnks a:link, div.lnks a:visited { 
	color:#ddd;
	text-decoration:none
	}
div.lnks a:hover { background-color:green; color:white }
div.spacer { clear:right; font-size:1px }

.shadow {
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	margin-bottom: 10px;
	margin-top: 5px;
}

.headshot {
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	margin-right: 8px;
	margin-top: 2px;
	border: 1px solid;
	border-color: #666666;
}

