/* Basic Layout */

html {	
	background-color: #cccccc;
	height:100%;
}

body {
	color: #58585a;
	font-size: 15px;
	font-family: Arial;
	height: 100%;
}

#container {
	background: url(../images/background.gif);
	width: 1200px;
	overflow: hidden;
	min-height: 100%;
	position: relative;
	margin: 0px auto !important;
}

#header {
	background: url(../images/header.png);
	height: 270px;
	position: relative;
}
#header a img {
	position: absolute;
	top: 1px;
	left: 180px;
}

#menu {
	float: left;
	width: 300px;
	position: relative;
	height: 500px;
	min-height: 600px;
}

#menu ul {
	position: absolute;
	top: 40px;
	list-style-type: none;
}

#menu li {
	padding: 2px 15px 0 15px;
	margin-bottom: 8px;
	background: #ccc url(../images/menu_entry_border_right.gif) no-repeat right;
	float: left;
	clear: both;
	height: 22px;
}

#menu li a {
	border: 0;
}

#menu li a img {
	border: 0;
	border-bottom: 2px solid #929293;
}

#menu li.active a img,
#menu li a:hover img {
	border-bottom: 2px solid #494949;
}

#bottom_left_menu {
	position: absolute;
	left: 15px;
	bottom: 8px;
	color: #fff;
}

#menu a {
	color: #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	margin-left: 10px;
	padding-bottom: 2px;
	float: left;
}

#menu > a.active,
#menu > a:hover {
	border-bottom: 1px solid black;
}

#left_column {
	position: absolute;
	top: 280px;
	left: 15px;
}

#content_container {
	float: left;
	width: 600px;
	position: relative;
}

#content_top_right {
	position: absolute;
	top: 10px;
	right: 18px;
}

#content {
	padding: 50px 15px 0 20px;
	background: url(../images/content_border_top.gif) no-repeat;
}

#content dl.csc-menu dt {
	margin-bottom: 5px;
}

#content dl.csc-menu dd > img:first-child {
	float: left;
	margin: 0 10px 10px 0;
}

#content dl.csc-menu hr {
	clear: left;
}

#content_footer {
	padding: 10px 15px 0 20px;
}

#right_column {
	float: left;
	width: 260px;
	padding: 0 25px 20px 15px;
}

#right_column a {
	color: #fff;
}

#right_column > a:last-child {
	margin-top: 30px;
	display: block;
}

#news_box {
	margin-top: 10px;
}

#news_box > div.csc-default > div:first-child > p {
	margin-bottom: 0;
}

h2 {
	color: #58585a;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	font-family: Arial;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	line-height: 21px;
}

#content_container a {
	color: #b2c900;
	text-decoration: underline;
}

#content_container a:hover {
	#000;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #58585a;
}

#content div.csc-header-n1 > img:first-child {
	margin-bottom: 10px;
	display: block;
}

#content ul {
	list-style-type: none;
}

#content li:before {
	content:"// ";
}

#content li {
	margin-left: 10px;
	line-height: 21px;
}

#content div.csc-frame-frame1 p {
	font-size: 12px;
	line-height: 15px !important;
}

div.csc-mailform-field {
	clear: both;
	min-height: 30px;
}

div.csc-mailform-field > label {
	width: 130px;
	height: 30px;
	display: block;
	float: left;
	font-weight: bold;
}

div.csc-mailform-field > label:after {
	content: ":";
}

div.csc-mailform-field > input {
	border: 0;
	background-color: #fff;
	width: 435px;
	height: 24px;
	background-image: url(../images/input_background.png);
	float: right;
}

div.csc-mailform-field > textarea {
	border: 0;
	background-color: #fff;
	width: 435px;
	background-image: url(../images/textarea_background.png);
	height: 84px;
	resize: none;
}

div.csc-mailform-field > input[type=submit],
div.csc-mailform-field > input[type=button] {
	width: 92px;
	height: 24px;
	margin-left: 130px;
	margin-top: 30px;
	background-image: url(../images/submit.png);
	cursor: pointer;
	float: none;
}
