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

body  {
	/* background: #829a8d; */
	background: url(images/backgroundContainer.png) repeat-x;
	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: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
div#wrapper {
	background: url(images/bg.jpg);
	padding: 10px;
	
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* 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: #FFF;
	 /* box-shadow: 0px 2px 4px 4px #818181;
	-webkit-box-shadow: 0px 2px 4px 4px #818181;
	-moz-box-shadow: 0px 2px 4px 4px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);*/
	border: 1px solid #999;
} 

img.floatRight {
	float: right;
	margin: 0px 24px 24px;
	border: 1px solid #999;
}

img.floatRight2 {
	float: right;
	margin: -78px 24px 24px;
}


img.floatRightbw {
	float: right;
	border: 1px solid #999;
}

.twoColFixLtHdr #header {
	background: url(images/lisaHeader.png) no-repeat;  /* 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. */
	height: 215px;
	width: 780px;
	vertical-align:top;
	
	padding-right: 10px;
	position: relative;
} 
.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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: lighter;
	font-size: 48px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* 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: url(images/backgroundside.png) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px;
	line-height: 200%;
	color: #036;
	width: 150px;
}

#sidenav {
	width: 200px;
	float: left;
	line-height: 200%;
	color: #036;
	height: 1000px;
	background: #390 url(images/sidnav.png) repeat-x;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 0px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 210px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A7DAF5 repeat-x;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #1C80C1;
}
.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;
}
.twoColFixLtHdr #header h3 {
	margin: 170 0 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: 170px 0 0px 200; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C80C1;
	font-weight: lighter;
	font-size: 16px;
	position: absolute;
	left: 291px;
	top: -4px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-seri;
	font-weight: lighter;
	color: #069;
}
.twoColFixLtHdr #mainContent h4  {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	padding-top: 220px;
	padding-left: 0px;
	width: -65px;
	left: 793px;
	color: #036;
}

.cutline {
	font-size: 11px;
	position: absolute;
	padding-top: 225px;
	margin-left: 345px;
	width: 180px;
	line-height: 15px;
	color:#069;
}

.cutlinebw {
	font-size: 11px;
	position: absolute;
	margin-top: 212px;
	margin-left: 225px;
	width: 300px;
	line-height: 15px;
	color:#069;
	
}

.cutlinearticles {
	font-size: 11px;
	position: absolute;
	margin-top: 345px;
	margin-left: 310px;
	width: 220px;
	line-height: 15px;
	color:#069;
	
}


.cutlineamsat {
	font-size: 11px;
	position: absolute;
	margin-top: 55px;
	margin-left:225px;
	width: 300px;
	line-height: 18px;
	border-style: none;
}



.cutlinebw2 {
	font-size: 11px;
	position: absolute;
	padding-top: 210px;
	margin-left:225px;
	width: 300px;
	line-height: 15px;
	color:#069;
	
}


.cutlinebw3 {
	font-size: 11px;
	padding-top: 0px;
	line-height: 15px;

	
}

.cutlinebw4 {
	font-size: 11px;
	position: absolute;
	padding-top: 235px;
	margin-left:225px;
	width: 300px;
	line-height: 15px;
	color:#069;
	
}


.cutlinealex {
	font-size: 11px;
	position: absolute;
	padding-top: 460px;
	padding-left: 305px;
	width: 224px;
	line-height: 11px;
	color:#069;
	
}

.cutlinelesson {
	font-size: 11px;
	position: absolute;
	padding-top: 335px;
	margin-left: 305px;
	width: 220px;
	line-height: 11px;
	color:#069;
}

.cutlinecomment {
	font-size: 11px;
	position: absolute;
	margin-top: 315px;
	padding-left: 305px;
	width: 240px;
	line-height: 11px;
	color:#069;
}

.cutlineflute {
	font-size: 11px;
	position: absolute;
	padding-top: 240px;
	margin-left: 415px;
	width: 120px;
	line-height: 11px;
	color:#069;
	
}
.email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 140px;
	color:#069;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 210px;
}


.twoColFixLtHdr #sidebar1 h4 {
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 0px;
	color: #069;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height:14px;
	font-size:11px;
}

a:link {
	color: #069;
	text-decoration: none;
	
}

a:visited {
	color: #069;
	text-decoration: none;
	
}

a:hover {
	color: #0CF;
}


h5 {
	font-size: 12px;
	color: #657581;
	padding-top: 0px;
	position: relative;
	margin-bottom:0px;
	}
	
.photocredit{
font-size: 12px;
	color: #657581;
	padding-top: 0px;
	position: relative;
	margin-bottom:0px;	
	float: right;
	
	}
