



/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	background: #F7F7F7;
	margin: 20px 0px;
}
div#wrapper {
	padding-bottom: 10px;
	width: 740px;
	margin: 0 auto;
}
h1 {
	font: 22px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
p {
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
	margin-bottom: 14px;
}




/* --------------- ( Header ) --------------------------------------------- */
div#header {
	margin-bottom: 10px;
}
div#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	height: 220px;
	display: block;
	text-indent: -9999px;
}




/* --------------- ( Link Unit ) --------------------------------------------- */
div#link-unit {
	background: #015F97;
	padding: 8px 5px;
	margin-bottom: 10px;
}




/* --------------- ( Content Wrapper ) --------------------------------------------- */
div#content-wrapper {
	border: 1px solid #024A92;
}




/* --------------- ( Sidebar ) --------------------------------------------- */
div#sidebar {
	width: 180px;
	margin: 10px 10px 0px 10px;
	float: left;
	display: inline;
}
div#sidebar ul {
	margin-bottom: 10px;
}
div#sidebar ul li {
	display: inline;
}
div#sidebar ul li a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
	background: #0CABEF;
	border-bottom: 1px solid #fff;
}
div#sidebar ul li a:hover {
	background: #0877A5;
}
div#sidebar div#wide-skyscraper {
	padding: 10px 10px 10px 10px;
	background: #0877A5;
	margin-bottom: 10px;
}




/* --------------- ( Inner Wrapper ) --------------------------------------------- */
div#inner-wrapper {
	background: #17263B;
	float: left;
	margin: 10px 0px 10px 0px;
	width: 510px;
	padding: 10px;
}
div#inner-wrapper #square {
	float: left;
	margin-right: 7px;
	display: inline;
}




/* --------------- ( Content ) --------------------------------------------- */
div#content {
	float: left;
	width: 530px;
}
div#content ul, div#content ol {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
div#content ul li, div#content ol li {
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 32px;
	line-height: 21px;
}




/* --------------- ( Footer ) --------------------------------------------- */
div#footer {
	margin: 0 auto;
	width: 730px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#footer a {
	color: #0066CC;
}











