@import url(typo3.css);

* {
margin:0;
padding:0;
}

body {
	background: #000 url(../images/gfx/bg_body.gif) repeat-x;
	color: #222; 
	font-size: 100.01%;
	font: normal medium 'Goudy Bookletter 1911','Gentium Basic','Liberation Serif',Constantia,Cambria,Georgia,serif;
	line-height: 1.75;
	word-spacing: 0.1em;
	}
h1, h1.csc-firstHeader {
	color: #9B1D0F;
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	font-size: 24px;
	font-weight: 500;
	border-left: 3px dotted #9B1D0F;
	}
h2, h3, h4, h5, h6 {
	color: #efefd3;
	}

/*general default */
h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader,  h5.csc-firstHeader, h6.csc-firstHeader {
    margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	font-size: 24px;
	font-weight: 500;
	border-left: 3px dotted #efefd3;
 	}
	
.csc-textpic-intext-left-nowrap	h1, .csc-textpic-intext-left-nowrap h1.csc-firstHeader, .csc-textpic-intext-left-nowrap h2.csc-firstHeader, .csc-textpic-intext-left-nowrap h3.csc-firstHeader, .csc-textpic-intext-left-nowrap h4.csc-firstHeader,  .csc-textpic-intext-left-nowrap h5.csc-firstHeader, .csc-textpic-intext-left-nowrap h6.csc-firstHeader {
    padding: 0 0 5px 0 !important;
 	}
	
h2 {font-size: 18px; }
h3 {font-size: 16px; }
h4 {font-size: 14px; }
h5 {font-size: 14px; }

.csc-textpicHeader h1 {
	border: 0 !important;
	color: #9B1D0F;
	}

p {
	line-height : 140%;
	color: #EFEFD3;
	font-size: 1em;
	padding: 0 15px 8px 0;
	}

#content ul, #content ol {
	font-size: 12px;
	color: #EFEFD3;
	padding: 10px 20px 20px 50px;
	line-height: 120%;
	}

a:link, a:visited {
	background-color : transparent;
	color : #EFEFD3;
	text-decoration : underline;
	font-weight : bold;
	}

a:hover, a:active {
	color : #FFFFFF;
	text-decoration : none;
	}
	
#top a:link, #top a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* ************************************************************************************************* */
/* ******************************************** the grid ******************************************* */
/* ************************************************************************************************* */

#container {
width: 100%;
	/*width: 900px;
	margin: auto;
	text-align: left;*/
	}

#top {
	width: 100%;
	height: 240px;
	float: left;
/*	background-color: #9B1D0F;*/
	}

#banner {
	margin-top: -240px;
	float: right;
	text-align: right;
	}

#content {
	clear: both;
	margin:  15px 15px 15px 200px;
	padding-top: 20px;
	text-align: left;
	width: 800px;
	min-height: 350px;
	}

#footer {
	clear: both;
	padding: 0 0 0 197px;
	display: block;
	border-top: 1px dotted #EFEFD3; 
	}

.shortcuts {
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	}


/* ******************************************************************************************************** */
/* ********************************************* main-menu ************************************************ */
/* ******************************************************************************************************** */

.menu {
	position: relative;
	top: 90px;
	left: 200px;
	width: 800px;
	font-size:0.85em;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	width: 100%;
	display: inline;
}

.menu ul ul {
	width:130px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:130px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#EFEFD3; 
width:119px; 
height:30px; 
border-left: 3px solid #EFEFD3;
background: transparent;
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
/** html .menu a, * html .menu a:visited {
width:120px;
w\idth:129px;
}*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:29px;
left:0; 
width:130px;
}
/* another hack for IE5.5 */
/** html .menu ul ul {
top:28px;
t\op:29px;
}*/

/* position the third level flyout menu */
.menu ul ul ul{
left:130px; 
top:0;
width:130px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-130px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background: transparent; 
color:#9B1D0F; 
height:auto; 
line-height:1em; 
padding: 5px 10px 0 10px; 
width:129px;
border-left: 3px solid #9B1D0F;
/* yet another hack for IE5.5 */
}
/** html .menu ul ul a{
width:130px;
w\idth:139px;
}*/


/* style the top level hover */
.menu a:hover{
	color:#fff; 
	background: transparent;
}

.menu ul ul a:hover {
	color:#EFEFD3; 
	background: transparent;
	border-left: 3px solid #EFEFD3;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

.flinks {
	float: left;
	width: 48%;
	padding: 5px;
	}
	
.flinks a, .flinks a:visited {
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 3px;
	}
	
.flinks a:hover, .flinks a:active {
	text-decoration: underline;
	}
	
.valW3c {
	float: right;
	width: 48%;
	text-align: right;
	padding: 5px;
	}
	
