/* Version: 1.3 : 3.12.2010 =======================*/

/* Reset =======================*/
* {
	background: transparent;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {
	background-color: #ebebeb;
	color: #232323;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1;
}
:focus { /* still need to define focus styles */
	outline: 0;
}


/* Links =======================*/
a {
	color: #930000;
}
a:hover {
	text-decoration: none;
}
a.in {
	background: url("/img/linkedIn.png") 0 0 no-repeat;
	padding-left: 20px;
}


/* Logo =======================*/
h1#logo {
	background: url("/img/logo.png") 0 0 no-repeat;
	height: 24px;
	left: 50%;
	margin: 15px 0 15px -395px;
	position: relative;
	text-indent: -99.9em;
	width: 151px;
}


/* Text =======================*/
h2 {
	color: #454545;
	font-size: 15px;
	left: 50%;
	margin: 0 0 -2px -390px;
	position: relative;
	text-shadow: 1px 1px 2px #fff;
	text-transform: uppercase;
	width: 760px;
	
}
h2:first-letter {
	font-size: 20px;
}
h2 span {
	font-size: 10px;
	text-transform: uppercase;
}
h3 {
	background: url("/img/bgNews.png") 0 0 no-repeat;
	color: #898989;
	font-size: 12px;
	font-weight: normal;
	height: 14px;
	line-height: 14px;
	margin: -10px auto 25px auto;
	padding: 0 15px;
	width: 760px;
}
h3 span {
	color: #930000;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
}
p {
	font-size: 13px;
	line-height: 1.5em;
	padding: 0 0 15px 0;
}
.tree p {
	padding-right: 200px;
}


/* Lists =======================*/
ul, ol {
	font-size: 13px;
	list-style: none;
	padding-bottom: 15px;
	overflow: hidden; /* Clear float */
}
ul li {
	background: url("/img/bullet.png") 0 6px no-repeat;
	line-height: 1.2em;
	padding: 0 30px 5px 10px;
}
#clients li {
	background: url("/img/bullet.png") 0 6px no-repeat;
	float: left;
	padding-left: 10px;
	padding-right: 0;	
	width: 180px;
}
.things {
	float: left;
	padding-bottom: 0px;
	width: 380px;
}
.things li {
	background: none;
	line-height: 1.5em;
	padding-bottom: 15px;
}
.things li strong {
	display: block;
	padding-bottom: 5px;
}


/* Sections =======================*/
section {
	background-color: #ebebeb;
	border: 1px solid #e3e3e3;
	border-right-color: #999;
	border-bottom-color: #999;
	line-height: 1.5em;	
	margin: 0 auto 30px auto;
	overflow: hidden;
	padding: 15px 15px 0 15px;
	width: 760px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 750ms;
}
.tree {
	background: #ebebeb url("/img/tree.png") 100% 100% no-repeat;
}
section:hover,
section.hover,
.tree:hover {
	background-color: #f3f3f3;
}
em {
	background-color: #ebebeb;
	font-style: normal;
}
section.hover em,
section:hover em {
	background-color: #f6f6c5;
	-webkit-transition: all 750ms ease-in-out;
}


/* Hero =======================*/
.hero,
.hero:hover {
	background-color: #fdfdfd;
	border: 1px solid #b0b5b9;
	border-width: 1px 0;
	margin-bottom: 20px;
	padding: 17px 0;
	position: relative;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;	
}
.hero h1 {
	font-size: 34px;
	line-height: 1.2em;
	padding: 50px;
	text-align: center;
	text-shadow: 2px 2px 2px #ebebeb;
}
.hero p {
	bottom: 0;
	color: #898989;
	display: none;
	font-size: 14px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}


/* Footer =======================*/
footer {
	background-color: #930000;
	color: #ccc;
	font-size: 11px;
	padding: 5px 5px 5px 0;
	text-align: right;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}