/* css resets */
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,
b, u, i, center,
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-size: 9pt;
	line-height: 1.5em;
	vertical-align: baseline;
	background: transparent;
	color: #656669;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, a {
	color: #d74c13;
	white-space: nowrap;
	margin-top: 30px;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* custom styles */
#header {
	background-image: url(bg_header.png);
	height: 180px;
	width: 900px;
}

#main {
	background-image: url(bg_sidebar.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 900px;
	min-height: 420px;
}

#menu {
	background-image: url(bg_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 283px;
	width: 226px;	
	float: left;
	z-index: 1;
}

#padder {
	height: 70px;
	width: 556px;
	z-index: 1;
	background: transparent;
}

.content {
	float: left;
	padding: 0 15px;
	padding-right: 30px;
	z-index: 3;
}

#thincontent {
	width: 373px;
}

#fatcontent {
	width: 556px;
}

#sidebar {
	width: 160px;
	float: left;
	padding: 0 15px;
	z-index: 3;
}

.clear {
	height: 0;
	clear: both;
}

#bottom {
	background-image: url(bg_bottom.png);
	height: 172px;
	width: 900px;
	margin-top: -90px;
	z-index: 2;
}

#footer {
	color: #a3a4a9;
	margin-top: -47px;
	text-align:right;
	width: 815px;
	font-size: 95%;
	z-index: 4;
}

#footer a {
	color: #a3a4a9;
	text-decoration: none;
}

#footer a.active, 
#footer a:hover {
	color: #656669;
}





/* low level */
.content h1 {
	font-size: 200%;
	font-weight: lighter;
	margin-bottom: 5px;
}

.content h1.csc-firstHeader {
	font-size: 350%;
	margin-bottom: 15px;
	margin-top: -75px;
	z-index: 2;
}

#menu a {
	color: #a3a4a9;
	text-decoration: none;
	font-weight: bold;
	font-size: 115%;
}

#menu ul li.active a {
	color: #D74C13;
}

#menu a:hover {
	color: #656669;
}

#menu ul {
	padding-top: 75px;
	padding-left: 45px;
	padding-right: 30px;
}

#menu li {
	text-align: center;
}

p {
	margin-bottom: 15px;
}

