/***********************************************/
/* Global                                      */
/***********************************************/
* {
   margin:0;
   padding:0;
}

/* mac hide \*/
html, body {
   height:100%;
   margin:0;
   padding:0;   
}
/* end mac hide */

body {
   background:#000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
   color:#FFFFFF;
}
a:link {
	color:#3399FF;
}
a:hover {
	color:#FFCC00;
}
a:visited {
	color:#C9F;
}
#clearer {
   clear:both;
   font-size:1px;
}
a#checkatrade {
	color:#FFCC00;
}
/***********************************************/
/* Container                                   */
/***********************************************/
/* mac hide \*/
#container {
   min-height:100%;
}
/* end mac hide */

* html #container{
   height:100%;
}
#container {
   width:780px;
   margin:0 auto;
   text-align:center;
}
/***********************************************/
/* Header                                      */
/***********************************************/
#header {
 	float:left;
	width:780px;
    height:6em;
    margin:20px 0 20px 0;
    display:inline;   
    background:url(../images/lines.gif) repeat-x 0 5em;
}
#header p {
	margin:0 0 0 0;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}
#header h1 {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2em;
	text-align:left;
	color:#FFFFFF;
}
#header h1 a {
	text-decoration:none;
	color:#FFFFFF;
}
#header h2 {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	color:#CCCCCC;
}
#contact {
	float:right;
	margin:8px 0 0 0;
    display:inline;	
}
#contact p {
	margin:0 0 10px 0;
	font-size:15px;
}
/***********************************************/
/* Content                                     */
/***********************************************/
#content {
	float:left;
    width:780px;
    margin:0;   
    display:inline;
}
#content h3 {
	margin:2em 0 1em 0;
	padding-top:20px;
	font-size:0.8em;
	font-style:italic;
	border-top:1px dashed #666;
	text-align:left;
	color:#FFCC00;
}
#content p {
   margin:10px 0 0 0;
   font-size:13px;
   line-height:25px;
   text-align:left;
   color:#FFFFFF;
}
#content ul {
   margin:10px 0 10px 0;
}
#content li {
   margin:10px 0 0 40px;
   list-style-type:square;
   font-size:13px;
   text-align:left;
   color:#FFFFFF;
}
#content form {
	margin:0 0 0 0;
	text-align:left;
	color:#FFFFFF;	
}
#content form label {
	float:left;
	width:100%;
	margin:0 0 2px 0;
   font-size:13px;
}
#content form input, textarea {
	margin:0 0 1em 0;
	font-size:15px;
	padding:2px;
}
#content form label span#required {
	font-size:9px;
}
#tap {
   float:right;
   display:inline;   
   width:100px;
   margin:0;
}
#content div#thankyou {
	float:left;
    width:780px;
    margin:0 0 20px 0;
	padding:10px;
	background:#222;
	border:1px dashed #666666;
    display:inline;
}
#content div#thankyou p {
	font-size:15px;
	text-align:center;
	color:#FFF;
}
/***********************************************/
/* Footer                                      */
/***********************************************/
#footer {
   position:relative;
   width:780px;
   height:4em;
   margin:-4em auto;
   background:url(../images/lines.gif) repeat-x top;
   clear:both;
   text-align:left;
}
#footer p {
	float:right;
	margin:2em 0 0 0;
    font-size:0.7em;
    text-align:left;
    color:#666666;
}
#clearfooter {
   height:4em;
   clear:both;
}  /*needed to make room for footer*/

* > html #clearfooter {
   width:100%;
   float:left;
}/* ie mac styles */
