﻿/* CSS layout */
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 0.75em;
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
    min-width: 900px;
}

body a:link, a:visited, a:hover, a:active
{
	color: #FFFFFF;
	text-decoration: none; 
}

.h1
{
    font-size: 500%;
    font-weight: bold;
}
.h2
{
    font-size: 400%;
    font-weight: bold;
}
.h3
{
    font-size: 300%;
    font-weight: bold;
}
.h4
{
    font-size: 300%;
}
.h5
{
    font-size: 200%;
}
.h6
{
    font-size: 100%;
}

#wrapper
{
	/*	min-width: 600px;
	padding: 15px 10px 15px 10px;*/
	text-align: left;
	width: 900px;
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#mainContainer  /* for the main page */
{
	/*	min-width: 600px;*/
	padding: 0px;
	text-align: left;
	width: 100%; /*900px;*/
	height: 820px;
	margin-top: 0px;	
	margin-bottom: 0px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;	
}

#container  /* for other pages, but main */
{
	/*	min-width: 600px;*/
	padding: 0px;
	text-align: left;
	width: 100%; /*900px;*/
	margin-top: 0px;	
	margin-bottom: 0px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#headerContainer
{
	width: 100%; /*900px;*/
	height: 70px;
	margin-top: 0px;	
	margin-bottom: 0px;	
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 100%; /*900px;*/
	height: 70px;
	margin-top: 0px;	
	margin-bottom: 0px;	
	margin-left: auto;
	margin-right: auto;
}

#topMenuContainer
{
    width: 100%; /*900px;*/
    height: 30px;
	margin-top: 20px;	
	margin-bottom: 0px;	
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topMenu
{    
    width: 100%; /*900px;*/
    height: 10px;
    background-color: #5C5C5C;
}

#topMenu a
{
    display: block;
    width: 100%; /*900px;*/    
    line-height: 30px;
}

#topMenu td.selectedTopMenuItem
{
    color: #5C5C5C;
	background-color: #FFFFFF;   
}

#topMenu td.selectedTopMenuItem a:link, #topMenu td.selectedTopMenuItem a:visited, #topMenu td.selectedTopMenuItem a:hover, #topMenu td.selectedTopMenuItem a:active
{
    color: #5C5C5C;
	background-color: #FFFFFF;  
}

#topMenu td.mouseOver
{
    color: #5C5C5C;
	background-color: #FFFFFF; /* #D7D7D7; */ 
}

#topMenu td.mouseOver a:link, #topMenu td.mouseOver a:visited, #topMenu td.mouseOver a:hover, #topMenu td.mouseOver a:active
{
	color: #5C5C5C;
	text-decoration: none;
}

#topMenu td.mouseOut
{   color: #FFFFFF;
	background-color: #5C5C5C; 
}

#topMenu td.mouseOut a:link, #topMenu td.mouseOut a:visited, #topMenu td.mouseOut a:hover, #topMenu td.mouseOut a:active
{   color: #FFFFFF;
	text-decoration: none;
}

#mainContentContainer
{
    width: 100%; /*900px;*/
    height: 640px; 
	margin-top: 20px;	
	margin-bottom: 0px;  
}

#otherContentContainer
{
    width: 100%; /*900px;*/ 
	margin-top: 20px;	
	margin-bottom: 0px;  
}

#flashContentContainer
{
    width: 100%; /*900px;*/
    height: 400px; 
    background-color: #5C5C5C;
    border-collapse: collapse;   
}

#flashContent
{
    width: 100%; /*900px;*/
    height: 400px; 
    background-color: #5C5C5C; /*#FFFFFF;   */
}

#splashContentContainer
{
    width: 100%; /*900px;*/
    height: 100px; 
    background-color: #5C5C5C;
    border-collapse: collapse;
}

#splashContent
{
    width: 100%; /*900px;*/
    height: 100px; 
    background-color: #5C5C5C; /*#FFFFFF;   */   
}

#frontMatterContainer{
    width: 100%; /*900px;*/
    height: 220px; 
    margin-top: 20px;
    background-color: #5C5C5C;
}

#frontMatter{
    width: 33%; /*220px;*/
    color: #5C5C5C;
    background-color: #FFFFFF;    
}

#frontMatter a:link, #frontMatter a:visited, #frontMatter a:hover, #frontMatter a:active
{
    color: #BD141B;
	background-color: #FFFFFF;    
}

#frontMatter p.mouseOver a:link, #frontMatter p.mouseOver a:visited, #frontMatter p.mouseOver a:hover, #frontMatter p.mouseOver a:active
{
	color: #BD141B;
	font-weight: bold;
	text-decoration: none; 
}

#frontMatter p.mouseOut a:link, #frontMatter p.mouseOut a:visited, #frontMatter p.mouseOut a:hover, #frontMatter p.mouseOut a:active
{   color: #BD141B;
	text-decoration: none; 
}

#otherMatterContainer{
    width: 100%; /*900px;*/ 
    margin-top: 20px;
    background-color: #5C5C5C;    
}

#whereAmIContainer{
    height: 25px;
    background-color: #5C5C5C; /*#FFFFFF;*/
}

#whereAmI{
    background-color: #5C5C5C; /*#FFFFFF;*/
}

#whereAmI a:link, a:visited
{
}

#whereAmI a:hover
{
  /*  color:#BD141B;
	background-color: #FFFFFF;
	text-transform: uppercase; */
	text-decoration: underline;
}

#whereAmI a:active
{
}

#sideMenuContainer{
    width: 20%; /*220px;*/
    color: #5C5C5C;
    background-color: #5C5C5C; /*#FFFFFF;*/
}
/*
#sideMenuItem{
    height: 30px;
}*/

#sideMenu
{    
    width: 100%; /*900px;*/    
    line-height: 30px;
    background-color: #5C5C5C;
}

#sideMenu a
{
    display: block;
    width: 100%; /*900px;*/    
    line-height: 30px;
}

#sideMenu td.selectedSideMenuItem 
{
    color:#FFFFFF;
	background-color: #BD141B;
    border-bottom: 1px #FFFFFF outset;   
}

#sideMenu td.selectedSideMenuItem a:link, #sideMenu td.selectedSideMenuItem a:visited, #sideMenu td.selectedSideMenuItem a:hover, #sideMenu td.selectedSideMenuItem a:active
{
    color: #FFFFFF;
	background-color: #BD141B;
}

#sideMenu td.mouseOver
{
    color: #5C5C5C;
	background-color: #FFFFFF; /* #D7D7D7; */ 
}

#sideMenu td.mouseOver a:link, #sideMenu td.mouseOver a:visited, #sideMenu td.mouseOver a:hover, #sideMenu td.mouseOver a:active
{
	color: #5C5C5C;
	text-decoration: none;
}

#sideMenu td.mouseOut
{   color: #FFFFFF;
	background-color: #5C5C5C;
}

#sideMenu td.mouseOut a:link, #sideMenu td.mouseOut a:visited, #sideMenu td.mouseOut a:hover, #sideMenu td.mouseOut a:active
{   color: #FFFFFF;
	text-decoration: none;
}

#hitCounter{
    color: #5C5C5C;
    text-align:right;
}

#otherMatter{
    width: 77%; /*220px;*/
    color: #5C5C5C;
    background-color: #FFFFFF;
}

#otherMatter a:link, #otherMatter a:visited, #otherMatter a:hover, #otherMatter a:active
{
	color: #5C5C5C;
	text-decoration: none; 
}

#otherMatter td.mouseOver a:link, #otherMatter td.mouseOver a:visited, #otherMatter td.mouseOver a:hover, #otherMatter td.mouseOver a:active
{
	color: #5C5C5C;
	font-weight: bold;
	text-decoration: none; 
}

#otherMatter td.mouseOut a:link, #otherMatter td.mouseOut a:visited, #otherMatter td.mouseOut a:hover, #otherMatter td.mouseOut a:active
{   color: #5C5C5C;
	text-decoration: none; 
}


#footerContainer{
    width: 100%; /*900px;*/
    height: 20px; 
	margin-top: 20px;	
	margin-bottom: 0px;
    background-color: #5C5C5C;    
}

#footerContent{
    width: 100%; /*900px;
    background-color: #FFFFFF;*/    
}

.blurb
{
	margin: 20px;
/*	color: #000000;*/
}

.noBorder
{
    border-width: 0px; 
}

.rightBorder
{
    border-right: medium #AAAAAA inset; 
}

.bottomBorder{
    border-bottom: 1px #FFFFFF outset;
}

.verticallyCentred
{
    vertical-align: middle;
}

.verticallyAlignedToTop
{
    vertical-align: top;  
}

.horizontallyCentred
{
    text-align: center;
}

.noPadding
{ 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;   
}

.noMargin
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.noTopBottomMargin
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.topMargin
{
	margin-top: 20px;
}

.rightMargin
{
	margin-right: 20px;
}

.horizontalListNoStyle
{
    list-style-type: none;
    display: inline;

}


/*
.leftMenu a:link
{
	color: #FFFFFF;
	text-decoration: none; 
}

.leftMenu a:visited
{
	color: #FFFFFF;
	text-decoration: none; 
} 

.leftMenu a:active 
{
	color: #FFFFFF;
	text-decoration: none;
}

.leftMenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;	
}
*/


/* CLEAN FORM
/////////////////////////////*/

/* General */

form {
	font-size:1em;
	width:38em;
	color:#1b1b1b;
	text-align:left;
	margin:1em auto
}

/* Elements */

form  label,form legend{
	padding:0;
	margin:0.3em 0
}

form fieldset{
	padding:0.7em;
	border:1px solid #ddd;
	margin:0 0 0.5em 0
}

form label {
    font-weight:bold
}

form fieldset input {
    width:95%;
    line-height:1.5em;
	padding:0.15em
}

form .radio input,
form .checkbox input {
    width:auto;
    border:none;
    margin:0 1.5em 0 0
 }

form input, form textarea, form select {
/*    display:block;  */
    margin-bottom:1em;
    font-size:1em;
    border:1px solid #bbb;
    padding:0.15em;
    margin-right:1em
 }

form .radio label, form .radio input,
form .checkbox label, form .checkbox input {
    display:inline;
    margin:0 1.5em 0 0
}

form .radio input, form .checkbox input {
    margin:0 0.3em 0 0
}

/* Button */

form button {
	margin:0.3em 0;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:1em;
	cursor:pointer;
	padding:0.5em
}

form button:hover {
	background-color:#e6efc2;
	border:1px solid #c6d880;
	color:#529214
}

form button:active {
	background-color:#333;
	color:white;
	border:1px solid #000
}

/* information */

form .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
}

form .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

form .formInfo p{
	text-align:justify
}

.required {
	color:#ff3838;
	font-weight:bold;
	font-size:0.8em
}

input[type=hidden] {
 	display:none;
}

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }  

.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; } 
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; } 
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; } 
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; } 
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }
 
form .error { border: 2px solid #e10c0c; } /* js error class */

