body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

a:link, a:visited {
  color: #002759;
  text-decoration: none;
}

a:hover, a:active {
  color: #CC0000;
  text-decoration: underline;
}

li a.active {
  color: #002759;
  text-decoration: underline;
}

/* Titles. */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

h1 {
  font-size: 2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

h2 {
  font-size: 1.7em;
  font-weight: 300;
  padding: 10px 0 15px 0;
}

h3 {
  font-size: 1.4em;
  font-weight: normal;
  color: #333;
  padding: 10px 0 20px 0;
}

h4 {
  font-size: 1.2em;
  padding: 10px 0 20px 0; 
  font-weight: normal;
}

h5 {
  font-size: 1em;
  font-weight: 600;
  padding: 10px 0 20px 0;
}

h6 {
  font-size: .9em;
  font-weight: bold;
}

/* Paragraph styles. */
p {
  margin: 0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

ul.links li {
  padding: 0 .5em 0 0;
}

ul.menu {
  padding: 0;
}

ul.menu li {
  list-style-type: none;
  list-style-image: none;
}

.block ul {
  padding: 0;
}

/* Table Styles  */

table {
	width: 99%;
}

form table {
  width: auto;
}

.node table {
  width: auto;
}

tbody {
  border: none;
}

tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

.node table.grey-border,
.node table.grey-border td {
  border: 1px solid #ccc;
  padding: 5px;
}

.node table.no-border,
.node table.no-border td {
  border: 1px solid #fff;
  padding: 5px;
}

.node td p {
  margin: 0;
}

/*Forms*/
.node form {
  background: #BAD4A9;
  padding: 20px;
  margin-bottom: 1em;
}


/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

ol li {
  padding: 0 0 3px 22px;
}
.node ul li {
  list-style-type:none;
  list-style-image: none;
  background: url(../images/bullet.gif) 0 2px no-repeat;
  padding: 0 0 3px 22px;
}

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

.submitted {
  display: block;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  margin: 0 0 10px;
}

.node img {
  margin: 15px;
}

.caption {
  font-size: .9em;
  font-style: italic;
}

.field {
  margin-bottom: 1em;
}

.field-label {
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  color: #555;
}

/*Wysiwyg styles*/
.cke_skin_office2003 .cke_toolbar {
  background-image: none !important;
}

.block-title {
  font-size: 1.4em;
}

.ibimage_align_left {
  margin-right: 15px;
  float: left;
}

.ibimage_align_right {
  margin-left: 15px;
  float: right;
}

.align_center {
  clear: both;
  display: block;
  float: none;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.caption {
  clear: both;
  float: left;
  width: 342px;
  padding: 15px;
  margin: -11px 20px 2px 0;
  font-size: .9em;
  font-style: italic;
}

.highlight {
  display: block;
  margin: 20px 0;
  padding: 20px 20px 10px;
}

.blue {
  background: #D9DDED;
}

.orange {
  background: #FFE9C7;  
}

.pink {
  background: #F2D8E5;  
}

.green {
  background: #EBEFD3;
}

.teal {
  background: #DFF3EF;
}

.pullquote {
  float: left;
  width: 36%;
  margin: 0px 20px 10px;
  padding-top: 10px;
  font-size: 1.3em;
  line-height: 1.3em;
  border-top: 1px solid #78786B;
  border-bottom: 1px solid #78786B;
}

.right,
.pullquote.right,
.caption.right {
  float: right;
  margin: 0 0 10px 20px;
}

.no_wrap {
  overflow: auto;
}

strong {
  font-weight: bold;
}

.dropcap {
  float: left;
  font-size: 3em;
  height: 36px;
  line-height: 1em;
  margin-right: 2px;
  vertical-align: text-top;
}

blockquote {
  padding: 0 20px;
}

table{
  margin: 0 0 1em;
}

table,
td,
tbody {
  border: 1px solid #888;
  padding: 5px 10px;
}

