@charset "utf-8";
body {
	margin:0;
	padding:0;
	background:#CCCCCC;
	background-repeat:no-repeat;
	background-position:50% 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	}
	
#wrapper {
	margin:0 auto;
	
}

#container {
	width:1020px;

	margin:0 auto;
	background:url(../images/repeat-bg.png) repeat-y 50% 0;
}
#container-inside {
	width:920px;
	padding:20px;
	margin:0 auto;
	}
	
/* HEADER AND NAV STYLES */
	
#header {
	float:left;
	width:100%;
	height:80px;
	padding-bottom:20px;
	background:#fff;
	}
#header img {
	float:left;
	border:none;
	}
	
#nav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding:0;
	margin-top:15px;
	padding-left:20px;
}
#nav li {
	display:inline;
	text-transform: uppercase;
	color: #666666;
	
	
	padding-top: 5px;
	}
#nav a {
	display:block;
	float:left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	height:60px;
	border-left:1px solid #666;
}
#rss {
	float: right;
}

#news li {
	margin-bottom:10px;
}
#news li a {
	text-decoration: none;
	color:#000;
	margin-bottom:10px;
}

#nav a:hover {
	color:#003366;
	text-decoration: none;
	font-weight: bold;
	background:#eee;
}
#language {
	float:right;
}

/* MAIN CONTENT STYLES */

#maincontent {
	width:100%;
	
	clear:both;
	background:#eee;
	/*background-repeat:no-repeat;
	background-position:top left;
	background-image: url(../images/green-bg.gif);*/
	}

#maininside {
	padding:10px 10px 0px 10px;
	width:100%;
	
	color:#333;
	}
	
#mainleft {
	width: 570px;
	float: left;
	margin-right: 10px;
}
#mainleft a {
	color:#000!important;
	text-decoration:underline;
}
#mainfooter {
	clear: both;
	width: 99%;
	height: 20px;
}
#mainright {
	height: 430px;
	width: 320px;
	float: left;
	margin-right: 20px;
	
}

#mainright img {
	border:1px solid #666;
	margin:0 0 10px 0;
}

#news {
	padding:10px;
	margin:0;
	background-image: url(../images/news-feed.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
.news-title {
	color:#666666;
	font-weight:bold;
	font-size:18px;
	}
	
.heading {
	color:#333;
	font-size:14px;
	font-weight:bold;
	}
#services {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#services ul {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	list-style-type:none;
	}

/*FOOTER NAV STYLES */


.footernav
{
position: relative;
background: url(../images/tab.png) no-repeat;
white-space: nowrap;
display: block;
width: 99px;
height: 24px;
margin-right: 10px;
padding: 0;
float:right;
}

.footernav a
{
display: block;
color: #000000;
font-size: 12px;
font-weight:bold;
width: 99px;
height: 24px;
display: block;
float: left;
color: black;
text-decoration: none;
}
.footernav a:hover
{
display: block;
color: #003366;
font-size: 12px;
font-weight:bold;
width: 99px;
height: 24px;
display: block;
float: left;
text-decoration: none;
}

.footernav img
{
width: 99px;
height: 24px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.footernav a:hover img
{
visibility:hidden;
}

.footernav span
{
position: absolute;
left:20px;
top: 0px;
margin: 0 auto;
padding: 0px;
cursor: pointer;
} 

.footernav span.test
{
position: absolute;
left:7px;
top: 0px;
margin: 0 auto;
padding: 0px;
cursor: pointer;
} 


.pics { height: 162px; width: 320px; padding:0; margin:0 0 10px 0; overflow: hidden }
.pics img { height: 160px; width: 318px; padding: 0px; border: 0px solid #ccc; top:0; left:0 }

#linkout {
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-480px;
	width:200px;
	height:30px;
	overflow:hidden;

}
#linkout a {
	display:block;
	width:200px;
	height:30px;
	text-indent:-300px;
}