/*----------------------------------------------------------------------------
Begin styles.css

Developed for Stromco Construction Services
by Christopher Hansen | http://christopher-hansen.com

*/

* {
	margin-top: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #343434;
}

#container {
	position:relative;
}

/*----------------------------------------------------------------------------
Headers
*/

h1, h2, h3, h4, h5, h6, p, a, li, ul {
	margin:0;
	padding:0;
}

h1 {
	font: 2.8em/1.4em Arial, Helvetica, sans-serif;
	color: #93C548;

}
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #D27412;
	font-weight:bold;
}
h5 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color:#C0D58F;
}

/*----------------------------------------------------------------------------
Various Block Elements
*/
ol, ul, form, blockquote {
	padding:0;
	margin:0;
}

p {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #333;
	line-height:1.2em;
}

/*----------------------------------------------------------------------------
Various Inline Elements
*/
img {
	border: none;
}

a, a:visited, a:active {
	outline:none;
}

a:link, a:visited {
	text-decoration:underline;
	color: #D27412;
}

a:hover, a:active {
	text-decoration:none;
	color: #D27412;
}

/*----------------------------------------------------------------------------
Header
*/
#header {
	background: #ffffff;
	border-bottom:11px solid #5B5D60;
	position:relative;
	text-align:center;
}

#headtext {
	width:800px;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	position:relative;
}

#logo {
	position:relative;
	width:800px;
	height:60px;
	background:url(img/hdr.gif) no-repeat;
}

/*----------------------------------------------------------------------------
Main Content Area
*/
#main {
	background: #e2e2e2;
	border-top: 3px solid #D27412;
	border-bottom: 6px solid #5B5D60;
}
#maintext {
	width: 800px;
	margin: 0 auto;
	padding: 25px 0;
	background:#ffffff;
	font: 11px Arial, Helvetica, sans-serif;
}

* html #maintext {
	position:relative;
}

#maintext h3 {
	margin: 10px 0 5px 0;
}

#maintext ul {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #5B5D60;
	line-height:1em;
	margin:5px 0 0 0;
}

#maintext ul li {
	list-style-type: square;
	margin-left:15px;
	padding:4px 0;
}

#left-col{
	position: relative;
	float: left;
	width: 159px;
	padding: 0 50px 0 62px;
	margin: 0;
}

#center-col{
	position: relative;
	float: left;
	width: 159px;
	padding: 0 50px 0 50px;
	margin: 0 0 0 0;	
}

#right-col{
	position: relative;
	float: left;
	width: 159px;
	padding: 0 0 0 50px;
	margin: 0 0 0 0;
}

/*----------------------------------------------------------------------------
Sidebar
*/
#sidebar {
	position:relative;
	background:url(img/bg.gif);
}

#sidebar p {
	color: #ffffff;
	font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}

#sidebar h3 {
	margin-bottom: 16px;
}

#sidetext {
	position:relative;
	width:800px;
	margin: 0 auto;
	padding: 25px 0;
	font: 11px Arial, Helvetica, sans-serif;
}

/* Contact Information */
#info-col{
	position: relative;
	float: left;
	width: 194px;
	padding: 10px 0 35px 75px;
	margin: 25px 0 0 41px;
	border-left: 1px solid #5B5D60;
}

#logo-bottom {
	position:relative;
	float:right:
	display:inline;
	height:42px;
	width:42px;
	background-image:url(img/logo_notext.png);
	margin:10px 0 0 35px;
}

/* Contact Form */
#contact-col{
	position: relative;
	margin: 0;
	float: left;
	width: 260px;
	padding: 0 0 0 108px;
}

.formtext {
	color: #FFFFFF;
	font-size: 1.1em;
}

.formtext p {
	line-height:1.6em;
}

unput {width:150px;}
textarea {width:150px; height:75px;}



/*----------------------------------------------------------------------------
Footer
*/
#footer {
	border-top: 1px solid  #5B5D60;
}
#footertext {
	width:708px;
	margin: 0 auto;
	padding: 8px 0 16px;
	text-align:center;
}
#footertext p {
	color: #717377;
	font-size: 0.9em;
}
#footertext a:link, a:visited {
	color:#959799;
	text-decoration:underline;
}
#footertext a:hover, a:active {
	color:#959799;
	text-decoration:none;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*----------------------------------------------------------------------------
Main Navigation - DISABLED
------------------------------------------------------------------------------

#navheader{
	position: relative;
	font-size: 12px;
	float: right;
	margin: 46px 0 0 0;
	padding: 0;
	background-color:inherit;
}

#navheader li{
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#navheader a:link, #navheader a:visited{
	float: left;
	font-weight: bold;
	margin: 0 6px;
	text-decoration: none;
	border-style: none;	
	color: #000000;
	background: transparent;
}

#navheader a:hover{
	border-bottom: 3px solid #D27412;
	padding-bottom: 2px;
	color: #D27412;
}

#navheader a:active, #navheader a:visited{
	border-bottom: 3px solid #D27412;
	padding-bottom: 2px;
	color: #D27412;
}
----------------------------------------------------------------------------
END Main Navigation
----------------------------------------------------------------------------*/
