@charset "utf-8";
/* CSS Document */

* {
margin : 0;
padding : 0;
}
html {
height : 100%;
}
body
{
		background:url(../../images/layout/bodybg.png) repeat;
}

#container
{

	margin-top:30px;
	margin-bottom:20px;	
	margin-right:auto;
	margin-left:auto;
	min-height:900px;
/*	border:#DBDBDB thin dashed;*/
	width:973px;
	padding:0px;
}

#header
{
	background:url(../../images/layout/header.png);
	height:130px;
	width:100%;
	padding:0px;
}

#pageslider
{
	height:290px;  margin-left:auto; margin-right:auto;
}
#content
{
	margin-top:0px;
	background:url(../../images/layout/boxback2.png) repeat;
	padding-top:10px;
	padding-bottom:10px;
	overflow: auto;
	/*height:900px;*/
}

#navigation
{
	margin-top:5px;
	padding:8px;
	padding-bottom:10px;
	background:url(../../images/layout/boxback2.png) repeat;
	border-top:none;
}

#foot
{
	padding:5px; height:30px; color:#0CF; font-size:12px; font-family:"Segoe UI"; padding-top:10px;
}


#leftbar
{
	float:left; width:300px; margin-left:5%; margin-right:2%;
}

#scrolltop
{
	width:100%; background-image:url(../../images/incoming/scrolltop.gif); height:62px
}

#scrollmiddle
{
	width:100%; background:url(../../images/incoming/scrollmiddle.gif) repeat-y;
}

#scrollbottom
{
	width:100%; background:url(../../images/incoming/scrollbottom.gif); height:62px; bottom:0;
}

#rightcontent
{
	float:right; min-height:300px; width:550px; margin-right:10px; margin-left:2%; background-color:#FFF;
	color:#666;
	font-family:"Segoe UI", Calibri, Arial;
	padding:10px;
}

#rightcontent h1
{
	border-bottom:#03F thin solid;
	color:#F60;
	font-variant:small-caps;
	font-size:25px;
	text-shadow: 1px 1px 1px #C60;

}
#rightcontent h2
{
	text-shadow: 0px 0px 1px #39F;
	color:#09F;
	font-size:15px;
}
#rightcontent p
{

	font-size:13px;
}

#rightcontent ul
{
	padding-left:10px;
	font-size:12px;

}
#rightcontent ul li ul
{
	font-size:11px;

}

#navMenu
{
	list-style:none;
	width:90%;
	margin:auto;

}
#navMenu a
{
	text-decoration:none;
	color:inherit;
}

#navMenu ul
{
	list-style:none;
	padding-top:20px;
}

#navMenu ul li
{
	font-size:15px;
	font-family:"Segoe UI", Calibri, Arial;
	font-weight:bold;
	color:#CA670D;
	text-shadow:2px #CCC;
	font-variant:small-caps;
	height:30px;
	padding-left:25px;
	padding-top:5px;
	cursor:pointer;
}

.navBack
{
		background-image:url(../../images/menu/navback.png);
		text-shadow: 1px 1px 1px #000;
}
.section
{
	position:relative;
	width:100%;
	margin-left:auto; 
	margin-right:auto; 	
	padding:10px;
	padding-left:0px;
	min-height:400px;


}

.box
{
	margin-top:15px;
	background:#FFF;
	margin-left:55px;
	width:240px;
	min-height:300px;
	float:left;
	font-family:Calibri, Georgia, Tahoma;
}
.box h1
{
	color:#FFF;
	background-color:#4ba9df;
	padding:3px;
	padding-left:15px;
	font-size:30px;
	border-left:#595959 thick solid;
	font-variant:small-caps;
}
.box h2
{
	/*	color:#0CF; */
	color:#666;
	padding:3px;
	padding-left:10px;
	font-size:18px;
	text-align: justify;
}

.box p
{
	/*	color:#0CF; */
	color:#666;
	padding:3px;
	padding-left:10px;
	font-size:12px;
	text-align: justify;
}
.box p a
{
	color:#0CF;
}
.box p a:hover
{
	color:#0FF;
}



/*Ticker*/
#listticker{
	height:200px;

	overflow:hidden;

	padding:6px 10px 14px 10px;;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

	#listticker li{
		height:60px;
		padding:5px;
		list-style:none;
	}
		#listticker a{
			color:#000000;
			
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:14px;
		}
		#listticker .news-text{
			display:block;
			font-size:12px;
			color:#666666;
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}
