/***************************
CSS abovegrounddesigns.com
Author: Anthony R. Elmore
For: bluestreamservices
**********************/


/*Main content Divs*/	

	body, html  {
		margin: 0 auto;		
		font-family:Arial, Helvetica, sans-serif;
		background: #d7d7d7;
		text-align:center;
		height: 100% auto;
		}		

    #container  {	     
		 padding:0px;		 
		 width:799px;
		 margin: 0 auto;
		 background-color:#fff;
		 border: #00174B solid 1px;
		 }
		 
	#content {
		width: 565px;
		float:left;
		text-align:left;
		margin: 10px;
		float:left;
		}
		
	#content2 {
		width: 760px;
		float:left;
		text-align:left;
		margin: 10px;
		float:left;
		}

	img {
    	border: none;
		} 	

	#header  {
		margin: 0px;
		padding: 0px;
		background-color:#fff;
		background-image:url('../images/header.jpg');
		background-repeat:no-repeat;
		width: 799px;
		height:159px;
		float:left;
	    }
		
/*top navigation*/
	#topnav {
		margin: 0px;
		width: 800px;
		height: 30px;
		clear:left;
		float:left;
		background: #1E364E;
		padding:0px;
		}

	#topnav ul {
		display: inline;
		list-style: none;
		}		

	#topnav li  {
		display: inline;
		padding: 5px 10px 0px 0px;
			}		

	#topnav li a {
		color:#006699;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		}	

	#topnav li a:link {
		color:#006699;
		}		

	#topnav li a:hover {
		width: 125px;
		text-decoration:underline;
		}

/*end nav*/

/*sidebar*/

	#sidebar {
		float:left;
		margin: 10px;
		padding: 0px;
		width: 191px;
		height: auto;
		text-align:left;
		}		
	
	#learn {
		font-size: .8em;
		background: #fff url(../images/learn.gif) no-repeat;
		width: 191px;
		height: 447px
		}
		
	#learn ul {
		list-style: disc url(../images/check.gif) outside;
		font-size: .8em;
		margin: 40px 10px 0px 10px;
		padding:0px;
		}
		
	#learn li {
		margin:0px;
		padding: 0px;
		}
		
		
/*form styles*/
	form{
		width: 300px;
		font-family:Arial, Helvetica, sans-serif;
		}

	label{
		float: left;
		width: 120px;
		font-weight: bold;
		font-size: .8 em;
		margin: 5px;
	}
	
	input, textarea{
		width: 140px;
		margin: 5px;
	}
	
	textarea{
		width: 250px;
		height: 150px;
	}
	
	.boxes{
		width: 1em;
	}
	
	#submitbutton{
		width: 250px;
		background-color:#990000;
		color: #fff;
		font-weight: bold;
		border: 1px medium #FFCC00;
}




/*bottom*/
	#bottom {
		width: 799px;
		height:107px;
		padding: 0px;
		background: #00174B url(../images/bottom.gif) no-repeat;
		text-color: #ffffff;
		clear:both;
		text-align:center;
		}	

	#bottom ul {
		display: inline;
		list-style: none;
		margin: 10px;	
		}		

	#bottom li  {
		display: inline;
		padding: 0px 15px 0px 0px;
			}		

	#bottom a {
		color:#ffffff;
		font-size: 12px;
		font-weight:bold;
		text-decoration:none;
		}	

	#bottom a:link a:active {
		color:#ffffff;
		font-size: 12px;
		}		

	#bottom  a:hover {
		text-decoration: underline;
		}

/*text and links*/		

	p {
		font-size: .9em;
		color: #000;
		line-height: 1.3em;
		}		

	h1 {
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		font-size:1.6em;
		font-weight:bold;
		color:#000033;
		line-height: 30px;
		text-align:center;
		}
		
	h2 {
		font-size:.9em;
		font-weight:bold;	
		color: #CC3300;
		}

	h3 {
		font-size:.9em;
		font-style:oblique;
		font-weight:bold;	
		color: #669900;
		}

	 a {color:#003399;
	 	}
			 
	 a:link a:active  {
		text-decoration: underline;
		}
		
	 a:visited  {
		color:#003399;
		text-decoration: none;
		}		
		
	a:hover  {
		text-decoration: underlinge;
		}

	#content ul {
		list-style: disc url(../images/check.gif) inside;
		}		

	#content li  {
		font-size:.9em;
		margin: 5px 0 0 0px;
		text-align:left;
			}
	
	#content2 ul {
		list-style: disc url(../images/check.gif) inside;
		}		

	#content2 li  {
		font-size:.9em;
		margin: 5px 0 0 0px;
		text-align:left;
			}
	
	.ps {
		font-size: .8em;
		padding: 3px;
		}			


/*copy*/
	 .copy  {
		color: #fff;
		font-size: .8em;
		text-align:center;
			}
			
	.strike {
		text-decoration:line-through;
		}
		
