﻿#image1 
{
	background: url(http://www.bigbear.com/images/admin_head_summer.jpg) no-repeat;
}

.tdcolor 
{
	background-color: #00a1e1;
}

.tdbck 
{
	background-color: #E6EDEC;
}

.tboutline 
{
	background-color: #F5F5F5;
	border-style: solid;
	border-width: thin;
	padding: 10;
}

.tdcolorFooter 
{
	background-color: #00a1e1;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	font-family: arial, helvetica, serif;
}

.newsImage 
{
	float: right;
	padding: 0px 0px 0px 0px;
}

.eventTable 
{
	border: 1px solid #1C4360;
}

.boxBorder 
{
	border-left-color: #336699;
	border-left-style: solid;
	border-left-width: thin;
}

.style1 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 16pt;
	color: #316B93;
	font-weight: bold;
}

.style2 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 14pt;
	color: #336699;
	font-weight: bold;
}

.style3 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #316B93;
}

.style3black
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12pt;
}

.style4 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
}

.style4white 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.style5 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 9pt;
}

.style5i 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 9pt;
	font-style: italic;
}

.style6 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #316B93;
}
.style6b 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 11px;
	color: #316B93;
}

.style6i 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	font-style: italic;
	color: #316B93;
}

.style7 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #316B93;
}

.style8 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #000000;
}
.style8b 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}

.footer 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #000000;
}

.addressWhite 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #000000;
}

.addressBlack 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #000000;
}

input.blue 
{
	background-color: transparent; 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
	border: 0px;
}

.formbreakspacer
{
	font-size: 4pt;
}

.leftnav
{
		text-decoration: none;
		color: white;	
}

/* Error Message Sytles */
.errortable
{
	border-style: dashed;
	border-width: thin;
	padding: 12;
	border-color: Red; 
}
.errorsummary
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: red;
}

/* Menu style starts here */


#nav, #nav ul 
{ /* all lists */
	padding: 3px;
	margin: 0;
	list-style: none;
	font-family: Arial;
	font-size: 10pt;
}

A:link 
{
	text-decoration: none;
	color: #0067c5;
}

A:visited 
{
	text-decoration: none;
	color: #0067c5;
}

A:active 
{
	text-decoration: none;
	color: #0067c5;
}

A:hover 
{
	text-decoration: none;
	color: #0067c5;
	font-weight: 500;
	text-decoration: underline;
}

#nav a 
{
	width: 150px;
	font-size: 9pt;
	position: relative;
	z-index: 10;
}

#nav li 
{ 
 /* all list items */
	position: relative;
	float: left;
	width: 115px;
 /* width needed or else Opera goes nuts */
}

#nav li ul 
{ 
 /* second-level lists */
	position: absolute;
	background-color: #E5EAF3;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom : 1px solid #375BA3;
	border-left : 1px solid #375BA3; 
	border-top : 1px solid #375BA3; 
	border-right : 1px solid #375BA3;
}

#nav li ul ul 
{ 
	/* third-and-above-level lists */
	position: absolute;
	margin: -1em 0 0 8em;
	width: 135px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul 
{
	left: -999em;
	width: 135px;
	background-color : #E5EAF3;
	border-bottom : 1px solid #375BA3;
	border-left : 1px solid #375BA3; 
	border-top : 1px solid #375BA3; 
	border-right : 1px solid #375BA3; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul 
{ /* lists nested under hovered list items */
	left: auto;
}

#content 
{
	clear: left;
	color: #ccc;
}

/* Weather Info Box Style */
.weather 
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

/* Advisory Scroller Styles */
#pscroller1
{
	width: 180px;
	height: 70px;
	border: 0px solid black;
	padding: 0 5px;
	/* background-color: lightyellow; */
}
.someclass
{
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	color: #ffffff;
	font-weight: normal;
}

/* Featured Events Scroller Styles */
#pscroller2
{
	width: 275px;
	height: 133px;
	border: 0px solid black;
	padding: 0 5px;
}
.someclass2
{
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-weight: normal;
}

.calHD 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #385783;
}
.tableheader 
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #385783;
}

