/* ######################### */
/* ###  COMMON           ### */
/* ######################### */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

header, nav {
	display: block;
	position: relative;	
}

header {
	padding-bottom: 40px;
}

body, input, textarea, button, form, div, td, ul, li, p, a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px white;
	color: #222;
	text-align: justify;
	-webkit-text-size-adjust: none; /* Turn off font resizing */
}

body {
	background: #eee no-repeat center top;
}

body.dark {
	background: #2d2d2d none;	
}

body.dark * {
	text-shadow: none;
	color: #999;	
}

body.dark .page .bg {
	background: #222;
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
}

body.dark .page .inner {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #111;
}

body.dark .inner a {
	color: #1f6aa9;
	border-bottom: 1px dotted #1f6aa9;
}

body.dark .inner a:hover {
	color: #666;
	border-color: #666;
}

img, a, *:focus {
	outline: none;
}

a {
	text-decoration: none;
}

nav a {
	border: 0px !important;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.j {
	text-align: justify;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 30px;
}

span.hl {
	font-weight: bold;
	color: #444;
}

h2 {
	margin-top: 10px;
	font-size: 22px;
	color: #555;
}

h3 {
	margin: -15px -51px 40px -51px;
	padding: 5px 0px 5px 50px;
	font-size: 18px;
	color: #ffffff;
	font-variant: small-caps;
	
	background: rgb(255,48,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
}

h4 {
	margin: 20px 0px 20px 20px;
	font-size: 18px;
}

.active, .active:hover, .active *, .active *:hover {
	cursor: default;
}

.clear, form br {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}

.notext {
	line-height: 0px;
	font-size: 0px;
}

.noheight {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.forcew {
	display: inline-block;
}

.sep {
	width: 840px;
	height: 4px;
	margin: 50px 0px 0px -15px;
	background: url(../img/static.png) 0px -206px;
}

.doc {
	margin-left: 155px;
	padding-bottom: 115px;
}

.doc h3 {
	margin-top: 100px;
}

.doc ul {
	margin: 10px 0px 0px 50px !important;
	list-style: upper-alpha !important;
}

.doc ul li {
	margin-bottom: 10px;
}

.doc ul li ul {
	margin: 10px 0px 15px 30px !important;
	list-style: decimal !important;
}

.doc ul li ul li {
	margin-bottom: 5px;
}

/* ######################### */
/* ###  PAGES      ### */
/* ######################### */
#page_container {
	padding-top: 20px;
	min-width: 900px;
	overflow: hidden;
}

.page {
	position: relative;
	width: 900px;
	margin: 0px auto 70px auto;
	padding: 5px;
}

.page_border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

#page_content {
	position: relative;
	padding: 45px 45px 65px 45px;
	box-shadow: 0px 0px 100px #f1f1f1 inset;
	background: white;
}

#page_content b {
	font-weight: bold;
}

#page_content a {
	color: #1f6aa9;
	border-bottom: 1px dotted #1f6aa9;
}

#page_content a:hover {
	color: #666;
	border-color: #666;
}

#page_content h2.description a {
	color: #1f6aa9;
	border-bottom: 1px dotted #1f6aa9;
}

#page_content h2.description a:hover {
	color: #666;
	border-color: #666;
}

.page #page_content p {
	margin-left: 20px;
}

.page #page_content ul {
	margin: 20px 0px 0px 50px;
	list-style: circle;
}

.page #page_content p {
	margin-top: 20px;
	list-style: circle;
}