@CHARSET "UTF-8";
@IMPORT url("clearfix.css");
html {
	margin: 0;
	padding: 0;
}

body {
	background: #d3ddc6 url('../images/daisies-tile.jpg') repeat-x 0 0;
	color: #202020;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 25px 0 25px 0;
}

input, select, textarea {
	font-family: Helvetica,Arial,sans-serif;
	color: #404040;
	font-size: 13px;
}

a {
	text-decoration: underline;
	color: #376134;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

strong {
	color: #ff8900;
}

h1 {
	background-color: #3a9e33;
	padding: 10px;
	padding-bottom: 6px;
	font-size: 22px;
	margin: 30px 0 20px 0;
	color: #ffffff;
}

h2 {
	background-color: #3a9e33;
	padding: 7px 10px 4px 10px;
	font-size: 16px;
	margin: 20px 0 15px 0;
	color: #ffffff;	
}

h3 {
	color: #ff8900;
	font-size: 15px;
	margin: 10px 0 5px 0;	
}

input[type=button], input[type=submit] {
	border: 1px solid #9c9c96;
	font-size: 12px;
	background: #bcbcbc url('../images/form-button-bg.png') 0 0 repeat-x;
	padding: 1px 9px 1px 9px;
}

select {
	background-color: #ffffff;
	border: 1px solid #9c9c96;
	padding: 2px;
}

table {
	border: 1px solid #265F22;
	border-collapse: collapse;
	margin-bottom: 20px;
}

td {
	padding: 3px;
	text-align: left;
	border: 1px solid #62C14F;
}

th, tr.header td {
	background-color: #265F22;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}

td.even {
	background-color: #F1FAE3;
}

#container {
	width: 980px;
	margin: 0 auto 0 auto;
}

#language-selector {
	height: 22px;
	background: transparent url('../images/container-top.png') 0 0 no-repeat;
	width: 660px;
	padding: 20px 100px 0 220px;
	text-align: right;
	float: left;
}

#middle {
	width: 980px;
	background: transparent url('../images/container-middle.png') 0 0 repeat-y;
	float: left;
	clear: left;
}

#left {
	width: 200px;
	float: left;
}

#logo {
	margin: 0px 0px 50px 5px;
	background-color: transparent;
	padding: 0;
}

#logo a {
	width: 191px;
	height: 97px;
	background: transparent url('../images/iswa-logo.png') 0 0 no-repeat;
	display: block;
}

#logo a span {
	display: none;
}

#menu, #services, #menu ul.submenu, #services ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#services {
	margin-top: 15px;
}

#menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 168px;
	padding: 6px 10px 6px 22px;
	background: #376134 url('../images/li-1.gif') 6px 6px no-repeat;
	margin-top: 15px;
}

#menu a:hover, #menu a.selected, #menu ul.submenu a:hover, #menu ul.submenu a.selected {
	background-color: #f6921d;
	color: #44392d;
}

#menu ul.submenu a {
	border: none;
	/** padding: 4px 10px 4px 22px; 
	width: 168px; */
	font-size: 12px;
	background-image: url('../images/li-1.gif');
	background-color: transparent;
	border-bottom: 1px solid #f6921d;	
	margin-top: 0;
}

#services a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid #f6921d;	
}

#services a span {
	font-size: 15px;
}

#services ul.submenu a {
	border: none;
	padding: 4px 10px 4px 22px;
	width: 168px;
	font-size: 12px;
	background-color: transparent;
}

#services ul.submenu a:hover {
	text-decoration: underline;
}

#search {
	width: 181px;
	margin: 8px 10px 8px 9px;
	background: transparent url('../images/search-field.png') 0 0 no-repeat;
}

#search-textbox {
	font-size: 13px;
	border: none;
	float: left;
	margin: 4px 0px 0px 8px;
	width: 148px;
	padding: 0;
}

#search-button {
	padding: 2px 2px 2px 0;
}

#content {
	padding: 0 20px 0 20px;
	width: 660px;
	float: left;
}

#content ul {
	list-style-image: url('../images/li.gif');
	list-style-position: outside;
}

#footer {
	width: 660px;
	background: transparent url('../images/container-bottom.png') 0 100% no-repeat;
	float: left;
	clear: left;
	padding: 20px 100px 25px 220px;
	font-size: 12px;
	line-height: 160%;
}

#footer a {
	font-weight: normal;
}

#footer-container {
	margin: 0;
	border-top: 1px solid #f6921d;
	border-bottom: 1px solid #f6921d;
	padding: 10px;
	float: left;
	width: 640px;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#weblabs {
	width: 114px;
	height: 15px;
	display: block;
	background: transparent url('../images/weblabs.png') 0 0 no-repeat;
}

#weblabs span {
	display: none;
}

#right {
	width: 80px;
	float: left;
}

#right .member {
	margin-bottom: 20px;
}

#right .member a img {
	display: block;
}
