﻿/*****************************************
**           Tameri style sheet         ** 
******************************************/

/* 
**  2008-Jul-07  Created using DW and external templates 
**  2011-Jan-02  Modified styles, moving several to content IDs
**  2011-Mar-21  More changes to improve user experience
**
**  Three column layout, with fixed-width side columns
*/

/*  Main Dark: 6699CC
**  Main Light:
**  Content Boxes:
**  Alert Boxes: EEEEEE
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0px;
	clear: both;
	position: absolute;
	background-color: #E6E6E6;
}
/* 	2011 Removed repeating graphical background
**  background: #0199CB url(images/backg.jpg) repeat-x;
*/


/* Links */
a, a:visited {
	text-decoration: none;
	color: #005177;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #005177;
}	
h1 {
	font-size: 2.25em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.75em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0em;
}
h4 {
	font-size: 1.25em;
	font-weight: normal;
	line-height: normal;	
	margin-bottom: 0.25em;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: normal;	
	margin-bottom: 0.1em;
}

/* Page-wide CLASS= settings */
.headertext1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #005177;
}
.headertext2 {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}
.subH {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	display: block;
	background-color: #005177;
}
.subH2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* A specail text box */
.textblock {
	background: #CFE8EF;
	width: 300px;
	padding: 10px;
	border: 1px solid #000;
	color: #000;
	margin: 5px;
	float: left;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
.textheader {
    width:auto;
    border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 3px;
	text-align:left;
}

/* Section ID= settings */
/* div id=container - encloses all page content */
#container {
	margin-right: 5%;
	margin-left: 5%;
}

/* main - contains all three columns */
/* 
**  2011  
**    Changed background color from #E6EEF0 to white
**    Removed 	border: 1px solid #888
*/
#main {
	color: #333333;
	background-color: #FFF;
	padding: 10px;
	line-height: 17px;
	text-align: left;
	float: none;
	max-width: 1280px;
}
/* header - top of page with name and logo */
/*
**  2011
**    Removed 	border: 1px inset #888
*/
#header {
	width: inherit;
	height: 100px;
	background: #FFFFFF;
	clear: both;
}
#header a:link, 
#header a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
}
#breadcrumbs {
	margin-bottom: 0px;
	margin-top: 6px;
	border-top-width: 1px;
	width: 100%;
	border-top-style: solid;
	border-top-color: #006699;
}
#breadcrumbs ul {
	padding-left: 0;
	margin-left: 150px;
	margin-top: 1px;
	margin-bottom: 2px;
	width: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#breadcrumbs ul li {
	display: inline;
	color: #000000;
}
#breadcrumbs ul li a {
	padding: 0.2em 0.2em;
	color: #666666;
	text-decoration: none;
}
#breadcrumbs ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
/* Sidebar on the righthand side */
/* 
**  2011  Removed 	border-left: 1px solid #BBB;
*/
#sidebarRight {
	width: 170px;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 10px;
	text-align: left;
}
/* Sidebar on the lefthand side */
/*
**  2011  Removed 	border-right: 1px solid #BBB;
*/
#sidebarLeft {
	width: 130px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	padding-right: 5px;
	text-align: left;
	margin-right: 10px;
}

/* The body of every page is within maincontent */
#maincontent {
	background-color:#FFFFFF;
	min-height: 1000px;
	margin-top: -20px;
	margin-left: 140px;
	margin-right: 180px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#maincontent cite {
	font-weight: bold;
	font-style: italic;
}
#maincontent p {
	margin-top: 0em;
	margin-bottom: 0em;
	text-indent: 1em;
	font-size: 1em;
	line-height: 1.6em;
}
/* Within special divisions, no text indenting */
#maincontent div p {
	text-indent: 0;
}
#maincontent blockquote p {
	text-indent: 0;
}
/* Classes for special spacing */ 
#maincontent .tight {
	font-size: 0.8em;
	line-height: 1.2em;
}
#maincontent .hanging {
	text-indent: -12px;
	margin-left: 12px;
}
#maincontent .firstp {
	margin-top: .15em;
}
/* Use div class=floating with p class=pullquote */
#maincontent .floating {
	float: right; 
	width: 250px; 
	margin: 15px; 
	text-align: left;
}
#maincontent .indent {
	text-indent: 1em;
}
#maincontent .pullquote {
	border-top: medium double #666666;
	border-right: medium none #666666;
	border-bottom: medium double #666666;
	border-left: medium none #666666;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-indent: 0em;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 5px;
	padding: 5px;
}
#maincontent dl, ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
}
#maincontent dt {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold
}
#maincontent dd, li {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal
}

/* Tables are in smaller type; classes added for easier reading */
#maincontent table { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}
#maincontent table th {
	font-weight: bold;
	color:#EEE;
	background-color: #336699;
	text-align:center;
}
#maincontent table tr.shaded {
	background-color: #CCC
}
#maincontent table td.shaded {
	background-color: #CCC
}
#maincontent table tr.notshaded {
	background-color: #ffffff;
}
#maincontent table tr.hilite {
	background-color: #666;
	color:#FFFFFF
}
	
/* Page footer */
#footer {
	background-color: #006699;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	clear: both;
	width: auto;
	font-size: 10pt;
}
#footer a {
	color: #D2EDF6;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	clear: both;
	width: auto;
	text-decoration: underline;
	font-size: 10pt;
}
#credits {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	text-align: left;
	float:right;
	z-index: 50;
	position:relative;
	margin-left: 10px;
	padding: 5px;
	right: 10px;
	width: 170px;
	border-left: 1px #999999 solid;
}

/* Navigation IDs, used on lefthand sidebar */
#subnav {
	width: inherit;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#subnav li {
	border-bottom: 1px solid #DEF3FA;
	margin: 0;
	width: auto;
}
#subnav li a, 
#subnav a:visited {
	display: block;
	padding: 3px 0px 2px 0.5em;
	border-left: 5px solid #006699;
	border-right: 5px solid #006699;
	color: #fff;
	text-decoration: none;
	width: auto;
	background-color:#0099CC;
}
#subnav li a:hover {
	border-left: 5px solid #005177;
	border-right: 5px solid #005177;
	color: #fff;
	background-color: #006699;
}
#smenu {
	position: relative;
	width: 100%;
	background: #006699;
	float: right;
	clear:both;
}

