﻿/* To make sure link styles work properly, set them up in LVHA order. 
That's link, visited, hover, and active.*/

a:link
{
    color: blue;
    text-decoration: none;
}

a:visited
{
    color: purple;
    text-decoration: none;
}

a:hover
{
    color: blue;
    text-decoration: underline;
}

a:active
{
    color: blue;
    text-decoration: none;
}

/*a.info CSS code below is modifed from code I found in "Pure CSS Tooltips" 
at (http://psacake.com/web/jl.asp).*/

a.info
{
    color: blue;
    position: relative;
    text-decoration: underline;
    z-index: 24;
}

a.info:hover
{ 
    background-color: #C0C0C0;
    text-decoration: none;
    z-index: 25;
}

a.info span
{
    display: none;
}

a.info:hover span
{
    background-color: #C0C0C0;
    border: 1px solid #C0C0C0;
    color: #000;
    display: block;
    left: 2em;
    position: absolute;
    text-align: center;
    top: 2em; 
    width: 15em;
}

body
{
    background-image:url(../images/tileBackground935.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	width:935px;
}

.bodyFlash
{
    background-image:url(../images/tileBackground935.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	width:935px;
}

.BottomContainer
{
	float:left;
	margin-left:5px;
	text-align:center;
	width:100%;	
}

.copyright
{
    bottom: 5px;
    clear:both;
    float:right;
    font-family:Calibri, Arial;
    font-size:0.7em;
    margin-left:5px;
    margin-right:5px;
    padding-bottom:5px;
    padding-top:5px;
    text-align:center;
    width:100%;
}

.copyrightFlash
{
    bottom: 5px;
    clear:both;
    float:left;
    font-family:Calibri, Arial;
    font-size:0.7em;
    margin-left:5px;
    margin-right:5px;
    padding-bottom:5px;
    padding-top:5px;
    text-align:center;
    width:100%;
}

.cphBox
{
    /*border-left-color:#CC3333;
    border-left-style:solid;
    border-left-width:2px;*/
    border-right:hidden;
    float:right;
    font-family:Calibri, Arial;
    font-size:0.8em;
    margin-left:4px;
	width:75%;
}

.cphBoxFlash
{
    /*border-left-color:#CC3333;
    border-left-style:solid;
    border-left-width:2px;*/
    border-right:hidden;
    float:left;
    font-family:Calibri, Arial;
    font-size:0.8em;
    margin-left:30px;
    padding-left:5px;
    vertical-align:top; 
	width:60%;
}

.cphColorBox
{
    background-color:#FFCC00;
    font-family:Calibri, Arial;
    margin-left:5px;
    padding:5px;
    text-align:left; 
    width:100%;
}

.cphMainText
{
    font-family:Calibri, Arial;
    font-size:0.8em;
    margin-left:10px;
    padding:5px;
}

.cphPhotoBox
{
    font-family:Calibri, Arial;
    padding:15px;
    text-align:right;
    vertical-align:bottom;
}

.FlashLeftCell
{
    font-family:Calibri, Arial;
    text-align:left;
    vertical-align:top;
    width:260px;
}

.FlashRightCell
{
    background-color:#FFCC00;
    font-family:Calibri, Arial;
    padding:5px;
    text-align:left;
    vertical-align:top;
    width:260px;
}

.cphVideoBoxFlash
{
    border-right:hidden;
    clear:both;
    float:left;
    padding:0px;
    text-align:left;
}

.cphVideoBoxWMP
{
    /*border-left-color:#CC3333;
    border-left-style:solid;
    border-left-width:2px;*/
    border-right:hidden;
    clear:both;
    float:right;
    margin-left:20px;
   /* margin-top:10px;*/
    padding-left:10px;
    /*padding:5px;*/
    text-align:right;
	width:45%;
}

.cqHeader
{
    background-color:#FFCC00;
    border-color:#CC3333;
    border-style:solid;
    border-width:3px;
	float:right;
	margin-left:5px;
	text-align:center;
	width:70%;
}

.cqHeaderFlash
{
    background-color:#FFCC00;
    border-color:#CC3333;
    border-style:solid;
    border-width:3px;
	float:left;
	text-align:center;
	width:70%;
}

.HRule1
{
    color:#CC3333;

}

.List1
{
    list-style-type:disc;
    margin-left:15px;
}

.List2
{
    list-style-type:none;
    margin-left:0px;
}

.MediaControls
{
	/*border-bottom:solid 0px Red;
	border-right-style:hidden;
	border-left:solid 1px Red;
	border-top:solid 1px Red;*/
	float:left;
	font-family:Calibri, Arial;
	height:100%;
	/*padding-right:1em;*/
	padding:5px;
	text-align:left;
	width:300px;
}

.MediaList
{
	list-style-type:none;
	margin-left:2px;
}

.MediaList2
{
	list-style-type:none;
	margin-right:5px;
}

.NavMenuBottom
{
    background-color:#FFCC00;
    border-color:#CC3333;
    border-style:solid;
    border-width:2px;
    clear:right;
    float:right;
    font-family:"Copperplate Gothic Light";
    font-size:0.7em;
    margin-left:10px;
    margin-right:5px;
    padding-bottom:5px;
    padding-top:5px;
    text-align:center;
    vertical-align:bottom;
    width:98%;
}

.NavMenuBottomFlash
{
    background-color:#FFCC00;
    border-color:#CC3333;
    border-style:solid;
    border-width:2px;
    clear:both;
    float:left;
    font-family:"Copperplate Gothic Light";
    font-size:0.7em;
    padding-bottom:5px;
    padding-top:5px;
    text-align:center;
    vertical-align:bottom;
    width:100%;
}

.NavMenuLeft
{
    /*background-color:#FFCC00;
	border-bottom-color:#CC3333;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-color:#CC3333;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#CC3333;
	border-right-style:solid;
	border-right-width:2px;
	border-top-color:#CC3333;
	border-top-style:solid;
	border-top-width:2px;*/
	float:left;
    font-family:"Courier New";
    font-size:0.8em;
    height:100%;
	/*margin-left:10px;*/
	padding:5px;
	text-align:center;
	width:20%
}

.PithyQuote
{
	float:right;
	font-family:Calibri, Arial;
	font-size:0.8em;
    padding:5px;
	text-align:center;
	width:71%;
}

.PithyQuoteFlash
{
	float:left;
	font-family:Calibri, Arial;
	font-size:0.8em;
	/*margin-left:20px;
	/*margin-right:5px;*/
    padding:5px;
	text-align:center;
	width:70%;
}

.tkHeader
{
	border-bottom:hidden;
	/*border-left-color:#CC3333;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#CC3333;
	border-right-style:solid;
	border-right-width:2px;*/
	border-top:hidden;
	float:right;
	height:50px;
	margin-left:15px;
	padding-top:15px;
	text-align:center;
	vertical-align:bottom;
	width:70%;
}

.tkHeaderFlash
{
	border-bottom:hidden;
	/*border-left-color:#CC3333;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#CC3333;
	border-right-style:solid;
	border-right-width:2px;*/
	border-top:hidden;
	float:left;
	height:50px;
	margin-left:5px;
	padding-top:15px;
	text-align:center;
	vertical-align:bottom;
	width:70%;
}

.ToolTip
{
    font-family:"Courier New";
    font-size:0.7em;
}
