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

/* 
**  2008-Jul-07  Created using DW and external templates 
**  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: 9pt;
	line-height: 1.4em;
	margin: 0px;
	clear: both;
	position: absolute;
	background: #0199CB url(images/backg.jpg) repeat-x;
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #005177;
}
	
h1 {
	font-size: 2.25em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.25em;
 }

h2 {
	font-size: 1.75em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.25em;
}

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;
 }

dt {font-weight: bold}
dd {font-weight: normal}

cite {
	font-weight: bold;
	font-style: italic;
}

.firstp {
	margin-top: .15em;
}

.hanging {
	text-indent: -12px;
	margin-left: 12px;
}


/* Use div class=floating with p class=pullquote */
.floating {
	float:right; 
	width:250px; 
	margin:15px; 
	text-align:left;
}

.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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: 0em;
	color: #000000;
	font-size: 85%;
	margin: 5px;
	padding: 5px;
}


/* Page-wide CLASS= settings */
.headertext1 {
	font-size: 16pt;
	font-weight: bold;
	color: #005177;
}

.headertext2 {
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}

.subH {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: 11px;
	font-weight: bold;
	color: #0099FF;
	font-family: verdana, 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;
}

.textheader {
    width:auto;
    border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align:left;
}

/* Section ID= settings */
/* container encloses all page content */

/* 	max-width: 1280px; */
#container {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

/* main contains all three columns */
#main {
	padding: 10px;
	text-align: left;
	color: #333333;
	line-height: 17px;
	background-color: #E6EEF0;
	border: 1px solid #888;
	float: none;
}

#header {
	width: inherit;
	border: 1px inset #888;
	height: 100px;
	background: #FFFFFF;
	clear: both;
}

#header a:link, 
#header a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#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;
	width: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-bottom: 2px;
}

#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;
}

#sidebarRight {
	width: 170px;
	border-left: 1px solid #BBB;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 10px;
	text-align: left;
}

#sidebarLeft {
	width: 130px;
	border-right: 1px solid #BBB;
	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 {
	margin-left: 140px;
	margin-right: 180px;
	min-height: 1000px;
	background-color:#FFFFFF;
	margin-top: -8px;
	padding-left: 10px;
	padding-right: 10px;
}

#maincontent p {
	margin-top: 0px;
	margin-bottom: .5em;
	text-indent: .75em;
	line-height: 1.5em;
}

/* Within special divisions, no text indenting */
#maincontent div p {
	text-indent: 0;
}

#maincontent .tight {
	font-size: .9em;
	line-height: 1.2em;
}

#maincontent .hanging {
	text-indent: -12px;
	margin-left: 12px;
}

/* Tables are in smaller type; classes added for easier reading */
#maincontent table { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .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
}
	
#maincontent blockquote p {
	text-indent: 0;
}

#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: Verdana, Helvetica, Arial, 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;
}

#subnav {
	width: inherit;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	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;
}
