/* */

/* General */
* {
margin:0;
padding:0;
}

body {
background-color:#efefef;
font-family:Arial, Helvetica, sans-serif;
color:#262f17;
}

a:link, a:visited {
color:#003300;
text-decoration:underline;
}

a:hover, a:active {
color:#006633;
text-decoration:none;
}

/* Container */
#container {
width:960px;
margin:10px auto;
}
ul#lang {
list-style-type: none;
float:left;
margin: 8px 0 0 0;
padding: 0;
}

ul#lang li {
display:inline;
margin: 0;
padding: 0 0 0 3px;
}
/* Menu */
ul.menu {
float:right;
font-size:12px;
margin:5px 10px 0 0;
}

ul.menu li {
padding:0 5px;
display:inline;
border-left:1px solid #003300;
}

ul.menu li a:link, ul.menu li a:visited {
color:#003300;
text-decoration:none;
}

ul.menu li a:hover, ul.menu li a:active {
color:#006633;
text-decoration:none;
}

/* Menu */
#menu {
	text-align:right;
	margin:0;	
	padding:10px 10px 3px 0;
	z-index:4;
	font-size: 12px;
}

ul#nav {
	list-style-type: none;
	margin:0px 0 0 0;
	padding:0;
	z-index:4;
	border-right: 1px solid #262F17;
	
}

ul#nav li {
	padding: 0 5px;
	display:inline;
	position: relative;
	z-index:4;
	border-left: 1px solid #262F17;
}

/* Dropdown */
ul#nav li ul {
	position: absolute;
	z-index:4;
	top: 13px;
	left: -35px;
	display: none;
}

ul#nav li ul li {
	padding: 0;
	z-index:4;
	border:none;
}

/* Styles for Menu Items */
ul#nav li ul li a {
	text-align:left;
	text-decoration: none;
	display: block; 
	width:160px;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	z-index:4;

}

ul#nav li ul li a:hover { color:#262F17; background: #ebebeb; z-index:4;} /* Hover Styles */

ul#nav li:hover ul, ul#nav li.over ul {
	display: block; 
	background: #fff ; /* IE6 Bug */
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; /* Transparent */
	border-bottom: 1px solid #ccc; /* IE6 Bug */
	padding: 0;
	z-index:4;
} /* The magic */

#menu a#current {
	color:#262F17;
	font-weight:bold;
	z-index:4;
	
}

#menu a#current:hover {
	color:#262F17;
	font-weight:bold;
	z-index:4;
}

#menu a:link, #menu a:visited {
	color:#262F17;
	text-decoration:none;
	z-index:4;
		font-weight: normal;
}

#menu a:hover {
	color:#669933;
	text-decoration:none;
	z-index:4;
		font-weight: normal;
}

/* Cover */
#cover {
clear:both;
border-top:3px solid #003300;
background-color:#fff;
height:320px;
}

/* Column */
.col {
background-color:#fff;
height:280px;
position:relative;
float:left;
}

.col h1 {
font: 16px Arial, Helvetica, sans-serif;
padding:0 10px;
}

.col p {
padding:0 10px;
margin:0 0 8px 0;
font-size:12px;
}


.one {
width:360px;
background-color:#D0E1B3;
}

.two {
width:200px;
background:#fff url(../images/line-dot.gif) no-repeat center right;
}

.three {
width:200px;
background:#fff url(../images/line-dot.gif) no-repeat center right;
}

.four {
width:200px;
}

.four img {

}

/* Footer */
#footer {
clear:both;
border-top:3px solid #003300;
background-image: url(../images/searidge.gif);
background-repeat: no-repeat;
height:60px;
}

#footer p {
float:left;
font-size:10px;
margin-top:5px;
}
