@charset "utf-8";
/* CSS Document */
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/bgGradientGray.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5C5C5C;
}

a, a:link, a:visited {
	color: #5C5C5C;
	font-weight:normal;
	text-decoration:none;
}

a#active, a:hover {
	color: #709500;
	font-weight:normal;
	text-decoration:underline;
}

#content a.green, a:link .green, a:visited .green {
	color: #709500;
	font-weight:normal;
	text-decoration:none;
}
#content  a:hover  {
	text-decoration:underline;
}



H1 {
	color: #709500;
	font-weight:bold;
	font-size:20px;
}

H2 {
	color: #5C5C5C;
	font-weight:bold;
	font-size:16px;
}

H3 {
	color: #709500;
	font-weight:bold;
	font-size:12px;
}

#langSelect {
	width: 914px;
	margin: 0 auto;
	color:#5C5C5C;
	text-align:right;
	padding: 0.5em 20px 16px 0;
	background:transparent  url(images/bg_top.png ) 10px bottom  no-repeat;
	font-size:90%;
}

#bottom {
	width: 914px;
	margin: 0 auto;
	color:#5C5C5C;
	text-align:center;
	padding: 10px;
}

#container {
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(images/bg_body.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: transparent;
	padding: 3px 0px 0 20px;  
	margin: 0 10px 8px 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
}

#leftMenu {
	width:200px;
	padding:10px;
	margin:0 10px 0 0;
	float:left;
}

#content {
	margin: 0 10px 0 240px;
	width:600px;
	padding:0;
	
}

#footer {
	width:914px;
	margin: 0 auto;
	background:transparent  url(images/bg_bottom.png ) top left no-repeat;
	text-align:center;
	padding-top:20px;
}

#crumble {
	margin: 10px 10px 0 0px;
	font-size:90%;
}


#leftMenu ul{
	background-color:#FFFFFF;
	margin:0px;
	list-style:none;
	padding:0;
}

#leftMenu ul li{
	padding:6px;
}

#leftMenu ul li a, #leftMenu ul li a:link, #leftMenu ul li a:visited{
	background:#FFFFFF url(images/menuList.gif) bottom left no-repeat;
	color: #5C5C5C;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 30px;
}

#leftMenu ul li a:hover, #leftMenu ul li a#active{
	background:#FFFFFF url(images/menuListGreen.gif) bottom left no-repeat;
	color: #709500; 
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 30px;
}

/* textList */
#content ul{
	background-color:#FFFFFF;
	margin:0px;
	list-style:none;
	padding:0;
}

#content ul li{
	padding:6px;
}

#content ul li a, #content ul li a:link, #content ul li a:visited, #content ul li span{
	background:#FFFFFF url(images/textList.gif) bottom left no-repeat;
	color: #5C5C5C;
	text-decoration:none;
	padding:0 0 0 30px;
}

#content ul li a:hover, #content ul li a#active{
	background:#FFFFFF url(images/textListGreen.gif) bottom left no-repeat;
	color: #709500; 
	text-decoration:none;
	padding:0 0 0 30px;
}
/* /textList */

.diagonalGray {
	background:#fff  url(images/stripeDiagonal_lightGray.gif) repeat;
}

.footer {
	margin:0px auto;
	width:880px;
	padding:10px;
}


#footer #footerContent {	
	padding: 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0px;
	background-color:#FFFFFF;
}

a img {
	border:none;
}

#headPattern {
	height:75px;
	width:716px;
	background:transparent url(images/patternGray_smal.gif) repeat;
	float:right;
	margin-right:10px;
}

/* general classes */

.dottedLine {
	background:transparent url(images/dottedLine.gif) repeat-x;
	height:1px;
	margin:0px 0px 10px 0;
}

.txt{
	padding:0;
	margin-left:118px;
}

.right{
	text-align:right;
}

.clear{
	clear:both;
}

.fullWidth{
	width:900px;
	margin: 0 auto;
}

.homeItem {
	clear:right;
	background: #fff url(images/dottedLine.gif) left bottom repeat-x;
	margin-top:10px;
	padding: 0px 10px 10px 10px;
	width:100%;
	
}

.homeItem img{
	float:left;
}

.green {
	color: #709500;
}