/* ------------------------------------------- */
/* ----- Divinity Typography ----------------- */

body {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background-image: url(../img/mainContentBackground2.gif);
	background-repeat: repeat-x;
}

a {
	color: #262e50;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
  font-style: italic;
}

/* ------------------------------------------- */
/* ----- Headings ---------------------------- */

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em;
}

h1 {
	color: #38393F;
	font-size: 2.5em;
	padding: 0 0 2px 0;
	font-weight: normal;
}
  h1 a { color: #38393F !important;}

h2 {
	color: #262e50;
	font-weight: bold;
	font-size: 1.667em;
	padding: 14px 0 2px 0;
}
  h2 a {color: #455982 !important;}
  
h3 {
	font-weight: bold;
	color: #38393F;
	font-size: 1.5em;
	padding: 14px 0 2px 0;
}
  h3 a { color: #38393F !important; }

h4 {
	font-weight: bold;
	font-size: 1.5em;
	padding: 14px 0 2px 0;
	color: #686B77;
}
  h4 a { color: #686B77 !important; }

h5 {
	font-weight: bold;
	font-size: 1.25em;
	padding: 14px 0 2px 0;
	color: #455982;
}
  h5 a { color: #455982 !important; }
  h5 a:visited { color: #57698e !important; }

h6 {
	font-weight: bold;
	font-size: 1.16667em;
	padding: 14px 0 2px 0;
	color: #686B77;
}
  h6 a { color: #686B77 !important; }
  h6 a:visited { color: #7f818b !important; }

/* ------------------------------------------- */
/* ----- Lists ------------------------------- */

ul li {
	margin-left: 1.25em;
	padding: .25em 0 0 1.5em;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left .6667em;
}

ol li {
	margin: 0 0 .25em 2em;
	list-style-type: decimal;
}

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

blockquote {
	background-color: #f6f6f6;
	border: #38393F solid 1px;
	padding: 10px 20px;
	margin: 5px 0;
}

/* ------------------------------------------- */
/* ----- Important Boxes --------------------- */ 
 
.important{
	background-color: #fff;
	border: #455982 solid 1px;
	padding: 15px;
	margin: 0 15px 15px 15px;
  width: 180px;
}

.important .title {
	background-color: #fff;
	color: #455982;
	margin-top: -25px;
	display: block;
	float: left;
	padding: 0 8px;
	font-size: 1.1667em;
	font-weight: bold;
	position: relative;
}

.important li {
	margin-left: 0;
}

/* ------------------------------------------- */
/* ----- Tables ------------------------------ */

table td{
	vertical-align: top;
}


/* ----- SNIPPETS ----- /*
/* ----- ID's are used rather than classes to prevent them from showing up in tinyMCE ----- */
/* ----- Snippet Table (2-column) ----- */
  #fullTable {
    width: 580px;  
  }

  #fullTable #col1 {
    border: solid #262e50;
    border-width: 0 1px 0 0;
    padding-right: 15px;
    width: 259px;
  }

  #fullTable #col2 {
    padding-left: 15px;
    width: 260px;
  }

  #fullTable #noCol {
    padding-right: 15px;
    width: 260px;
  }

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

table.style1 {
   	border: #1c2a50 solid;
   	border-width: 0 0 1px 1px;
} 
table.style1 td {
   	padding: 5px;
   	border: #1c2a50 solid;
   	border-width: 1px 1px 0 0;
}
table.style1 .heading td {
    background-color: #939dc0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
}
table.style1 .highlight td {
    background-color: #e8eaf2;
}


    
table.style2 {
   	border: #a8c200 solid;
   	border-width: 0 0 1px 1px;
}
  
table.style2 td {
   	padding: 5px;
   	border: #a8c200 solid;
   	border-width: 1px 1px 0 0;
}
   
table.style2 .heading td {
    background-color: #dce799;
   	font-weight: bold;
   	font-size: 1.15em;
}

table.style2 .highlight td {
     background-color: #f6f9e5;
}

.right {
	float: right;
}

.no-topPadding {
	padding-top: 0;
}

.greenBorder {
  padding: 15px;
  border: #a8c200 solid 1px;
}


.floatLeft-withBorder {
   	border: #1c2a50 solid 1px;
   	float: left;
   	padding: 3px;
   	margin: 0 15px 15px 0;
}

/* Added for tinyMCE */

.style1 {}
.style2 {}
.highlight {}
.heading {}
