body {
	margin: 0;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 720px;
	text-align: left;
}
.subnav {
	text-align: right;
	background: url(/images/subnav-bcgrd.gif);
	width: 100%;
}
#nav {
	width:720px;
	height:27px;
	background:url(/images/nav-bcgrd.gif) top left repeat-x;
}
#maincontent {
	width: 718px;
	border: 1px #00305A solid;
}
.sidebar {
	width: 127px;
	padding-left: 6px;
	padding-top: 6px;
}
.sitenowdoc {
	width: 550px;
	padding-left: 20px; 
}
#searchform input{
	height: 14px;
	margin-bottom: 10px;
}
.mod {
	width: 126px; 
	line-height: 13px;
	padding-bottom: 15px;
	_padding-bottom: 0px;
}

.floatleft { float: left; }
.floatright { float: right; }
.noborder { border: 0; }
.clear { clear: both; }
.vcal { width: 95%; }
.noshow { display: none; }

* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size: 72%;
}

table.polltable { width: 126px; margin: auto; float: right; }
#questioncell { padding-bottom:10px; }
#answercell, #radiocell { padding-bottom: 5px; width: 116px ;}
#radiocell { text-align: right; padding-right: 5px; width: 10px; }
#buttoncell { padding: 10px; text-align: center; }
#viewresultcell { text-align: center; padding-bottom:15; }



/* Global Styles */
p,ul,li,div { color: #333; }
a, a:visited, a:hover { color: #B8190D; text-decoration: none; }
b { font-weight: bold; }
i {	font-style:italic; }
u {	text-decoration:underline; }

.menuContainer 	{
	background-color:#00305A;
	padding: 0px;
	text-align: left;
}

.menuCell { padding-left: 4px;}
.menuCell a, .menuCell a:visited { color: #fff; text-decoration: none; }

.menuCellOver { background-color: #B8190D; padding-left: 4px;}
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #fff; }


a.menu td 	{ 
	color: #fff; 
	padding-right: 8px;
}

.bodybold {	font-weight: bold; }

.section,
.docheader {
	font-size: 1.4em; 
	font-weight: bold;
	color: #00305A;
}

/* module headers */
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #00305A;
	margin-bottom: 7px;
}

.sub {  }
.altbody { color: #C00; }
.footer { color: #fff; font-size: .8em; }
.address { color: #00305A; font-weight: bold; font-size: 1.1em; }

a.stdlink,
a.stdlink:visited,
a.stdlink:hover {
	text-align: left; 
}

a.quicklink{
	line-height:13px;

}

a.menu {
	font-size: 11px; 
}

a.menu:hover {
	font-size: 11px; 
}

a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover {
}
a.sectionpath:hover { }

/* Page Utilities */
#pageutilities a:link,
#pageutilities a:visited,
#pageutilities a:hover 	{ 
	font-size: .9em; 
	padding:.8em;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}


#billing-info {margin-right: 20px; }
#billname-field { margin-top: 30px; }

.addresses { width: 45%; float: right; }
.billingadress { }
.shippingaddress { width: 95%; }
.shippingmethod { width: 100%; margin-bottom: 20px; }
.shippingmethod .field textarea { width: 95% !important; }
.paymentinfo { width: 45%; float: left;  margin-right: 25px; }


/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #B58746;

}

table #calendar caption 	
{ 
	background-color: #00305A; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #B58746; 
	color: #FFF; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 1.4em; 
	text-align: center;
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #eee;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #F4EEE0;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #f9f6f4;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background-color: #fff;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #eee;
}

#calendar .date {
	color: #00305A;
	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
{
		
	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: 400px;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}


