﻿/*
===============================================================
    ALL TEXT
===============================================================
*/

body
{
  font-family: verdana, helvetica, sans-serif;
  font-size: 1em;
  background-color: #99CCFF;
  margin-top:10px;
	 
}

/*
===============================================================
    ALL TABLES
===============================================================
*/

table, tr, td
{
    
    border-collapse: collapse;
    vertical-align: top;
}
td img {
  vertical-align: bottom;
}

/*
===============================================================
    ALL LINKS
===============================================================
*/

a:link
{
    color: #4097D9;
}

a:visited
{
    color: #4097D9;
}

a:active
{
    color: #4097D9;
}

a:hover
{
    color: #4097D9;
}


/*
===============================================================
    TEXT LINKS CELL
    Applies to the text-based navigation at the top, and bottom
    of the page, as well as the section navigation above the 
    page content.
===============================================================
*/

.text_links_cell
{
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: .75em;
    line-height: 2em;
    text-align: center;
}

.text_links_cell a
{
    white-space: nowrap;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
    text-decoration: none;
}


/*
===============================================================
    SIDEBAR
===============================================================
*/

#sidebar_table 
{
    font-size:1em;
    margin-left: 0;
    padding-left: 20px;
    text-align:left;
}



/*
===============================================================
    MAIN CONTAINERS
===============================================================
*/

html, body, #wrapper
{
    height: 100%;
    padding: 0;
    border: none;
    text-align: center;
}

/*
Used to stretch the page to fill the browser window
*/
#wrapper
{
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width: 760px;
    height: 100%;
}

/*
Used to stretch the design to fill the browser window, and fill the empty space
with a background color
*/
#wrapper2
{
    width: 760px;
    height: 100%;
    background-color: white;
}

.forms
{
	 background-color:#fff;
	 width:760px;
	 text-align:left;
	 font-size: .8em;
}

table.forms td
{
	padding-left:10px;
}

.formsColumn
{
	font-weight:bold;
	width:190px;
	text-align:right;
}



/*
===============================================================
    MISCELLANEOUS
===============================================================
*/

#top_spacer_cell
{
    height: 20px;
    background-color: #CFEAFF;
}

#button_nav_table img
{
    border-style: none;
}

#touchstone_cell
{
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
}

#content_cell
{
    font-size: .8em;
    font-weight: normal;
    padding-bottom: 1em;
    text-align:left;
    vertical-align:top;
    width: 578px;
    padding-right: 45px;
}

#sideContent_cell
{
    font-size: .8em;
    font-weight: normal;
    padding-bottom: 1em;
    text-align:left;
    vertical-align:top;
}
 
#content_cell1
{
    font-size: .8em;
    font-weight: normal;
    padding-bottom: 1em;
    text-align:left;
}

#content_cell2
{
    font-size: .8em;
    font-weight: normal;
    padding-bottom: 1em;
    text-align:left;
}

#bottom_links_cell
{
    height: 2em;
}

.footer
{
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: .8em;
    line-height: 2em;
    background-color: #fff;
    text-align: center;
}

.firstLetter 
{
	font-size: 1.6em;
}

.pageTitle
{
	font-family: Corbel,Verdana;
	font-size: 1.5em;
	font-weight:normal;
}

.smalltext
{
	font-size: .7em;
}

.boldtext 
{
	font-weight:bold;
}

.boldtextred 
{
	font-weight:bold;
	color:gray;
}

.floatleft
 {
	float: left;
	margin: 0 10px 10px 0;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font-style:italic;
	font-size: .7em;
	text-align:center;
 }
 
 .floatright
 {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font-style:italic;
	font-size: .7em;
	text-align:center;
 }
 
 .slogan
 {
	font-style: italic;
	color: #99ccff;
	font-size: .9em;
 }
 
  
/*
=============================================================
Accordian used on FAQ page
=============================================================
*/

#accordion {width:459px; margin:10px auto; }
.accordion {width:459px; font:1em Verdana; color:#033;}
.accordion dt {width:439px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../images/header.gif)}
.accordion dt:hover {background:url(../images/header_over.gif)}
.accordion dd {overflow:hidden; background:#fff;margin:0; padding:0}
.accordion span {display:block; width:425px; border:2px solid #9ac1c9; border-top:none; padding:15px; font-size:.85em;}

#accordion2 {width:459px; margin:50px auto; border:1px solid #333; border-top:none}
.accordion2 {width:459px; font:12px Verdana,Arial; color:#333}
.accordion2 dt {width:447px; padding:4px 6px; font-weight:bold; cursor:pointer; background-color:#666; background-image:url(../images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#fff; border-top:1px solid #333}
.accordion2 dt:hover {background-color:#555}
.accordion2 .open {background-color:#444; background-image:url(../images/arrow_up.gif)}
.accordion2 dd {overflow:hidden; background:#fff}
.accordion2 span {display:block; width:429px; border-top:none; padding:15px}

/*
=================================================================
Data Table Display
=================================================================
*/
.dataTable
{
	padding: 12px;
	width:442px;
	font-size: 1em;
	font-family:Corbel, Arial;
	border: solid 1px #87CEFA;
}
.dataTable td
{
	border-right: solid 1px #87CEFA;
}
.tableHead 
{
	background-color: #F0F8FF;
	text-align:center;
	font-weight:bold;
}
.headCol
{
	border: solid 1px #87CEFA;
	padding-left: 5px;
}

.row
{
	text-align:center;
}
.altRow
{
	background-color: #F0F8FF;
	text-align:center;
}

.titleRow
{
	background-color: #000033;
	color: #fff;
	text-align:center;
}

.dataTableSmall
{
	padding: 12px;
	width:342px;
	font-size: 1em;
	font-family:Corbel, Arial;
	border: solid 1px #87CEFA;
}
.dataTableSmall td
{
	border-right: solid 1px #87CEFA;
}

/*
====================================================
Alternate Data Table Display
====================================================
*/

.dataTable2
{
	border: solid 2px black; 
	width:490px;
}

table.dataTable2 td
{
	padding: 5px;
}
.headerRow
{
	 background-color:#1d1d1d;
	 text-align:center;
	 font-weight:bold;
	 color:white;
}
.subHeaderRow
{
	 background-color:#C6E3FF;
	 border-right:solid 1px black;
	 font-weight:bold;
}

tr.subHeaderRow td
{
	 border-right:solid 1px black;
}
tr.dataRow td
{
	 border-right:solid 1px black;
}	

/*
==============================================================
Display pictures
==============================================================
*/
.picture { background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px; font:1em Arial, sans-serif;text-align:center;height:235px; } 
.picture img { border: 1px solid #CCCCCC; vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
.middle { margin: 0.5em 0.8em 0.5em 0; float:left;padding: 0px 10px 5px 10px; } 
.center { margin: 0.5em 0.8em 0.5em 0;text-align:center; }
.contacts{width:400px;text-align:center;margin:auto;}
.directorPicture { background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px; font:1em Arial, sans-serif;text-align:center;height:200px; } 


/*
==============================================================
Photo Gallery
==============================================================
*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	height:1250px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail
{
	text-decoration:none;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffcc;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail span
{
	width:408px;
	text-decoration: none;
}


.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 220px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/*
====================================================================
Left side on home page
====================================================================
*/
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#ecf9f9; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#ecf9f9; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#ecf9f9; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #ecf9f9; border-right:1px solid #888; border-left:1px solid #888;}
.contentb div {margin-left: 5px; font-size:.8em;margin:0px; padding:4px;}

