/* v1.0 | 20080212 */
/*
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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


*/



* {
	padding: 0;
	margin: 0;
}

fieldset {
        border: 0;
}

.tx-powermail-pi1 legend {
        display: none;
}

input {
        width: 250px;
}

input, select, textarea {
        border: 1px solid black;
        margin-bottom: 8px;
}

textarea {
        overflow: hidden;
        width: 250px;
}

label {
        display: block;
        float: left;
        font-weight: bold;
        width: 125px;
        margin-top: 4px;
}

.csc-mailform-submit, .powermail_submit {
        margin-left: 75px;
        width: 100px;
        cursor: hand;
}

a:active
{
	outline:none;
}

a:focus
{
	-moz-outline-style:none;
}
body{
	background-color: #cfcecc;
}
.wrapper{
	width: 950px;
	height: 1000px;
	margin: 0 auto;
}
.header{
	width: 950px;
	height: 316px;
	background-image: url("images/header.jpg");
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}
.content{
	width: 950px;
	min-height: 300px;
	background-color: #e7e7e7;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	background-image: url('images/content_bg.png');
	background-position: 0px 20px;
}
.bottom{
	height: 401px;
	width: 950px;
	background-image: url("images/bottombg.png");
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}
.spacer{
	position: relative;
	height: 280px;
	width: 950px;
}
.menu{
	height: 36px;
	width: 950px;
	background-image: url("images/menu.png");
	font-family: "Verdana";
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.menu a{
	font-family: "Verdana";
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.logo{
	position: relative;
	width: 141px;
	height: 48px;
	top: 20px;
	left: 30px;
	float: left;
}
/*
.icons{
	position: relative;
	top: 250px;
	right: 10px;
	float: right;
	font-size: 12px;
}
.itemhome{
	float: left;
	margin-left: 10px;
	background-image: url("images/home32.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
}
.itemcontact{
	float: left;
	margin-left: 10px;
	background-image: url("images/letter32.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
}
.itemlogin{
	float: left;
	margin-left: 10px;
	background-image: url("images/user32.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
}
.itemsitemap{
	float: left;
	margin-left: 10px;
	background-image: url("images/sitemap32.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
}
.itemsearch{
	float: left;
	margin-left: 10px;
	background-image: url("images/seacrh32.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
}
*/
.menuitems{
	position: relative;
	top: 11px;
	height: 20px;
	left: 10px;
}
li.noactive{
	float: left;
	list-style: none;
}
li.noactive a:hover{
	text-decoration: underline;
}
li.menuseperator{
	float: left;
	list-style: none;
	margin-left: 4px;
	margin-right: 4px;
}
li.active{
	float: left;
	list-style: none;
	text-decoration: underline;
}
li.active a{
	text-decoration: underline;
}
.submenu{
	position: relative;
	left: 20px;
	top: 20px;
	float: left;
	width: 230px;
	min-height: 1px;
}
.submenu li{
	font-family: "Verdana";
	font-size: 13pt;
	color: #4b0b69;
}
.submenu a{
	font-family: "Verdana";
	font-size: 9pt;
	color: #4b0b69;
	text-decoration: none;
}
.submenu a:hover{
	text-decoration: underline;
}
.subnoactive{
	list-style: none;
}
.subactive{
	list-style: none;
	text-decoration: underline;
}
.subactive a{
	text-decoration: underline;
}
.subnoactivepad{
	list-style: none;
	margin-left: 20px;
}
.subactivepad{
	list-style: none;
	margin-left: 20px;
}
.contentseperator{
	position: relative;
	top: 20px;
	background-image: url("images/contentseperator.png");
	height: 460px;
	width: 2px;
	float: left;
}
.rightcontent{
	float: left;
	position: relative;
	padding-left: 20px;
	margin-left: 30px;
	top: 20px;
	width: 650px;
	/*background-image: url("images/contentbg.png");*/
	background-repeat:repeat-y;
	min-height: 280px;
}
.rightcontentheader{
	position: relative;
	width: 650px;
	height: 40px;
	font-family: "Verdana";
	font-size: 14pt;
	color: #4b0b69;
	font-weight: bold;
}
.rightcontenttext{
	font-family: "Verdana";
	font-size: 13pt;
	color: #434343;

}
.clear{
	clear: both;
}
.left{
	position: relative;
	width: 220px;
	top: 20px;
	float: left;
	font-family: "Verdana";
	padding-left: 20px;
	padding-right: 20px;
}
.right{
	position: relative;
	width: 220px;
	top: 20px;
	float: left;
	font-family: "Verdana";
	padding-left: 20px;
	padding-right: 20px;
}
.middle{
	position: relative;
	top: 20px;
	float: left;
	font-family: "Verdana";
	width: 380px;
	padding-left: 20px;
	padding-right: 20px;
}
.bottomseperator{
	position: relative;
	top: 20px;
	width: 2px;
	height: 360px;
	background-image: url("images/bottomseperator.png");
	float: left;
}
.footer{
	margin-top: 10px;
	color: #606060;
	height: 30px;
}
.copyleft{
	float: left;
	margin-left: 20px;
	border-bottom: 1px solid #acacac;
	font-family: verdana;
	font-size: 13px;
}
.copyright{
	float: right;
	margin-right: 20px;
	border-bottom: 1px solid #acacac;
	font-family: verdana;
	font-size: 13px;
}

.copyright a{
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
.subactive{
	text-decoration: underline;
}
img{
	border: 0px;
}

.csc-firstHeader{
	font-family: "Verdana";
	font-size: 12pt;
	color: #4b0b69;
	font-weight: bold;
	margin-bottom: 0px;
}
p.bodytext{
	font-family: "Verdana";
	font-size: 11px;
	color: #434343;
	line-height: 18px;
}

p.bodytext a{
	text-decoration: underline;
}

p.bodytext a:hover{
	text-decoration: none;
}

li{
	font-family: "Verdana";
	font-size: 11px;
	color: #434343;
	line-height: 18px;
}
.rightcontent li{
	margin-left: 35px;
}

.rightcontent a{
	text-decoration: underline;
	color: #515151;
	font-weight: bold;
}
.rightcontent a:hover{
	text-decoration: none;
}

.copyright a{
	color: #515151;
}

.copyright a:hover{
	color: #000;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top: 5px;
}



.icons { position: absolute; top: 250px; right: 10px; }
.icons .invis { left: -1000em; position:absolute; top:-1000em; }
.icons ul { list-style: none; margin: 0; padding: 0; }
.icons ul li { padding: 0; display: inline; }
.icons ul li a { display: block; float: left; margin: 0 5px; }

.icons ul li a.itemhome { background: url("images/home32.gif") left top no-repeat; width: 15px; height: 15px; }
.icons ul li a.itemcontact{ background: url("images/letter32.gif") left top no-repeat; width: 15px; height: 15px; }
.icons ul li a.itemlogin{ background: url("images/user32.gif") left top no-repeat; width: 15px; height: 15px; }
.icons ul li a.itemsitemap{ background: url("images/folder32.gif") left top no-repeat; width: 15px; height: 15px; }
.icons ul li a.itemsearch{ background: url("images/search32.gif") left top no-repeat; width: 15px; height: 15px; }

