@charset "utf-8";
/* CSS Document */
html{height: 100%;}
* {
padding: 0;
margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/back.jpg) repeat;
	height:100%;
	width:100%;
	max-width:1536px;
	max-height:1152px;
	min-height:450px;
	behavior: url(../style/csshover.htc); /* WinIE behavior call */
}
#footer {
	float:left;
	bottom:0px;
	left:0px;
	color:#FFF;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	position: absolute;
}
#footer #imber {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
#tagline {
	font-family: Papyrus, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bolder;
	color: #CCCCCC;
	text-align: right;
	float:right;
	right:0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	border-style: none;
	position: absolute;
	left: 0px;
	top: -10px;
}
#breadcrumbs {
	height: 70px;
	position: absolute;
	width: 40%;
	left: 0px;
	top: 0px;
	float:left;
}
#footer #dico {
	float: right;
	padding: 5px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a:visit {
	color: #FFFFFF;
	text-decoration:none;
}
#building {
	padding: 0px;
	float: right;
	position: absolute;
	bottom: 80px;
	right: 1px;
}
#footer strong.big {
	font-size:large;
}
#mashead {
	height: 70px;
}
#mashead ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	height: 35px;
	width:60%;
	position: absolute;
	top: 0px;
	right: 0px;
}
#ul.menu li {
	list-style:none;
	position:relative;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	height: 1.5em;
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	width: 7em;	/* width of all menu boxes */
}
#ul.menu ul {
	position:absolute;
	z-index:500;
	font-size: x-small;
	top:auto;
	display:none;
	padding: 1em;
	height: auto;
}
#main-nav .thumb {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 8px;
}
#main-nav {
	float: left;
	position:absolute;
	right: 435px;
	bottom: 98px;
	height: 300px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: left;
}
#main-nav a{
	text-decoration:none;
	color:#FFFFFF;
}
#main-nav a:hover{
	color:#CCC;
	font-weight:bolder;
}
#main-nav ul{
	list-style:none;
}
#main-nav ul ul{
	position:absolute;
	z-index:1000;
	top:-40%;
	right:80%;
	font-size: small;
	display:none;
}
#main-nav li:hover ul{
	display:block;
	cursor:pointer;
	z-index:100;
}
#main-nav li:hover a{
	color: #CCC;
	font-weight:bold;
}
#main-nav li:hover a:hover{
	color: #FFF;
	font-weight:bolder;
}

#main-nav li:hover .thumb {
	background-color:#FFFF99;
	padding: 3px;
}

#main-nav ul ul li{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	margin-top: 10px;
	width: 60px;
	display:block;
	white-space:nowrap;
}
#main-nav ul ul li.l1{
	right: 5px;
}
#main-nav ul ul li.l2{
	right: 35px;
}
#main-nav ul ul li.l3{
	right: 65px;
}
#about{
	position:absolute;
	right: -60px;
	bottom: 265px;
	left:150px;
	vertical-align:baseline;
}
#benefits{
	position:absolute;
	right: -45px;
	bottom: 190px;
	left:80px;
}
#lacruz{
	position:absolute;
	right: -20px;
	bottom: 110px;
	left:50px;
}
#project{
	position:absolute;
	right: 0px;
	bottom: 0px;
	left:0px;
}
#home{
	position:absolute;
	right: 180px;
	bottom: 0px;
}
#copyright {
	font-size: x-small;
	text-align: center;
}
#slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 0px;
	overflow: auto;
	float:left;
	left:0px;
	top:0px;
	position:relative;
}
#slogan strong {
	color: #CCCCCC;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
.normal a {
	color: #cccccc;
	text-decoration: none;
}
.normal a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}