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

body, html{
margin-top:0px;
font-family:"Trebuchet MS";
font-size:12px;
}

/* Links */
a{
color:#F7941C;
text-decoration:none;
}

a:hover{
color:#464847;
text-decoration:underline;
}

a.leftmenu{
color:black;
text-decoration:none;
}

a.leftmenu:hover{
color:#464847;
text-decoration:none;
}


a.footermenu{
color:#464847;
text-decoration:none;
}

a.footermenu:hover{
color:white;
text-decoration:none;
}

a.mapcloudlink{
color:#464847;
text-decoration:none;
}
a.mapcloudlink:hover{
color:white;
text-decoration:none;
}


/* Text */
ul{
list-style:none;
margin:0;
padding:5px;
}

p{
line-height:20px;
}

h1{
font-size:16px;
font-weight:bold;
color:#F7941C;
letter-spacing:2px;
margin:0px;
padding:0px;
}

h2{
font-size:16px;
font-weight:bold;
color:#F7941C;
letter-spacing:2px;
margin-top:0px;
margin-bottom:3px;
line-height:14px;
}

h3{
font-size:16px;
font-weight:bold;
color:#F7941C;
letter-spacing:2px;
margin-top:0px;
margin-bottom:3px;
line-height:14px;
}

h4{
font-size:16px;
font-weight:bold;
color:white;
margin-top:0px;
margin-bottom:3px;
line-height:14px;
}

/* TD's - DIV's */
#content{
margin-left:80px;
margin-top:10px;
margin-right:20px;
background-color:#FFFFFF;
}

#menu{
width:912px;
}

#eye-c{
background:url(../images/eye-catcher-back.jpg); 
background-repeat: no-repeat;
}

#rightcolumn{
width:180px;
background-color:white; 
}

#footer{
background:url(../images/footer.jpg); 
background-repeat: repeat-x;
}

#mapcloud{
background: url(../images/menu_cloud.jpg);
background-repeat: repeat-x;
text-transform:lowercase;
}

/* Classes */
.eyecatchertitle{
font-size:17px;
color:white;
margin:0px;
letter-spacing:2px;
}

.footertext{
font-size:11px;
color:#464847;
margin-left:20px;
margin-left:20px;
margin-top:10px;
}

.mapcloudtitle{
font-size:16px;
font-weight:bold;
color:white;
margin-top:0px;
margin-bottom:3px;
line-height:14px;
}

.white{
background-color:#FFFFFF;
}

.black{
background-color:#242424;
}

.quote{
background:#FFFFFF  url(../images/quote_o.gif) top left no-repeat; 	
border-top: 2px dotted #CCCCCC;
border-bottom: 2px dotted #CCCCCC;
}

.quotetxt{
background: url(../images/quote_c.gif) bottom right no-repeat; 
font-size:12px; 
line-height:125%;	
color:#666666; 
font-style:italic;
text-align:center;
}

