@import  "style.css";

/*Start*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/
*
	{
	margin:0;
	padding:0;
	}
	
html
	{
	overflow:scroll;
	}

body
	{	
	text-align: center;
	font: normal 11px verdana, arial, sans;
	color: #6b6665;
	line-height: 1.4em;
	/*letter-spacing: 0.2px;*/
	}
	
#container
	{
	width: 905px;
	margin: 20px auto;
	text-align: left;
	}

/*header*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/

#header
	{
	height: 70px;
	background: url(../img/header_back.jpg) no-repeat bottom center;
	/*border: solid 1px #000;*/
	}
	
#header p
	{
	float: right;
	width: 450px;
	margin: 22px 0 0 0;
	font: normal 1.1em verdana, arial, sans;
	line-height: 1.4em;
	}
	
#header img
	{
	
	}
	
/*flash*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/	

#flashcontent
	{
	height: 300px;	
	background: url(../img/flash_back.jpg) no-repeat center center;
	margin: 0 0 10px 0;
	}

/*news*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/		
	
#news_container
	{
	height: 25px;
	background: url(../img/news_back.jpg) no-repeat bottom center;
	}

#news
	{
	float: right;
	width: 770px;
	}	
	
#news_container .bold
	{
	font-weight: bold;
	}

#news_container p
	{
	padding: 5px 0 2px 10px;	
	}
	
	
/*boxes*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/		

#boxes
	{
	margin: 10px 0 0 0;
	}

#boxes div
	{

	width: 220px; 
	height: 176px;
	float: left;
	background: url(../img/box.jpg) no-repeat bottom center;
	margin: 0 8px 0 0;
	cursor: pointer;
	}
	
#boxes div.last
	{
	width: 220px; 
	height: 176px;
	float: left;
	background: url(../img/box.jpg) no-repeat bottom center;
	margin: 0 0 0 0;
	}
	
#boxes .clear
	{
	width: auto; 
	height: auto;
	float: none;
	background: transparent;
	clear: both;
	}
	
/*Content side menu*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/


#content_body
	{
	margin-top: 10px;
	}	
		
#txt
	{
	/*margin: 20px 0 0 0;*/
	width: 650px;
	float: right;
	}
	
#txt p
	{
	
	}

#txt p img
	{
	float: right;
	}


	
#txt ul
	{
	margin: 0 0 0 15px;
	list-style: square outside;
	list-style-image: url(../img/square.gif);
	width: 295px;
	}

#txt ul.sys
	{
	margin: 0 0 5px 15px;
	list-style: square outside;
	list-style-image: url(../img/square.gif);
	width: auto;
	}

#txt ul.sys_sec
	{
	margin: 5px 0 5px 15px;

	list-style: square outside;
	list-style-image: url(../img/dash.gif);
	width: auto;
	}
	
/*site map*/
#txt ul.sitemap
	{
	margin: 0 0 5px 15px;
	list-style: square outside;
	list-style-image: url(../img/green_square.gif);
	width: auto;
	}
	
#txt ul.sitemap a:link, #txt ul.sitemap a:visited
	{
	color: #6b6665;
	}
	
#txt ul.sitemap a:hover
	{
	text-decoration: underline;
	}
	
#txt ul.map2
	{
	margin: 0 0 5px 15px;
	list-style: upper-roman outside;
	list-style-image: none;
	width: auto;
	}
	
#txt ul.map3
	{
	margin: 0 0 5px 15px;
	list-style: lower-roman outside;
	list-style-image: none;
	width: auto;
	}
		
	
	
#txt .right
	{
	float: right;
	}
	
#txt .module
	{
	width: 320px;
	float: left;
	height: auto;
	padding: 7px 0 9px 5px;
	border-top: solid 1px #FFF;

	}
	
#txt .module div
	{
	float: right;
	width: 260px;
	}
	
/*download page*/	
#download div
	{
	float: right;
	padding: 0 0 10px 15px;
	}
	
#download div span
	{
	display: block;
	width: 200px;
	font-size: 0.9em;
	}
	
span.underline
	{
	text-decoration: underline;
	}


		
/*Events page*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/	


#evt_side
	{
	width: 200px;
	float: right;
	padding: 10px;
	background-color: #e8e8e8;
	}
	
#evt_side b {display:block; padding-top:5px;}


/*site map and footer*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/		

#sitemap
	{
	margin: 15px 0 0 0;
	padding: 1px 0 2px 0;
	border-bottom: solid 1px #d3cdcd;
	border-top: solid 1px #d3cdcd;
	}

#footer ul, #sitemap ul
	{
	list-style: none;
	float: right;
	}
	
#footer ul
	{
	margin: 16px 0 0 0;
	}

#footer li, #sitemap li
	{
	display: inline;
	}
	
#footer
	{
	margin: 50px 0 0 0;
	}


