/*********************/
*{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a{
	color: #3c8888;
}
a:hover{
	color: #000;
}
blockquote{
	color: #66664a;
	margin: 1.6em 3em;
}
blockquote em{
	color: #333;
}
body{
	background: #FFFFD5 url(../images/bkg-nav-title-body.png) repeat-x;
	font: 0.9em Helvetica,Arial,sans-serif;
}
h1, .category h2{
	font-size: 1.6em;
	letter-spacing: -1px;
	color: #570a7e;
	line-height: 1em;
}
h2,h3,h4,h5,h6{
	color: #3c8888;
	line-height: 1em;
}
h2, .category h3{
	font-size: 1.3em;
}
h3{
	font-size: 1.1em;
}
hr{
	left: -9999px;
	position: absolute;
}
/*********************/
#body{
	line-height: 1.1em;
	word-spacing: -1px;
}
#body p,#body ul, #body ol{
	margin-bottom: 1.6em;
}
#body ul, #body ol{
	color: #66664a;
	margin-left: 2em;
}
#body ul ul, #body ol ol{
	margin-bottom: 0px;
}
/*********************/
#container{
	margin: auto;
	position: relative;
	width: 840px;
}
/*********************/
#content{
	display: inline;
	float: left;
	font-size: .9em;
	padding: 30px;
	width: 520px;
}
/*********************/
#footer{
	clear: both;
}
#footer{
	color: #66664a;
	font-size: .6em;
	padding: 10em 0 0;
	text-align: center;
}
/*********************/
#nav {
	position:absolute;
	top:0;
	left:0;
	width:840px;
}
#nav *{
	display: inline;
	float: left;
	line-height: 1em;
	list-style-type: none;
	position: relative;
}
/*********************/
#nav .features{
	left: 600px;
	position: absolute;
	top: 110px;
	width: 220px;
}
#nav .features a{
	color: white;
	font-size: 1.2em;
	letter-spacing: -.5px;
	width: 220px;
}
#nav .features li {
	margin-bottom:.5em;
}
/*********************/
#nav .main{
	left: 0px;
	position: absolute;
	top: 0px;
	z-index:99;
}
#nav .main .home a{
	border-right: 1px solid #e3e3b5;
}
#nav .main a{
	border-left: 1px solid #e3e3b5;
	color: black;
	font-size: 0.9em;
	padding: 28px 13px 13px 13px;
	width: 92.8px;
}
#nav .main a:hover,#nav .main a.selected{
	background: #3c8888;
	color: white;
}
#nav .main li:hover ul,#nav .main li.hover ul{
	left: 0;
	top: 54px;
	width:150px;
}
#nav .main ul{
	left: -9999px;
	position: absolute;
	top: 0px;
	z-index: 100;
}
#nav .main ul a{
	background: #e2e1a5;
	border-right: 1px solid #e3e3b5;
	width: 150px;
}
/*********************/
#nav .social{
	left: 600px;
	position: absolute;
	top: 75px;
}
#nav .social a{
	background: url(../images/icons-social.png);
	height: 22px;
	margin-right: .6em;
	text-indent: -9999px;
	width: 22px;
}
#nav .social .facebook a{
	background-position: -22px;
}
#nav .social .linkedin a{
	background-position: -66px;
}
#nav .social .youtube a{
	background-position: -44px;
}
/*********************/
#sidebar{
	background: #F4F4C3 url(../images/bkg-sidebar.png) repeat-x;
	color: #66664a;
	display: inline;
	float: left;
	font-size: 0.8em;
	padding: 20px;
	width: 220px;
}
/*********************/
#title{
	background: url(../images/bkg-title.jpg) no-repeat 0px 54px;
	height: 166px;
	padding-top: 54px;
}
#title a{
	display: block;
	height: 166px;
	text-indent: -9999px;
	width: 520px;
}


#footer ul * {
float:left;
display:inline;
list-style-type:none;
}
#footer ul a {
margin:0 1em;
}
#footer p {
clear:both;
}
#footer ul {
margin:auto;
width:25em;
height:3em;
}

#content img {
	margin:.75em;
	border:1px solid #E2E1A5;
	padding:2px;
}
#content img.left {
margin-left:0;
}
