/* GRAPHITE BASIC RESETS */
body {
	font-size: 62.5%;
	line-height: 1.5em;
	overflow-y: scroll;
}

/********** SITE RESETS / DEFAULTS ***********/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;	
}
.infoArea h3 {
	padding-bottom: .5em;
	padding-top: 0.5em;
}

li{
	list-style-position: outside;
	line-height: 2em;
	list-style-image: none;
	list-style-type: none;
}

ul, li{
	color: #969E8D;
}
a{
	color: #000099;
}
a:hover{
	color: #96BF1F;
}


h4, li{
	font-size: 1.3em;
}

.green, h2{
	color: #96BF1F;
}

h1{
	color: #fff;
	font-size: 4.8em;
}

h2{
	font-size: 1.5em;
	margin-bottom: 10px;
}

p{
	font-size: 1.3em;
}




/********** GLOBAL LAYOUT ***********/

body{
	font-family: Helvetica, Arial, sans-serif;
	background-color: #00FF00;
	font-size: 63%;
}

ul{
	width: 183px;
	background-color: #9dc1e0;
	margin-left: 5px;

}

li a{
	height: 45px;	
	font-size:15px;	
	display: block;
	color: #000;
	width: 180px;
	padding: 1px 1px;
	margin: 1px 1px;
	border-bottom: 2px solid #fff;
	-moz-transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
    -o-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
}

.leftNavigation li a:hover, .leftNavigation li a.selected{
	background-color: #e90a27;
	color: #fff;
    -moz-transition: background-color 0.01s;
    -webkit-transition: background-color 0.01s;
    -o-transition: background-color 0.01s;
    transition: background-color 0.01s;
}
