@charset "utf-8";
/* CSS Document */



body  {
	margin: 0; 
	padding: 0;
	color: #000000;
}

.twoColFixLtHdr #containerHome {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/llw/internal_body_middle_bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#llwlogo_print{
position: absolute; left: -9000px;
}
.twoColFixLtHdr #container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
background-image: url(../images/llw/cloud_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#quote {
	height: 59px;
	width: 292px;
	position: relative;
	left: -120px;
	top: -420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -150px;
	margin-left: auto;
	background-image: url(../images/llw/you_can_handle_life.png);
	}	
	

.twoColFixLtHdr #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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 410px; /* 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentHome {
	position: absolute;
  top: 600px;
  width: 550px;
} 

#llwlogo {
	position: relative;
	
}
#mainContentInterior {
	width:600px;
	
	background-repeat: repeat-y;
	position: relative;
	top: -715px;	
	left: -25px;
	margin-bottom: -700px;
	}
	
#background {
	background-image: url(../images/llw/cloud_grass_bg3.jpg);	
	background-repeat: no-repeat;
	height: 422px;
	position: relative;
	top: -90px;
	width: 660px;
  left: -99px;
	}
	
#mainContentInterior_top {
	position: relative;
	background-image:url(../images/llw/internal_body_top_bg.gif);
	width: 600px;
	height: 18px;
	background-repeat:no-repeat;
}	
	
#mainContentInterior_bottom {
	position: relative;
	background-image:url(../images/llw/internal_body_bottom_bg.gif);
	width: 600px;
	height: 18px;
	background-repeat:no-repeat;
}	
#mainContentInterior_content{
	padding:15px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContentInterior_content  a{
	color: #005995;
	text-decoration:none;
	border-bottom: dotted #005995 1px;
}
#mainContentInterior_content a:visited{
	color: #005995;
	text-decoration:none;
	border-bottom: dotted #005995 1px;
}
#mainContentInterior_content  a:hover{ color:#F90;  
}

#mainContentInterior_content H1{
	color: #FCB033;
	font-family: "Century Gothic", serif, Arial;
	font-size: 2.2em;
	margin-top: -15px;
	margin-bottom:15px;
} 
#mainContentInterior_content p{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
} 
#mainContentInterior_content strong{
	color: #005995;
}

#mainContentHome strong{
	color: #005995;
}	
#lylw-video {
position: relative;
	left: 480px;
	top: -755px;
  height: 270px;
  width: 365px;
  overflow: hidden;
  
}
.twoColFixLtHdr #mainContent H2{
	color: #FCB033;
	font-family: "Century Gothic", serif, Arial;
	font-size: 1.2em;
	text-transform: uppercase;
} 
.twoColFixLtHdr #mainContent H3{
	color: #3A7BB0;
	font-family: "Century Gothic", serif, Arial;
	font-size: 1.2em;
	margin-bottom: -12px;
}
.twoColFixLtHdr #mainContent{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
} 
.twoColFixLtHdr #mainContent H1{
	color: #FCB033;
	font-family: "Century Gothic", serif, Arial;
	font-size: 2.2em;
} 
.twoColFixLtHdr #mainContent p{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
} 

.twoColFixLtHdr #mainContent .credits{
	font-size: small;
	color: #999;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background-image: url(../images/llw/footer_bg.jpg);
	position:relative;
	top: 20px;
} 

.twoColFixLtHdr #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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}

 #stress_quiz {
	position: relative;
	top: -350px;
	right: -300px;
	margin-bottom: -200px;
}
a:hover #stress_quiz{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

#depression_screener{
	position: relative;
	top: -350px;
	right: -300px;
	margin-bottom: -200px;
}
a:hover #depression_screener {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
#footer p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #369;
	text-decoration: none;
}
#footer p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FF8533;
	text-decoration: none;
}
#poll {
	float: right;
}

#more{
	position: relative;
	top: 320px;
	right: -140px;
}
#friend_sign-up {
	position: relative;
	top: -130px;
	right: -800px;
	margin-bottom: -20px;
  width: 75px;
}
#friend_sign-up p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF8533;
	text-decoration: none;
}
#friend_sign-up p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #369;	
	text-decoration: none;
}
#llwlogo {	margin-left: -20px;	
}

#poll_homepage { 
	float:right;
	padding-left: 4px;
	width:162px; 
}
#poll_homepage_top { 
	width:162px;
	height:10px;
	background-image:url(../images/llw/poll_header.gif)
}
#poll_homepage_bottom {
	width:162px;
	height:10px;
	background-image:url(../images/llw/poll_footer.gif)
}

/* boxes
--- -------------------------------------------- */
.box {
	background:#fff;
	margin-top:25px;
	margin-bottom:4px;
	padding:10px 10px 0px 10px;
	border: solid #FCB033 1px;
	width: 295px;
}


.box h1 {
	font-size:2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	background-color: #1C3E7D;
	background-image: url(images/h1_bg.png);
	background-repeat: repeat;
}
.box h2 {
	font-size:1.4em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#1C3E7D;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}

.box img{
	padding-top: 15px;margin-bottom: -20px;
}

.twoColFixLtHdr #container #left_menu_text .box.menu.widget h2 a{
	color: #FFF;	
}
