/* hide from ie on mac for swfobject \*/

body
{
	padding: 0;
	margin: 0;
	background: #990031;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	text-align:center;
}

/*clearing browser margins for all elements~~*/	
* 	{
	margin:0px;
	padding:0px;
	}
	
p { 
	color: #FFFF99;
	}
	
/*--Layout--*/
#container	{
	width:500px;
	margin:0 auto;
	background-color:#990031;
	text-align:left;
	}
#header {
	width: 500px;
	height: 61px;
	letter-spacing: 1px;
	text-align:left;
	background-image:url("images/contact.gif") ;
	background-position:35px 15px;
	background-repeat:no-repeat;
	}
input {
	display:inline;
	float: left;
	width: 15em
	}	

	
/*~~~~~~~Aslett Clearing Method~~~~~~~~~~*/
.clearfix:after	{
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
	}
.clearfix	{
	display:inline-block;
	}
	
/*~~backslash hack hide from IE6 mac\*/
* html .clearfix	{
	height:1%;
			}
.clearfix	{
	display:block;
	}
/*--end clearfix backslash hack--*/


/*----------FORM---*/

form {
	margin:3em;
	width:75%;
	}

fieldset	{
	background-color:#770031;
	margin: 1.5em 1.6em;
	padding:1em;
	border: 1px solid #fff;
	}

	
fieldset textarea {
	background-color:#FFFF99;
	width: 18.5em;
	height:10em;
	margin: .5em 0;
	padding:1em;
	}

	
legend {
	font-size:1.4em;
	font-weight: bold;
	position:relative;
	top: -.4em;
	display:inline;
	left: -.4em;
	width:.01em;
	}

	
 label	{
 	display:block;
 	float:left;
 	clear:left;
	padding-right: 1em;
 	text-align:left;
 	line-height:1.8em;
	}
	
	
input#primary_phone	{
	width: 11em;
	}
	
input#alt_phone	{
	width: 11em;
	}
input.submit	{
	width: 6em;
	margin-top: 5px ;
	padding-left:0;
	}
	
input#email_address	{
	width: 16em;
	}
	
br	{
	clear:both;
	}
	


/*~~~~~~~~~~~footer~~~~~~~*/
#footer 	{
	text-align: left;
	color: #FFF;
	border: 1px solid #fff;
	padding: 0 0 5px 5px;
	margin: -2em 0 10px 2.8em;
	width:75%;
	}
#footer a:link{
	text-decoration: underline;
	color: #fff;
	}
#footer a:visited{
	text-decoration: none;
	color:#99FFFF;
	}
	
#footer a:hover{
	text-decoration: none;
	color:#99FFFF;
	}
#footer a:active{
	text-decoration: none;
	color:#FFF;
	}
.clearing	{
	clear:both;
	height:0;
	line-height:0;
	}

	
	
