/* CSS Document */

@import 'csc.css';

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

body {
	text-align: center;
	background-image: url(../images/site/page_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #999;	
}

h1 {
	/*margin-bottom: 10px;*/
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: auto;
	padding: 5px;
	background-color:#999;
	border-bottom: 1px solid #FFF;
}

#page {
	background-color: #FFF;
	width: 860px;
	
	position: relative;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 100%;
	height: 110px;
	position: relative;
}

#header-img {
	width: 100%;
	height: 140px;
	position: relative;
	margin-bottom: 30px;
}

#header-text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 140px;
}

#logo {
	position: relative;
	top: 10px;
}

#toolbar {
	text-align: right;
	position: absolute;
	width: 450px;
	height: 26px;
	bottom: 0px;
	right: 0px;
}

#toolbar td.item {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	padding-left: 3px;
	padding-right: 3px;
}

#navigation {
	background-image: url(../images/site/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left;
	margin-bottom: 30px;
}

#col_left {
	display:block;
	float: left;
	width: 160px;
	margin-right: 30px;
}

#col_left td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}

#col_left a {
	color: #000000;
	text-decoration: underline;
}

#col_left a:hover {
	color: #666;
	text-decoration: underline;
}

#col_center {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	
	display:block;
	float: left;
	width: 460px;
	margin-bottom: 30px;
	background-color: #ECECEC;
}

#col_center a {
	color: #000000;
	text-decoration: underline;
}

#col_center a:hover {
	color: #666;
	text-decoration: underline;
}

#col_center td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}

#col_center_footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#col_center_footer a {
	color: #666;
	text-decoration: none;
}

#col_center_footer a:hover {
	color: #333;
	text-decoration: none;
}

#col_right {
	display:block;
	float: right;
	width: 180px;
}

#col_right a {
	color: #000000;
	text-decoration: underline;
}

#col_right a:hover {
	color: #666;
	text-decoration: underline;
}

#col_right ul {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
}

#col_right ul ul {
	list-style-type: none;
	margin: 0px;
}

#col_right li {
	background-image: url(../images/icons/list_01.gif);
	background-position: 0px 0.5em;
	background-repeat: no-repeat;
	list-style-type: none;
	line-height: 1.5em;
	padding-left: 10px;
}

#footer {
	clear: both;
	height: 0px;
}

.spacer {

	height: 30px;

}

.box-left {

	width: 4px;

}

.box {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 30px;
}

.box-content {

	background-color: #CCC;
	border-left: 1px solid #FFF;

}

.box-padding {

	padding: 10px 10px 0px 10px;

}

.box-spacer {
	display: block;
	height: 10px;
	clear: both;
}

.box th {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	
	text-align: left;
	padding: 5px;

	background-color: #666;
	border-bottom: 1px solid #FFF;

}

.content-element {

	border-bottom: 1px solid #FFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	clear: both;

}

#col_center table.img-table {
	margin-bottom: 10px;
}

#col_center td.img {
	padding: 0px;
	margin: 0px;
}

#col_center div.img-caption {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 4px;
	line-height: 1.5em;
}

.clear {
	clear: both;
}
