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

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	line-height:1.5;	
}

.container {
	width:960px;
	margin:0 auto;	
}

h1 {
	background-color:grey;
	color:white;
	text-align:center;
}

.accordion-menu .content {
	margin-bottom:10px;
}

.accordion-menu .content h2 {
	background-color:black;
	color:white;
	padding:5px 20px;
	cursor:pointer;
}

.accordion-menu .content p {
	text-align:justify;
}

.arrow {
	background-repeat:no-repeat;
	background-position:10px center;
}

.arrow-right {
	background-image:url(../images/arrowRight.gif);
}

.arrow-down {
	background-image:url(../images/arrowDown.gif);
}