@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: url(../gfx/bgbody.jpg) #c4c7d6 repeat-x top;
	color:#666666;
}

/* #search
---------------------------------------- */
#search {
	width:940px;
	padding:0 15px;
	margin:0 auto;
	position:relative;
	top:7px;
}
#search .searchfield {
	width:140px;
	height:15px;
	padding:4px 5px 0 5px;
	font-size:9px;
	color:#000000;
	border:none;
	text-transform:uppercase;
	background:url(../gfx/searchfield.png) top no-repeat;
	vertical-align:top;
}
#search .searchbutton {
	width:33px;
	height:19px;
	line-height:19px;
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	text-transform:uppercase;
	background:url(../gfx/searchbutton.png) top no-repeat;
	vertical-align:top;
}

/* #top_pic
---------------------------------------- */
#top_pic {
	width:970px;
	margin:0 auto;
	height:265px;
	overflow:hidden;
	/* background:url(../gfx/top_pic_01.png) no-repeat; */
}

/* #container
---------------------------------------- */
#container {
	width:940px;
	padding:0 15px;
	margin:0 auto;
	background:url(../gfx/bgmain.png) repeat-y;
}

/* #header
---------------------------------------- */
#header {
	width:940px;
	height:68px;
	overflow:hidden;
}
/* #header .top_menu
---------------------------------------- */
#header .top_menu {
	width: 840px;
	height: 27px;
	background: url(../gfx/topmenu.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#header .top_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header .top_menu ul li {
	float:left;
	border-right:1px solid #FFFFFF;
}
#header .top_menu ul li a {
	color: #FFFFFF;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 27px;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

	/* level 2 */
#header .top_menu ul li ul {
	display: none;
	position: absolute;
	margin-top: -1px;
	margin-left: -1px;
	width: 150px;
}

#header .top_menu ul li:hover ul,
#header .top_menu ul li.my-hover ul {
	position: absolute;
	display: block;
	background: #FFFFFF;
	border: none;
}

#header .top_menu ul li ul li {
	float: none;
	display: block;
	padding: 0.3em 0;
	background: blue;
	border: none;
	margin: 1px 1px 0 1px;
	background: #489ce5;
}
#header .top_menu ul li ul li a {
	line-height: 1em;
	text-transform: none;
}
#header .top_menu ul li.my-hover ul li span {
	display: block;
	height: 0;
	font-size: 0;
	background: red;
	line-height: 0;
	overflow: hidden;
}


/* #header .top_line
---------------------------------------- */
#header .top_line {
	width:940px;
	height:41px;
	overflow:hidden;
	background:url(../gfx/greentopline.png) no-repeat;
}

/* #header .lang
---------------------------------------- */
#header .top_lang {
	line-height: 27px;
	font-weight: bold;
	float: left;
	width: 100px;
	height: 27px;
	background: url(../gfx/topmenu.png) no-repeat;
	text-align: center;
}

#header .top_lang a {
	color: #FFFFFF;
}

#header .top_lang a:hover {
	text-decoration: none;
}

/* #left
---------------------------------------- */
#left {
	width:220px;
	overflow:hidden;
	float:left;
}

ul.RssFeed {
	margin: 8px;
	padding-left: 0;
	list-style: none;
}

ul.RssFeed li {
	font-size: 90%;
	margin-bottom: 5px;}

ul.RssFeed li a:hover {
	text-decoration: underline;
}

li.RssItem {
	position: relative;
	width:158px;
	padding-left: 60px;
}

li.RssItem a,
li.RssItem a:visited {
	color: #000000;
}

div.RssDate {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}



/* #mainContent
---------------------------------------- */
#mainContent {
	width:498px;
	margin:0 15px;
	overflow:hidden;
	float:left;
}

/* #right
---------------------------------------- */
#right {
	width:192px;
	overflow:hidden;
	float:left;
}

#partners {
	overflow: hidden;
	height: 100px;
}
#partners .si-image {
	margin: 0 auto;
}
#activities_box .date { font-size: inherit; }
#activities_box h3 {
	font-size:14px;
	font-weight:bold;
}
#activities_box h3 a,
#activities_box h3 a:visited{
	color: #333333;
}
#activities_box ul li {
	padding-bottom: 0.7em;
}

#activities_box .more {
	text-align: right;
	margin: 5px 10px;
	text-transform: uppercase;
}

#right #login {}
#right #login .loginfield {
	width:127px;
	padding:0 5px;
	height:19px;
	line-height:19px;
	color:#000000;
	background:url(../gfx/loginfield.png) no-repeat;
	border:none;
	margin-bottom:6px;
}
.logintext a
.logintext a:link,
.logintext a:visited,
.logintext a:hover,
.logintext a:active {
	color:#2789DE;
	font-size:8px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family:Verdana;
}

#right #contact {
	width:172px;
	height:100px;
	padding:10px;
	background:url(../gfx/blueaddressbox.png) no-repeat #0E7BD7;
	color:#FFFFFF;
}
#right #contact a {
	color:#FFFFFF;
	text-decoration:underline;
}

/* #footer - Outside Container
---------------------------------------- */
#footer {
	width:940px;
	padding:0 15px;
	margin:0 auto;
	height:37px;
	text-align:center;
	overflow:hidden;
	background:url(../gfx/footer.PNG) no-repeat;
	clear:left;
}

/* #credits - Outside Container
---------------------------------------- */
#credits {
	width:918px;
	padding:0 26px 20px 26px;
	margin:0 auto;
}

/* Inner Templates */

/* GREEN BOX
---------------------------------------- */
.green_box_header {
	width:195px;
	padding-left: 4px;
	height:15px;
	line-height:15px;
	background:#9CBA57;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	font-family: Verdana;
	text-transform: uppercase;
}
.green_box {
	width:218px;
	padding-bottom:10px;
	background: url(../gfx/bggreenbox.png) top repeat-x #EAF3CF;
	color:#333333;
	font-size:11px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}

.news_box ul {
	list-style: none;
	margin: 3px 8px 8px 8px;
	padding: 0;
}
.news_box img {
	float: left;
	border: 1px solid #404040;
	margin-right: 4px;
}
.news_box ul li {
	clear: left;
	padding-top: 5px;
}

.news_box .header {
	font-weight: normal;
	margin: 0;
	font-family: "Trebuchet MS";
}

.news_box .more {
	text-align: right;
	margin-right: 8px;
	font-size: 10px;
	font-weight: bold;
}


.green_newsabb {
	height:240px;

}

.green_newsabb form {
	padding: 10px;
	margin: 0;
}

.green_newsabb form input.text{
	width:127px;
	padding:0 5px;
	height:19px;
	line-height:19px;
	color:#000000;
	background:url(../gfx/loginfield.png) no-repeat;
	border:none;
	margin-bottom:6px;
}

/* BLUE BOX
---------------------------------------- */
.blue_box_header {
	width:188px;
	padding-right: 4px;
	height:15px;
	line-height:15px;
	background:#2789DE;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	font-family: Verdana;
	text-align:right;
	text-transform: uppercase;
}
.blue_box {
	width:190px;
	height:100px;
	background: url(../gfx/bgbluebox.png) top repeat-x #D7E9FB;
	color:#666666;
	font-size:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}
.blue_box_white {
	width:190px;
	height:100px;
	background: #FFFFFF;
	color:#666666;
	font-size:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	overflow: hidden;
}

.blue_box .wrap {
	margin: 8px;
}

.blue_box ul {
	list-style: none;
	margin: 8px;
	padding: 0;
}

.blue_box ul li {
	padding: 0;
}

.blue_box ul li .date {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.blue_box ul li .date a,
.blue_box ul li .date a:visited  {
	color: #000000;
}
.blue_box ul li h3 {
	margin: 0;
	font-weight: normal;
	font-size: 11px;
}

/* Front news
---------------------------------------- */

.front-news {
	padding-top: 10px;
	clear: left;
	border-bottom: 1px solid #ccc;
}

.front-news img {
	float: left;
	margin-right: 10px;
	border: 1px solid #404040;
}

.front-news h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

/* News list
---------------------------------------- */
.newsArchive dt {
	font-size: 1.3em;
	font-weight: bold;
}
.newsArchive dd {
	margin: 0 0 1em 0.5em;
}

/* Tip a Friend
---------------------------------------- */
#activities .info {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 1em;
}
#activities  ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#activities  ul li {
	padding-bottom: 1em;
}

#activities  ul li span.date{
	font-weight: bold;
}

#activities  ul li h3 {
	margin: 0;
}

/* Tip a Friend
---------------------------------------- */
#tipafriend {}
#tipafriend .print {
	float: left;
}
#tipafriend .print a {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#1B82DB;
	display:inline;
	font-weight:bold;
}
#tipafriend .tips {
	float: left;
}
#tipafriend .tips a {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#9CBA57;
	display:inline;
	font-weight:bold;
}
#tipafriend .tips form {
	margin: 4px;
}
#tipafriend .tipafield {
	border:1px solid #CCCCCC;
	background:#F6F6F6;
	width:78px;
	height:13px;
	font-family:Arial;
	font-size:10px;
	color:#999999;
}
#tipafriend .tipabutton {
	border:none;
	background:#A6AD6E;
	width:25px;
	height:17px;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}

	/* Activity form */
.activityform {}

.activityform .iw {
	margin: 5px;
}

.activityform tr {
	vertical-align: top;
}
	/* pagination */
.pagination
{
	list-style: none;
	margin: 1em 3em;
	padding-left: 0;
}
.pagination li
{
	display: inline;
	padding: 0;
}

/* Newsletter */
.ok {
	width: auto;
	padding-top:40px;
	height:44px;
	border:1px solid #D0D0D0;
	color:#000;
	background: url(../gfx/bgnewsletterok.jpg) repeat-x;
	margin:5px 0px;
	text-align:center;
}
.Error {
	width: auto;
	padding-top:40px;
	height:44px;
	border:1px solid #D0D0D0;
	color:#000;
	background: url(../gfx/bgnewsletterok.jpg) repeat-x;
	margin:5px 0px;
	text-align:center;
}

