/* CSLLC CSS */


/* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height 
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer 
}

*/

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


/* Elements */

body {
	font-family:Arial, Helvetica, sans-serif;
}

a
{ 
	position:absolute; 
	color:#195aaa;
	top:0px; 
	width:100px; 
	text-align:center; 
	background-image:url(Images/Tab_SilverT.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

a:hover 
{ 
	background-image:url(Images/Tab_SilverTH.jpg);
	font-weight:bold;
	color:#dab55d;
}


.SlideShowImage
{
	position:absolute;
	width:300px;
	height:200px;
}


.SlideShowText
{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#195aaa;
}

/* Objects */

#Logo
{
	z-index:1; 
	position:absolute; 
	left: 0px; 
	top: 8px; 
}

#NavBar
{
	position:relative;
	left:60%;
	top: 42px; 
	width: 200px;
	z-index:100;
}

#NavBar2
{
	position:relative;
	left:60%;
	top: 80px; 
	width: 200px;
	z-index:100;
}

#HeadSeperator
{
	z-index:101; 
	position:absolute; 
	left:0px; 
	top:60px; 
	width:100%; 
	height: 18px; 
	background-repeat:repeat; 
	background-image:url(Images/GrayBar.jpg); 
	border-style:none;
}

#HeadSeperator2
{
	z-index:1; 
	position:absolute; 
	left:0px; 
	top:78px; 
	width:100%; 
	height: 18px; 
	background-color:#000000;
	/*background-repeat:no-repeat;*/ 
	/*background-image:url(Images/GrayBar.jpg); */
	border-style:none;
	z-index:0;
	
	filter:alpha(opacity=10);
	-moz-opacity:1.0;
	opacity:.10;
}



#ContentBkgd
{
	width:100%; 
	height:1000px;
	background-color:#006666;		
	filter:alpha(opacity=40);
	-moz-opacity:4.0;
	opacity:.40;
}



#Main
{
	position:relative; 	
	top:155px; 
	width:100%; 
	height: 100%;
	min-height: 100%;
	height: auto	
  	margin-left: auto ;
  	margin-right: auto ;
	
}

#MainBackground
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height: 100%; 	
	background-image:url(Images/e_Clock.jpg);
	background-repeat:no-repeat;
	
	filter:alpha(opacity=10);
	-moz-opacity:1.0;
	opacity:.10;
}

#Content
{
	position:Absolute; 
	left:25%; 
	width:50%;
	color:#666666;
	background-color:#F0F0F0;
	padding:10px;
}

#Index
{
	position:absolute; 
	width:100%; 
	height: 320px;
}

#leftMenu
{
	position:absolute;
	left:0;
	width:20%;
	text-align:center;
}

#rightMenu
{
	position:absolute;
	right:0;
	width:20%;
	text-align:center;
}


#search_submit
{

	position:absolute; 
	left:560px; 
	top:220px; 
	
		background: url(./images/ButtonA.jpg) no-repeat 0 0;

		border: 0;

		float: left;

		display: block;


		cursor: pointer;

		width: 60px;

		height: 20px;

		position: relative;

		cursor: pointer;

	/*position:absolute; 
	left:560px; 
	top:220px; 
	width:60px; 
	height: 20px; 
	background-image:url(Images/ButtonA.jpg); 
	background-repeat:none;
	border-top-style:hidden;
	border-bottom-style:hidden;
	border-left-style:hidden;
	border-right-style:hidden;*/
	
}



#b
{
	position:absolute; 
	left:0px; 
	top:10px;  
	width:100%; 
	text-align:center;
	
	filter:alpha(opacity=10);
	-moz-opacity:1.0;
	opacity:.10;
}
