@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, blockquote, img, dl, dd, dt { 
margin: 0; 
padding: 0; 
border: 0; 
}
body {
	font-family:"Lucida Sans Unicode", Verdana, sans-serif;
	font-size:13px;
	background: #FFF;
	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: #666;
	background-color:#EEE;
}
#container {
	width: 960px;
	height:100%;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 3px solid #50b3cf;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #50b3cf;
	float:left;
	width:960px;
	height:50px;
}
#topnav {
	float:left;
	width:730px;
}
#search {
	float:right;
	width:150px;
	padding-top:10px;
}
#logowrapper {
	width:954px;
	float:left;
	background-color:#FFF;
	border-left:#50b3cf solid 3px;
	border-right:#50b3cf solid 3px;
}
#logo {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height:70px;
	float:left;
	width:300px;
}
#tagline {
	background-image:url(../images/gradientsm2.jpg);
	background-repeat:no-repeat;
	height:70px;
	float:right;
	width:500px;
	background-color:#c2cd23;
}
#tagline h1 {
	color:#fff;
	font-size:22px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align:right;
	padding:10px 15px 0 0;
}
#footer {
	padding: 0 10px;
	background:#50b3cf;
	float:left;
	width:940px;
	margin-bottom:10px;
	height:60px;
	color:#fff;
}
#footer p {
	font-size:12px;
	color:#FFF;
}
#footer a:link {
	color:#FFF;
	text-decoration:none;
}
#footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer a:focus {
	color:#FFF;
	text-decoration:underline;
}
#footer a:active {
	color:#FFF;
	text-decoration:underline;
}
#social {
	float:right;
	margin-top:20px;
	text-align:right;
	line-height:150%;
}
#social img {
	border:0;
}
#mainContent a:link {
	color:#50b3cf;
}

#mainContent a:hover {
	text-decoration:none;
}

.floatright { /* 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;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.allcaps {
	text-transform:uppercase;
}
.black {
	color:#000;
}
.commentheader {
	margin-right:10px;
	background:#CCC;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
}
.larger {
	font-size: 13px;
	color: #333333;
}
.longlist li {
	padding-bottom:8px;
}
.greencircle li {
	background-image:url(../images/greencircle.png);
	background-repeat:no-repeat;
	background-position:top left;
	display:list-item;
	font-size:14px;
	padding:2px 0 5px 6px;
	list-style:none;
}
.circletext {
	color:#fff;
	font-weight:bold;
	padding-right:4px;
}
.blueline {
	width:100%;
	border-bottom:3px solid #50b3cf;
}

div.lb img {
 margin-top: 4em;
 padding: 2em;
 background: #fff;
}

/** Here's where the magic happens **/
div.lb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 125%;
  width: 100%;
  text-align: center;
  background:url(/2040/images/screen.png);
}
div.lb:target {
  display: block;
}

/** IE doesn't support :target, so we use CSS expressions **/
div.lb {
  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}
#marclogo	{
	float:left;
	padding:15px 10px 10px 10px;
}
#copyright	{
	float:left;
	margin-top:12px;
}
