/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom {
	background: #fff url(http://www.earth2017.com/images/background.gif) top repeat-x;
}

body.custom div#header {
	background: white;
	height: 127px;
width: 950px;
align: center;
}

body.custom div#navigation {
	background: #ff8628;
	height: 35px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

body.custom div#navigation-container {
	margin: 0;
	padding: 0;
width: 950px;
align: center;
}

body.custom div#item_3 {
	color: white;
}

body.custom div#footer {
	color: gray;
}



body.custom div#item_113 {
	background: #fff url(http://www.earth2017.com/images/banner.jpg) top no-repeat;
	color: white;
	padding: 0px;
	margin: 0px;
}

body.custom div#item_248 {
	background: #fff;
	padding: 0;
	padding-top: 16px;
	list-style: none;
}


body.custom div#item_484 {
	background: #fff;
	padding: 0;
	padding-top: 16px;
}

body.custom div#item_24 {
	background: #fff;
	padding: 0;
	padding-top: 16px;
}

body.custom div#item_2 {
	background: #fff;
	padding: 0;
	padding-top: 16px;
}

body.custom div#item_33 {
	background: #fff;
	padding: 0;
	padding-top: 16px;
}

body.custom div#item_440 {
	background: #fff;
	padding: 0;
	padding-top: 16px;
}

body.custom div#item_1 {
	background: #fff;
	padding: 0;
	padding-top: 16px;
	padding-left: 10px;
}

body.custom div#container {
	background: #fff;
	margin: 0;
	padding: 0;

}

body.custom div#top {
	background: #fff;
	padding: 0px;
	margin: 0px;
}

body.cutom div#wrapper {
	outline-color: #fff;
	margin-top: 0;
	padding-top: 0;
}

body.custom div#commercial {
	float: right;
	margin-top: 28px;
}

body.custom .homeparagraph {
	margin: 0;
	font-size:1.3em;
	padding-bottom: 4px;
}

body.custom .texthighlight {
	background: yellow;
}

body.custom .leaf-top {
	color: #008823;
	font-weight: bold;
}

body.custom ul.twitter-updates {
	margin-top: 10px;
	color: gray;
}

body.custom div#featured-post-container {
	color: gray;
}

body.custom .consult_services {
	font-size: 1.8em;
	color: #002b6c;
	margin-left: 20px;
}

/*
body.custom .homeparagraphtitle {
	font-size:2.4em;
	color: #008823;
	margin-bottom: 0;
}
*/

body.custom div#leaf-content li {
	list-style-type: none;
	list-style-image: none;
}

body.custom .services2 {
	list-style-type: none;
}


body.custom .services1 			{ list-style: circle; background-repeat: no-repeat; list-style-position: outside; padding-left: 60px;}

body.custom .secret_sauce_cover {
	float: right;
}

body.custom .secret_sauce_buttons {
	float: left;
	height: 400px;
	width: 500px;

}

body.custom div#menus {
	display: block;
	padding-top: 275px;
	width: 250px;
	height: 20px;
	color: white;
}

body.custom div#menu {
	display: inline;
	padding-top: 275px;
	width: 250px;
	height: 20px;
	color: white;
	text-align: left;
}

body.custom div#menu a {
  height: 10px;
  width: 10px;
  top: 10px; 
  text-decoration: none;
  }
  
body.custom div#menu a i { visibility: hidden; }

body.custom div#menu2 {
	display: inline;
	padding-top: 275px;
	width: 250px;
	height: 20px;
	color: white;
	text-align: left;
}

body.custom div#menu2 a {
  height: 10px;
  width: 10px;
  top: 10px; 
  text-decoration: none;
  }
  
body.custom div#menu2 a i { visibility: hidden; }

body.custom .homez { font-size: 1.6em; }
