/* @override http://dev.dyadcom.com/smartstorming.com/trunk/css/global.css */

/* @group Typography */

body {
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

strong{	font-weight: bold;}
em{	font-style: italic;}

blockquote {
	background: #ffe977 url(../img/bg_bq.gif) no-repeat 0 0;
	font-size: 16px;
	line-height: 25px;
	color: #3a677e;
	padding: 13px 10px;
}


cite {
	font-style: normal;
	padding-top: 20px;
	display: block;
	background: url(../img/bg_cite.gif) 0 0 no-repeat;
	line-height: 16px;
}

cite p {
	color: #000;
}


p.intro {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.nav a {
	border-bottom: 0px solid #88a9b9;
	color: #fff;
}

.nav a:hover {
	border-color: #fff;
}

a {
	text-decoration: none;
	color: #284556;
	
}

p, ul {
	color: #4a5357;
	margin-bottom: 8px;
}

/* @end */