/* @group Global */

body {
	background-image: url(images/bg_footerStripe.png);
	color: #fff;
	text-align: left;
	font-family: arial;
	line-height: 1.8;
}
div#fullContainer {
	background-color: #495569;
}
h1 {
	background-color: #1d1e22;
	font: normal 182%/1.5 georgia;
	padding: 10px;
	margin-left: -10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1 a {
	color: #c9d4cb;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2, h2.span {
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	font-size: 138.5%;
}
a, a:visited, a:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #c3fbfe;

}
p {
	margin-bottom: 20px;
}
ul {
	margin-bottom: 14px;
	margin-left: 20px;
}
ul li {
	list-style-type: circle;
	list-style-position: inside;
}
ul h2 {
	
}
/* @end */

/* @group header */

div#header {
	height: 150px;
	width: 100%;
	background: #495569 url(images/bg_header.png) repeat-x;
}
div#headerContent {
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	margin-top: 15px;
}

div#headerLinks {
	position: absolute;
	height: 70px;
	left: 412px;
	width: 334px;
	top: 35px;
	background: url(images/header_linksReflect.png) no-repeat;
}
a#solutions {
	float: left;
	position: relative;
	width: 85px;
	height: 70px;
}
a#technology {
	float: left;
	position: relative;
	width: 100px;
	height: 70px;
}
a#people {
	float: left;
	position: relative;
	width: 70px;
	height: 70px;
}
a#blog {
	float: left;
	position: relative;
	width: 75px;
	height: 70px;
}
a#solutions:hover, a#solutions.active {
	background: url(images/header_linksReflect.png) 0px -70px;
}
a#technology:hover, a#technology.active {
	background: url(images/header_linksReflect.png) -85px -70px;
}
a#people:hover, a#people.active {
	background: url(images/header_linksReflect.png) -185px -70px;
}
a#blog:hover, a#blog.active {
	background: url(images/header_linksReflect.png) -255px -70px;
}
div#headerLinks i {
	display: none;	
}
div.alignleft {
	float: left;
	padding-bottom: 10px;
}
div.alignright {
	float: right;
	padding-bottom: 10px;
}
div#hd {
	float: right;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #373737;
	padding-right: 5px;
}
div#hd a {
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 85%;
}
div#hd a:hover, div#hd a.active {
	text-decoration: underline;
}
div#bd {
	clear: both;
}
/* @end */

/* @group footer */

div#footer {
	min-height: 60px;
	width: 100%;
}
div#footerTop {
	width: 100%;
	height: 21px;
	background: url(images/bg_footerTop.png) repeat-x;
}
div#footerContent {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
div#footerLeft, div#footerRight, div#footerMid {
	float: left;
	width: 32%;
	text-align: center;
}

/* @end */

/* @group sidebar */
div.sidebar ul li {
	list-style-type: none;
	margin-left: -10px;
}
div.sidebar {
	padding-top: 10px;
	border-left: 1px dashed #6b8a88;
}


/* @end */

/* @group content */

div#yui-main {
	min-height: 200px;
}
pre {
	overflow: auto;
	margin-bottom: 10px;
	background-color: #fff;
	color: #000;
	padding: 10px;
}
p.postmetadata {
	padding-top: 10px;
	clear: both;
}
div.post {
	clear: both;
}
div.solutions {
	margin-bottom: 30px;
}
/* @end */