﻿/* DEFAULTS
----------------------------------------------------------*/
*
{ margin: 0;
padding: 0;}
  
body
{
    background: #b6b7bc;
    font-size: .9em;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    color: #444444;
}

th, td, input, textarea, select   
{
    padding:1px;
    color: #696969;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

td
{
    padding: 2px 4px 2px 0;
}

a
{ 
    text-decoration: none;
}

img
{
    border:none;
}

a:link, a:visited
{
    color: #4097DB;
}

a:hover
{
    color: #4097DB;
    text-decoration: underline;
}

a:active
{
    color: #4097DB;
}

p
{
margin-bottom: 10px;
line-height: 1.6em;
}

hr
{
margin-bottom: 7px;
margin-top: 7px;
}

strong
{
color:#395775;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
font-size: 1.5em;
color:#395775;
/*font-variant: small-caps;*/
font-weight:/*200*/ normal;
text-transform: none;
margin-bottom: 5px;
}

h1
{
font-size: 2em;
padding-bottom: 0px;
}

h2
{
font-size: 1.8em;
/*font-weight: 600;*/
}

h3
{
font-size: 1.6em;
}

h4
{
font-size: 1.4em;
}

h5
{
font-size: 1.2em;
/*margin-top: 10px;
margin-bottom: 5px;*/
}

h6
{
font-size: 1em;
margin-bottom: 0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
width: 960px;
background-color: #fff;
margin: 0px auto 0px auto;
border: 0px solid #496077;
}

.header
{
position: relative;
margin:0 20px 0 25px;
padding: 0px;
background: White;
/*width: 100%;*/
}

.header h1
{
font-weight: normal;
margin: 0px;
padding: 0px;
color: #395775;
border: none;
/*line-height: 2em;*/
font-size: 2em;
}

.main
{
/*padding: 0px 12px;*/
margin: 20px 20px 0 25px;
/*min-height: 420px;*/
}

.leftCol
{
padding: 6px 0px;
margin: 12px 8px 8px 8px;
width: 200px;
min-height: 200px;
}

.footer
{
color: #4e5766;
padding: 3px 0;
margin: 0px 20px 0px 25px;
text-align: center;
line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
background-color:#395775;
height:32px;
/*width:100%;*/
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

div.menu
{
padding: 4px 0px 4px 8px;
}

div.menu ul
{
list-style: none;
margin: 0px;
padding: 0px;
width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
/*background-color: #465c71;*/
/*border: 1px #4e667d solid;*/
color: White;
font-size:1.2em;
display: block;
line-height: 1.3em;
padding: 0 10px 4px;
text-decoration: none;
white-space: nowrap;
}

div.menu ul li a:hover
{
color: #4097DB;
text-decoration: none;
}

/*
div.menu ul li a:active
{
color: #4097DB;
text-decoration: none;
}
*/

div.menu ul li a.selected
{
color: #4097DB;
} 
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
margin: 1em 0px;
padding: 1em;
border: 1px solid #ccc;
}

fieldset p 
{
margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
display: block;
}

fieldset label.inline 
{
display: inline;
}

legend 
{
font-size: 1.1em;
font-weight: 600;
padding: 2px 4px 8px;
}

input.textEntry 
{
width: 320px;
border: 1px solid #ccc;
}

input.passwordEntry 
{
width: 320px;
border: 1px solid #ccc;
}

div.accountInfo
{
width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
clear: both;
}

.title
{
display: block;
float: left;
text-align: left;
width: auto;
margin: 25px 0 10px 0;
}

.loginDisplay
{
font-size: 1.1em;
display: block;
text-align: right;
padding: 10px;
color: #395775;
padding-top:25px;
}

.loginDisplay a:link
{
color: #395775;
}

.loginDisplay a:visited
{
color: #395775;
}

.loginDisplay a:hover
{
color: #4097DB;
}

.failureNotification
{
font-size: 1.2em;
color: Red;
}

.bold
{
font-weight: bold;
}

.submitButton
{
text-align: right;
padding-right: 10px;
}

/* ---------- slideshow ---------- */

ul.slideshow {
list-style: none;
width: 680px;
height: 256px;
overflow: hidden;
position: relative;
margin: 0 0 20px 0;
margin-top: 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
ul.slideshow li {
position: absolute;
margin: 0;
padding: 0;
}
 
ul.slideshow li.show {
z-index: 50;}
 
ul img {
border: none;}
 
#slideshow-caption {
width: 680px;
height: 33px;
position: absolute;
bottom: 0;
left: 0; 
z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
padding:  5px 15px 5px 15px; 
background: transparent url(../img/transparent.png) repeat;  
z-index: 1000;}
 
#slideshow-caption p {
padding: 0;
font: normal 1.2em "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
color: #FFF;}
  
/* ---------- sidebar ---------- */
.sidebar_container
{ float: left;
margin: 0 20px 0 0;
width: 215px;
padding: 0;}

.sidebar
{ float: left;
width: 215px;
padding: 0;
margin-bottom: 10px;
/*
margin-top: 10px;
*/
}

.sidebar p, .sidebar h5, .sidebar h6
{
padding-left:5px;
}

.sidebar_item
{ /*font: normal 100% Segoe UI,​Tahoma,​sans-serif;*/
width: 215px;

}

.sidebar h2
{ padding:  1px 10px 2px 10px;
/*font: normal 120% Segoe UI,​Tahoma,​sans-serif;*/
font-size:1.2em;
/*height: 25px;*/
text-shadow: 0px -1px 0px #000;
color: #FFF;
background: #395775;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
  
/* ---------- content ----------*/
#content
{ width: 680px;
margin-bottom: 20px;
float: left;}

.content_item
{ width: inherit;
margin-top: 0;
margin-bottom: 20px;}

.content_image
{ float: left; 
width: 150px;
height: 150px;
margin: 0 20px 10px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;} 

.content_container
{ width: 320px;
padding: 0 10px 10px 0;
margin-right: 10px;
float: left;} 
  
/*---------- content blue----------*/
#content_blue
{ 
height: 150px;
text-align: center; 
} 
  
#content_blue p
{ color: #FFF;}  

#content_blue h4
{ font-size: 1.7em;
color: #FFF;
text-shadow: none;}
  
.content_blue_container_box
{ 
background: #395775;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
width: 265px;
padding: 5px 10px 5px 10px;
text-align: center;
margin: 10px 5px 10px 25px;
float: left;}

/* ---------- readmore buttons ---------- */
.readmore
{ font: /*bold*/110% "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
height: 15px;
width: 80px;
margin-left: 95px;
padding: 2px 2px 9px 2px;
background: #fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.readmore a
{ 
color: #395775;
}
 
.button_small
{ font: normal 110% "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
height: 15px;
width: 80px;
padding:  0px 2px 10px 2px;
background: #395775;
text-align:center;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a
{ color: #FFF;
/*padding-left: 5px;*/
}
  
/*----------Language Button----------*/
div.labutton
{
    padding:1px 3px 1px 3px;
    border-right:30px solid #fff;
}
.labutton {
	/*
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	*/
	background-color:#395775;
	border:0px solid #395775;
	display:inline;
	color:#ffffff;
	font-family:font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	/*padding: 3px 10px;*/
	padding: 0 -3px 0 -3px;
	text-decoration:none;
	text-shadow:-17px -19px 0px #528ecc;
}

/*-------- Apptable ----------*/
.apptable td
{
    padding:20px 5px 20px 5px;
}
.apptable tr
{
    border-top-style: solid;
    border-top-color: #D8D8DA;
    border-top-width: 1px;
}
/*----------2nd level menu----------*/
.dynamic
{
    background-color:#C0C0C0;
    z-index: 100;
    font-size:0.95em;
}
.timg
{
    border-width:5px; 
	border-style:solid;
	border-color:#E0DEDF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:5px;
}