﻿@charset "utf-8";
body {
	background-position: 0% 0%;
  font: 105%/1.4 'Old Standard TT', Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-image: -moz-linear-gradient(bottom, #001048 40%, #000020 62%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.40, #001048),
	color-stop(0.62, #000020)
  );
  background-color: #000020;
  background-repeat: repeat;
  background-attachment: scroll;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
    margin-left:40px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
  font-weight:normal;
}

h1{
  font-size:1.5em;
  line-height:1.2em;
  margin:0;
  padding-top:0;
  padding-bottom:5px; 
  font-variant:small-caps;
  text-align:center;
  text-shadow:rgba(0,0,0,.5) 2px 2px 2px;
  transition-property:text-shadow, font-size;
  transition-duration:1s;
  transition-timing-function:linear;
  transition-delay:.1s;
  /* Firefox 4 */
  -moz-transition-property:text-shadow, font-size;
  -moz-transition-duration:1s;
  -moz-transition-timing-function:linear;
  -moz-transition-delay:.1s;
  /* Safari and Chrome */
  -webkit-transition-property:text-shadow, font-size;
  -webkit-transition-duration:1s;
  -webkit-transition-timing-function:linear;
  -webkit-transition-delay:.1s;
}

h1:hover{
  font-size:1.85em;
  text-shadow:rgba(64,64,128,.6) 4px 2px 2px;
}

h2{
  font-size:1.5em;
  line-height:1.2em;
  margin:0;
  padding-top:0;
  padding-bottom:5px;  
}

h3{
  font-size:1.2em;
  line-height:1.2em;
  margin:0;
  padding-top:0;
  padding-bottom:5px;   
}

h4{
  font-size:1.1em; 
  line-height:1.2em;
  margin:0;
  padding-top:0;
  padding-bottom:5px;  
}

h5{
  font-size:1.0em;
  line-height:1.2em;
  margin:0;
  padding-top:0;
  padding-bottom:5px;   
}

h6{
  font-size:.9em;
  line-height:1.1em;
  margin:0;
  padding-top:0;
  padding-bottom:5px;   
}

p, td{
  font-size:1.0em;
  line-height:1.2em;
  margin:0;
  padding-top:0;
  padding-bottom:5px;  
}

li{
  line-height:.9em;
  padding-top:10px;
  padding-left:5px;
  font-size:.95em;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#202040;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #202040;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width:1360px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	padding:4px;
	background-color:#000020;
	margin-top:12px;
}

.menu{
  box-shadow:0px 4px 10px 8px #c0e0ff;
  border-radius:15px;
  padding-left:20px;
  padding-right:20px;
}

.hdr{
  text-align:center;
  background: #d8e4e8;
  padding:16px;
  margin-right:16px;
}

.header2 {
	padding:6px;
	background-color:#d8e4e8;
  color:Black;
	margin-top:20px;
	height:215px;
	text-align:center;
}

.mainSection {
  padding:10px;
	background-color:#f3f3ff;
	margin-top:10px;
	width:98.5%;
	color:Black;
}

.mainSection2 {
  padding:10px;
	margin-top:10px;
	width:98.5%;
	color:Black;
	background-color:#d8e4e8;
	height:400px;
}

.mainSection p {
  margin-top: 15px;
}

#side-left {
	float: left;
	width: 62%;
	padding-right:40px;
}

#side-right {
	float: right;
	width: 38%;
}

#side-center { 
	float: left;
	width: 34%;
}

.side-left-half {
	float: left;
	width: 40%;
	display:inline;
}

.side-right-half {
	float: right;
	width: 40%;
	display:inline;
}

.news {
	float: left;
	width: 25%;
}

.welcome {
	float: right;
	width: 75%;
}

.welcome2{
	float: left;
	width: 100%;
}
.welcome ul{
  margin-left:40px;
}

.shading {
	background-color:#fafcff;
	margin:5px;
	padding:10px;
	border-radius:10px;
}

.content {
	background-color:#f8faff;
	margin:5px;
	padding:10px;
	color:Black;
}

.content p{
  padding-bottom:15px;
  line-height:1.3em;
}

.shading p{
  line-height:1.3em;
  padding-bottom:15px;
}

.shading li{
  line-height:1.3em;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #001048;
	color:White;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer p {
  font-size:.8em;
  text-align:center;
}

.footer a:link {
	color:#8080ff;
}
.footer a:visited {
	color:#8080ff;
}


.tdTabpage {
    font-family:'Old Standard TT', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding:0;
    margin:0;
    padding-left:20px;
    padding-bottom:5px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#slideshow {
    position:relative;
    height:210px;
    width:406px;
    margin-top:0px;
    text-align:center;
}

#slideshow DIV {
    border-radius:10px;
    border-width:0px;
    border-style:solid;
    position:absolute;
    padding-left:3px;
    z-index:8;
    opacity:0.0;
    height: 202px;
    background: #d8e4e8;
    width:406px;
    padding-top:5px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 197px;
    display: block;
    border: 0;
    margin-bottom:4px;
    margin-left:5px;    
}

.pageControl{
  border-radius:15px;
  padding-bottom:20px;
  border-width:0px;
}

.tabpage{
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  padding-bottom:20px;
  border-width:0px;
  font-size:11px;
}