/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

/* html { overflow: -moz-scrollbars-vertical !important; } */

/* reset.css */

html, body, div, span, h1, h2, p, a, em, img, ul, li {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height: 1.5em;
	background: #aaaacf;
	text-align: center;
}

a img {
	border:none;
}

/* typography.css */
em {font-style: italic;

}
body {
	color:#222;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1 h2 {
	font-weight:normal;
	color:#111;
}

h1 {
	font-size:1.25em;
	font-weight:bold;
	text-align:center; 
}

h2 {
	font-size:1.25em;
	font-weight:bold;
	text-align:center; 
	/*margin-bottom:.5em; */

}

	
p {
	margin:0 0 1.5em;
	line-height:1.25em;
}



a {
	color:#009;
	text-decoration: none;
}

a:visited {
	color:#009; 
	text-decoration: none;
}
a:hover {
	color:#0000d9; 
	text-decoration:underline;
}
ul li strong {
	font-weight:normal;
	font-size:15px;
}


ul {
	list-style-type:disc;
}

ul li {text-align:left;}
/* Clear fix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container {
	display:block;
}

.clear {
	clear:both;
}

/* Main Styles */

#container {
	width: 786px;
	height: auto;
	background: #fff;
	margin: 0 auto 20px;
}

#header {
	background:#000033;
	width:786px;
	height:150px; 
	background-image:url(images/header-gradient.gif); 
	background-repeat:repeat-x;
}

#logo { 
	text-align:left;
	padding:10px;
}

#contact {
	float:right;
	margin-top:-155px;
	padding-right:10px;
	color:#fff;
	text-align:right;
	font-size:12px;
}

 
#contact ul li.addthis {
	margin-bottom:90px;
}
#nav {
	background-color: #CCCCCC;
	width:786px;
	height:35px;
	font-size:22px; 
	background-image:url(images/nav-gradient.gif); 
	background-repeat:repeat-x;
}

#nav .current {
 	color:#006600;
}

#nav .navlinks {padding:3px 0 0 0;}

#contact a, contact a:visited {color:#ffffff;}
#contact ul li {list-style-type:none; line-height:15px; text-align:right;}
#content { 
	background-color:#FFFFFF;
	 height:auto; 
	 width:746px;
	 text-align:justify;
	 padding:20px;
}

#textArea { float:left; 
			width:450px;
}
#textArea-2 { float:left; 
			width:380px;
}
#textArea-3 { float:left; 
			width:530px;
}

.top-testimonials {width:380px; float:left;}
	
img.image-left {
	float:left; 
	padding-right:15px;
}
.sfire {margin-top:-140px;}


#footer {
	background-color:#181818;
	height:30px;
	width:786px;
}
#footer .text {
	color:#FFFFFF;
	padding:5px 15px 0 0;
	font-size:12px; 
	text-align:right;
}
#list-content { 
	width:786px; margin: 0 auto;
	
}
#list-content ul li {
	margin-left:25px;
}
.services-list, .services-text{
	width:350px;
	font-size:12px;
	padding:10px 0px;
}
 
.float-left {
	float:left;
}
p .float-left {width:200px;}
.rightcolumn {margin-left:45px;}

.orange {
background-color:#ffeedc;
border: #ffd2a2 1px dashed;
}
.purple {
background-color:#e5e5f6; 
border:1px dashed #c4c4e4;
}
p.blue {
background-color:#e4eef4; 
border:1px dashed #b9c1c6;
padding:5px;
margin:10px 0;
}
.orange-dotted {
background-color:#fffde3; 
border:1px dashed #fffaaa;
padding:5px;
}

#additional {margin-top: 0px;}
	
.testimonials p {font-size:12px; }
.testimonials {margin-top:62px;}
.smaller {font-size:10px;}

#contactForm{
margin:0 auto;
width:450px;
height:315px;
padding:14px;
background-color:#c4c4e4; 
border:1px dashed #666699;
}

#contactForm input{
float:left;
font-size:12px;
border:solid 1px #aacfe4;
width:200px;
margin:2px  0 20px 10px;
padding:4px 2px;
}

#contactForm textarea{
float:left;
font-size:12px;
padding:4px 2px;
margin:2px 0 20px 10px;
border:solid 1px #aacfe4;
width:400px;
}

#contactForm label{
display:block;
font-weight:bold;
text-align:left;
margin-right:5px;
float:left;
}

#contactForm .submit{
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
.nohome { color:#FF6600;}
.linksUL {list-style-type:none; margin:0 0 20px 0;}
 .linksUL li {margin:0 0 0 15px;} 
