@charset "utf-8";
/* CSS Document */

body {
	background-color:#64897A;
	margin:0px;
	padding:0px;
	height:100%;
}
p {
	margin:0 0 9px 0;
}
abbr[title] {
	cursor:pointer;
	color:#333;
}
#globalContainer, #textArea {
	position:relative;
	background-color:#64897A;
	margin:0 auto;
	padding:0px;
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	z-index:1;
}
#textArea {
	background-color:#fff;
	font-size:12px;
	line-height:1.5;
	overflow-x:hidden;
}
#lwpHeader {
	position:relative;
	background-color:#64897A;
	margin:0;
	padding:0;
	width:900px;
	height:342px;  /* 73px + 215px + 54px  */
	z-index:10;	
}
#menuBar {
	width:900px;
	height:54px;
	background-color:#64897A;
	padding-left:45px;  /* was 18px; */
	padding-top:18px;
	z-index:100;
}

.sf-menu a {
	border-top:1px solid #709988;
	border-left:1px solid #709988;
	border-bottom:1px solid #527165;
	border-right:1px solid #527165;
    padding:10px 21px;   /*  was 0.75em 1.5em; */
    text-decoration: none;
}
.sf-menu li, .sf-menu li li, .sf-menu li li li  {
	background:		#64897a;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#709988;
	outline:		0;
}
.sf-menu a, .sf-menu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #BDD8CD;
}
/*
*** NOTE:  Adjust (preferrably in em's) to correct excessive gaps
***        or overlaps between first-level and drop-down submenus.
***        See the following huge URL:
***   http://stackoverflow.com/questions/9365882/how-to-correct-styling-in-a-horizontal-2-level-superfish-menu/9727799#9727799
*/
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top:3.25em; 
}

/*
*** fixed width for subordinate menus -- 19em
*/
.sf-menu ul {
	width:19em; /* left offset of submenus need to match (see below) */
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:19em; /* match ul width */
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:19em; /* match ul width */
}


.leftColumn {
	width:480px;
	padding:0;
	border:none;
	float:left;
	margin:40px 66px 40px 68px;
}
.rightColumn {
	width:230px;
	padding:0;
	border:none;
	float:left;
	margin:40px 0 40px 0;
}
.rightColumn img {
	margin:10px 0;
	border:1px solid #000;
	float:left;	
}
.topSet {
	margin-top:20px;	
}
.bottomSet {
	margin-bottom:30px;	
}
.verticalSpace {
	margin-top:25px;	
}
.clear {
	height: 0;
    clear: both;
}
.transparent_class {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}
#lwpFooter {
	position:relative;
	width:900px;
	height:226px;
	border:none;
	margin:0;
	padding:0;
	z-index:10;
}
#footerImage {
	position:absolute;
	left:0;
	top:0;
	width:900px;
	height:226px;
	z-index:20;	
}
#footerText {
	position:absolute;
	right:20px;
	top:80px;
	width:240px;
	height:120px;
	z-index:30;
	border:none;
	color:#000;
	font-size:11px;
	line-height:1.8;
}
#copyrightFooter {
	width:900px;
	height:53px;
	padding-top:10px;
	background-color:#64897A;
	text-align:center;
	color:#bdd8cd;
}
#footerText a:link, #footerText a:visited,
#footerText li a:hover, #footerText li a:active {
	text-decoration:underline;
	color:#fff;
}
#footerJoin {
	position:absolute;
	right:100px;
	top:148px;
	width:93px;
	height:51px;
	text-align:center;
	z-index:40;
	border:none;	
}
.leftFloat {
	float:left;	
}
.rightFloat {
	float:right;	
}
blockquote {
	margin: 1.5em 40px 1.5em 44px;  /*  override normalize.css */
	margin-left:44px;
	padding:20px;
	background-color:#f7f7f7;  /* was #fffdee;  */
}
.quoted {
	border-left:1px solid #466055;  /* was #703014; */
	padding-left:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:400;
	font-size:14px;
	line-height:1.6;
	color:#466055;  /* was #703014; */
}
.attribution {
	text-align:left;
	margin-left:38px;
	margin-bottom:20px;
	font-size:13px;
	font-style:normal;
}
.newHR {
	width:61%;
	height:2px;
	border-bottom:#CCC 1px solid;
	margin:34px auto;
}
