



/* --------------- ( 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 */

.clear { clear: both; }


/* --------------- ( 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;
}
ul {
	list-style: none;
}
/* 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: "" "";
}
img {
	display: block;
}



/* --------------- ( General ) --------------------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px;
}
div#wrapper-outer {
	width: 760px;
	margin: 0 auto;
}
ol {
	margin: 0px 10px 10px 10px;
	padding-left: 28px;
	font-szie: 11px;
	line-height: 18px;
}
ol li {
	margin-bottom: 7px;
}
strong {
	font-weight: bold;
}




/* --------------- ( Info Bar ) --------------------------------------------- */
div h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 518px;
	height: 86px;
	display: block;
	text-indent: -9999px;
	margin: 22px 43px 12px 18px;
}



/* --------------- ( Header ) --------------------------------------------- */
div#header {
	background: url(../images/header.jpg) no-repeat;
	width: 760px;
	margin: 0px 0px -1px 0px;
	height: 218px;
}




/* --------------- ( Ads ) --------------------------------------------- */
div#wide-skyscraper {
	float: left;
	margin-left: 17px;
	display: inline;
}
div#half-banner {
	margin: 120px 0px 0px 420px;
	position: absolute;
	
}




/* --------------- ( Wrapper Inner ) --------------------------------------------- */
div#wrapper-inner {
	background: url(../images/mid-curve.jpg) repeat-y;
	padding: 0px 0px;
	float: left;
	width: 760px;
}




/* --------------- ( Content ) --------------------------------------------- */
div#wrapper-inner div#content {
	border: 1px solid #fff;
	float: right;
	width: 369px;
	margin: 0px 12px 0px 0px;
	position: relative;
	display: inline;
}
div#wrapper-inner div#content h1 {
	font: 22px trebuchet ms, arial, verdana;
	margin-bottom: 10px;
}
div#wrapper-inner div#content h2 {
	font: bold 16px trebuchet ms, arial, verdana;
	margin-bottom: 10px;
}
div#wrapper-inner div#content p {
	line-height: 18px;
	margin-bottom: 10px;
}




/* --------------- ( Nav Bar ) --------------------------------------------- */
div#nav-bar {
	height: 43px;
	background: url(../images/nav-bar.jpg) repeat-x;
	margin: 0px 0px  16px 0px;
}




/* --------------- ( Sidebar ) --------------------------------------------- */
div#wrapper-inner div#sidebar {
	float: right;
	width: 171px;
	margin: -16px 1px 5px 0px;
	display: inline;
}
div#wrapper-inner div#sidebar ul#articles {
	background: #fff;  
	font-size: 11px;
}
div#wrapper-inner div#sidebar ul#articles li {
	display: inline; 
}
div#wrapper-inner div#sidebar ul#articles li a {
	border-bottom: 1px solid #fff;
	display: block;
	padding: 4px;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
}
div#wrapper-inner div#sidebar ul#articles li a:hover {
	background: #fff;
	font-weight: bold;
}




/* --------------- ( Footer ) --------------------------------------------- */
div#footer {
	font-size: 11px;
	
}
div#footer a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer p#one {
	padding: 12px 7px 7px 7px;
}
div#footer p#two {
	padding: 0px 7px 7px 7px;
}



















