/* GENERAL */

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	background-color: #ffffff;
}

a { 
  color: #0093c6;
  text-decoration: none;
}

a img { 
  border: 0;
  padding: 0;
}

p {
	color: #3c3c3c;
}

sup {
	height: 0;
	line-height: 1;
	font-size: 70%;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: .5ex;
}

hr {
  border: 0;
  color: #bfda9c;
  height: 1px;
  background-color: #bfda9c;
}

/* STRUCTURES */

/* NAVIGATION TEXT POSITION */

.header img { 
  margin-top: 8px;
}

.navigation { 
  margin-top: 5px;
  float: right;
  margin-left: 10px;
}

.navigation a { 
  color: #ffffff;
  margin-left: 30px;
  text-decoration: none;
}

.navigation a:hover { 
  border-bottom: 2px solid #ffffff;
}

.navigation a.plus { 
  color: #dbffa7;
  margin-left: 30px;
  text-decoration: none;
}

.navigation a.plus:hover { 
  border-bottom: 2px solid #dbffa7;
}

/* STRUCTURE DETAILS */

body.tall .header { 
	background-color: #000000;
	font-size: 14px;
	line-height: 1.7em;
}

body.tall .header img { 
	float: left;
}

body.tall .header .container {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	color: #ffffff;
}

body.tall .container { 
	width: 960px;
	clear: both;
	overflow: hidden;
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  text-align: left;
}


/* Content Styles */

body.tall .headline h1 {
	margin: 20px 0 0px 0;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
	font-family: georgia, times;
	letter-spacing: normal;
	text-align: center;
}

body.tall .summary h1 {
	font-size: 28px;
	font-weight: normal;
	font-style:italic;
	line-height: 1.2em;
	color: #000000;
	font-family: georgia, times;
	letter-spacing: normal;
	text-align: center;
}


.pressContent {
	position: relative; 
	padding: 10px 0px 20px 0px;
	width: 960px; 
	background-color: #FFFFFF;
	text-align: left;
}

body.tall .pressContent p {
	font-family: georgia, times;
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}



/* Footer styles */


/* FOOTER */

#footer {
  padding-top: 20px;
  clear: both;
}

#footer .container {
	width: 960px;
}


/* COPYRIGHT */

#footer .copyright {
	margin: 0px auto;
	padding-bottom: 30px;
	text-align: left;
	font-size: 14px;
	width: 960px;
	background-color: #ffffff;
	line-height: 1.4em;
}

