/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin styles */

/* ---------------------------------------------------------------

	Basic Styles
	
---------------------------------------------------------------- */

body {
	background: #D5E9F8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

div {
	position: relative;
	z-index: 1;
}

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

.left_col {
	float: left;
	width: 172px;
	margin: 0 28px 0 30px;
}

.middle_col {
	float: left;
	width: 522px;
	margin-right: 28px;
}

.right_col {
	float: left;
	width: 150px;
	margin: 0 30px 0 0;
}

h2 {
	font-size: 2.4em;
	color: #9f9b74;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
}

h3 {
	font-size: 2.2em;
	color: #9f9b74;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
}

h4 {
	font-size: 1.8em;
	color: #9f9b74;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 14px;
}

h4 a, h5 a, a {
	color: #9f9b74;
	text-decoration: none;
}

h4 a:hover, h5 a:hover, a:hover {
	color: #000;
}

h5 {
	color: #9f9b74;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	margin-bottom: 14px;
}

h6 {
	font-weight: bold;
	font-size: 1.4em;
}

div#flashMessage {
	font-size: 1.8em;
	font-weight: bold;
	margin: 14px 0;
}


/* ----------------------------------------------------------------

	Site specific styles
	
------------------------------------------------------------------ */

/* Top Nav */

div.top_nav {
	background: #9f9b74;
}

div.top_nav ul {
	position: relative;
	float: right;
	list-style: none inside;
	margin-right: 60px;
}

div.top_nav ul li {
	float: left;
	border-left: 1px #fff dotted;
	padding: 10px 19px 0 19px;
	margin: 0 0 10px 0;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", serif;
}

div.top_nav ul li.last {
	border-right: 1px #fff dotted;
}

div.top_nav ul li a {
	color: #fff;
	text-decoration: none;
}

div.top_nav ul li a:hover {
	text-decoration: underline;
}

/* Header */

/* Logo */
h1 span {
	display: none;
}

h1 {
	width: 200px;
	height: 84px;
	background: url('../img/logo.gif') bottom left;
	position: relative;
	float: left;
}

div.header {
	margin: 0 30px 40px 30px;
	border-bottom: 10px solid #E2E5C1;
	padding-bottom: 30px;
}

div.header ul {
	float: right;
	position: relative;
	border-top: 1px dotted #9f9b74;
	border-bottom: 1px dotted #9f9b74;
	margin: 30px 30px 0 0;
	padding: 10px 0;
	list-style: none inside;
	font-family: Georgia, "Times New Roman", serif;
}

div.header ul li {
	font-size: 1.5em;
	padding: 0 26px 0 0;
	float: left;
}

div.header ul li.last {
	padding: 0;
}

div.header ul li a {
	color: #9f9b74;
	text-decoration: none;
}

div.header ul li a:hover, div.header ul li a.on {
	color: #000;
}

/* Page Title */
div.page_title {
	width: 700px;
	margin: 0 30px 0 230px;
}

div.page_title h2 {
	float: left;
}

div.page_title {
	position: relative;
	float: left;
	border-bottom: 1px dotted #9f9b74;
	padding-bottom: 10px;
}

div.search {
	float: right;
}

div.search div {
	float: left;
	margin: 0;
}

div.search div.input input {
	background: #E5E5E5;
	border: none;
	padding: 3px;
}

div.submit input {
	background: #9f9b74;
	color: #fff;
	padding: 2px 3px;
	border: none;
	cursor: pointer;
}

/* ---------------------------------------------------------

	Main left nav
	
----------------------------------------------------------*/

div.nav {
	z-index: 50;
}

div.nav ul {
	list-style: none inside;
}

div.nav ul li {
	font-size: 1.3em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}


div.nav ul li ul li {
	font-size: 1em;
	border-left: 1px solid #fff;
}

div.nav ul li a {
	background: #E2E5C1;
	text-decoration: none;
	color: #000;
	width: 158px;
	display: block;
	padding: 13px 0 13px 14px;
	position: relative;
	float: left;
	border-bottom: 1px solid #fff;
}

div.nav ul li ul li a {
	padding: 8px 0 8px 8px;
}

div.nav li a:hover, div.nav li a.on {
	background: #9F9B74;
	color: #fff;
}

/* ---------------------------------------------------------

	Main content
	
----------------------------------------------------------*/

div.content, div.content * {
	position: relative;
	z-index: 1;
}

div.sitemap ul {
	font-size: 1.2em;
	margin: 7px 0 7px 14px;
}

div.sitemap ul li ul {
	font-size: 1em;
}

ul#years {
	list-style: none inside;
	margin: 0;
	padding: 0;
}

ul#years li {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	float: left;
	border-right: 1px dotted #9f9b74;
}

ul#years li.first {
	border-left: 1px dotted #9f9b74;
}

ul#years li a {
	color: #9f9b74;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	padding: 10px 15px 0 15px;
	display: block;
}

ul#years li a:hover, ul#years li a.on {
	color: #000;
}

div#first_release {
	width: 100%;
	float: left;
	margin: 10px 0 14px 0;
	border-bottom: #ccc 5px solid;
}

div#first_release img {
	float: left;
	margin: 0 13px 14px 0;
}

div.first_item_text {
	width: 253px;
	float: left;
}

div.release_item {
	float: left;
	width: 522px;
	margin-bottom: 24px;
}

div.release_item img {
	float: left;
	margin: 0 14px 0 0;
}

div.middle_col p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

div.middle_col div.release_item p {
	margin: 0;
}

div.middle_col p.date_location, p.date_location {
	margin: 1em 0 1em 0;
}

div.middle_col p.date, p.date {
	margin: 0;
}

div#intro_text {
	width: 522px;
	float: left;
	margin-top: 14px;
}

div#content_load {
	width: 522px;
	float: left;
}

p.rc_link {
	padding: 14px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}

p.rc_link a {
	color: #9f9b74;
	text-decoration: none;
}

p.rc_link a:hover {
	color: #000;
}

div.image_set {
	border-bottom: 5px solid #ccc;
	margin-bottom: 14px;
}

div.image_set img {
	margin: 7px;
}

div.image_dl {
	float: left;
	width: 114px;
	text-align: center;
}

div#contact_form {
	margin: 14px 0;
}

div#contact_form fieldset {
	border: 1px dotted #9f9b74;
	padding: 14px;
	margin: 0 0 7px 0;
}

div#contact_form fieldset div {
	float: left;
	margin: 7px 14px;
}

div#contact_form label {
	display: block;
}

div#contact_form label.error {
	background: #ff5c5c;
	color: #fff;
	border: 3px solid #ff0000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 14px;
	margin: 14px 0;
}

div#contact_form legend {
	font-size: 1.8em;
	background: #fff;
	padding: 0 7px;
	color: #9f9b74;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 14px;
}

div.middle_col p:first-child, div.middle_col h3:first-child, div.middle_col h5:first-child {
	margin-top: 14px;
}

a.pdf { /*The background image*/
	background: url(../img/pdf.gif) no-repeat right center;
	padding-right: 22px;
	line-height: 20px; /* To center the text vertically with the icon */
}

p.fact_sheet img {
	margin: 14px;
}

table td {
	border-bottom: 1px dotted #9f9b74;
	padding: 7px 0;
}

div#pr_view {
	margin-top: 14px;
}

div#pr_view img {
	float: left;
	margin: 0 14px 14px 0;
}

div#pr_view h3 {
	margin-bottom: 14px;
}

div.middle_col div#pr_view p.small {
	font-size: .9em;
	margin-bottom: 3px;
}

/* --------------------------------------------------------
	
	Sidebar

--------------------------------------------------------- */

div.sidebar {
	margin: 2em 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* --------------------------------------------------------

	Footer
	
--------------------------------------------------------- */

div.footer {
	width: 960px;
	background: #A0D7F5;
	padding: 14px 0;
	text-align: center;
	float: left;
	color: #333;
	font-size: 1.2em;
	line-height: 1.5em;
}

div.footer a {
	color: #333;
}

div.footer a:hover {
	color: #fff;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: url('../img/dot.gif') repeat-x #fff; 
  color: #fff;
  clear: both;
  position: relative; 
  float: left; 
  width: 900px; 
  height: 3px;
  margin: 30px;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }