* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size: 75%;
}

.subnav { color: #FFF; font-weight: bold; font-size: 11px; padding-top: 7px; }
.subnav a, .subnav a:visited, .subnav a:hover { color: #FFF; text-decoration: none; }

#container { width: 720px; margin-right: auto; margin-left: auto; }
#container #head { float: left; width: 100%; }
#container #navigation { float: left; width: 100%; background-color: #8F002B; margin-top: 7px; }
#container #content { float: left; width: 718px; border: 1px solid #8F002B;  background: #ffffff;}
#container #content #leftcolumn { float: left; width: 181px; padding: 0px 0px 12px 10px; }
#container #content #rightcolumn { float: left; width: 499px; padding:15px 5px 0px 15px; }
#container #pageutilities { float: left; width: 100%; padding: 4px 0px 4px 0px; background-color: #8F002B; text-align: right; }
#container #footer { float: left; width: 100%; padding: 14px 0px 4px 0px; text-align: left; }
#quicklinks { position: absolute; top: 84px; left: 727px; visibility: hidden; }


/* Global Styles */
p,ul,li,div { color: #333; }
a { color: #cc3333; }
b { font-weight: bold; }
i {	font-style:italic; }
u {	text-decoration:underline; }

.menuContainer 	{
	background:#8F002B;
	padding: 0px;
	border: thin solid #FFF;
}

.menuCell { border-bottom:1px solid #FFF; padding: 4px;}
.menuCell a:link, .menuCell a:visited { color: #fff; text-decoration: none;
 }

.menuCellOver { background-color: #fff; border: 1px solid #039; padding: 4px;}
.menuCellOver a:link, .menuCellOver a:visited { color: #039;  }


a.menu td 	{ 
	color: #003399; 
	padding-right: 8px;
	border-bottom:0px solid #fff;  
}

.bodybold {	font-weight: bold; }

.section,
.docheader {
	font-size: 1.3em; 
	font-weight: bold;
	color: #003399;
}

.sub { color: #666; }
.altbody { color: #C00; }
.footer { color: #fff; }

a.stdlink,
a.stdlink:visited,
a.stdlink:hover {
	text-align: left; 
	color: #cc3333;
	text-decoration: none;
}

a.quicklink:hover,
a.stdlink:hover {
	color: #C33; 
}

a.menu {
	font-size: 12px; 
	color: #fff;
	text-decoration: none;
}

a.menu:hover {
	font-size: 12px; 
	color: #039;
	text-decoration: none;
}

a.ccl {
	font-size: 12px; 
	color: #c00;
	text-decoration: none;
}


a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover {
	color: #4A6B89;
	text-decoration: none;
}
a.sectionpath:hover { }

/* Agency Links */
div.agency a:link,
div.agency a:hover,
div.agency a:visited { 
	font-size:10px;
	color:#036; 
	text-decoration:none;
	text-transform:uppercase;
}

/* Left side modules */
div.module  { 
	margin: 0px;
	padding:0px;
}
div.module a:link,
div.module a:hover,
div.module a:visited {
  color: #036;
  padding: 0px;
  text-decoration: none;
}

div.newsletter  { 
	width:166px;
	margin-top:12px;
	border:1px solid #cccccc;
	background-color: #e28835;
}

div.locations  { 
	width:166px;
}


/* Page Utilities */
#pageutilities a:link,
#pageutilities a:visited,
#pageutilities a:hover 	{ 
	font-size: .88em; 
	padding:.8em;
	color:#fff; 
	text-decoration:none;
	text-transform:uppercase;
}

#quicklinks {
  background-color: #003265;
  width: 249px;
  border: 1px solid #fff;
}

#quicklinks li {
  text-align: right;
  list-style: none;
  padding: 3px;
}

#quicklinks a {
  text-decoration: none;
  color: #cc3333;
}

#mod {
	padding:0 4px 0 10px;
	text-align:left;
}


/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #8584AC;

}

table #calendar caption 	
{ 
	background-color: #e28835; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #039; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 1.4em; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	width: 14%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #fff;
	width: 14%;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	width: 14%;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	width: 14%;
	background-color: #fff;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #eee;
}

#calendar .date {
	color: #039;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

#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-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
{
	text-decoration: none;
	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
{
		
	color: #017c51;
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFF;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400px;
	width: 415px;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}

/* Utility classes */
.nopadding { padding: 0px; }
.nomargin  { margin: 0px; }
.noborder { border:0; }
.fullwidth { width:100%; }
.halfwidth { width:50%; }
.quarterwidth { width:25%; }
.floatleft { float:left; }
.floatright { float:right; }
.clearnone { clear: none; }
.clearboth { clear:both; }
.textright { text-align:right; }
.textcenter { text-align:center; }
.textleft   { text-align:left; }
