@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	white-space: 0px;
}

body{
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	color: #333;
	word-spacing: 3px;
	line-height: 25px;
	background: url(../images/bg.jpg) repeat;
}
header
{
	background-color:#FFF;
}
h1 {
	font-size: 36px;
	color: #003;
	margin-left:20px;
}
h2 {
	font-size: 24px;
	color: #003;
	line-height: 10px;
	margin-left:20px;
}
h3 {
	font-size: 18px;
	color: #033;
	margin-left:20px;
}

h4 {
	font-size: 16px;
	color: #033;
	margin-left:20px;
}

p
{
	margin: 0 20px 0 20px;
}

a
{
	text-decoration:none;
	color:#FFF;

}

#social
{
	width: 100px;
	height:32px;
	position: absolute;
	margin-left: 840px;
	margin-top: 1px;
	
}

#social img
{
	float: left;
	margin-left:1px;
}

table
{
	margin: 0 auto;
	display:block;
	box-shadow: 0px 0px 12px #333;
}
table, th, td
{
	margin: 0 auto;
	padding: 2px;
	border:3px solid #CCC;
	border-collapse:collapse;
}

th
{
	background-color:#ccc;
}

td
{
	background-color:#fff;
	margin: 2px;
}
header{
width: 100%;
height: auto;
}

#wrapper
{
	width: 945px;
	height: auto;
	margin: 0 auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#E6E6E6;
	box-shadow: 0px 0px 20px #69F;	
} 

#headcontainer{
width: 945px;
height: 85px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
position:relative;
}
#logo {
    width: 200px;
    height: 106px;
    margin-top: -11px;
    position: relative;
    float: left;
    background: url(../images/logov2.jpg);
}


#headcontainer h2
{
	margin-top:22px;
	margin-left:110px;
}

#headcontainer h3
{
	margin-top:4px;
	margin-left:110px;
}

nav
{
	width: 100%;
	height:auto;
	border-bottom: 3px solid #FFF;
	z-index:100;
	
	/* Chrome 10+,Safari */
background : -webkit-linear-gradient(top, rgb(105, 90, 219) 00%, 
rgb(23, 16, 130) 02%, rgb(11, 0, 71) 69%);

/* Firefox 4+ */ 
background : -moz-linear-gradient(top, rgb(105, 90, 219) 00%, 
rgb(23, 16, 130) 02%, rgb(11, 0, 71) 69%);

/* Opera */
background : -o-linear-gradient(top, rgb(105, 90, 219) 00%, 
rgb(23, 16, 130) 02%, rgb(11, 0, 71) 69%);

/* IE 10+ */
background : -ms-linear-gradient(top, rgb(105, 90, 219) 00%, 
rgb(23, 16, 130) 02%, rgb(11, 0, 71) 69%); 

/* W3C */
background : -linear-gradient(top, rgb(105, 90, 219) 00%, 
rgb(23, 16, 130) 02%, rgb(11, 0, 71) 69%);
}

#nav-container
{
	width: 945px;
	height:60px;
	margin: 0 auto;
}

/* Manubar */

#menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Titillium Web", sans-serif;;
	font-size:14px;
	font-weight:bold;
	}
#menu ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	}
#menu li{
	float:left;
	padding:0px;
	}
#menu li a{
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:60px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
	}
#menu li a:hover, #menu ul li:hover a{
	background: #003;
	color:#FFFFFF;
	text-decoration:none;
	}
#menu li ul{
	background:#333333;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	border-top: 3px solid #fff;
	/*top:1em;
	/*left:0;*/
	}
#menu li:hover ul{
	display:block;
	opacity:0.8;
	
	}
#menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	}
#menu li:hover li a{
	background:none;
	
	}
#menu li ul a{
	display:block;
	line-height:30px;
	font-size:14px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}
#menu li ul a:hover, #menu li ul li:hover a{
	background: #01075C;
	border:0px;
	color:#ffffff;
	text-decoration:none;
	}
#menu p{
	clear:left;
	}	

.current
{
	color:#fff;
	background-color:#003;
}

#slider{
	width: 100%;	
}

#thematic-area ul li
{
	width: 138px;
	height: 55px;
	list-style-type:none;
	display:block;
	float:left;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	font-size:16px;
	text-align:center;
	line-height: 25px;
	box-shadow: 0px 10px 10px -10px #000;
	opacity:0.8;
}

#thematic-area ul li:hover
{
	box-shadow: 0px 10px 10px -8px #000;
	opacity:1;
}

aside
{
	width: 280px;
	height: 200px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 0px 10px 0px 10px;
	float: right;
	display:block;
	background-color: #FFFFCA;
	border-radius: 10px 10px 0px 0px;
	color: #333;
	overflow:hidden;	
}
aside h3
{
	width: 300px;
	height: 50px;
	box-shadow: 0px 18px 18px -20px #000;
	background-color: #FFF;
	line-height: 50px;
	text-align:center;
}


#partner-wrapper
{
	width:940px;
	height:90px;
	margin-left: 20px;
	position:relative;

}

.partners
{
	width: 100px;
	height: 60px;
	display:block;
	float:left;
	opacity: 0.6;
	
}

.partners:hover
{
	opacity: 1;
}


#map
{
	width: 100%;
	height: 400px;
	background-color:#666;
	position: relative;	

}

#contact
{
	width: 250px;
	height: auto;
	margin-top:50px;
	position: relative;	
	float:left;
	border-right: 1px dotted #FFF;
}

form
{
	width: 800px;
	height:350px;
	margin-top: 50px;
	margin-left: 295px;
}

form input
{
	width: 220px;
	height:20px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	box-shadow: 1px 1px 5px #CCC;
	border:none;
}

form textarea
{
	padding: 5px;
	box-shadow: 1px 1px 5px #CCC;
	border:none;
}
	
label
{
	width: 120px;
	height: 30px;
	display:block;
	margin-left:30px;
	float:left;
	line-height:30px;
}

div form
{
	width: 630px;
	height:350px;
	margin-left: 250px;
}
.button
{
	width: 80px;
	height: 40px;
	margin-top:8px;
}

.button:hover
{
	background-color:#003;
	color: #FFF;
}

footer
{
	width:955px;
	height:50px;
	margin: 0 auto;
	background-color:#333;
	position:relative;
}

footer div
{
	width: 452px;
	height:50px;
	margin: 0px 10px 0px 10px;
	float:left;
	color:#CCC;
	line-height:50px;
}
