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

/*
CSS coding by:
	A. & D. Howard with LSA, LCC.
	And J Kamp did the clean-up....

*/


body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
	margin:0px auto;
	background-color: #FFFFFF;
	background-image:url('../images/LSAlogo2.png');
	background-repeat:repeat;
}



/***Headers ***/
h1 {
	font-size: large;
	color: #0033FF;
	font-weight: bold;
}
h2 {
	font-size: medium;
	color: #000099;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006633;
}
h4 {
	font-size: x-small;
	color: #3300FF;
}
h5
{ 
	font-size:18px;
	font-color:#FF6600;
}
h6{
	font-size:12px;
	font-color:#333333;
	color: #333333;
}
h7{
	font-size:14px;
	font-color: #003399;
	color: #003399;
	font-weight:bold;
}
/*** Links ***/
a:link {
	text-decoration: none;
	color:#0033CC;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}

span.left {
	position: absolute;
l	eft: 0;
}
	span.right {
	position: absolute;
	right: 0;
}

/* Hide semantic content; keep it readable for screen readers. 
This technique is advocated by WebAIM (http://webaim.org/techniques/css/invisiblecontent/) */
.SemanticContent
{
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/***Container***/
div#container{
	width:800px;
	margin:0px auto;
	background-color:#FFFF66;
	text-align: left;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:1px;


	}


/***Header Box***/
div#header
{
	align: center;
	width: 800px;
	background-color:#FFFF66;
	 
	height: 174px; 
	background-position:right; 
	background-repeat: no-repeat;
}
div#header_inner_left
{
	position: relative;
	float:left;
	width: 266.66px;
	height:174px;
	margin: 0 auto;
	background-color:#FFFF66;

}
div#header_inner_right
{
	float:left;
	position: relative;
	width:533.34px;
	height:174px;
	background-image:url(images/LSAscenic.jpg);
	background-repeat:  repeat-x;

}



/***Menu***/
div#menu{
	width:800px;
	background-color:#333333;
	clear:both;}
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;padding:0;
	padding-top: 0px;
	line-height: 100%;
	}
ul#nav{
	padding-left:0px; 
	}
ul#nav li{
	float:left;
	width:133.33px;
	margin-right:0px;
	text-align:center;
	}
ul#nav a{
	float:left;
	width:133.33px;
	text-decoration:none;
	background-color:#333333;
	color:#FF9;
	padding-bottom:10px;
	padding-top:10px;
	}
ul#nav a:hover{
	text-decoration:underline;
	color: #FFFFFF;
	}
	
/***Content***/
div#content
{
	display:inline;
	width:800px; 
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;

}
div#content_left
{	
	float:left;
	width:145px;
	height:auto;
	background-color:#FFFF66;
	line-height:110%;
	text-align: center;
}
div#content_right
{
	
	float:right;
	display:inline;
	align:left;
	width:640px;
	height:auto;
	background-color:#FFF2E2;
	padding-left:10px;
	padding-right:5px;

}

/***Contact form***/
div#contact_form
{
	border: 1px solid #CCCCCC;
        height: 400px;    
        width: 475px;            
        overflow: hidden;            
        margin: 2em 1;
	position: relative;
	top: -490px;
	left: 100px;
	background-color:#C8D3FF;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	visibility: hidden;
	z-index: 31;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	margin:0px auto;
}

/***Contact dropshadow ***/
div#contact_drop
{
	height: 400px;    
        width: 485px; 
	color: #000000;
	background-color: #000000;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
	position:relative;
	left:110px;
	top:-880px;
	visibility: hidden;
	z-index: 30;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	margin:0px auto;

}

/***topOf_form***/
div#topOf_form
{
	text-align: right;

}

/***Inner form ***/
div#inner_form
{
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;  
	background-color:#FFFF66;
	border: 1px solid black;
        height: 357px;    
        width: 462px;            
        overflow: auto;            
        margin: 2em 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
	
/***Footer***/
div#footer
{
	width:800px;
	padding-top:2px;
	padding-bottom:2px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height:100%;
	background: #C8D3FF;
	
	clear: both;
}
