﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: arial, sans-serif;
    font-size: 100%;
}

#user
{
    width: 720px;
    left: 20px;
    height: 25px;
    position: absolute;
    border-top: solid 5px white;
    text-align: right;
    font-size: 0.75em;
}

#header
{
    background-image: url(../images/header.gif);
    width: 720px;
    height: 110px;
    top: 30px;
    left: 20px;
    border-top: solid 5px white;
    border-bottom: solid 5px white;
    position: absolute;
    z-index: 100;
}

#contentarea
{
    width: 720px;
    margin-left: 20px;
}

#menu
{
    position: absolute;
    width: 120px;
    top: 150px;
}

#menu ul
{
    font-family: Franklin Gothic Book, Arial, Sans-Serif;
}

#menu li
{
    background-image: url(../images/leftmenubg.gif);
    list-style-type: none;
    padding: 5px 1px 5px 10px;
    margin-bottom: 1px;
}

#menu li.menuhead
{
    background-image: url(../images/leftmenuheadbg.gif);
    list-style-type: none;
    padding: 5px 1px 5px 5px;
    margin-bottom: 1px;
    margin-top: 5px;
    font-size: 0.75em;
}

#menu a
{
    color: White;
    font-size: 0.8em;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#menu a:hover
{
    padding-left: 2px;
}

#content
{
    position: absolute;
    top: 150px;
    left: 140px;
    width: 595px;
    background-color: #e7efde;
    margin-left: 5px;
    font-size: 0.8em;
    z-index: 10;
}

#content h1
{
    background-color: #597f4d;
    color: White;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    font-variant: small-caps;
}

#content h2
{
    color: #384E30;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 5px;
    padding: 5px 0 5px 5px;
    background-color: #d6e7ce;
}

#content h2.tabheader
{
    margin-top: 0;
    border-bottom: solid 1px silver;
}

#content h3
{
    color: Black;
    font-weight: bold;
    background-color: silver;
    font-size: 1em;
    margin-top: 5px;
    padding: 3px 0 3px 5px;
}

#content h4
{
    color: Gray;
    font-size: 0.9em;
    padding: 5px 0 5px 5px;
    text-decoration: underline;
}

#content p
{
    padding: 5px;
}

#content a
{
    color: #7b6b94;
    font-weight: bold;
}

#content a:hover
{
	background-color: #7b6b94;
	color: White;
	text-decoration: none;
}

#content ul
{
    padding-left: 35px;
}

#content #tabstrip ul
{
    padding-left: 0;
    margin-left: 0;
}

#content #topmenu ul
{
    padding-left: 0;
    margin-left: 0;
}

#content ol
{
    padding-left: 35px;
}

#content ol li
{
    padding: 5px;
    list-style-type: lower-alpha;
}

#content ol li.number
{
    padding: 5px;
    list-style-type: decimal;
}

#content ol.altlist li
{
    list-style-type: lower-roman;
}

#content ol li ol li
{
    list-style-type: lower-roman;
}

#content .emphasis
{
    font-weight: bold;
}

#content .listhead
{
    font-weight: bold;
    font-style: italic;
}

#content .sidebysideleft
{
    width: 50%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    padding-right: 20px;
}

#content .sidebysideright
{
    width: 50%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    padding-left: 20px;
}

#content .imagediv
{
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

#content img
{
    border: none;
    vertical-align: middle;
    padding: 8px 8px 0 8px;
}

#content #grid img
{
    padding: 0;
}

#content .input img
{
    padding: 0;
}

#content .caption
{
    font-size: 0.8em;
    text-align: center;
}

#content td.tablecell
{
    text-align: center;
    vertical-align: middle;
}

#content td span.subhead
{
    padding-left: 8px;
}

#content td, th
{
    vertical-align: top;
    padding: 4px;
    border: solid 1px black;
}

#content table
{
    margin: 5px;
    border-collapse: collapse;
    border-spacing: 0;
}

#content #grid table
{
    margin: 0;
}

#content .form table
{
    margin: 0;
}

#content .form td, th
{
    border: none;
}

#content .labelcell
{
    margin: 5px 5px 0 5px;
    font-size: 0.9em;
    font-weight: bold;
}

#content p.instruction
{
    font-style: italic;
    font-size: 0.9em;
}

#content #editor img
{
    padding: 0;
}

#content #editor table
{
    margin: 0;
}

#content #editor td
{
    padding: 0;
    border: 0;
}

#content .businesscard
{
	float:left;
	width: 285px;
	padding: 5px;
}

#popup
{
	font-family: arial, sans-serif;
    font-size: 100%;
    font-size: 0.8em;
}

#popup h1
{
	background-color: #597f4d;
    color: White;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    font-variant: small-caps;
}

#popup p
{
	padding: 5px;
}

#popup ul
{
	margin-left: 40px;
}

#footer
{
    width: 595px;
    height: 25px;
    background-color: #7b6b94;
    border-top: solid 5px white;
}

#footer p
{    
    color: White;
    text-align: right;
    font-size: 0.7em;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    padding-right: 10px;
    vertical-align: middle;
}

#narrowtext
{
    width: 387px;
    height: 300px;
}

#narrowtext2
{
    width: 387px;
    height: 300px;
}

.narrowtext
{
    width: 387px;
}

#narrowimages
{
    position: absolute;
    width: 200px;
    top: -8px;
    left: 387px;
    padding-right: 10px;
    padding-bottom: 8px;
}

#rightcontent
{
    position: absolute;
    width: 190px;
    top: 0;
    left: 387px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #e7efde;
}

#rightcontent h1
{
	margin-right: -10px;
}

#calendar
{
	text-align: center;
	margin-top: 10px;
}

#calendar p
{
	margin-bottom: 10px;
	border-bottom: solid 1px gray;
}

#news
{
    width: 387px;
    margin-top: 5px;
    font-size: 0.9em;
}

#news1
{
    width: 190px;
    float: left;
}

#news2
{
    width: 190px;
    float: left;
    padding-left: 7px;
}

#news3
{
    width: 190px;
    float: left;
}

#news4
{
    width: 190px;
    float: left;
    padding-left: 7px;
}

#links
{
	position: absolute;
	left: 387px;
	top: 408px;
    width: 190px;
    padding-left: 8px;
    margin-top: 5px;
}

#links a
{
    font-size: 0.9em;
    padding-left: 3px;
}

#footer a
{
    color: White;
    font-weight: normal;
}

div.options ul li
{
    list-style-type: none;
}

.buttonfull
{
    background-color: #597f4d;
	border: solid 1px black;
	width: 80px;
	height: 23px;
	vertical-align: middle;
	margin-top: -1px;
	font-size: 10px !important;
	_font-size: 10px !important;
	margin-right: 5px;
	color: White;
}

.buttonfullsmall
{
    background-color: #597f4d;
	border: solid 1px black;
	width: 50px;
	height: 23px;
	vertical-align: middle;
	margin-top: -1px;
	font-size: 10px !important;
	_font-size: 10px !important;
	margin-right: 5px;
	color: White;
}

.smallDropdown
{
    height: 22px;
    padding: 0;
    margin-bottom: -2px;
}

.clear
{
    clear: both;
}

.warning, .validation
{
    color: Red;
}

.tools
{
    background-color: White;
}

.form
{
    padding-left: 10px;
    font-size: 0.9em;
}

textarea
{
    font-family: arial, sans-serif;
}

.labelsmall
{
    width: 100px;
    float: left;
    font-weight: bold;
}

.label
{
    width: 180px;
    float: left;
    font-weight: bold;
}

.input
{
    float: left;
}

.submit
{
    float: right;
}

.cancel
{
    float: left;
}

.readonly
{
    color: black;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: #e7efde;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* NO EXTRA MARK-UP CLEARING METHOD - FROM WWW.CSSCREATOR.COM */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.clearfix:after
{
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
    display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

/* a fix for IE Mac */
.clearfix
{
    display: inline-block;
    padding: 5px 0;
}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}

/* End hide from IE-mac */