/* Typography styles */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 155%;
	color: #444;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 135%;
	color: #444;
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

li a, 
img a {
	border: 0;
}

a {
	text-decoration: underline;
	font-weight: nomal;
	color: #444;
}

a:hover {
	text-decoration: none;
}

/*#mid-content-panel p {
	color: #EDECEB;
}*/

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	margin: 0 0 .6em 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: normal;
	font: 2em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;

} 

h1,
h1 a {
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	float:  left;
	height: 35px;
	font-size: 24px;
	padding-top: 10px;
}

h1 a span {
	color: #666;
}

h1 a:hover,
h1 a:hover span {
	color: #D46516;
}


/*h1.logo,
p.logo {
	display: block;
	clear: both;
	float: left;
	width: 400px;
	height: 60px;
	margin: 0;
	line-height: normal;	
}

h1.logo span,
p.logo span {
	float: left;
	width: 400px;
	height: 60px;
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) left top no-repeat;
	cursor: pointer;
}

h1.logo a:hover span,
p.logo a:hover span {
	background: transparent url(../images/logo.gif) left -100px no-repeat;
}*/

h2 {
	font-size: 2.2em;
	margin: 1.4em 0 .8em 0;
	letter-spacing: -1px;
	font-weight: bold;
}

h3 {
	font-size: 1.8em;
	margin: .6em 0 .8em 0;
	letter-spacing: -1px;
	font-weight: bold;	
	color: #fff;
}

h4 {
	font-size: 1.6em;
	margin: .4em 0 .8em 0;
	letter-spacing: -1px;
	font-weight: bold;	
	color: #444;	
}
