@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

element.style {
	cursor:pointer;
}

#menu ul li.section-title:hover {
	color:#FD9213;
}

body {
	background:none repeat scroll 0 0 #FFFFFF;
	color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:11px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	background:none repeat scroll 0 0 #FFFFFF;
	color: #333;
	text-decoration:none;
}
a:visited {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#333;
	text-decoration:none;
}
a:hover {
	background:none repeat scroll 0 0 #FFFFFF;
	color: #FD9213;
	text-decoration:none;
}
a img {
	border:medium none;
}
#menu {
	display:table;
	overflow:auto;
	position:fixed;
	width:200px;
	height: 100%;
	z-index:auto;
	background-color:#FFF;
}
#menu ul {
	line-height:20px;
	list-style:none outside none;
	margin:0 0 9px;
}
#menu li.active a {
	background:none repeat scroll 0 0 #CCC;
	color: #fff;
	text-decoration:none;
}
#menu ul li.section-title {
	border-bottom:1px solid #CCC;
	font-size: 14px;
	color:#666;
	margin-bottom:4px;
	padding-bottom:2px;
	width:180px;
}
#content {
	height:100%;
	margin:0 0 0 215px;
	top:0;
}
.container {
	padding-left:30px;
	padding-top:30px;
}
#content p {
	margin-bottom:0px;
	margin-top:19px;
	width:750px;
}
.nothumb img {
	display:block;
	margin:0 40px;
	padding-top:10px;
}
p {
	margin:0 0 9px;
}
h1 {
	color: #FD9213;
	font-size:14px;
	font-weight:normal;
}
h2 {
	color:#939598;
	font-size:11px;
	font-weight:normal;
}
h3 {
	color: #58595B;
	font-size:11px;
	font-weight:normal;
	line-height: 12px;
	padding: 0 0 0 0;
}
h4 {
	color: #C39;
	font-size:13px;
}
#img-container {
	margin:0;
	padding-top:11px;
}
#img-container p {
	margin:0;
	padding:0 0 12px;
	width:175px;
}
#once {
	clear:left;
}

