/* CSS - LAYOUT */
html, body {
height: 100%;
}
/* MAIN PAGE */

div#wrapper {
	width:790px;
	margin:30px auto 0 auto;
	background:#333333 url(../images/site/i_bg.jpg) repeat-y;
}

div#wrapper_head {
	height:33px;
	width:790px;
	background:#333333 url(../images/site/i_bg_top.jpg) no-repeat;
}

div#wrapper_foot {
	width:790px;
	height:33px;
	background:#333333 url(../images/site/i_bg_bot.jpg) no-repeat;
	clear:both;
}

div#content{
	width:750px;
	margin:0 auto 0 auto;
	background:none;
}


div#header {
	width:100%;
	height:135px;
}
img.logo {float:left; padding-left:14px;}
img.slogan {float:right; padding-top:95px; display:none;}


div#strip{
	clear:both;
	background:#0768A9;
	width:100%;
	height:224px;
}
img.title {float:left; padding-top:161px;}

div.slideshow {
	width:292px;
	height:224px;
	float:right;
}


div#page {
	position:relative;
	clear:both;
	background:#FFFFFF;
	width:100%;
	padding: 20px 0 20px 0;
}

.prologo {
	position:absolute;
	right:0;
	bottom:0;
	padding:0 20px 15px 0;
}



div#main_col {
	padding:0 44px 0 44px;
}




div#left_col {
	width:373px;
	float:left;
	padding:0 44px 0 44px;
	border-right:#CCCCCC 1px solid;

}


div#right_col {
	width:245px;
	float:right;
	padding:0 20px 0 20px;
}
/** html #right_col{height:100%;}


#prologo {
	width:100%;
	min-height:100%;
	background:#00FFFF;
}
* html #prologo{height:100%;}


div#right_col p {	text-align:left;
}

*/

.partners {border:1px #CCCCCC dotted; padding:14px; margin-bottom:5px;}

.partners img {padding:0 14px 10px 0; float:left;}


	


div#footer {
	clear:both;
	width:750px;
	margin:0 auto 0 auto;
}

div#footerLeft {
	font-size:0.7em;
	float:left;
	padding-left:10px;
	color:#555;
	background-color:inherit;

}

div#footerRight {
	font-size:0.7em;
	float:right;
	padding-right:10px;
	color:#555;
	background-color:inherit;

}


a.adobe {
	width:122px;
	height:33px;
	display:block;
	cursor:pointer;
	background:url(../images/site/get_adobe_reader_down.gif) no-repeat;
}

a:hover.adobe {background:url(../images/site/get_adobe_reader.gif) no-repeat;}



/* TOGGLER */
p.newsToggler {color:#666666; text-align:left; font-weight:bold; cursor:pointer;}

p.newsContent {color:#666666;}

div.newsWrap {border:#CCCCCC dashed 1px; padding:7px; margin-bottom:10px;}
	

div.slideshow {
  margin:0 auto;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background: #FFF;
  bottom: -35px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}




