﻿*
{
	outline: 0px;
}

a
{
	color: #FFF;
}

body, td, div
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	font-size: 14px;
	color: #FFF;
}

/* Master Page CSS */

.backgroundRepeater
{
	background-image: url(            '../Images/MasterPage/repeater-2.jpg' );
	background-repeat: repeat-y;
}

.imgShadow
{
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
}

/* Footer Nav */
#footNav
{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
}

#footNav li
{
	color: #666;
	display: inline;
	font: 12px Trebuchet MS, Arial, Helvetica, Sans Serif;
}

#footNav li a
{
	color: #666;
}

/* JQuery Drop Down Menu -Brown:574235- */

#navigation
{
	margin: 0;
	padding: 0;
}

#navigation li
{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

/*
#navigation li a
{
	display: block;
	background: url('../Images/MasterPage/navHomeOff.png') no-repeat;
	text-decoration: none;
	height: 45px;
	width: 92px;
}

#navigation li a:hover
{
	background: url('../Images/MasterPage/navHomeOn.png') no-repeat;
}
*/
#navigation li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#navigation li ul li
{
	float: none;
	display: block;
}

#navigation li ul li a
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 5px;
	padding-top: 5px;
	width: 115px;
	background: #42903D;
	color: White;
}

#navigation li ul li a:hover
{
	background: #42903D;
	color: #b69c1a;
}

/* Drop Down Menu Style */

.dvNavSection
{
	float: left;
	position: relative;
	z-index: 5;
	width: 667px;
	height: 125px;
}

.spacer
{
	width: 2px;
	height: 45px;
	background-image: url(         '../Images/MasterPage/navSpacer2.jpg' );
	background-repeat: no-repeat;
}

.navHome a
{
	display: block;
	background: url(         '../Images/MasterPage/navHomeOff2.jpg' ) no-repeat;
	text-decoration: none;
	height: 45px;
	width: 92px;
}

.navHome li a
{
	height: 20px;
}



.navAbout a
{
	display: block;
	background: url(         '../Images/MasterPage/navAboutOff2.jpg' ) no-repeat;
	text-decoration: none;
	height: 45px;
	width: 80px;
}

.navAbout li a
{
	height: 20px;
}


.navPrograms a
{
	display: block;
	background: url(         '../Images/MasterPage/navProgramsOff2.jpg' ) no-repeat;
	text-decoration: none;
	height: 45px;
	width: 99px;
}

.navPrograms li a
{
	height: 20px;
}


.navSupport a
{
	display: block;
	background: url(         '../Images/MasterPage/navSupportOff2.jpg' ) no-repeat;
	text-decoration: none;
	height: 45px;
	width: 83px;
}

.navSupport li a
{
	height: 20px;
}

.navNews a
{
	display: block;
	background: url(         '../Images/MasterPage/navNewsOff2.jpg' ) no-repeat;
	text-decoration: none;
	height: 45px;
	width: 59px;
}

.navNews li a
{
	height: 20px;
}

.navBlog a
{
	display: block;
	background: url(         '../Images/MasterPage/navBlogOff2.jpg' ) no-repeat;
	text-decoration: none;
	height: 45px;
	width: 52px;
}

.navBlog li a
{
	height: 20px;
}

.navContact a
{
	display: block;
	background: url(         '../Images/MasterPage/navContactOff2.jpg' ) no-repeat;
	text-decoration: none;
	height: 45px;
	width: 135px;
}

.navContact li a
{
	height: 20px;
}

/* Photo Gallery Formatting */

.photoViewBlack
{
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	width: 143px;
	height: 110px;
}

.photoViewWhite
{
	border: solid 5px white;
	width: 133px;
	height: 100px;
}

/* Misc Classes */

.whiteHeader
{
	padding-top: 30px;
	font-size: 20px;
	color: White;
}

.whiteText
{
	padding-top: 10px;
	font-size: 14px;
	color: White;
}

.whiteTitle
{
	font-size: 24px;
	color: White;
}

.whiteSubHeader
{
	padding-top: 10px;
	font-size: 15px;
	color: White;
	font-weight: bold;
}

.listSpace
{
	padding-top: 8px;
	padding-left: 3px;
}

#contactPicRight
{
	position:relative;
}
#contactPicRight div
{
	
}