@charset "utf-8";

body
{
	font-family: arial, sans, sans-serif;
	background-color: #c0c8d0;
	color: #000;
	font-size: small;
	margin: 0;
	padding: 0;
}

* html table
{
	font-size: small; /* in IE tables don't inherit font sizes correctly */
}

h1
{
	font-size: 1.3em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
}

h4, h5, h6
{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

#pageWrapper
{
	width: 70em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#masthead
{
  padding: 0em;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #888;
  color: #fff;
  background-color: #000;
	position: relative; /* establish block for some absolutely positioned blocks */
}

#outerColumnContainer
{
}

#innerColumnContainer
{
}

#leftColumn, #rightColumn, #contentColumn
{
	float: left;
}

#leftColumn
{
	width: 14em;
	max-width: 20%;
	z-index:2;
}

#contentColumn
{
	width: 42em;
	max-width: 60%;
	z-index:1;
	padding-bottom: 1em;
}

#contentColumn div.contenttoc
{
	padding: 0px 6px;
}

#rightColumn
{
	width: 14em;
	max-width: 20%;
	margin-right: -10px; /* IE fix */
	z-index:3;
}

#footer
{
	background-color: #c0c8d0;
	clear: both;
	text-align: center;
	border-top: 2px solid #808080;
}
.clear
{
	clear: both;
}

#leftColumn .inside
{
	padding-right: 25px;
	padding-left: 10px;
}
#rightColumn .inside
{
	padding-left: 25px;
	padding-right: 10px;
}


#footer
{
	border-color: #888;
	padding: 1em;
	font-size: 80%;
}


/* Top area styles */

#masthead .logo {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

#masthead .logo img {
  background-color: transparent;
  display: block;
}


#masthead .mainheading
{
  position: absolute;
  background-color: #000;
  margin: 0px;
  padding: 0px;
  top: 5px;
  left: 80px;
}

#masthead .mainheading img 
{
  	margin: 0px;
	display: block;
	border: 0px;
	padding: 0px;
}

h1.tis 
{
	display: none;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

#searchbar
{
  position:absolute;
  top: 10px;
  right: 20px;
}

#searchbar input.text
{
  color: #333;
  font-style: italic;
}

/* Horizontal nav list */
#topbarpre
{
	height: 60px;
	background-color: #000;
}

#topbar
{
	background-color: #0066cc;
	border-top: 1px solid #888; /* HNAV BORDER */
	border-bottom: 0px solid #888; /* HNAV BORDER */
	background-image: url(../images/topnavbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.mainlevel-nav
{
	margin-left: 80px;
}

.hnav
{
	margin: 0;
	padding: 3px 0 4px 0;
	white-space: nowrap;
}

.hnav ul
{
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.hnav ul li
{
	display: inline;
	white-space: nowrap;
	margin: 0;
}

.hnav ul li a:link, .hnav ul li a:visited
{
  color: #fff;
}

.hnav ul li a:hover
{
  	background-color: #005099;
  	background-image: url(../images/topnavhoverbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active
{
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #888; /* HNAV BORDER */
	border-right: solid 1px #888; /* HNAV BORDER */
}

.hnav ul li a:hover
{
	text-decoration: none;
} 

.hnav span.divider
{
  display: none;
}


/* General styles */
p, h1, h2, h3, h4, h5, h6
{
	margin: 0 0 0.5em 0;		/* for better consistency across platforms */
}

a 
{
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #0033cc;
}

a:visited
{
	color: #0033cc;
}

a:hover
{
	text-decoration: underline;
	color: #003399;
}

/* BLOCKS */

.block h2
{
	font-size: medium;
	font-family: Times New Roman, serif;
	font-weight: bold;
	margin: 0.5em 0 0 0px;
	font-style: italic;
	color: #003399;
	background-image: url('../images/blockheaderbg.gif');
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center center;
}

.block li a,
.block li a:link, 
.block li a:visited
{
	color: #000000;
	font-weight: normal;
}

.block li a:hover
{
	color: #003399;
	font-weight: normal;
}

.block li a#active_menu 
{
  font-weight: bold;
  color: #003399;
}

.block h2 span.heading
{
	background-color: white;
	padding-left: 4px;
	padding-right: 4px;
}

#leftColumn .block h2 span.heading
{
	margin-right: 8px;
}

#rightColumn .block h2 span.heading
{
	margin-left: 8px;
}

#leftColumn .block h2
{
	text-align: right;
	
}

#rightColumn .block h2
{
	text-align: left;
}

.block ul,
.block li
{
	margin: 0;
	padding: 0;
	list-style-position: outside
	text-indent: 0;
}

.block li
{
	list-style-image: url('../images/menubullet.gif');
	list-style-position: outside;
	margin-left: 18px;
	
}



#rightColumn .quote
{
	text-align: right;
	font-style: italic;
}

/* CONTENT COLUMN */


/* Headings */

#contentColumn div.contenttitlerow,
#contentColumn div.componenttitlerow
{
	margin: 10px 0px 5px 0px;
	padding: 5px 1px 3px 6px; /* If 0px, get bug in IE */
	color: white;
	/* background-image: url(../images/curvedheader2.png); */
	background-image: url(../images/curvedheader2b.png);
	background-position: top left;
	background-repeat: no-repeat;
	/* border-bottom: 2px solid #2a3f71; */
	border-bottom: 2px solid #6D8AC4;

}

#contentColumn div.contentendtitle,
#contentColumn div.componentendtitle
{
	clear: both; /* expand the coloured box vertically */
}

#contentColumn h1.contentheading,
#contentColumn h1.componentheading
{
	padding: 0px 8px;
	float: left; /* floated - required for rows with icons */
	width: auto;
	margin: 0;
	font-size: 1.3em;
	line-height: 1;
}

/* Blog headings */
#contentColumn .blogitemintro .contenttitlerow,
#contentColumn .blogitemintro .componenttitlerow
{
	color: #003399;
	background-image: url(../images/curvedheader1.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 2px solid #6D8AC4;
	border-left: 2px solid white; /* puts chamfer on left edge of bottom border */
}


/* Buttons in title row */

#contentColumn div.buttonheading
{
	float: right;
	margin-top: 1px;
	margin-right: 2px;
	width: 20px;
}

#contentColumn div.buttonheading img
{
	vertical-align: top;
}

/* IE fix */
* html #contentColumn div.buttonheading
{
	position: relative;
}

#contentColumn div.contenttoc
{
	clear: both;
}

/* IE fix for spacing problem of div after floated div */
* html #contentColumn div.contentpaneopen
{
	height: 1px;
}

/* Other content style */

#contentColumn div.readon
{
	margin-bottom: 1em;
}
.readon
{
	font-style: italic;
	text-align: right;
}

div.contentcreatedate
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
	font-size: 0.8em;
}
div.contentcreatedate:before
{
	content: "—";
}
div.contentcreatedate:after
{
	content: "—";
}

/* Nav */
div.pagenav
{
	text-align: center;
}

div.pagenavprev,
div.pagenavnext,
div.pagenavspacer
{
	display: inline;
}
div.pagenavspacer
{
	margin: 0 0.5em;
}

/* Quotations */
blockquote
{
	border: 1px solid #bbb;
	background: #e0e0e0;
	padding: 0.5em;
	background-image: url('../images/quotationbg2.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

cite
{
	font-weight: bold;
	font-style: italic;
	color: #300;
}
q:before
{
	content: open-quote;
}
q:after
{
	content: close-quote;
}

/* SIDE BLOCKS */
.block {
	margin-bottom: 1em;
}

.block h3 
{
	font-size: 1em;
	font-weight: bold;
}
div.moduletable
{
	margin-bottom: 1em;
}

li.latestnews
{
margin-top: 0.5em;
list-style-type: none;
position: relative;
margin-left: -2px;
}

div.mainlevel
{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

div.contentlisting
{
	clear: left;
	padding-top: 5px;
}

div.contentlisting th
{
	text-align: left;
}
div.contentlisting .sectiontableentry1
{
	background-color: #e0e0e0;
}

div.contentlisting .filter
{
	background-color: #d0d0d0;
	border-bottom: solid 1px #c0c0c0;
	border-top: solid 1px #e0e0e0;
	
}

div.contentlisting .navigation,
div.contentlisting .pagecount
{
	text-align: center;
}


#contentColumn .blogitemintro
{
	margin-bottom: 2em;
}

.tis 
{
}
.t1 
{
}
.t2
{
	color: #00a0ff;
}
.t3
{
}
