/* CSS Document */

* { padding: 0; margin: 0; }

/* ****** BODY ******************************************* */

body {
	font-family: "helvetica neue", helvetica, verdana, arial, sans-serif;
	font-size: 14px;
	background: #fff;
}


/* ****** TYPE ******************************************* */

p {
	font-size: 1em;
	padding: 0 0 8px 0;
	line-height: 1.5em;
	color: #555;
}

h1 {
	font-family: "helvetica neue", arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
    font-size: 1.9em;
	margin: 0;
	padding: 10px 0 0 0;
	color: #cc3333;
	line-height: 1.1em;
}

h2 {
	font-family: "helvetica neue", arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	font-size: 1.3em;
	font-style: normal;
	text-transform: none;
	padding: 0 0 10px 0;
	color: #ff0000;
}

a {	
	text-decoration: underline;
	color: #ff0000;
	padding: 2px;
}

a:hover {
	text-decoration: none;
	font-style: normal;
	background: #bbb;
	color: #fff;
	padding: 4px;
}

.content a {	
	text-decoration: none;
	background: #ccc; 
	color: #000;
	padding: 2px;
}

.lead {	
	font-family: georgia, times, serif;
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #ccc;
}

/* ****** LAYOUT******************************************* */

#wrapper { 
	margin: 30px 0 0 80px;
	width: 922px;
}

#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #fff;
	height: 80px;
	margin: 10px 0px 5px 0px;
	background: #fff;
}

#sidebar_left { 
	color: #333;
	border: 1px solid #fff;
	background: #fff;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: 560px;
	width: 265px;
	float: left;
}

#content {
	background: #fff url("../images/logo_eva_grey.jpg");
    background-repeat: no-repeat;
    background-position: 430px 84px; 
	float: right;
	color: #333;
	border: 1px solid #fff;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 560px;
	width: 608px;
	display: inline;
	position: relative;
}

#navigation {
	width: 500px;
	border: none;
	background: #fff;
	padding: 0;
	margin: 20px 0 0 295px;
	height: 27px;
}

/* ****** NAVIGATION *************************************************** */

ul#menu {
	font-family: "helvetica neue", helvetica, verdana, arial, sans-serif;
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 27px;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 0;
	height: 27px;
}

ul#menu li.left {
	margin: 0;
}

ul#menu li a {
	display: block;
	float: left;
	color: #ccc;
	letter-spacing: 3px;
	background: #fff;
	line-height: 27px;
	text-decoration: none;
	border: none;
	padding: 0 13px 0 13px;
	height: 27px;
}

ul#menu li a.right {
	padding-right: 19px;
}

ul#menu li a:hover {
	color: #fff;
	background: #ff0000;
}

ul#menu li a.current {
	color: #000;
	background: #ddd;
}

ul#menu li a.current:hover {
	color: #000;
	background: #ddd;
}

/* ****** IMAGES ******************************************* */

.img_sidebar {
	border: none;
  	padding: 0;
    background: none;
}

/* ****** LINES ******************************************* */
hr	{
	border: 0px;
	border-bottom: 1px dotted #999;
}