
BODY {
	background-image: url(img/main_background.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #eee;
}

BODY,TD,TR {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

H1.csc-firstHeader {
	color: #4c721d;
}

#top_languages {
 	width: 80px;
	position: relative;
	left: 800px;
	top: 5px;
	padding:5px;
	border:0;
	height: 16px;
}

#loginbox {
 	width: 300px;
	position: relative;
	left: 585px;
	top: -10;
	border: 0;
	margin-top: 0;
	height: 10px; 
}

#loginbox td {
	font-size: 10px;
	color: #888;
	padding: 3px;
}

#loginbox INPUT.text {
	border: 1px #888 solid;
	width: 120px;
	font-size: 9px;
	height: 16px;
	margin-top: 0;
	padding-top: 0;
}

#searchbox {
 	width: 200px;
	position: relative;
	left: 700px;
	top: 80px;
	padding:5px;
	border:0;
	height: 16px;
}

#searchbox td{
	color: #888;
	padding: 2px;
}

#searchbox INPUT.text {
	border: 1px #888 solid;
	width: 120px;
	font-size: 9px;
	height: 16px;
	margin-top: 0;
	padding-top: 0;
}

.contenttable td a {
	font-size: 10px;
}

#container {
	background-color: #fff;
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
	text-align: left;
	padding: 15px;
	text-align: left;
}

#header {
	background-image: url(img/logo_background.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #eee;
	height: 145px;
	width: 900px;
}

#content-container {
	background-color: #fff;
}

/* circle menu */

#menu {
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background: #fff;	
	/* margin-bottom: 15px; */
	border: 0;
	}

#breadcrumbs {
	margin-bottom: 10px;
}
#breadcrumbs {
    padding-left: 15px;
    font-size: 15px;
    text-decoration: none;
    color: #555;    
}
#breadcrumbs a {
    font-size: 15px;
    text-decoration: none;
    color: #7B8DAB;
}

.csc-sitemap ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #3E738F;
}

.csc-sitemap ul li ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #7B8DAB;
}

#menu_wrapper {
	width: 830px;
}

#navCircle {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px #9FB1BC solid;
	}

#navCircle li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#navCircle li.active a:link, #navCircle li.active a:visited, #navCircle a:hover {
	padding-bottom: 6px;
	color: #000;
	background: url(img/tab_circle.gif) no-repeat bottom center;
	}
	
#subMenuContainer {
	border: 0;
	/* background: url(img/sub_menu_background.gif) repeat-x; */
	padding-bottom: 5px;
	margin: 5px;
	width: 220px;
	margin-right: 20px;
	float: left;
}

#mainContentContainer {
	padding: 10px;
	border: 0;
	padding-top: 10px;
	margin-top: 10px;
}
	
#mainContentContainer h1 {
	font-family: verdana;	
	font-size: 15px;
	font-weight: normal;
	color: #4c721d;
	margin-top: 0;
}

#mainContentContainer h2 {
	font-family: verdana;	
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 0;
}

#subMenuTop {
	background-image: url(img/sub_menu_top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	border: 0;
	height: 5px;
}

#subMenuContent {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0;
	background-color: #eee;
}

#subMenuContent ul {
	padding-left: 10px;
	margin: 0;
	padding-top: 0px;
	border: 0;
}

#subMenuContent ul li {
	padding-bottom: 4px;
	list-style: none;
	/* display: inline; */
	list-style-type: none;
	margin-left: 10px;
}
	
#subMenuContent ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#subMenuContent ul li.active a {
	color: #4c721d;
}

#subMenuContent ul li.norm a {
	color: #000;
}

#subMenuContent ul li ul li a {
	font-weight: normal;
}

	
#footer {
	border: 0;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}	

#footer #ff {
	padding-top: 5px;
	width: 700px;
	border-top: 1px #ccc solid;
	padding-left: 30px;
	padding-right: 30px;
	color: #555;
	text-align: center;
}
#footer small {
	border: 0;
	font-size: 9px;
	color: #888;
}	
	
#footer #ff td {
	font-size: 10px;
}	

#footer a {
	text-decoration: none;
	color: 000;
}
	

	p{
		margin-top:5px;
		margin-bottom:10px;
	}
		
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

	#nav ul li.selected a {
		background-color: #B2CEE5;
		color: #555;
	}

	#nav a, #nav ul li.selected ul li a {
		border:0px;
		padding:5px;
		background-color: #E2EBED;
		text-decoration: none;
		color: #333;
		font-size: 14px;
		display: block;
		width: 16em;
		padding-left: 10px;
	}

	#nav li { /* all list items */
		float: left;
		width: 10em; /* width needed or else Opera goes nuts */
	}

	#nav li a:hover {
		background-color: #B2CEE5;
		
	}

	#nav ul li ul li a:hover {
		background-color: #B2CEE5;
	}


	#nav ul li ul li a {
		width: 16em;
		font-size: 12px;
	}

	#nav li ul { /* second-level lists */
		position: absolute;
		background: #eee;
		padding: 10px;
		width: 16em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#submenu {
		clear: both;
		border: 0;
		background-color: #F0F2EF;
		border-bottom: 1px #aaa solid;
		background-image: url(/fileadmin/chrometheme/chromebg3-sel_sub.gif);;
		/* height: 20px; */ 
		padding-top: 3px; 
		/* padding-left: 10px; */
		text-align: center;
		margin-bottom: 10px;
		width: 900px;
	}
	
	#submenu a {
		text-decoration: none;
		color: #666;
		font-size: 12px;
		padding-bottom: 2px;
		padding-right: 10px;
		padding-left: 10px;
	}

	#submenu a.active {
			background-color:  #c5e59d;
			color: #000;
			}

	#submenu a:hover {
		text-decoration: underline;
		color: #000;
	}
	
#navchart a {
   color: #2A5326;
   font-size: 12px;
   text-decoration: none;
}


