/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #091834;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/






h1 {
	font-size: 24px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
	
}

#content ul li {
	
	list-style-image: url(../images/listicon.gif);
}

#content a {
	color: #EC5B00;	
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	
}

.follow {
	background-image: url(../images/follow.png);
	text-indent: -9999px;
	display: block;
	height: 90px;
	width: 280px;
	margin-bottom: 8px;
}

.becomeclient {
	background-image: url(../images/becomeaclient.gif);
	text-indent: -9999px;
	height: 41px;
	width: 139px;
	float: left;
	margin-top: -6px;
	margin-right: 8px;
}


.share {
margin-top: -6px;

}
.serviceteaser {
	font-size: 12px;

}

p.postmetadata {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	padding-bottom: 16px;
}

.pics {  
    height:  106px;  
    width:   295px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
   width:  295px; 
    height: 106px; 
    top:  0; 
    left: 0 
} 

blockquote {
	background-color: #E9E9E9;
	margin-bottom: 20px;	
}

blockquote h1 {
	
	padding: 60px;
	color: #999999;
	font-style: italic;
}


 legend {
	padding: 0px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
 }	
 
 
 
 legend span {
	position:absolute;
	margin-top: 1em;
	margin-left: 1em;
 }	
 
 
 fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	
	border-style:none;
	position: relative;
		}

fieldset.alt {
	background-color: #C5DEE3;
}

 
 
 fieldset ol {
       padding: 3.5em 1em 0 1em;
	   list-style:none;
 
 }
		
	
 fieldset li {
	padding-bottom: 1em;
	list-style-type: none;		
 }	

.submit {
	position: relative;
	left: 14em;	
	
	
 }
 
 label {
	float:left;
	width: 10em;
	margin-right: 1em;
	text-align:left;
	font-size: 14px; 
 
 }
 
 input {
	border: 1px solid #333333;
	color: #333333;
 }
 
textarea {
	padding: 7px; 
	border: 1px solid #333333;
 }