@charset "utf-8";
/* CSS Document */

html, body {
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

html	{
	background: url(images/green_bg.jpg) repeat #abc4b6;
	font-size:76%;
}

body	{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(images/gradi_bg.jpg) no-repeat;
	vertical-align:top;
}

#container {
	width:100%;
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

img	{
	border:0;
}
	
a:link	{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
	
a:hover	{
	color:#4d4d4d;
	text-decoration:none;
	font-weight:normal;
}
	
a:visited	{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
	
a:visited:hover	{
	color:#4d4d4d;
	text-decoration:none;
	font-weight:normal;
}
	
a:active	{
	color:#fff;
	text-decoration:none;}
	
h1	{
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:30px;
	color:#fff;
}
	
h2	{
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:26px;
	color:#fff;
}
	
h3	{
	text-transform:uppercase;
	font-weight:normal;
	font-size:95%;
	line-height:18px;
	padding:0;
	margin:0;
}
	
p	{
	line-height:18px;
}
	
	
#info	{
	
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	width:357px;
	padding:0 0 15px 0;
	margin:0;
	line-height:100%;
}
	
#info ul	{
	margin:0;
	padding:0;
	float:left;
}
	
#info	li	{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#info li a	{
	width:118px;
	padding:8px 0 7px 0;
	float:left;
	background-color:#000;
	border-left:none;
	border-top:none;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border-top:1px #fff solid;
	border-right:1px #fff solid;

}
	
#info li a:hover	{
	color:#fff;
	text-decoration:underline;
}
	
#info li a:visited	{
	color:#fff;
	text-decoration:none;
}
	
#info li a:hover:visited	{
	color:#fff;
	text-decoration:underline;
}
	
#currentInfo	{
	background:url(images/grey_info.gif) #4d4d4d repeat;
}
	
#currentInfo a	{
	background:url(images/grey_info.gif) #4d4d4d repeat;
}
	
#mainNavigation	{
	border: 1px solid #000;
	background:#000;
	height:50px;
	
}
	
#mainNavigation ul	{
	padding:0 0 0 0;
	margin:0;
	width:988px;

}
	
#mainNavigation	li	{
	display:inline;
	list-style:none;
}
	
#navBG	{
	background-image:url(images/secnav_bottom.jpg);
	background-position:0% 25%;
	background-repeat:repeat-y;
	

}
	
#secondNavigation	{
	background:url(images/secnav_top.jpg) no-repeat top left #000;
	text-transform:uppercase;
	color:#fff;
	width:258px;
	height:100%;
	position:relative;
	top:-3px;
	font-size: 11px;
}

	
#secondNavigation	ul {
	position:relative;
	top:-7px;
	padding:22px 0 0 0;
	margin:0;
	width:238px;
	
}
	
#secondNavigation li {
	list-style:none;
	padding:8px 0 8px 20px;
	background:url(images/grey_divide.jpg) left bottom repeat-x;
	width:238px;
}
	
#secondNavigation li a:link	{
	color:#fff;
	text-decoration:none;
}
	
#secondNavigation li a:hover	{
	
	color:#999999;
	text-decoration:none;
}
	
#secondNavigation li a:visited	{
	color:#fff;
	text-decoration:none;
}
	
#secondNavigation li a:active	{
	color:#999999;
	text-decoration:none;
}
	
#secondNavigation #currently	{
	background:#4d4d4d;
	border-bottom:solid #717171 1px;
}
	
	
#bottomNav	{
	font-size: 10px;
	text-transform: uppercase;
	color:#fff;	
}
	
#bottomNav ul	{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
	
#bottomNav li	{
	display:inline;
	padding:0 15px 0 0;
}

#news	{
	position:relative;
	top:-162px;
	left:8px;
	width:150px;	
	float:left;
	height:50px;
}
	
.moreInfo	{
	color:#fef02e;
}
	
.moreInfo a:link	{
	color:#fef02e;
	text-decoration:none;
}
	
.moreInfo a:hover	{
	color:#fef02e;
	text-decoration:underline;
}
	
.moreInfo a:visited	{
	color:#fef02e;
	text-decoration:none;
}
	
.moreInfo a:hover:visited	{
	color:#fef02e;
	text-decoration:underline;
}
	
#logo	{
	background-image:url(images/secnav_bottom.jpg);
	background-position:0 300px;
	background-repeat:repeat-y;
}
	
