/* Created by http://freehtml5templates.com */
/* reset */
* {
	margin: 0;
	padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

body {
	line-height: 1;
	background: #949494;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
	
/* layout */

#wrapper {
	width: 940px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
}

header {
	position: relative;
	width: 940px;
	height: 150px;
	margin: 0 auto;
	background-color: #494949;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7fbd8), to(#fff), color-stop(.6,#fff));
		background-image: -moz-linear-gradient(19% 75% 90deg, #e7fbd8, #fff, #fff 100%);	
}

#content {
	width: 940px;
	margin: 0 auto;
	padding-top: 5px;
	background: #fff;
	overflow: hidden;
}

footer {
	width: 940px;
	background-color: #494949;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b6d334), to(#494949), color-stop(.6,#788c1e));
		background-image: -moz-linear-gradient(19% 75% 90deg, #494949, #788c1e, #b6d334 100%);
	color: #fff;
	margin: 0 auto;
	clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: both;
}

a:link, a:visited {
color:#1b1bf3; /* same as Company name and the h2 tag line */
}

a:hover, a:active {
color:#00DB00;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
width: 650px;
}

header h1 { 	
float: left;
padding-top: 10px; 
}

header h1 a:link, header h1 a:visited {
color: #1b1bf3;
font-size: 30px;
text-decoration: none;
}

header h1 a:hover { 
text-shadow: none; 
}

header h1 .alternate {
color: #1b1bf3;
}

header h2 {
padding: 90px 0 0 30px;
width: 600px;
font-style: italic;
font-size: 16px;
color: #1b1bf3;
margin: 0 0 20px 0;
line-height: 1.5em;
}

#headerlogo {
position: absolute;
top: 10px;
left: 30px;
}

/** ARTICLES **/

article {
padding: 0 30px 20px 30px;
}

article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1 {
color: #ddd;
margin: 0 0 20px 0;
line-height: 1.5em;
}

article h2 {
text-align: center;
line-height: 1.5em;
color: #718224;
}

.title {
font-size: 20px;
color: #718224;;
text-shadow: 0px 2px 3px #333;
}

article h3 {
font-size: 15px;
margin: 20px 0;
color: #718224;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* footer */

footer p {
text-align: right;
font-size: 11px;
padding-right: 20px;
}

footer a {
color: #999;
}

footer a:hover {
color: #FFF;
text-decoration: none;
}

footer a:link, footer a:visited {
color: #FFF;
}


