html{
	background:#7f8283 url(images/background_3.png) no-repeat left top fixed;
	color: #0A4AAC;
}
body{
	padding: 0;
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
article, aside, figure, figure img, figcaption, hgroup, 
footer, header, nav, section, video, object, output {
	display: block;
}
h2, h3, h4, h5, h6, a {
	text-shadow: 1px 1px 3px rgba(0,0,0,.6);
}
h2 {
	font-size: 1.6em;
	margin: 0 auto;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #0A4AAC;
	text-decoration: none;
}
a:hover {
	color: #0A4AAC;
	text-decoration: underline;
}
blockquote {
	font-family: Courier, sans-serif;
	font-size: .75em;
}
p:first-letter,
li:first-letter {
	text-transform: capitalize;
}
p.lowercase {
	text-transform: lowercase;
}
strong {
	font-weight: 600;
}

/* PAGE WRAPPER SECTION
===================================================================================== */
div#wrapper{
	margin: 0 auto 0;
	text-align: left;
	background: #fff;
	border: 1px solid #fff;
	/* border radius */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5xp;
	/* box shadow */
		-webkit-box-shadow:rgba(0,0,0,.8) 0 0 25px;
		-moz-box-shadow:rgba(0,0,0,.8) 0 0 25px;
		box-shadow:rgba(0,0,0,.8) 0 0 25px;
	width: 990px;
}

/* HEADER SECTION
===================================================================================== */
div#header {
	background: url(images/header.jpg) top;
	/* border radius */
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5xp;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
	color: #0A4AAC;
	width: 100%;
	height: 87px;
	z-index: 999;
}
div#header h1.title {
	margin: 0 0 0 0;
	text-indent: -9999px;
	width: 800px;
	height: 87px;
}

/* NAV MENU SECTION
===================================================================================== */
div#nav {
	height: 0;
}

/* CONTENT SECTION
===================================================================================== */
div#content {
	background:#fff;
	float: left;
	padding: 10px 40px 20px;
	width: 600px;
}
body#item-list div#content h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
}
body#item-list div#content p.stand-alone-link {
	font-size: 1.3em;
	font-weight: 600;
	padding: 0 10px;
}
body#item-list div#content p.stand-alone-link:hover,
body#item-list div#content p.stand-alone-link:hover a,
body#item-list div#content h3:hover,
body#item-list div#content h3:hover a {
	background: #eee;
	/* border radius */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5xp;
	cursor: pointer;
	text-decoration: none;
	width: 590px;
}
body#item-list div#content ul {
	background: #eee;
	/* border radius */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5xp;
	font-size: .8em;
	list-style-type: circle;
	margin-bottom: 20px;	
	padding: 10px 20px;
}
body#item-list div#content ul li ul {
	margin-bottom: 0;
}
body#item-list div#content img {
	border: 1px solid #ccc;
	/* border radius */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5xp;
	/* box shadow */
		-webkit-box-shadow:rgba(0,0,0,.6) 0 0 15px;
		-moz-box-shadow:rgba(0,0,0,.6) 0 0 15px;
		box-shadow:rgba(0,0,0,.6) 0 0 15px;
	padding: 5px
}
body#item-list div#content img:hover {
	background: #eee;
}
body#html-codes div#content table tr th {
	background: #c9eaf3;
	font-weight: 600;
	text-align: center;
}
body#html-codes div#content table tr th:nth-child(5) {
	padding-left: 10px;
	text-align: left;
}
body#html-codes div#content table tr td {
	font-size: .9em;
	padding: 0 10px;
	table-layout: fixed;
	vertical-align: top;
}
body#html-codes div#content table tr td:nth-child(1) {
	text-align: center;
	width: 40px;
}
body#html-codes div#content table tr td:nth-child(2),
body#html-codes div#content table tr td:nth-child(3),
body#html-codes div#content table tr td:nth-child(4) {
	padding-left: 20px;
	text-align: left;
	width: 40px;
}
body#html-codes div#content table tr td:nth-child(5) {
	padding-left: 10px;
	text-align: left;
}
body#html-codes div#content table tr td:nth-child(odd) {
	background: #d9f3ff;
}
body#html-codes div#content table tr td:nth-child(even) {
	background: #e6fcff;
}

/* ASIDE SECTION
===================================================================================== */
div#aside {
	background: #fff;
	float: right;
	height: 0;
	padding: 10px 40px 20px 0px; 
	width: 270px;
}
div#aside ul {
	padding-left: 30px;
}
div#aside ul li.button {
	list-style-type: none;
	margin-bottom: 40px;
}
div#aside ul li.button a {
	background: #39acdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#0a4aac), to(#39acdc));
	background: -moz-linear-gradient(top, #0a4aac, #39acdc);
	border: 1px solid #0A4AAC;
	/* border radius */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5xp;
	/* box shadow */
		-webkit-box-shadow:rgba(0,0,0,.6) 0 0 15px;
		-moz-box-shadow:rgba(0,0,0,.6) 0 0 15px;
		box-shadow:rgba(0,0,0,.6) 0 0 15px;
	color: #fff;
	font-size: 200%;
	padding: 2px 10px;
	text-shadow: 0px 0px 3px rgb(255,255,255);
}
div#aside li.button a:hover {
	/* box shadow */
		-webkit-box-shadow:rgba(0,0,0,.8) 0 0 25px;
		-moz-box-shadow:rgba(0,0,0,.8) 0 0 25px;
		box-shadow:rgba(0,0,0,.8) 0 0 25px;
	color: #fff;
	text-decoration: none;
}


/* FOOTER SECTION
===================================================================================== */
div#footer {
	background:#fff url(images/prussnet2_6.gif) repeat-x top left;
	/* border radius */
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5xp;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
	clear: both;
	height:20px
}
p#copy {
	color: #fff;
	font-size: x-small;
	line-height: 100%;
	padding: .3em 1em;	
}

/* OVERLAY SECTION
===================================================================================== */
div#meerkat {
	display: none;
	z-index: 999;
}
div#overlay-wrapper {
	margin: 0 auto 0;
	width: 800px;	
}
div#overlay {
	background: #fff;
	border: 2px solid #0aa;
	margin: 20px auto;
	padding: 20px;
	text-align: left;
}
div#overlay h3 {
	font-size: 1em;
	margin: 0;
}
div#overlay p {
	font-size: .8em;
	margin: 0;
}
ul.browser-list {
	margin: 0;
	padding: 0 0 100px;
}
ul.browser-list li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 29px 0;
}
a.chrome {
	background: url('images/browser-icons.jpg') no-repeat -198px -10px;
	display: block;
	width: 93px;
	height: 100px;
	text-indent: -9999px;
}
a.safari {
	background: url('images/browser-icons.jpg') no-repeat -10px -10px;
	display: block;
	width: 93px;
	height: 100px;
	text-indent: -9999px;
}
a.firefox {
	background: url('images/browser-icons.jpg') no-repeat -100px -10px;
	display: block;
	width: 93px;
	height: 100px;
	text-indent: -9999px;
}
a.opera {
	background: url('images/browser-icons.jpg') no-repeat -55px -110px;
	display: block;
	width: 93px;
	height: 100px;
	text-indent: -9999px;
}
a.ie9 {
	background: url('images/browser-icons.jpg') no-repeat -150px -110px;
	display: block;
	width: 93px;
	height: 100px;
	text-indent: -9999px;
}
div#overlay p.btn-closeit {
	background: #0aa;
	border: 4px outset;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}
div#overlay p.btn-closeit:hover {
	background: #0af;
	color: #00f;
}
