/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------
	standard formatting, do not change!!!
----------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

html {
        overflow: -moz-scrollbars-vertical;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

caption {
	display: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}

/* -----------------------------------------------
                Sitemap
----------------------------------------------- */

#content ul.csc-sitemap li{
	margin-bottom: 15px;
}

#content ul.csc-sitemap li ul li{
	padding-left: 30px;
	margin-bottom: 5px;
}

#content ul.csc-sitemap li ul {
	margin-top: 5px;
}
