﻿/* ===== General Styles ===== */

body 
{
margin: 5px auto 10px auto;
background-color: #2F4658;
}

a:link 
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #2F4658;
font-weight: normal;
text-decoration: none;
}

a:visited 
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #2F4658;
font-weight: normal;
text-decoration: none;

}

a:hover 
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #000;
font-weight: normal;
text-decoration: none;
}

a.clipNav:link 
{
font-family: Verdana,Sans-serif;
color: #2F4658;
font-weight: normal;
text-decoration: none;
}

a.clipNav:visited 
{
font-family: Verdana,Sans-serif;
color: #2F4658;
font-weight: normal;
text-decoration: none;
}

a.clipNav:hover 
{
font-family: Verdana,Sans-serif;
color: #000;
font-weight: normal;
text-decoration: none;
}


/* ===== Left Navigation Styles ===== */

#leftNav
{
width: 140px;
float: left;
margin: 40px 0px 0px 0px;
background-color: transparent;
vertical-align:top;
}

.navWrapper
{
width: 135px;
margin: 10px 0px 10px 5px;
}

a.ltNav:link 
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #fff;
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
}

a.ltNav:visited 
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #fff;
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
}

a.ltNav:hover 
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #C1D1DD;
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
}


/* ===== Main Site Layout ===== */

#layoutWrapper 
{
width: 900px;
background-color: transparent;
margin: 0px auto 0px auto;
}

#banner 
{
width: 900px;
background-color: transparent;
}

#contentWrapper
{
width: 750px;
float: right;
background-color: #D8E2EA;
vertical-align:top;
}

#content
{
width: 740px;
margin: 0px auto 0px auto;
background-color: #D8E2EA;
}

.ltCol
{
width: 360px;
float: left;
margin-top:10px;
padding-left: 5px;
background-color: #D8E2EA;
vertical-align:top;
}

.rtCol
{
width: 360px;
float: right;
margin-top:10px;
background-color: #D8E2EA;
vertical-align:top;
}

#video
{
width: 750px;
background-color: transparent;
text-align:center;
}
#smallVideo
{
width: 300px;
margin: 10px auto 0px auto;
background-color: transparent;
}

.spacer
{
width: 100%;
background-color:transparent;
clear:both;
height: 10px;
}

#footer
{
width: 750px;
float:right;
margin: 0px auto 0px auto;
background-color: transparent;
padding: 5px 0px 5px 0px;
text-align:center;
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #fff;
font-size: 0.8em;
font-weight: normal;
}

/* ===== Photo Gallery ===== */

.comTBL /* Common Table */
{
	width: 740px;
	background-color: transparent;
	border-collapse:collapse;
}

.cenTD /* Site Content */
{
	background-color: transparent;
	padding: 3px 0px 3px 0px;
	text-align:center;
}

/* ===== Site Fonts and Headings ===== */

h1
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #000;
font-size: 1.2em;
font-weight: bold;
font-style:italic;
}

.siteText
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #000;
font-size: 0.8em;
font-weight: normal;
}

.centerText
{
font-family: Palatino Linotype,Verdana,Sans-serif;
color: #000;
font-size: 0.8em;
font-weight: normal;
text-align:center;
}

.verdanText
{
font-family: Verdana,Sans-serif;
color: #000;
font-size: 0.8em;
font-weight: normal;
}

/* ===== Image Borders ===== */

.imageBorder
{
border: 2px solid #2F4658;
}
.imgNoBorder
{
border: 0px;
}

.imageRt
{
float:right;
border: 2px solid #2F4658;
margin: 5px;
}

.imgRt
{
float:right;
border: 0px;
margin: 5px;
}

.imageLt
{
float:left;
margin: 5px;
}


