* {
	margin: 0px;
	padding: 0px;
}
a:active
{
  outline: none;
}
body{
	background:#aaaaaa url(../../images/site/body.gif) repeat-x center 113px;
	font-family: Arial, Helvetica, sans-serif;
}
img{
	border:none;
}

/* Header */

#header_board{
	width:100%;
	height:111px;
	border-bottom:2px solid #ffffff;
	float:left;
	background:#003265 url(../../images/site/header.gif);
}
.center_div{
	width:920px;
	margin:0px auto;
}
#header{
	float:left;
	width:900px;
	margin:0px 10px;
	height:111px;
}
#header #logo{
	float:left;
	width:900px;
	height:87px;	
}
#header #logo a{
	text-decoration:none;
	color:#ffffff;	
}

/* Main menu */

#header #menu{
	float:left;
	width:900px;
	height:24px;
	background:#f0f0f0 url(../../images/site/header.gif) repeat-x left bottom;
}
#header #menu ul{
	float:left;
	height:24px;
	width:776px;
	background:#003265 url(../../images/site/menu_ul.gif);
	padding-left:1px;
	display:inline;
}
#header #menu ul li{
	float:left;
	height:24px;
	width:96px;
	background:#dadada url(../../images/site/menu_li.gif) right top;
	list-style:none;
	display:inline;
	margin-right:1px;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
}

#header #menu ul li a{
	float:left;
	height:15px;
	width:96px;
	color:#555555;
	padding-top:9px;
	text-decoration:none;
	display:inline;
	-xhtml-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
#header #menu ul li a.selected, #header #menu ul li a.selected:hover{
	background:#3f556b url(../../images/site/menu_sel.gif) right top;
	color:#ffffff;
	-xhtml-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
#header #menu ul li a:hover{
	-xhtml-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* Search box */

#search{
	float:right;
	width:118px;
	height:24px;
	display:inline;
}
#q{
	float:left;
	margin-top:5px;
	border:1px solid #c7c7c7;
	height:15px;
	width:94px;
	background:none;
	color:#a6a6a6;
	padding:0px 2px;
}
#q:focus{
	color: #333333;
}
#ok{
	float:right;
	margin-top:5px;
	font-size:10px;
	color:#ffffff;
	background:#999999;
	width:17px;
	height:17px;
}
#ok{
	-xhtml-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#ok:hover{
	-xhtml-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}

/* Content div */

#shadows{
	float:left;
	width:920px;
	background: url(../../images/site/shadows.gif);
}
#shad_l{
	float:left;
	width:910px;
	padding-left:10px;
	background: url(../../images/site/shad_l.gif) no-repeat left top;
}
#shad_r{
	float:left;
	width:900px;
	padding-right:10px;
	background: url(../../images/site/shad_r.gif) no-repeat right top;
}
#content{
	float:left;
	width:900px;	
	background:#eeeeee url(../../images/site/content.gif) repeat-x left bottom;
	border-bottom:1px solid #353535;
}

/* Submenu */

#submenu, #submenu .top, #submenu ul, #submenu ul li{
	float:left;
	width:225px;
	display:inline;
	overflow:hidden;
}
#submenu .top{
	height:33px;
	background:#003265 url(../../images/site/sub_top.gif);
}
#submenu ul{
	border-bottom:1px solid #ffffff;
	background:#cccccc;
}
#submenu ul li{
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	margin-bottom:1px;
	background:#eeeeee url(../../images/site/sub_li.gif) repeat-y left top;
	font-size:11px;
	font-weight:bold;
	text-transform:lowercase;
	list-style:none;
}
#submenu ul li a{
	float:left;
	width:190px;
	text-decoration:none;
	color:#104e6e;
	padding: 4px 0px 4px 35px;
}
#submenu ul li a:hover{
	color:#21719a;
}
#submenu ul li a.selected{
	background:#004577 url(../../images/site/sub_li_sel.gif);
	color:#ffffff;
}
#submenu ul li.nav2{
	border-bottom:none;
	border-top:none;
	background:#ffffff url(../../images/site/sub_li2.gif) repeat-y left top;	
}
#submenu ul li.nav2 a{
	color:#666666;
	font-weight:normal;
}
#submenu ul li.nav2 a.selected{
	color:#666666;
	font-weight:bold;
	background:none;
}
#submenu .bottom{
	float:left;
	width:245px;
	height:100px;
	background: url(../../images/site/sub_bottom.gif) no-repeat left top;
}

/* Main div */

#main{
	float:right;
	display:inline;
	overflow:hidden;
	width:674px;
	border-left:1px solid #353535;
	background:#ffffff;
}
#main .top{
	float:left;
	width:674px;
	height:33px;
	border-bottom:1px solid #ffffff;
	background:#31465c url(../../images/site/content_top.gif) repeat-x;
}
#main .img{
	float:left;
	width:674px;
	border-bottom:1px solid #ffffff;
	background:#eeeeee;
	color:#6c6c6c;
	text-transform:uppercase;
	font-size:12px;
}

/* Ariane */

#ariane{
	float:left;
	width:650px;
	height:18px;
	background: #e8e9ea url(../../images/site/ariane.jpg);
	padding-left: 24px;
	font-size:10px;
	text-transform:lowercase;
	padding-top:9px;
	color:#aaaaaa;
}
#ariane a{
	text-decoration:none;
	color:#104e6e;
}
#ariane a:hover{
	color:#21719a;
}

/* Text */

h1{
	float:left;
	width:650px;
	height:22px;
	border-bottom:2px solid #345362;
	font-size:18px;
	text-transform:uppercase;
	color:#7e7e7e;
	padding-left:8px;
	background:#f0f0f0;
	padding-top:24px;
	font-weight:normal;
	margin-left:16px;
	display:inline;
}
h2{
	float:left;
	text-transform:uppercase;
	color:#104e6e;
	font-size:13px;
	text-align:left;
}
#text h2{
	margin:10px 0px;
	width:440px;
	border-bottom:1px solid #cccccc;
}
#col{
	float:left;
	background:#eaedef url(../../images/site/col.gif) repeat-x left bottom;
	width:658px;	
	margin-left:16px;
	display:inline;
	overflow:hidden;
}
#text{
	float:left;
	width:440px;
	background: #FFFFFF url(../../images/site/text.gif) repeat-x left -50px;
	font-size:11px;
	text-align:justify;
	padding: 20px 16px 20px 8px;
	color:#6c6c6c;
	display:inline;
	overflow:hidden;
}
#text p.intro{
	font-weight:bold;
	color:#003265;
}
#text p{
	float:left;
	width:440px;
	padding-bottom:10px;
}
#text ul{
	float:left;
	border-top:1px solid #cccccc;
	margin:20px 0px;
	width:440px;
	text-align:left;
}

#text li{
	list-style:none;
	background: url(../../images/site/txt_bullet.gif) no-repeat left 7px;
	border-bottom:1px solid #cccccc;
	padding: 3px 0px 3px 10px;
}


#text a{
	color:#104e6e;
}
#right a{
	text-decoration:none;
	color:#104e6e;
}
#text a:hover, #right a:hover{
	color:#21719a;
}

/* Right row */

#right{
	float:right;
	width:194px;
	display:inline;
	overflow:hidden;
	
}
#right h3{
	width:186px;
	background:#004577 url(../../images/site/txt_col_h3.gif) left bottom;
	color:#ffffff;
	padding:4px 4px 8px;
	margin-bottom:1px;
	font-size:11px;
	text-transform:lowercase;
}
#right p{
	width:186px;
	padding:8px 4px;
	font-size:11px;
	color:#4c4c4c;
	border-bottom:1px solid #e3e3e3;
	background:#eaedef;
}

/* Footer */

#footer{
	float:left;
	width:900px;
	height:60px;
	padding:0px 10px;
	background:url(../../images/site/footer.gif);
}
#footer .left{
	float:left;
	width:226px;
	height:43px;
	background:#eaedef url(../../images/site/footer_left.gif);
}
#footer .right{
	float:right;
	width:674px;
	height:43px;
	background:#ffffff url(../../images/site/footer_right.gif) no-repeat left bottom;
}
#footer .right p{
	float:left;
	font-size:9px;
	color:#b7b7b7;
	margin-left:24px;
	margin-top:30px;
	text-transform:uppercase;
}
#footer .right a{
	text-decoration:none;
	color:#888888;
}
#footer .right a:hover{
	color:#666666;
}
.diabolo{
	float:right;
	margin-right:10px;
	padding:5px;
	margin-top:25px;
	-xhtml-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.5;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#104e6e;
	display:none;
}
.diabolo:hover{
	-xhtml-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	color:#21719a;
}
