/* Default Values */
* { font-family: Verdana, Arial, Helvetica, sans-serif; }

body { font-size: 12px; color: #333; }
.date { font-size: 11px; color: #333; text-transform: none; letter-spacing: 0;  }
.snlink, .snlink1 { border: none; margin-right: 5px; }

.header { width: 760px; margin: 0 auto; height: 13px; background: #F79320; }
.pageheader { 
	background: url(/images/template/hdr_interior_02.gif) top center no-repeat; 
	height: 144px; 
	width: 760px; 
	margin: 0 auto;
	text-align: right;
}
.links {
	width: 200px;
	background: #000;
	padding: 3px;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
	font-size: .9em;
	float: right;
}
.links a, .links a:visited, .links a:hover { 
	color: #fff;
	text-decoration: none;
}

.navlinkdiv, .navlinkdivover, .navlinkHOMEdiv, .navlinkHOMEdivover { width: 75%; float: right; padding: 1px 22px 3px 5px; cursor: pointer; color: #FFF; text-align: right; display: block; font-size: 9px; text-transform: uppercase; font-weight: bold; }
.navlinkdivover, .navlinkHOMEdivover { background: #F79320; color: #FFF; text-align: left; }
.subnav { text-align: right; font-size: 10px; padding: 0 22px 10px 0; font-weight: bold; }
.subnav img { height: 1px; }

.address { font-weight: bold; font-size: 8px; }
.module { margin: 30px 15px; text-align: right; font-weight: bold; font-size: 10px; }
.module img { height: 1px; }

.clear { clear: both; }

.body {  }
.bodybold { font-weight: bold; }

/* Section Header */
.section, .docheader, .title { font-size: 2em; color: #666; text-transform: uppercase; letter-spacing: 1.3px; }
h1, h2, h3, h4, h5 { color: #098FB2; }
h3.modheader { color: #FFF; font-size: 1em; font-weight: normal; margin: 0 0 5px 0; text-transform: uppercase; background: #F79230; padding: 2px; }

/* Beneath document header */
.sub { font-size: 1.2em; font-style: italic; }
.altbody { }

/* Powered by footer */
.footer { }

/* Quote of the day text */
.qotd {  }

/* default link properties */
a, a:visited, a:hover { color: #F79320; text-decoration: none; }
a:hover { }

p { }
td { }

b { font-weight: bold; }
i { font-style: italic; }
u { text-decoration: underline; }

ul {  }
li {  }
div { }

.lightboxDiv
{
    border: 1px solid #666;
    margin: 10px;
    width: 120px;
}

.lightboxDiv div
{
    margin: 5px;
    text-align: center;
}

.lightboxThumb
{

}

/* Calendar styles (set to a dark blue and gray scheme -adjust as needed) */

table #calendar
{
	width: 100%;
	background: #CFCFCF;

}

table #calendar caption 	
{ 
	background: #f79320; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #098FB2; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 14px; 
}

#calendar td {
	width: 14.3%; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #FFF;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background: #DEDEDE;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #F0F0F0;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background: #FFF;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background: #FFF;
}

#calendar .date {
	color: #03174B;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 12px;
	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-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
{
	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
{
	text-decoration: underline;	
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background: #FFF;
	padding: 10px;
	border: 3px outset #454545;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}

/* EquipmentListing Plugin */
.search-box { float: left; }
.search-box h1 { font-size: 1.1em; margin: 2px 0 4px 0; }
.search-box .field { width: 150px;  }
.search-box #searchLink { color: #666; font-weight: bold; }
.frame { float: left; margin: 0px; }

/* Search Results */
table.search-results { width: 500px; border-top: 0px solid grey; }
table.search-results * { color: #666; }
table.search-results thead { text-align: left; background-color: #000; cursor: pointer; }
table.search-results thead th.head { background-color: #666; color: #eee; }
table.search-results thead th.head .normal { color: #eee; }
table.search-results thead th.head-hover { background-color: #dfdfff; color: #686888; }
table.search-results thead th.head-hover .normal { color: #686888; }
table.search-results thead th .small { float: right; clear: right; border: 0px solid red; font-size: .75em; }
table.search-results thead th .normal { float: left; clear: left; }
table.search-results tbody { cursor: pointer; }
table.search-results tbody tr.row { background-color: #ddd; }
table.search-results tbody tr.alternate-row { background-color: #eee; }
table.search-results tbody tr.empty-row { font-weight: bold; height: 45px; }
table.search-results tbody tr.row-hover,
table.search-results tbody tr.alternate-row-hover { background-color: #dfdfff; }
table.search-results tfoot td { padding: 0px; padding-top: 5px; }
table.search-results tfoot .button {}
table.search-results tfoot .button-hover {}
table.search-results tfoot #previousLink { float: left;  }
table.search-results tfoot #nextLink { float: right;  }
table.search-results tfoot a { text-decoration: none; font-weight: bold;  }
table.search-results tfoot a:hover {  }

.listing-display { width: 500px; }

/* Menus */
#menu {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	height: 25px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

a.menu,
a.menu:visited {  
	color: #000;
	font-weight: 900;
	text-decoration: underline;
	font-size: 12px;
	margin-right: 10px;
}
a.menu:hover {
	text-decoration: none;
}