@charset "utf-8";
/* CSS Document */
@import url(../news/tt_news_styles.css);
@import url(../form/tt_content_form_styles.css);
@import url(../guestbook/ve_guestbook_styles.css);
@import url(../login/fe_login_styles.css);
@import url(../search/indexed_search_style.css);
@import url(../staff/wec_staffdirectory_styles.css);


/*  BODY  */
body {
	margin: 0px;
	background-color: #a9a9a9;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

a {
	color: #007F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

a:link {text-decoration: none;}
a:active {
	text-decoration: none;
}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

ul {
	line-height:1.5em;
	margin:0 0 0 0;
	padding:0px;
	padding-left:0px;
	padding-top:3px;
	list-style-image: url(../img/img_list_style_minus.gif);
}

li {
list-style-image: url(../img/img_list_style_minus.gif);
	line-height:1.2em;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-left:1.5em;
}


h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

h2 {
	padding-bottom: 5px;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
}

p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight:normal;
	padding: 0 0 5 0;
	margin: 0;
}

table {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

td {
	min-width: 30px;
}

fieldset {
	border: 0px;
}

.align-right {
	text-align: right;
}


#main_table {
	background-image: url(../img/bg_bottom_out.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* BACKGROUND */
.bg_top {
	background-image: url(../img/bg_top_out.jpg);
	background-repeat:repeat-x;
}
 
/* HEADER */

#header_top {
	height: 24px;
	background-image:url(../img/bg_top.jpg);
	background-repeat: repeat-x;
}

#header_middle {
	width: 967px;
	top: 24px;
	height: 181px;
	background-image: url(../img/header.jpg);
}

/*  FOOTER  */
#footer {
	height: 48px;
	background-image:url(../img/bg_bottom.jpg);
}

#footer_spacer {
	background-color: #CCCCCC;
	height: 20px;
	width: 100%;
	float: left;
}

#footer_hofdere {
	padding-top: 30px;
	background-color: #CCCCCC;
	background-image: url(../img/bg_bottom.png); 
	background-repeat:repeat-x;
	background-position: bottom; 
	height:88px; 
	position:relative; 
	float: left;
	bottom: 0; 
	left: 0px; 
	width:100%;
}

#footer_message {
	padding-top: 8px;
	background-color: #a9a9a9;
	height: 22px; 
	width: 100%;
}

#footer_menu {
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
}

.footer_menu_point {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.footer_menu_point_active {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

.footer_menu_point a {
	font-weight: normal;
}


/*  SIDEBORDERS  */

#content_left_top {
	vertical-align:top;
	height: 203px;
	background-image:url(../img/bg_left_top.jpg);
	background-repeat:no-repeat;
}

#content_left_middle {
	background-image:url(../img/bg_left_middle.jpg);
	background-repeat:repeat-y;
}

#content_left_bottom {
	height: 231px;
	background-image:url(../img/bg_left_bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	width:64px;
}


#content_right_top {
	height: 203px;
	background-image:url(../img/bg_right_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#content_right_middle {
	background-image:url(../img/bg_right_middle.jpg);
	background-repeat:repeat-y;
}

#content_right_bottom {
	height: 231px;
	background-image:url(../img/bg_right_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*   MENU  L2  */
#menu_main {
	margin-top: 20px;
	width: 140px;
	float: left;
	padding-right: 10px;
}

#menu {
	width: 150px;
	height: 100%;
	float: left;
	text-align: left;
	vertical-align: top;
}

.menu_active {
	font-weight:bold;
	width: 150px;
	float: left;
	text-align: left;
	vertical-align: top;
}


/*   CONTENT   */

#content_middle {
	background-color: #FFFFFF;
}

#content_main {
	background-image:url(../img/bg_content.jpg);
	background-repeat:repeat-x;
	width: 837px;
	min-height: 100px;
	float:left;
	vertical-align: top;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	float: left;
}



.content_text {
	margin-left: 20px;
	vertical-align: top;
	float: none;
	min-height: 340px;
	height: 340px;
	width: 590px;
	background-image: url(../img/trubadix.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.content_text[id] {
	height:auto;
}

csc-textpic-imagewrap {
	width: 837px;
}

.align-center {
	text-align: center;
}

.content_start{
	width: 777px;
	padding-left:30px;
	padding-right:30px;
}

#content_main #start_img{
	padding-top: 10px;
}

#login_box {
	float: left;
	margin-top: 20px;
	width: 164px;
}


/*  NAVIGATION   */

#home_button {
	padding-top: 27px; 
	left: 420px; 
	width:125px; 
	height:125px; 
	position: relative;
	cursor: pointer;
}

#navigation_spacer {
	left: 57px;
	height: 32px;
	width: 14px;
	float:left;
	background-image: url(../img/bg_navigation_spacer.jpg);
	position:realtive;
}

#navigation_bg {
	width: 582px;
	height: 32px;
	background-image:url(../img/bg_navigation.jpg);
	background-repeat: no-repeat;
	float: left;
}

.tab {
	margin-top:10px;
	float: left;
	width: 72px;
	height:22px;
	cursor: pointer;
	background-image:url(../img/btn_inactive.png);
	background-repeat:no-repeat;
	padding-top: 5px;
}

.tab_active {
	margin-top:10px;
	float: left;
	width: 72px;
	height:22px;
	cursor: pointer;
	background-image:url(../img/btn_active.png);
	background-repeat:no-repeat;
	padding-top: 5px;
	font-weight: bold;
}

#navigation_bg a {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

#navigation_bg a:link {text-decoration: none;}
#navigation_bg a:activ {text-decoration: none;}
#navigation_bg a:visited {text-decoration: none;}
#navigation_bg a:hover {text-decoration: none;}



#search {
	float: right;
	width: 241px;
	height: 32px;
	position: relative;
	vertical-align: middle;
	background-image: url(../img/bg_search.jpg);
}

#search #searchtext {
	width: 110px;
	margin-top: 10px;
	border-color:#999999;
	border-width: 1px;
	border-style: solid;
	height: 12px;
	font-size: 10px;
}

.button {
	background-image: url(../img/btn_bg.jpg);
	background-repeat: repeat-x;
	border-color:#999999;
	border-width: 1px;
	border-style: solid;
	height:17px;
	min-height: 17px;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 2px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.send_button {
	background-image: url(../img/btn_bg.jpg);
	background-repeat: repeat-x;
	border-color:#999999;
	border-width: 1px;
	border-style: solid;
	height:17px;
	min-height: 17px;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 2px;
	margin-top: -2px;
	margin-left: 100px;
	width: 80px;
	/*padding-top: 2px;
	padding-bottom: 1px;*/
}
