
/************ Standard HTML Elements ************/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	background: #DFE1B8 url(images/bg.jpg) repeat-x;
}

a:link, a:visited {
	background-color: inherit;
	text-decoration: underline;
	color: #002e5f;
}

a:hover, a:active{
	background-color: inherit;
	color: #006600;
}

p, h1, h2, h3 {
	margin: 10px 15px;
	
	
	margin-left: 0px;
}

h1, h2, h3 {
	color: #006600;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

input,
textarea {
	border: 1px solid #EEEEEE;
	color: #777777;
	font-family: Verdana,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 2px;
	margin-left: 0px;
}

input[type="submit"] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	color: #8B4800;
	font-family: Arial,Sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0pt;
	padding: 2px 3px;
}

label {
	display: block;
}

ul, ol {
	margin: 10px 30px;
	padding: 0pt 15px;
}

hr {
	border: 1px solid #cccccc;
}

.align-left { 
text-align: left;
} 
.align-center { 
text-align: center;
} 
.align-right { 
text-align: right;
} 
.align-justify { 
text-align: justify;
} 

.csc-textpic-imagerow {
	margin: 0 0 10px 0;
	padding: 0;

}


/* Use a break with this class to clear float containers on both sides */ 
.brclear { 
	clear: both; 
	height: 0; 
	margin: 0; 
	font-size: 1px; 
	line-height: 0;
} 
/**************wrapper*******************/

#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
}


/********************************************/
/*******  header                  ***********/
/********************************************/ 
#header {
	position: relative;
	height: 95px;	
	background: url(images/headerbg.gif) repeat-x 0% 100%;
}

/* @todo 	Need to test with the logo in place */
#logo {
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#breadcrumb {
	background-color: #9933cc;
	color: #FFFFFF;
	font-size: 80%;
	margin: 0;
	padding: 3px 3px 3px 10px;
	bottom: 0;
	}

#breadcrumb a, a:link, a:visited {
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:hover, a:active{
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: underline;
}

/*************search********************/
#search{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 5px 0 0;
	padding: 0;
	text-align: right;
	font-size : 100%;
	color : #666666;
}

#search input[type=text] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #9EC630;
	color: #333333;
	height: 14px;
	margin: 0pt;
	vertical-align: top;
	width: 120px;
}

#search input[type=submit] {
	background: #FAFAFA none repeat scroll 0%;
	border: 1px solid #F2F2F2;
	color: #777777;
	font-family: Arial,Sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0pt 0pt 0pt 3pt;
	padding: 2px 3px;
	vertical-align: top;
	width: 60px;
}

#left-part{
	width: 155px;
	margin: 7px 7px 15px 7px;
	padding: 0;
	float: left;
}

#left ul,
#left ol {
	margin-left: 0px;
}

#left a:link, a:visited {
	background-color: inherit;
	text-decoration: underline;
	color: #002e5f;
}

#left a:hover, a:active{
	background-color: inherit;
	color: #cd081c;
}

#right-part { 
	width: 633px;
	padding :0;
	margin:  7px 10px 15px 0;
	float:right;
}

#right-part a:link, a:visited {
	background-color: inherit;
	text-decoration: underline;
	color: #002e5f;
}

#right-part a:hover, a:active{
	background-color: inherit;
	color: #cd081c;
}

/* @todo 	jeff	I assume this is an IE hack */
* html #right-part { 
	margin:  15px 5px 15px 0;
} 

#footer {
	height: 100px;
	background: #DFE1B8 none repeat scroll 0%;
	border-top: 5px solid #9933cc;
	color: #666666;
	font-size: 95%;
	margin: 0pt;
	padding: 15pt 0pt 0pt 0pt;
	bottom: 0;
	text-align: center;
}


#footer a {
	color: #002e5f;
}

#bottomnav {
	text-align: center;
}

/** Main menu **/

#menu ul#menuList{
	bottom: 6px !important;
	font-family: Arial,'Trebuchet MS',Tahoma,verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	right: 0pt;
	z-index: 8;
}

* html #menu ul#menuList {
	bottom: 4px !important;
}

/* Sliding Doors */
#menu a {
	background: transparent url(images/tableft.gif) no-repeat scroll left top;
	float: left;
	margin: 0pt;
	padding: 0pt 0pt 0pt 4px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover, 
#menu a:active, 
#menu .active a {
	background-position: 0% -42px;
	color: #000000;
}
#menu li:hover a {
	background-position: 0% -42px;
	cursor: pointer;
	color: #000000;
}
#menu a {
	background: transparent url(images/tabright.gif) no-repeat scroll right top;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 6px 15px 3px 8px;
}
#menu a:hover, 
#menu a:active, 
#menu .active a {
	background-position:100% -42px;
	color: #000000;
}
#menu li:hover a {
	background-position:100% -42px;
	color: #000000;
}


#menu ul#menuList li ul {
	display: none;
	position: absolute;
	width: 130px;
	margin: 0pt;
	padding: 0pt;
	background: #002e5f;
}

#menu ul#menuList li ul.level2 {
	top: 1.75em !important;
	padding: 5px 0px 5px 0px;
	margin-left: -50px;
	left: 0;
}

#menu ul#menuList li ul.level2 li:hover ul {
	display: block;
}

#menu ul#menuList ul.level3 {
	margin:-5px 0px 0px -3px;
	padding:5px 0px;
}

#menu ul#menuList li {
	position: relative;
	display: block;
	float: left;
	margin: 0pt;
	padding: 0pt;
}

#menu ul#menuList li:hover ul.level2 {
	display: block;
}

#menu ul#menuList li ul li {
	display: block;
	width: 100%;
/*	position: relative; */
	background: none;
	margin: 0;
	padding: 0;
}

#menu li ul li a {
	text-transform: none;
	text-decoration: none;
	text-align: left;
	padding: 2px 13px;
	margin: 0  0;
	background: #002e5f;
	width: 104px;
}


#menu li ul li a:hover,
#menu li ul li.active a {
	background-color: #cd081c;
}

#menu li ul li:hover > a {
	background-color: #cd081c;
}

#menu li li ul {
	display: block;
	top: 0px;
	left: 133px;
	border-left: 4px solid #cd081c;
}

/* IE can't handle display, so fail-over to visibility */
* html #menu ul#menuList li ul.level2,
* html #menu ul#menuList li ul.level3 {
	display: block;
	visibility: hidden;
}

/* simulate child selector for IE */
* html #menu ul#menuList li:hover ul.level2,
* html #menu ul#menuList li:hover ul.level2 li:hover ul.level3,
* html #menu ul#menuList li:hover ul.level2 li:hover ul.level3 li:hover ul.level4 {
	visibility: visible;
}

* html #menu ul#menuList li:hover ul.level2 li ul.level3,
* html #menu ul#menuList li:hover ul.level2 li:hover ul.level3 li ul.level4 {
	visibility: hidden;
	clear: both;
}


/*******************************************/
/************* Extension Styles *************/
/*******************************************/
.tx-wecdevo-pi1 {z-index: 7;}
/************ tt_news extension ***********************/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	display: none;
	clear:right;
}

.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-item,
.news-list-item {
	margin-bottom: 20px;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	color:#369;
	padding:3px;
}
.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED, 
.news-latest-gotoarchive A:HOVER {
	color:#060;
}
.news-latest-gotoarchive A {
	color:#369;
	font-size: .9em;
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-container a {
	text-decoration: none;
}

.news-latest-container hr {
	display: none;
}

.news-latest-footer {
	background-color:#FAFAFA;
	border:1px solid #F2F2F2;
	font-size:95%;
	padding:5px;
	margin-top: 5px;
}

.news-latest-morelink a,
.news-list-morelink a {
	background:transparent url(images/page.gif) no-repeat scroll left center;
	margin:0pt 10px 0pt 5px;
	padding-left:20px;
	text-decoration: none;
}

.news-latest-date,
.news-list-date {
	background:transparent url(images/clock.gif) no-repeat scroll left center;
	margin:0pt 10px 0pt 5px;
	padding-left:20px;
	text-decoration: none;
}

.news-latest-item h3 a,
.news-list-item h3 a {
	text-decoration: none;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-search-form {
	padding:3px;
	margin-bottom:5px;
}

.news-search-emptyMsg{
	margin:0px;
}

.news-search-form FORM {
	margin:0px;
}


.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-browse {
	text-align: center;
}


#main-content .news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
#main-content .news-search-emptyMsg{
	margin:0px;
}
#main-content .news-search-form FORM {
	margin:0px;
}

#main-content .news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
#main-content .news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
#main-content .news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
#main-content .news-list-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
}
.tx-ttnews-browsebox TD {
	font-size: .8em;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #693;
	border:1px solid #666;
	color: #fff;
}
.tx-ttnews-browsebox-SCell a:link, 
.tx-ttnews-browsebox-SCell a:visited {
	font-size: 1em;
	color: #fff;
}
.tx-ttnews-browsebox-SCell a:hover, 
.tx-ttnews-browsebox-SCell a:active{
	color: #ffc;
}
.tx-ttnews-browsebox a:link, 
.tx-ttnews-browsebox a:visited {
	font-size: 1em;
	color: #369;
}
.tx-ttnews-browsebox a:hover, 
.tx-ttnews-browsebox a:active{
	color: #369;
}
.news-search-emptyMsg {
	font-size: .9em;
	margin-left: 10px;

}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:5px;
	padding:3px;
	border:1px solid #333;

}
.news-amenu-container LI {
	padding-bottom:3px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#369;
	padding:3px;
	font-size: 1.1em;
}
.news-amenu-item-year {
	font-weight: bold;
	/*border: 1px solid #666;*/
    border-bottom: 1px solid #ccc;
	padding: 2px;
    margin: 4px 0px 4px 0px;
	background-color: #f7f7f7;
	color:#363
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:.9em;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, 
.news-catmenu img, 
.news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {

	font-weight:bold;
}



/********* Styles for mailforms" *********/

/* Powermail properties ///////////////////////////////////////////////////////////////*/

fieldset.tx-powermail-pi1_fieldset {
/* Disable border */
border: none;
}

fieldset.tx-powermail-pi1_fieldset label {
/* Style labels */
display: block;
width: 150px;
float: left;
clear: both;
font-weight: bold;
}


powermaildiv_uid90 label {
/* Style labels */
display: block;
width: 300px;
float: left;
clear: both;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea,
fieldset.tx-powermail-pi1_fieldset select {
/* Style input fields */
width: 300px;
border: none;
border-bottom: 1px solid black;
margin-left: 10px;
background-color: #DDDDDD;
color: #cd081c;
}

div.tx_powermail_pi1_fieldwrap_html {
/* Increase margin between every field */
margin: 10px 0;
}

div.tx_powermail_pi1_fieldwrap_html_submit {
/* Style Submit div */
display: block;
width: 200px;
padding-left: 150px;
float: left;
clear: both;
}
