﻿
/*

Colors: #005C93 dark blue
		#B0BD40 bright green
		#9BA735 bright green for text
		#D7DBB4 light green background color
*/

body 
{	
	font-family: Verdana, Arial;
	font-size: 10pt;
	line-height: 1.5em;	
}

/* -- Basic layout -- */
html,body { margin: 0px; padding: 0px; height: 100%; }
#container { min-height: 99%; position: relative; }
#header { padding: 0px; min-width: 1000px; }
#body { padding: 10px; padding-bottom: 60px; padding-left: 180px; width: 800px; margin-top: 25px; }
#footer { position: absolute; bottom: 0px; width: 100%;  height: 28px; padding: 0px; min-width: 1000px; }

a:link		{ color: #005C93; text-decoration: none; }
a:visited   { color: #005C93; text-decoration: none; }
a:hover     { color: #9BA735; text-decoration: underline; }
a:active    { color: #005C93; text-decoration: none; }

.nohover a:hover { color: #005C93; text-decoration: none; }

ul { margin-left: 15px; padding-left: 0px; }
li { list-style-image: url(images/bullet.png); margin-left: 0px; padding-left: 0px; line-height: 2em;}
li.blue { list-style-image: url(images/bulletBlue.png); margin-left: 0px; padding-left: 0px; line-height: 2em;}

.banner
{
	background-image: url(images/banner-background.png); 
	background-repeat: repeat-x;
}

.button
{
	background-color: #7E7E7E;
	color: #D7DBB4;
	width: 100px;
	height: 30px;
	border: solid 2px #505050;
	font-size: 11pt;
	font-weight: bold;
}

.button:hover
{
	color: #7E7E7E;
	background-color: #D7DBB4;
}

.landingHeader
{
	color: #7E7E7E;
	font-size: 42pt;
}

.landingPageChoice
{
	cursor: pointer; 
	background-repeat: no-repeat; 
	width: 340px; 
	height: 234px; 
	vertical-align: top;
}


/* -- Classes -- */

.menuBar
{
	background-image: url(images/menubar.png); 
	background-repeat: repeat-x; 
	padding-left: 250px; 
	font-size: 10pt;
	color: #ffffff;
	cursor: default;	
	height: 30px;
}

.menuBar a:link		 { color: #ffffff; text-decoration: none; }
.menuBar a:visited   { color: #ffffff; text-decoration: none; }
.menuBar a:hover     { color: #9BA735; text-decoration: underline; }
.menuBar a:active    { color: #9BA735; text-decoration: none; }


.bottomBar
{	
	padding-left: 180px; 
	padding-top: 0.5em;
	background-image: url(images/bottombar.png); 
	background-repeat: repeat-x; 
	height: 30px;
	min-height: 30px;
	color: #ffffff;
	border-top: solid 2px #000000;
	bottom: 0px;
}

.bottomBar a:link		{ color: #ffffff; text-decoration: none; }
.bottomBar a:visited   { color: #ffffff; text-decoration: none; }
.bottomBar a:hover     { color: #9BA735; text-decoration: underline; }
.bottomBar a:active    { color: #ffffff; text-decoration: none; }

.field
{
	border: solid 1px #a9a9a9;
}

.watermark
{
	color: Gray;
	border: solid 1px #a9a9a9;
}

.watermark_password
{
	color: #ffffff; 
	vertical-align:middle;
	border: solid 1px #a9a9a9;
	text-align: right; 
	background-image:url(images/passwordwatermark.png);
	background-repeat:no-repeat;
}

.header
{
	color: #9BA735;
	font-weight: bold;
	font-size: 14pt;
	border-bottom: solid 1px Gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.emphasisText
{
	color: #9BA735;
	font-weight: bold;
}

.messages
{
	color: #ff4500;
}

.faq ul /* -- Questions -- */
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.faq li /* -- Questions -- */
{
	list-style-image: none;
	background-image: url(images/faqQuestion.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;	
	padding-left: 50px;
	font-size: 10pt;
	font-style: italic;
}

.faqAnswer
{
	background-color: #D7DBB4;
	background-image: url(images/faqAnswer.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 10px 30px 40px;
	padding: 10px 10px 10px 80px;
	width: 600px;
	font-size: 10pt;
	font-style: normal;
}

.inputBox
{
	border: solid 1px #000000;
	background-color: #efefef;
}

.accordionHeader
{
	text-transform: lowercase;
	color: #005C93;	
	padding: 10px;
	cursor: pointer;
}

.accordionContent
{	
	background-color: #f9f9f9;
	margin: 10px;	
	padding: 20px;
	cursor: pointer;
	border: solid 1px #005C93;
}


/* -- Tab Styles -- */

.tab-box { 
  border-bottom: 1px solid #7E7E7E;
  padding-bottom: 3px;
}
.tab-box a {
  border: 1px solid #7E7E7E;
  color: #ccc;
  padding: 5px 15px;
  text-decoration: none;
  background-color: #eee;
  border-bottom: 0px; 
}
.tab-box a.activeLink { 
  background-color: #ffffff; 
  color: #9BA735;
  border-bottom: 0px; 
  padding: 6px 15px;
  margin-bottom: 0px;
}
.tabcontent { border: 1px solid #7E7E7E; border-top: 0;}
.hide { display: none;}

/* -- Tab Styles -- */

/* Colors: #005C93 dark blue
		#B0BD40 bright green
		#9BA735 bright green for text
		#D7DBB4 light green background color

background-color: #D7DBB4; border: 3px solid #0085BB;" 
 */
