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


/*Main content Divs*/	

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

    #container  {
	padding:0px;
	width:839px;
	margin: 0 auto;
	background-color: #CCCC99;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;

		 }
		 
	#content {
	width: 770px;
	float:left;
	text-align:left;
	float:left;
	margin: 10px 34px 10px 34px;
		}
		
	#content2 {
		width: 650px;
		float:left;
		text-align:left;
		margin: 8px;
		float:left;
		}

	#content-index {
		width: 475px;
		float:left;
		text-align:left;
		margin: 0px  0px  0px 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: 839px;
		height:96px;
		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:right;
		margin: 8px;
		width: 209px;
		height: 280px;
		text-align:left;
		background: #fff url(../images/formBG.gif) no-repeat;
		}		

/*form styles*/
	#formbox {
	float:left;
	margin: 10px;
	width: 500px;
	height: 225px;
	text-align:left;
	background-color: #FCF2E6;
	background-image: url(../images/formBG.gif);
	background-repeat: no-repeat;
		}		

	form{
		width: 500px;
		font-family:Arial, Helvetica, sans-serif;
		margin: 50px 8px 0px 8px;
		}

	label{
		font-weight: bold;
		font-size: .9em;
		margin: 2px;
		width:100px;
		float:left;
	}
	
	.label{
		font-weight: bold;
		font-size: .8em;
		margin: 2px;
	}
	
	
	input {
		width: 250px;
		margin: 2px;
	}
	
	textarea{
		width: 250px;
		height: 75px;
	}
	
	label.labelRadio {
	float:left;
	  	font-size: .8em;
	  width: 30px;
	  padding: 0;
	  margin: 4px 3px 8px 0px;
	  text-align: left;
	}
	
	input.inputRadio {
		float:left;
		width: 20px;
		margin: 4px 3px 8px 0px;
		height: auto;
		}	
	



/*bottom*/
	#bottom {
	width: 839px;
	height:90px;
	padding: 0px;
	clear:both;
	text-align:center;
	background-color: #CCCC99;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
		}	

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

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

	#bottom a {
		color:#3333CC;
		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, Helvetica, sans-serif;
		font-size:1.5em;
		font-weight:bold;
		color:#CC0000;
		line-height: 30px;
		text-align:center;
		}

	h2 {
		font-size:1.2em;
		font-style:normal;
		font-weight:normal;	
		color: #000066;
		}
		
		
	h3 {
		font-size:1em;
		font-weight:bold;	
		color: #21446F;
		text-decoration:underline;
		width:100%;
		}
		

	 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/body/li.png') inside;

		}		

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


/*copy*/
	 .copy  {
	 	padding: 0px;
	 	margin: 0px auto;
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 10px;
		text-align:center;
		clear:both;
			}

.formBG {
	background:#FFFFFF url(images/formBG.gif) no-repeat;