* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size: 75%;
}

p,
ul,
li,
div { 
	color: #333;
	font-size:13px;
}

a.secnav,
a.secnav,
a.secnav:hover {
	font-size: 11px;
	_font-size:11px;
	color: #fff;
	padding-right: .8em;
	text-decoration: none;
	text-transform:uppercase;
}


a.thirdnav,
a.thirdnav,
a.thirdnav:hover {
	font-size: .6em;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	text-transform:uppercase;
}

.searchinput {
	width:125px;
}


input.btn,
input.btnhov {
   color:#ffffff;
   font-size:.7em;
   padding: .15em;
   border:1px solid #fff;
   background-color:#25466c;
	
}

#navigationbar {
		text-align: center;
		vertical-align:middle;
		margin: 0em;
		padding: 0em;
		width: 144px;
		margin-top: 0em;
	  margin-left: 0px;
	}
	
	#navigationbar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	
	#navigationbar li {
	display:block;
	float: center;
	margin: 0;
	padding: 0em;
	height:30px;
	background-image:url(images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	#navigationbar a {
		padding-top: 8px;
		vertical-align:middle;
		margin: 0em;
		text-transform: none;
		display: block;
		text-decoration: none;
		width: 144px;
		height: 20px;
		font-weight: normal;
		text-transform:uppercase;
	}
	
	li.menuinit a {
		color: #fff;
		visibility: visible;
		font-size: 12px;
	}


.menuContainer { 
	background: #00244d;
	border: #fff solid 1px;
	border-top: #fff solid 1px;
	padding: .2em;
}

table.PostcardTable {
	font-size:12px;
}

td.PostcardCell {
	background-color:#FFFFFF;
}

td.Post {
	background-color:#FFFFFF;
	border:1px solid #039;
	font-size:14px;

}

.postcard .image   { border: 1px solid #039; }
.postcard .message { border: 1px solid #039; }

.bodybold {
	font-weight: bold;
}

.phone {
	font-size: .8em; 
	font-weight: normal;
	color: #fff;
	padding: .3em;
}

.section,
.docheader {
	font-size: 1.4em; 
	font-weight: bold;
	color: #25466c;
}

.sub { 
	font-size: .85em;
	color: #999; 
}

.altbody { 
	color: #C00;
}

.footer { 
	font-size: 1em;
	color: #fff;
}


a.stdlink,
a.stdlink:visited,
a.stdlink:hover {
	font-size: .8em;
	text-align: left; 
	color: #660000;
	text-decoration: none;
}

a.quicklink,
a.quicklink:visited,
a.quicklink:hover {
	font-size: 11px;
	color: #660000;
}

a.menu,
a.menu:visited,
a.menu:hover {
	font-size: 1.1em; 
	color: #fff;
	text-decoration: none;
}
a.menu:hover { 
	color: #ccc;
}

a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover {
	font-size: .6em; 
	color: #4A6B89;
	text-decoration: none;
}
a.sectionpath:hover { }

a { 
	color: #4A6B89;
}

b { 
	font-weight: bold;
}

i {
	font-style:italic;
}

u {
	text-decoration:underline;
}

#mod {
	padding:0 4px 0 10px;
	text-align:left;
}

.qotd { 
	font-size: 11px; 
	font-style: italic; 
	line-height: 20px; 
	color: #999999; 
	text-align: right}


/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #25466c;

}

table #calendar caption 	
{ 
	background-color:#25466c; 
	color: #fff; 
	font-weight: bold;
	padding: .4em;
	font-size: 1.2em; 
}

table #calendar th 		
{ 
	background-color: #25466c; 
	color: #fff; 
	padding: .1em; 
	font-weight: bold; 
	font-size: .8em;
	width: 14%;
}

#calendar td.present {
	text-align: center;
	height: 60px;
	overflow: hidden;
	background-color: #eee;
	width: 15%;
	padding: .1em;
	-moz-border-radius: .2em;
}

#calendar td.past
{
	background-color: #ddd;
	height: 60px;
}

#calendar td.future 
{
	text-align: center;
	height: 60px;
	overflow: hidden;
	background-color: #fff;
	padding: .1empx;
	width: 84px;
	-moz-border-radius: .2em;
}

#calendar td.none 
{
	background-color: #FFFFFF;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #fff;
}

#calendar .date {
	color: #00244d;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: .8em;}

#calendar td ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

#calendar td.past ul li,
#calendar td.present ul li,
#calendar td.future ul li 
{
	list-style: none;
	font-size: 11px;
	font-style: normal;
	cursor: pointer;
	padding: 3px;
}

#calendar td.past ul li:hover,
#calendar td.present ul li:hover,
#calendar td.future ul li:hover  
{
	
}

#calendar td.past ul li a:link, 
#calendar td.past ul li a:visited, 
#calendar td.past ul li a:active, 
#calendar td.future ul li a:link, 
#calendar td.future ul li a:visited, 
#calendar td.future ul li a:active, 
#calendar td.present ul li a:link, 
#calendar td.present ul li a:visited, 
#calendar td.present ul li a:active
{
	width: 100%;
	padding: 3px;
	
}

#calendar td.past ul li a:hover,
#calendar td.future ul li a:hover,
#calendar td.present ul li a:hover
{
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFFFEC;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{

	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}