/* GENERAL STYLES */

/* MAIN LAY-OUT ELEMENTS ////////////////////////////////////////////////*/

* {margin:0;padding:0}
body {
	background:#CDD9F3;
}

body {
	text-align:center;
	font:normal 70% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

h1 {
	font-size:1.1em;
	padding-bottom:2em;
	color:#666;
}

h2 {
	font-size:1em;
	font-weight:normal;
	padding-bottom:3em;
	color:#666;
	font-style:italic;
}


h3 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:0.30em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}


p {
	line-height:1.64em;
	padding-top:0.3em;
	padding-bottom:1.5em;
	text-align:justify;
}

select {
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

input {
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}


ul {
	list-style:none;
}

a{
	text-decoration:none;
	color:#666;
}



/* CENTER DIV ////////////////////////////////////////////////*/
div.background {
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
	background:#fff;
	overflow:hidden;
}

div.center {
	width:770px;
	padding-top:10px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
	background:#fff;
}

html,body { 
height: 100%; 
} 

/* HEADER + MENU ////////////////////////////////////////////////*/
#nav {
	padding: 0 0 0 0;
	margin: 138px 0 0 32px;
	list-style: none;
}

#nav li {
	float: left;
	width: 95px;
}

#nav ul {
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	width: 100px;
	left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
}

#nav a {
	display: block;
	margin: 4px 5px 4px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

ul a{
	color: #FFF;
	cursor: default;
}

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #2F65C5;
	cursor: pointer;
}

ul a:hover, ul ul a:active{
	font-weight: bold;
	cursor: pointer;
}

ul ul a:hover, ul ul a:active{
	font-weight: normal;
	color: #282828;
	cursor: pointer;
}

ul li{
	border-left: 0px solid #666;
}

ul ul li{
	background-color: white;
	border-left: 0;
}

div.header_foto {
	height: 170px;
	width: 228px;
	float:left;
	margin-bottom:2em;
}


div#menu {
	background:url(../img/av_bg_menu.jpg) no-repeat;
	height:170px;
	width: 542px;
	float: left;
}




/* CONTENT SECTION ////////////////////////////////////////////////*/

div#content{
	float:left;
	width:555px;
	padding:10px 5px 0 5px;
	background:#fff;
}

div#content ol{
	list-style-type:decimal;
	margin:0 0 1.5em 2em;
}

div#content img.image_right{
	float:right;
	margin:3px 0 10px 15px;
}

div#content img.image_left{
	float:left;
	margin:5px 15px 5px 0px; 
}

div#content img.image_list{
	margin:1px 15px 0 0; 
	float:left;
}

div#content h3{
	margin:0 0 0.em 0;
}

div#content ul{
	padding-bottom: 1em;
	clear:both;
}

div#content ul.bulletlist li{
	background: url(../img/bullet.gif) no-repeat;
	padding:0 0 1em 1.5em;
}

div#content ul li p{
	padding-bottom:.7em;
}

a.readmore{
	padding:0em .5em 0 0;
	font-weight: bold;
	line-height: 20px;
	color:#2F65C5;
}

a.readmore:hover{
	text-decoration: underline;
}

.block{
	display:block;
}

.bottommargin{
	margin-bottom:55px;
}

.topmargin{
	margin-top:15px;
}	

.grey{
	color:#666;
}


a.top{
	padding:0 0 0 1.1em;
	margin:1em 0 0 0;
	float:right;
	font-weight: bold;
	color:#2F65C5;
	background: url(../img/up.jpg) no-repeat 0 .2em;
}



/* HOMERIGHT ////////////////////////////////////////////////*/

div#homeright{
	float:right;
	width:175px;
	margin:10px 0 0 0;
	background:#2F65C5 url(../img/av_rightmenu_top.gif) no-repeat;
}

div#homeright_content{
	width:160px;
	float:right;
	padding:5px;
	height:250px;
}

div#homeright_bottom{
	width:175px;
	height:50px;
	float:right;
	background:url(../img/av_rightmenu_bottom_2.gif) no-repeat;
}


div#homeright h3{
	padding:.3em 0 0 .25em;
	color:#fff;
}

div#homeright h3.topmargin{
	margin-top:1em;
	padding:.3em 0 0 .25em;
	color:#fff;
}

div#homeright_content ul{
	padding-top:1em;
}

div#homeright_content ul li{
	padding:0 0 .6em 1.3em;
	background: url(../img/av_arrow.gif) no-repeat 0 .2em;
}

div#homeright_content ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:none;
}

div#homeright_content ul li a:hover{
	color:#f0f0f0;
}

div#carrousel{
	float:right;
	width:195px;
	height:150px;
	margin:10px -28px 0 0;
}

div#carrousel h3{
	padding: 0 0 0 40px;
}





/* FOOTER */

ul#footer{
	text-align:center;
	margin:2em 0 0 1em;
	padding:10px 0 10px 10px;
	background:#fff url(../img/footer.gif) no-repeat;
	float:left;
	width:555px;
	clear:both;
	text-align:center;
}

ul#footer li{
	display:inline;
}

ul#footer li a{
	font-weight:bold;
	color:#FFF;
	padding-right:60px;
}