/*
green1: #84BB43
green2: #588b1f
*/

/* Global config*/
*{
	margin:0;
	padding:0;
}
body{
	background: #eee url('../img/ae_bg2.jpg');
	width: 600px;
	margin: auto;
        font-family: arial;
        color: #333;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
}
a img{
    border: none;
}
em{
    color: #555;
}
p{
    text-indent: 10px;
    text-align:justify;
}
h1{
    padding: 10px 0px;
    color:#588b1f;
    font-size: 18px;
}
h2{
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    color:#588b1f;
    font-size: 14px;
}
/* Block management */
#menu {
	list-style:none;

}
#logo{
        position: relative;
        top: 20px;
}
#content{
    position: relative;
    top: 50px;
}
#footer{
    position: relative;
    top: 50px;
    font-size: 10px;
    height: 100px;

/* Element style*/

clear: both;
}
#footer p{
    text-align: center;
}
#menu li {
	float:left;
	width:120px;
	height:30px;
	text-align:center;
}
#menu li a {
        font-family: Arial, Helvetica, sans-serif;
	display:block;
	padding-top:10px;
	margin-left: 3px;
	margin-right: 3px;
	height:100%;
	color:white;
	font-weight: bold;
	text-decoration:none;
	font-size: 16px;
        text-transform:uppercase;
	-webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        text-shadow: -2px 1px 3px #555;
        background:url('../img/menu_bg3.png') repeat 0 -80px;
}
#postit{
    float:right;
    background:url('../img/postit.png') no-repeat;
    width: 200px;
    height: 200px;
    padding-top: 52px;
    padding-left: 44px;
    -webkit-transform: rotate(10deg);
   -moz-transform: rotate(10deg);
   transform: rotate(10deg);

}
#postit p{
    text-align:left;
}
.losangeles li {
    list-style-image: url('../img/puce.png');
    margin-left: 30px;
    margin-bottom: 10px;
}

.sanfrancisco{
    font-weight: bold;
    padding-bottom: 20px;
    color:#588b1f;
}
.sacramento{
    background:url('../img/hr.png') 0px 0px no-repeat;
    width: 511px;
    height: 1px;
    margin:  25px auto;
}
form{
    width: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
}
input[type=text], textarea{
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    display: block;
    width: 100%;
    margin:5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #AAA;
}
input[type=text]:focus, textarea:focus{
    background-color:#F9FFEF;
}
