/* ############################ Top/Bottom Layout ################################# */

body {
	background: #e5e5e5 url(img/gradient.png) repeat-x 0px 0px;
}

#contentbox {
	width: 864px;
	margin: auto;
}
#topcontent {
	float: left;
	width: 800px;
	height: 143px;
	padding: 32px 32px 0px 32px;
	background: url(img/shadow_top.png) no-repeat;
}
#logo {
	float: left;
	width: 157px;
	height: 86px;
	margin-bottom: 15px;
}
#logo img {
	display: block;
}
#searchfield {
	float: right;
	width: 490px;
	height: 52px;
	overflow: hidden;
	text-align: right;
	margin-top: 48px;
}
#menu {
	float: left;
	width: 800px;
	height: 39px;
}
#contentmain {
	float: left;
	width: 800px;
	padding: 0px 32px 0px 32px;
	background: url(img/shadow_mid.png) repeat-y;
}
#footer {
	float: left;
	width: 800px;
	height: 79px;
	padding: 0px 32px 32px 32px;
	background: url(img/shadow_bot.png) no-repeat;
	margin: 0 0 0 0;
}

#footer img {
	margin: 10px 0 0 0;
}

#footer a img {
	margin: 6px 0 -2px 0;
}

.col-horline1 {
	background: #000000;
}

/* ############################ Lines ################################# */

.col-horline1 {
	background: #000000;
}
.col-line1 {
	background: #000000;
}

/* ############################ Forms ################################# */

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	margin-top: -1px;
	margin-bottom: 1px;
	line-height: 17px;
	display: block;
	padding: 2px 8px 0 0;
}
input {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
}
.csc-mailform-submit {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: right;
	border: none;
	width: 137px;
	background: url(submit_button.png);
	color: #ffffff;
}
.formbutton {
	height: 20px;
	width: 20px;
	background: url(search_button.gif);
	border: none;
	margin-left: 0px;
}
textarea {
	font-size: 11px;
	line-height: 18px;
	overflow: auto;
	width: 99%;
	padding-left: 0;
	padding-right: 0;
}
.keywordbg {
	background: url(search_textbg.gif);
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;	
	margin-bottom: 3px;
	margin-right: 0px;
	font-family: arial;
	font-size: 12px;	
	color: #21333b;	
}

/* ############################ Other ################################# */

.timedimageswap_caption { behavior: url("iepngfix.htc") }
