﻿body
{
    min-width: 780px;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(Images/bg_tile.gif);
    background-repeat: repeat;
    text-align: center;
    font-family: "Trebuchet MS" , "Lucida Grande" , Arial, Helvetica, sans-serif;
    font-size: 85%;
    color: #333333;
    background-color: #FFFFFF;
}
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6
{
    color: #333333;
}

h1 {
	margin: 0 0 0 0;
	font-size: 2.0em;
	font-weight: normal;
}
h2
{
    clear: both;
    margin: 0.5em 0em 0.2em 0em;
    font-size: 1.7em;
    font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper {
    margin: 0 auto;
    width: 780px;
    text-align: left;
    background-repeat: repeat-y;
    background-image: url(Images/main_bg.png);
}
#header {
    position: relative;
    height: 206px;
	margin-left: 10px;
}
#topShadow {
	height: 20px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
}
#branding {
    background-position: 410px 0px;
    position: absolute;
    right: 30px;
    bottom: 55px;
    width: 480px;
    height: 110px;
    color: #FFDA09;
    background-image: url(Images/crestmain.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
}
#branding address {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 70px;
    margin-top: 20px;
}
#companyName {
    color: #C0C0C0;
    font-size: xx-large;
}

#logoImage {vertical-align: bottom;}

#slogan {
    color: #C0C0C0;
    font-size: large;
}
#breadcrumb {
	position: absolute;
	right: 20px;
	bottom: 10px; 
	width: 300px;
	height: 36px;
	text-align:right;
	color: #FFDA09;
}
#breadcrumb .test
{
	color: #F0E6D5;
	font-size: x-small;
}
#breadcrumb a {
	text-decoration: underline;
	color: #C0C0C0;
}

#breadcrumb a:hover {text-decoration: none;}

#content {
	/*position:relative;*/
	margin-top:5px;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */

#menu
{
    padding: 0px; /*   position: absolute; */ /*  display:inline;*/
    display:inline;
    float: left; /*top: 0;*/
    width: 140px;
    margin-left: 12px;
}
#menu a
{
    display: block !important;
    background-image: none !important;
    background-repeat: no-repeat;
    padding-left: 10px;
}		
#menu .menuNormal {
    color: #000000;
    font-weight: bold;
}
#menu .menuHover
{
    border: thin solid #000000;
    color: #FF0000;
    background-color: #D7D7FF;
}
#menu .menuSelected
{
    background-color: #FFFFFF;
}

#menu .menuSelected .menuSelected {border:none;}  /* khtml compatibility hack */

#menu .subMenu
{
    border: thin solid #000000;
    z-index: 100;
    background-color: #D7D7FF;
} /* IE8 fix */
   
#menu .subMenu table
{
}
#menu .subMenu a
{
}

* html #menu .subMenu a {width:119px;}

#menu .subMenuNormal
{
    font-weight: bold;
}

/* html>body .subMenuNormal {border: 1px solid transparent;} */

#menu .subMenuHover
{
    background-color: #FFFFFF;
}
* html #menu .subMenuHover
{
    background-color: #FFFFFF;
}
#menu .subMenuHover td {
    background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
html > body #menu .subMenuHover
{
    background-color: #FFFFFF;
    background-image: url(Images/img_menu_hover.gif);
    background-repeat: no-repeat;
}
html>body #menu .subMenuHover td{
      background-color:transparent;
      background-image:none;
}
#activities
{
    border-style: solid;
    border-width: thin;
    font-size: x-small;
    margin-top: 5px;
    background-color: #99CCFF;
    padding-right: 1px;
    padding-left: 2px;
}
#copy
{
    /*position:static;*/ /*margin-left:160px;*/
    display: inline-block;
    width: 530px;
    margin-right: 10px;
    padding: 0 2.5em 4em;
}

* html #copy {padding:0 5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul {padding-left:18px;}

* html #copy li {padding-left:0.5em;}

#copy li {list-style-image: url(Images/bullet.gif);}

#copy p
{
    font-size: large;
    line-height: 1.7em;
}

#copy li > p {margin-top: 0.2em;}

#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	background-image: url(Images/logo_mini.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #0FCF0F;
}

#copy a {color:#0FCF0F;}

#copy table {font-size: 1em;}/* was width:100% */

/* #copy a:link {text-decoration:underline;} */

#copy a:hover {text-decoration:none;}

#copy .textBox {
	border:1px solid #FFDA09;
	margin-left: 1em;
	background-color:#FFEB79;
}

#copy .textBox:focus {background-color:#FFFFFF;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #FFEB79 !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	border:1px solid #1CCD1A;
	padding: 1.5em;
}

#copy legend {color: #666666;}

#copy .button {
	border:1px solid #666666;
	background-color:#D7E0EA;	
	color:#333333;	
}

* html .button {padding:0 0.5em;} 
#CopyrightFooter
{
    margin: 2px 14px 4px 140px;
    clear: both;
    height: 15px;
    text-align: center;
    font-size: x-small;
}
#bottomShadow
{
    clear:both;
    height: 10px;
    background-image: url(Images/bottom_shadow.png);
    background-repeat: no-repeat;
}

* html #bottomShadow {margin-bottom:-8px;}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 .clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Login View */

.login .label {
	display:block;
}

.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}
.login table {
	font-size: 1em;
}
#footer {
	clear:both;	
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:26px;	
	border-top:2px solid #496A8B;
	margin-left:10px;	
	padding-left:10px;
	padding-top:2px;
	margin-bottom:0;
	background-color:#573323;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#F0E6D5;		
	font-size:smaller;
	letter-spacing:0.25em;
}
.Important 
{ 
     font-size: large; 
     color: Red; 
} 
.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}
#contentLeft {
    display: inline; /* IEwin doubled margin bug fix */			
	float: left;
	width: 225px;
	margin-left:-3px; /*IE Win 3px gap fix*/
}
#contentRight {
    display: inline; /* IEwin doubled margin bug fix */			
	float: left;
	width: 225px;
	margin-left:-3px; /*IE Win 3px gap fix*/
}

/* CSS for photos */
/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

    #CenterDiv
{
    text-align: center;
}
.Important 
{ 
     font-size: large; 
     color: Red; 
} 
.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-image: url(Images/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(Images/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(Images/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(Images/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-image: url(Images/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-image: url(Images/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-image: url(Images/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-image: url(Images/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-image: url(Images/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-image: url(Images/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(Images/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(Images/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}

/* Form Items */

.textfield {
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}
.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/*.photoCaption
{
}
.view
{
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}
 */
 .center
{
    text-align: center;
}