﻿body
{
	margin: 0em;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 100%;
	background-color: #f5f5f5; /*#f8f8f8;*/
}
/*
 * standard page sections 
 */
#header
{
	font-size: .8em;
	background: #305880;/*#204870;*/
	color: white;
	width: 100%;
    font-size: .8em;
	min-height: 3.2em;
	margin-bottom: .5em;
}
#container
{
	clear: both;
	position: relative;
	width: 100%; 
	font-size: .9em;
/*	margin: 0em .5em 0em .5em*/
/*	min-height: 36em;*/
}
#sideBar
{
    width: 11.5em; /*10.25em;*/
	position: absolute;
	left: .5em;
	top: 0em;
}
#content /* for when there is no left sidebar */
{
	clear: both;
	margin: .5em .5em .15em .5em;
}
#contentRight
{
	position: relative;
	margin: 0em .5em .15em 12.5em; /*11.2em;*/
	min-height: 36em;
}
#footer
{
    clear: both;
    border-top: #336699 2px solid;
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
    background-color: #ebebeb;
    color: #202020;
    font-size: .8em;
}
/*
 * standard tag styles
 */
p
{
    margin: 0.2em 0em 0.6em 0em;
}
pre
{
}
ul
{
	margin: 1em .5em .5em 1em;
}
table
{
/*    margin: .75em .75em 0em 0em;
*/    font-size: 1em;
}
td
{
	padding: .1em .2em 0em .5em;	
}
h1
{
	margin-top: 0em;
    margin-bottom: 0.1em;
    padding-top: .1em;
    padding-bottom: .1em;
    padding-left: .1em;
    font-size: 1.5em;
    background: #e4e8e8; /*#f0f0f0;*/
}
h2
{
    margin-bottom: 0.25em;
    font-size: 1.2em;
    background: #eaeaea; /*#f0f0f0;*/
}
h3
{
    margin-bottom: 0.25em;
    font-size: 1.0em;
}
/*
 * common elements with the standard sections
 */

/* header elements */

#siteName
{
	font-size: 2em;
	float: left;
	padding-left: .15em;
	padding-top: .15em;
	padding-bottom: .1em; /* for ie6 (min-heigh in #header for the rest) */
}
#icon
{
	float: left;
	width: 15em;
	font-size: 200%;
}
#topMenu
{
	float: none;
	margin-left: 14em;
    background-color: #406890;/*#305880; */
    color: #fff;
    padding: .5em 0em .4em 0em;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-top: solid 1px gray;
	/*height: 3.4em;*/
}
#topSubMenu
{
	margin-left: 14em;
    background-color: #406890; 
    color: #fff;
    padding: .25em 0em .25em 0em;/*.5em;*/
    /*width: 100%;*/
	border-left: solid 1px gray;
}
#topMenu ul, #topSubMenu ul
{
    margin: 0;
    padding: 0;
    padding-left: .5em;
    list-style-type: none;
}
#topMenu li, #topSubMenu li
{
    display: inline;
    margin: 0;
/*    padding: 0;*/
/*	padding-left: .5em;*/
}
#topMenu li a, #topSubMenu li a
{
	margin: 0;
/*	padding-left: .5em; */
    padding-right: 1em; /*.5em; */
    white-space: nowrap;
    text-decoration: none;
    background-color: inherit;
    color: #fff;
/*    border: solid 1px transparent;*/
}
#topMenu li a:hover, #topSubMenu li a:hover
{
	color: #fff;
	background-color: #6080a0;
/*	border: solid 1px white;*/
	text-decoration: underline;
}
.menuSelected
{
    font-weight: bold;
}

/* sideBar elements */

div.sideBox
{
    font-size: 100%;
	margin-bottom: .5em;
	border: solid 1px #e6d0c5;
	border-top-style: none;
    background-color: #f3ebf7;
    color: #000;
}
form.sideSearch
{
	margin: 0;
	padding: 0;
}
div.sideSearch
{
	text-align: center;
    font-size: 100%;
    margin: .5em 0em .5em 0em;
    padding: 0em;
}
div.sideBoxTitle
{
    background-color: #e6d0c5;
    color: #000;
    text-align: center;
    font-weight: bold;
/*    margin-top: 5px;*/
}
.sideMenu, .sideMenu ul
{
	padding: .1em 0em 0em 0em;
	margin: 0px;
	list-style-type: none;
}
.sideMenuHeading
{
    font-style: italic;
}
.sideMenu li
{
    background-color: #f3ebf7;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: solid 1px #f3ebf7; /* fixes IE bug that doesn't put border on bottom of sideBox divs */
}
.sideMenu li a
{
    display: block;
    background-color: #f3ebf7;
    color: black;
    white-space: nowrap;
    text-decoration: none;
    padding: .2em .4em .2em 1em;
}
.sideMenu ul li a
{
    padding: .2em .4em .2em 2em;
}
.sideMenu li a:hover
{
    background-color: #fdf9ad;
    color: #000;
}
div.sideText
{
    border: #e6d0c5 1px solid;
    background-color: #f3ebf7;
    color: #000;
    padding: 0.5em 0.25em 0.5em 8px;
}
div.sideBoxHeading
{
    padding: 0em 0em 0em 0.75em;
    font-weight: bold;
}
/*
 * miscellaneous common stuff
 */
.button
{
	margin: .25em;
}
.vertLinkList
{
	list-style-type: none;
	/* following two lines do a hanging indent */
	text-indent:-1em; 
	margin-left:2em;
}
.rightFloater
{
    float: right;
	padding-left:1em
}
.leftFloater
{
	float: left;
	padding-right:1em
}
.label
{
	text-align: right;
	font-weight: bold;
	padding-left: 1em;
	padding-right: .5em;
}
.field
{
	padding-right: 1em;
}
.chkbox
{
	text-align: left;
	font-weight: bold;
	padding-left: 0em;
	padding-right: 1em;
	white-space:nowrap;
}
div.indent
{
	padding-left: .5em;
}
/*
 * table styles
 */
tr.photoRow
{
	vertical-align:top;
	text-align:left;
}
div.photoCaption
{
	padding-right: .25em;
	padding-bottom: .5em;
}
/*
td.headerCenterCell
{
    padding: .25em .5em .25em .5em;
    vertical-align: top;
    background-color: #e8f0e8;
    color: #000;
    text-align: center;
    font-weight: bold;
}
td.headerLeftCell
{
    padding: .25em .5em .25em .5em;
    vertical-align: top;
    background-color: #e8f0e8;
    color: #000;
    text-align: left;
    font-weight: normal;
}
td.centerCell
{
    padding: .25em .5em .25em .5em;
    vertical-align: top;
    text-align: center;
    background-color: White;
    color: #000;
}
td.leftCell
{
    padding: .25em .5em .25em .5em;
    vertical-align: top;
    text-align: left;
    background-color: White;
    color: #000;
}
*/
/************************************
** Horizontal Tab control styles
*************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basicTabPage 
{
	background-color: #f8f8f8;
	width: 100%;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: .5em .2em .2em .5em;
}
.basictab {
padding: 3px 3px 3px 5px;
display: block;
margin: 0;
border-bottom: 1px solid black;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
margin-left: 3px;
border: 1px solid gray;
border-right: 1px solid black;
border-bottom: none;
background-color: #eaeaea; /*#f6ffd5;*/
color: black; /*#2d2b2b;*/
}

.basictab li a:visited{
color: black; /*#2d2b2b;*/
}

.basictab li a:hover
{
	color: black;
	background-color: #fafad2;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 5px;
background-color: #f8f8f8; /*#DBFF6C;*/
color: black;
}

