﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead /*tr, th, td, table*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
em {font-style:normal;}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: separate;
	border-spacing: 2;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.group:after { /*Clear fix*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
   text-decoration:none;
   color:Black;
}

body {
    font-size:13px;
    font-family:'Trebuchet MS';
    margin-left:4px;
    margin-top:2px;
    background:#3F3F3F;     
}

/*** Main footer page ***/

p span {    
    float:right;
    margin-right:10px;
}

p {
    line-height:20px;   
}

.sPara p {
    line-height:14px;   
}

a:hover {
    text-decoration:underline;   
}

p {
	margin:5px;
}

input {
    width:585px;
    font-family:Arial;
    font-size:12px;
    padding:5px;
}

textarea {
    font-family:Arial;
    font-size:12px;
    padding:5px;
}

.emailForm {
    position:relative;
    top:0;left:0;
    width:607px;    
}

#submitBtn {
    position:relative;
    float:right;
    width:100px; 
}

/*** Popups ***/

h1 {
    font-size:16px;
	margin-bottom:10px;
	margin-top:10px;
    color:#ff8000;
    font-family:'Trebuchet MS';
}

h2 {
    font-family:'Trebuchet MS';
    font-size:14px;
	margin-bottom:10px;
	margin-top:10px;
    color:#ff8000;
}

#hold {    
    position:relative;
    margin:0 auto;
    top:0;left:0;
    width:700px;
    background:#fff;
    padding:30px;
    margin-top:30px;
    height:100%;
}

.wrap {    
    position:relative; margin: 0 auto;
    width:600px;       
}

#header {   
    position:relative;
    top:0px; left:0px;         
    font-size:20pt;
    color:#ff8000;
    margin:0 auto;
    margin-bottom:20px;
    margin-top:20px;    
}

#header {
    font-size:20pt;
    
}

#end {
    border-top:solid 1px #FF8000;
    margin-top:10px;     
}

#serviceHeaders {
    position:relative; left:-20px;
    background:url('img/headerPublic.png') no-repeat; height:50px; margin-left:0px;
    text-indent:5px;  
    font-size:14px; font-weight:bold;
    margin-top:10px;
}

#serviceHeaders span {
    position:relative;
    top:15px;
}

.right {
    float:right;
}

.error {
    position:relative;
    margin:0 auto;
    top:0;left:20px;
    width:350px;
    padding:10px;    
}