
html, body {
	margin:0;
	padding:0;
	height:100.1%;
}
	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ebebeb;
	color: #333;
	text-align: center;
	background-image: url(images/bg.jpg); 
	background-attachment:fixed; 
	background-repeat: repeat-y; 
	background-position: top center;	
    overflow:auto;
}

#page {
	background-color: white;
	text-align: left;
	width: 750px;	
	position:relative;	
	display: block;
	height:100%;
	min-height: 100%;			
	margin: 0px auto;
	padding: 0px;	
	border: 0;
	}
	
#positioning {	
	border-right: 1px solid #959596;
	border-left: 1px solid #959596;
	text-align: left;
	width: 750px;	
	position:absolute;		
	min-height: 100%;	
	background-color: white;
	background-image: url(images/bglogo.gif);
	background-repeat:no-repeat; 
	background-position:right bottom;	
}

#positioningnologo {	
	border-right: 1px solid #959596;
	border-left: 1px solid #959596;
	text-align: left;
	width: 750px;	
	position:absolute;		
	min-height: 100%;	
	background-color: white;
}

/* Headers */
#header {
	background-color: #a5aabe;
	border-bottom: 1px black solid;		
	padding: 0;
	margin: 0 auto;
	height: 115px;
	width: 100%;	
	vertical-align:middle;	
}

#pnldaynight {
	background-color:Black;
	padding: 0;
	height: 115px;
	width: 750px;	
	display:none;
	position:absolute;
	top:0;
	background-image: url(images/moon.png);
	background-repeat:no-repeat;
	background-position:right top;	
}

#pnlbanner 
{		
    width: 180px; 
    height: 92px; 
    overflow: hidden;
    position: relative;
    top: 15px;
    left: 560px;
    background-color: #ececec;   
    display:none;      
    color:Black;                                   
}

#pnlbanner a
{
	color:Black;
}

#bannertext 
{	
	font-size:12px;	
	margin:7px 4px 4px 10px;
	text-align:center;
}

#headerimg {
	margin: 0;
	height: 115px;
	width: 100%;
	background: url(images/banner.jpg) no-repeat;
}

#header h1 {
	margin-top:-7px;
	color:#384463;
	font-family:Arial Black,Arial,verdana,sans-serif;	
	font-weight:bold;
	margin-left:-110px;
}	

#header h1 a {
	margin-top:-7px;
	color:#384463;
	font-family:Arial Black,Arial,verdana,sans-serif;	
	font-weight:bold;
}	

.description {
	color:White;
	font-family:Arial,verdana,sans-serif;
	text-align: right;
	margin-top: 1px;
	margin-right:5px;
	font-size: 1.1em;
}

.founded {
	color:#384463;	
	font-family:Arial Black,Arial,verdana,sans-serif;
	text-align: center;
	font-weight:bold;	
	font-size: 12px;	
	margin-left:200px;
	margin-top:-2px;
}

/* End Headers */

/*	Generic tags  */
h1 {
	padding-top: 27px;
	margin: 0;
	font-size: 25px;
	text-align: center;
	color:#384463;
}

h2 {
	margin: 30px 0 0;
	font-size: 1.7em;
	color: #333;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color:#2c4d8c;
	font-style:italic;
}

h1, h2, h3 {
	font-family: arial, verdana, sans-serif; 
	font-weight: bold;
}

p img {
	padding: 0;
	margin: 0 5px;
}	

.post h2 {
	color:#2c4d8c;
}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;	
}

.entry p a:visited {
	color: #b12a2a;
}

dl {
	padding-left:30px;
	display: block;
	margin-top:0px;
}

dt {
	clear:   left;
	display:  block;
	font-weight: bold;
	float:   left;
	width:   185px;
}

dd {
	clear:   right;
	display:  block;
	white-space: nowrap;
}

/*p {
	text-align:justify;		
}*/
/* End Generic tags */	

/* Top Menu */
.menu1 {
	padding:0 0 0 25px; 
	margin:0; 
	list-style:none; 
	height:35px; 
	background:#fff url(images/pagebar.jpg); 
	position:relative;
	border-bottom: 1px black solid;
}
	
.menu1 li {
	float:left;
}
	
.menu1 li a.menuitem {
	display:block; 
	float:left; 
	height:35px; 
	line-height:35px; 
	color:#555555; 
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 7px; 
	cursor:pointer;
}
	
.menu1 li a.menuitem span {
	float:left; 
	display:block; 
	padding:0 15px 0 8px;
}
	
.menu1 li.current a.menuitem {
	color:#333333; 
	background:url(images/button3.gif);
}
	
.menu1 li.current a.menuitem span {
	background:url(images/button3.gif) no-repeat right top;
}
	
.menu1 li a.menuitem:hover {
	color:#333333; 
	background:#dddddd url(images/button2.gif);
}
	
.menu1 li a.menuitem:hover span {
	background:url(images/button2.gif) no-repeat right top;
}
	
.menu1 li.current a.menuitem:hover {
	color:#333333; 
	background:#dddddd url(images/button3.gif); 
	cursor:default;
}
	
.menu1 li.current a.menuitem:hover span {
	background:url(images/button3.gif) no-repeat right top;
}
	
#options {
	margin: 2px 0px 0px 2px;
    height:30px; 
    line-height:35px; 
    color:#696a6a; 
    text-decoration:none;     
    font-family:arial, verdana, sans-serif; 
    font-weight:bold; 
    text-align:center; 
    padding:2px 0px 0px 5px; 
}

#options a:hover img {
	border-top:solid 1px #888;
	border-left:solid 1px #888;	
	border-bottom:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
}

#options img {
	cursor:pointer;	
	border-top:solid 1px #e1e1e1;
	border-left:solid 1px #e1e1e1;	
	border-bottom:solid 1px #888;
	border-right:solid 1px #888;
}

#options img.small {
	width:11px;
}

#options img.medium {
	width:16px;
}

#options img.large {
	width:21px;
}
/* End Top Menu*/

/* Content */
#content {
	float: left;
	padding: 0 0 35px 45px;
	margin: -70px 0 50px 0;
	width: 670px;	
}

.entry {
	font-size:1.15em;
	font-family:  Verdana;
	overflow: hidden;
}

#content .entry {
	line-height: 1.4em;
}

#content .entrygallery {
	background: url(images/logo.gif);
	background-repeat:no-repeat; 
	background-position: 30% 40%;	
	line-height: 1.4em;
}
/* End Content */

/* Footer */
#footer {
	width: 750px;
	clear: both;
	border-top: 1px black solid;
	background-color: #eee;
	position: absolute !important;
	bottom:0px;	
	display: block;
	height: 35px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
    font-size:1.15em;
}

#footer p a img {
	vertical-align:-10px;
    padding:0;
    margin:0;
}
        
.center-element {
   padding-top: 10px;
   position: absolute;
   left: 40%;
   width: 50%;
}

.center-element a {
	padding:0px 7px 0px 4px;
}

.right-element {
   padding: 5px 35px 0px 0px;
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
} 
   
.left-element {
   padding: 5px 0px 0px 35px;
   position: absolute;
   left: 0;
   width: 50%;
   text-align: left; /* depends on element width */
}    
/* End Footer */


/* Next Outing */
.title{
	font-weight:bold;
	color:#2c4d8c;
}

.titleNoBold{	
	color:#2c4d8c;
	margin-left: -10px;
}


.entry p{	
    margin-left: 10px;
}

.italic p{
	text-align:center; 
    font-style: italic;
    width: 500px;
    margin-left: 100px;
}


.italic p a {
	text-decoration:underline;	
}
/* End Next Outing */

/* Newsletters list */
#list a span {
	display:none;
}

#list {
	width: 420px;
	margin: 0 5px 10px 0px;
	min-width: 150px;
	padding: 10px 0 15px 0;
	position:relative;
}

#list ul{
	margin:0;
	padding:0 0 10px;
	list-style: none;
}

#list li{
	margin: 0;	
}

#list ul li img {
	padding-right:15px; 
}
	
#list a {
	color: #2c4d8c; 
	border-bottom: 1px dotted #2c4d8c;
	display: block;
	text-decoration: none;
	height: 13px;	
	padding: 3px 5px 5px 15px;	
}

#list li a:hover {
	background:#ececec; 
}
/* End Newsletters list */

/* Photo gallery */
#gallery {	
    z-index: 100;
    position: relative;	
    top: 10px;    
    padding:10px;	
    width: 680px;	
    height: 430px;       
}

#gallery ul {
	padding:0;	
	float: right;	
	margin: 0px;	
	width: 180px;	
	list-style-type: none;	
	position: inherit 
} 
	
#gallery ul li {
	display: inline;	
	float: left;	
	margin: 0px 0px 5px 5px;	
	width: 52px;	
	height: 52px
}
	
#gallery ul li a {
	display: block;	
	width: 50px;	
	height: 50px;	
	text-decoration: none
} 
	
#gallery ul li a img.small{	
    border-bottom:solid 1px #888;	
    border-right:solid 1px #888;	
    display: block;	
    width: 50px;	
    height: 50px;
}

#gallery ul li a {	
    text-decoration: none
}

#gallery ul li a b img.large {	    	
    width: 0px;	
    height: 0px;
    left: 0px;	
    top: 0px;		
    display:block;
    position: absolute;    
}

#gallery ul li a b span {	    	
    display:none;    
}

#gallery a:hover { 
    BACKGROUND-COLOR: #fff; 
}

#gallery ul li a:hover img.small {
    border-top:solid 1px #888;	
    border-left:solid 1px #888;
}

#gallery ul li a:hover b span {
    display:block; 
    color:#888; 
    font-family:verdana, arial, sans-serif; 
    font-weight:normal; 
    margin-top:10px;
}
	
#gallery ul li a:hover b {	     
    position: absolute;	
    background-color: #fff;
    top: 10px;       
    left: 10px;	    
    height:420px;
    width:470px;
    z-index:150;
    text-align:center;
}

#gallery ul li a:hover b img.large {	    
    display: block;	    
    position: relative;	
    top: 10px;	    
    max-width: 450px;
    max-height: 380px; 
    width: expression(this.width > 450 && this.width - 450 >= this.height - 380 ? '450px' : true);
    height: expression(this.height > 380 && this.height - 380 >= this.width - 450 ? '380px' : true);
    height:auto;
    width:auto;    
}

#gallery ul li a:active b span,
#gallery ul li a:focus b span {
    position: relative;
    display:block; 
    color:#888; 
    font-family:verdana, arial, sans-serif; 
    font-weight:normal; 
    margin-top:10px;
}

#gallery ul li a:active b,
#gallery ul li a:focus b {	 
    left: 10px;	    
    position: absolute;	
    background-color: #fff;
    top: 10px;       
    height:420px;
    width:470px;
    z-index:125;
    text-align:center;
}

#gallery ul li a:active b img.large,
#gallery ul li a:focus b img.large  {	    
    display: block;	    
    position: relative;	
    top: 10px;	
    max-width: 450px;
    max-height: 380px;
    width: expression(this.width > 450 && this.width - 450 >= this.height - 380 ? '450px' : true);
    height: expression(this.height > 380 && this.height - 380 >= this.width - 450 ? '380px' : true);
    height:auto;
    width:auto;    
}
	
#scrollbox {
	width:200px; 
	height:389px; 
	background:#f4f4f4; 
	padding:10px 0px 10px 0px; 
	float:right; 
	overflow:auto; 
	border:1px solid #aaa;
}
/* End Photo Gallery */

/* Links list */
#links a span {
	display:none;
}

#links {
	width: 350px;
	margin: 0 5px 10px 0px;
	min-width: 150px;
	padding: 10px 0 15px 0;
	position:relative;
}

#links ul{	
	margin:0;
	padding:0 0 10px;
	list-style: none;
}
	
#links li{
	margin: 0;	
}

#links ul li img {
	padding-right:15px; 
}
	
#links a {
	color: #2c4d8c; 
	border-bottom: 1px dotted #2c4d8c;
	display: block;
	text-decoration: none;
	height: 13px;	
	padding: 3px 5px 5px 15px;	
}

#links li a:hover {
	background:#ececec; 
}

#logos {
	width:150px; 
	height:150px; 
	padding:10px; 
	position:relative;
}
	
#logos span.default img {
	display:block; 
	margin:0 auto 10px auto; 
	max-width:150px; 
	max-height:150px;
}

#links ul li a img {
	display:none;
}
	
#links ul li a:hover span {
	display:block; 
	position:absolute; 
	left:490px; top:0; 
	width:150px; 
	height:150px; 
	text-align:center; 
	z-index:20;
}
	
#links ul li a:hover img {
	display:block; 
	margin:0 auto 10px auto; 
	width:auto; 
	height:auto;  
	max-width:250px; 
	max-height:250px;
}
/* End List Links */

/* Generic Tags */
.noscript {
    background-color:#cbcbcb; 
    margin:0;
    text-align:center;
    padding:0;
}

#grad {
	height: 65px; 
	width: 100%; 
	background: url(images/topgrad.jpg);
}

#ptarmigan {
    width: 750px;
    clear: both;
    position: absolute !important;
    bottom:0px;
    right:0px;
    display: block;
    height: 40px;
    z-index: 999;
    padding: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: right;
}

.thicklogo {
   width:82px;
   height:28px;
}

a img {
	border: none;
}
	
.center {
	text-align: center;
}

hr {
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;
}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 0px;
	margin: 0 0px 0px 0px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
	
a, h2 a:hover, h3 a:hover {
	color: #104085;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
/* End Generic Tags */


/* Google Map */

#map_canvas {
	width:inherit;
	height:455px;
	margin-top:5px;
}

#mapcontainer {
	width:inherit;
	height:inherit;		
	font-weight:bold; 
	color:#4a4a4a;	
	padding-top:3px;	
}

#estimate 
{
	margin-top:5px;	
	height:20px; 
	font-weight:bold; 
	color:#4a4a4a;		
}

#almanac {	
	padding:0; 
	width: 350px; 
	height: 250px;	
	font-weight:bold;
	background-color: #000000;	
	background-repeat: no-repeat;
	background-position:left top;	
}

#almanac p{	
	margin:0;
	padding:10px 0px 0px 5px;
	color:#ffffff;
}

#almanacinfo 
{	
	border:1px solid #efefef;	
	margin: 10px 0px 0px 60px;
	padding-top: 30px;
	width:280px;
	height:170px;
	background: url('images/almanac/bg.png') repeat-x;
	float:left;
	z-index:999;
}



#almanac li.headercolumn{	
	width: 80px;	
	color:#f0f1f3;
	float:left;
}

#almanac ul li {
	height:18px;
	margin:0;
	padding-left:5px;
	float:left;
}

#almanac ul {
	list-style-type: none;	
	height:25px;
	margin:0;
	padding:0; 
	display:block;
	width: 280px;
}

#almanac ul li.title {
	width: 100px;	
	color: #f0f1f3;		
}

#almanac ul li.titlelong {
	width: 140px;	
	color: #f0f1f3;		
}

#almanac ul li.column {
	width: 80px;	
	color:#bdbec2;
}

#almanac ul li.colspan2 {
	width: 100px;	
	color:#bdbec2;
}

/*

#almanac ul li.columnmoon {
	width: 120px;	
	color:#ffffff;
}

#almanac ul li.columnimg {
	width: 40px;	
	text-align:right;
	position:relative;	
	bottom: 10px;
	left:0px;
}



*/
/* End Google Map */


/* Calendar */
#calendarcontainer {
	width:248px;		
	position:relative;
	float: left;
	margin-top:5px;			
}

#calendarcontainer a {
	padding-left:10px;	
}

#calendar3 {
	width: 220px;
	margin: 5px 5px 10px 5px;
	padding: 50px 0px 3px 26px;	
	color: #324762;	
}	
	
#calendar3 * {
	font-family:Arial, Helvetica, sans-serif;		
	font-size:12px; 
	line-height:20px; 
	text-align:center;
}	

#calendar3 .ng-cal {
	width:180px;    
	float:left;
	margin-right:0px;		
}
	
#calendar3 .ng-cal-header-table {
	width:180px;
}

.ng-cal-header-table {
	margin:1px 10px 1px 10px;
	border-collapse:collapse;	
}
	
.ng-cal-header-td {
	text-align:center;	
	padding:3px;
}
	
.ng-cal {
	border-style:none;
	border-collapse:collapse;
	margin:1px 10px 1px 10px
}
	
.ng-cal * {
	font-size:8pt;
}
.ng-cal td {
	padding:2px;
	border:solid #27648d 1px;
}

.ng-cal .ng-days-name-td {
	border-style:none;	
}
	
.ng-date {
	background-color:White;
}

.ng-month-name-th {
	font-weight: bold;
	padding: 0px 3px 0px 3px;	
	text-align: center;
}
	
.ng-weekend, .ng-dayOff, .ng-dateOff {
	color:#999999;
}

.ng-outOfRange {
	color:#999999;
	text-decoration:line-through; background-color:Transparent;
}

.ng-mouse-over {
	font-weight: bold;
	border-color:White;
	background: #e5e9eb;
}
	
.ng-selected-day {
	background: #e5e9eb;
	font-weight: bold;
}
		
.table_list {
	border-collapse:collapse;
	border:solid #cccccc 1px;
	width:100%;
}
	
.table_list td {
	padding:5px;
	border:solid #efefef 1px;
}
	
.table_list th {
	background:#75b2d1;
	padding:5px;
	color:#ffffff;
}
	
.table_list tr.odd {
	background:#e1eff5;
}
	
#inter_cal .ng-cal-header-table, #inter_cal2 .ng-cal-header-table {
	width:95%;
}
/* End Calendar */

/* Meets Calendar Mode */
.bg {
	z-index:0; 
	position:relative; 
	padding-top:20px;
}

.one {
	width:657px; 
	border:solid #e2e2e2; 
	border-width:0px 0px 1px 1px;
}

.two {
	width:658px; 
	border:solid #e7e7e7; 
	border-width:0px 0px 1px 1px;
}

.three {
	width:659px; 
	border:solid #ededed; 
	border-width:0px 0px 1px 1px;
}

.four {
	width:660px; 
	border:solid #f4f4f4; 
	border-width:0px 0px 1px 1px;
}

#bgmeets {
	 background: url(images/bg_meets.png) repeat-y;	 
	 border-top:1px solid #efefef;
	 border-right:1px solid #f4f4f4;	
	 width:660px; 
	 height:350px;
} 

#meettitle {	
	position:absolute;
	z-index:999;
	left: 320px;
	top:1px;
	width:300px;
	height:55px;		
}    

.meettitlePtarmigan {
	background: url(images/calendar/meets.png) no-repeat;
}

.meettitleHighways {
	background: url(images/calendar/highways_meets.png) no-repeat;
}

.ptarmiganmeet {
	background-color: #66718e;
	color: White;
}

.ptarmiganhighwaysmeet {
	background-color: #947a84;
	color: White;
}

.highwaysmeet {
	background-color: #799d98;
	color: White;
}

.highwaysptarmiganmeet {
	background-color: #c8b89e;
	color: White;
}

.slider {
	position:relative; 
	overflow:hidden;
	height:349px;
	width:410px;
	float: left; 
	margin:1px 0px 5px 0px;
}

.slidercontent {
	position:absolute; 	
	width:395px;
	margin: 10px 0px 0px 18px;			
}

.sectionPtarmigan, .sectionHighways {
	width:370px;			
	padding: 10px 0px 10px 0px; 	
	height:307px; 
	margin: 0px 0px 20px 0px;
	border:1px solid #ffffff; 			
}

.sectionPtarmigan {
	background: #ffffff url(images/calendar/opacity.png) repeat-x;	
}

.sectionHighways {
	background: #ffffff url(images/calendar/opacity_green.png) repeat-x;	
}

.meetDetails {
	position:relative;
	float: left;			
}

.jointMeet 
{
	background-image:url(images/joined_meet.jpg);
	background-position:bottom right;
	background-repeat:no-repeat
}

.arrows 
{
	position:relative;
	height:300px;
	width:25px;	
	float: left;
	padding-top:10px;		
	margin:0;		
}

.arrowup {		
	height:280px;	
}

#slider dl 
{	
	padding-top:30px;
	display: block;
	margin:0;	
	width:310px;	
}

#slider dt {
	clear:   left;
	display:  block;
	font-weight: bold;
	color:#616161;
	float:   left;
	width:   70px;
	height: 30px;	
	margin:0;
	padding:0;
}

#slider dd {
	clear:   right;
	float:   right;
	display:  block;	
	width:   240px;
	height: 30px;
	white-space:normal;	
	margin:0;
	padding:0;
}

#slider dt.stops {
	height:60px;
}

#slider dd.stops {
	height:60px;
}

.special{
	color:Red;	
	top:15px;
	left:310px;
	position:absolute;			
}

.highlight{
	color:Red;			
}

/*#slider dd a.amore {
	text-decoration:none;	
}

#slider dd a.amore span {
	display:none;
}
	
#slider dd a.amore:hover span 
{
	display:block; 
	position:absolute; 	
	left:20px;
	top:50px;		
	height:auto;	
	z-index:999;
	
}*/

a.amore
{	
	color: #616161;
	position:absolute;	
	text-decoration:none;	
}

a.amore span {
	display: none;
} 

a.amore:hover {	
	border: 0px;	
	position:absolute;	
	text-decoration: none;
} 

a.amore:hover span 
{	
	z-index:500;	
	float:left;
	position:absolute;
	left:-90px;
	top:-100px;
	padding: 5px;	
	display:block;
	font-weight: normal;	
	background-color: #fbfbfb;	
	width:300px;
	color:#888;	
	text-align:center;
} 

.more 
{
	width:317px; 
	background-color: #fbfbfb;		
	border: #d5d5d5 1px solid;		
	padding: 5px 5px 5px 10px;		
	font-weight: normal;	
	color:#888;
	text-align:left; 
}

.threemore {
	width:332px; 
	border:solid #e2e2e2; 
	border-width:0px 0px 1px 1px;
}

.twomore {
	width:331px; 
	border:solid #e9e9e9; 
	border-width:0px 0px 1px 1px;
}

.onemore {
	width:330px; 
	border:solid #f6f6f6; 
	border-width:0px 0px 1px 1px;
}

a.tooltipCalendar
{	
	color: #616161;
	position:absolute;	
	text-decoration:none;	
}

a.tooltipCalendar span {
	display: none;
} 

a.tooltipCalendar:hover {	
	border: 0px;	
	position:absolute;	
	text-decoration: none;
} 

a.tooltipCalendar:hover span 
{	
	z-index:500;	
	float:left;
	position:absolute;
	left:-210px;
	top:-5px;
	border: #888 1px solid;	
	padding: 5px;	
	display:block;
	font-weight: normal;	
	background-color: #fbfbfb;	
	width:200px;
	color:#888;	
	text-align:center;
} 
/* End Meets Calendar Mode */


/* Meets */
#bgmeetslist {
	 background: url(images/bg_meetslist.png) repeat-y;	 
	 border-top:1px solid #efefef;
	 border-right:1px solid #f4f4f4;	 
	 width:645px;
	 padding: 5px 5px 0px 10px; 	 
	 margin:0;
}

.cancelled {
	text-decoration:line-through;
}

#meets {
	margin-left: -30px;
	padding: 0;
	position:relative;
	width:650px;		
}
	
#meets ul {
	list-style-type: none;	
	display:block;
	margin-bottom:15px; 
}

#meets ul li {
	margin: 0;
	padding:4px 0px 0px 0px;
	font-weight:bold;
	color:#616161; 
	width:630px;
    /* Added to show tea tooltip in IE6*/
    /*float: left;*/
}

#meets ul li.joint {
	background-image:url(images/joined_meet.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#meets ul li ul {
	height:35px;
	border-bottom:#d5e0e9 1px solid;
	margin:0;
	padding-left:0px;
}

#meets ul li ul.doubleborder {
	height:35px;
	border-bottom:#b7c2cb 2px solid;
	margin:0;
	padding-left:0px;		
}


#meets ul li ul li {
	font-weight:normal;
	color:#000;	
	float: left;		
}

#meets ul li ul li.destination
{	
	width: 550px;			
}

#meets ul li ul li.route{	
	width: 30px;	
	margin:0;	
}

#meets ul li ul li.almanac {
	width: 30px;	
	margin:0;
}

#meets ul li ul li.almanacptarmigan{	
	
	padding-left:20px;
}

#meets ul li ul li.almanachighways{	
	padding-right:20px;
}

.highwaysMeetList
{
	width: 630px;
	color: #668a85;
}
.ptarmiganMeetList 
{
	color:#66718e
}

a.tooltip 
{	
	color: #616161;
	position:absolute;		
}

a.tooltip span {
	display: none;
} 

a.tooltip:hover {	
	border: 0px;	
	position:absolute;	
	text-decoration: none;
} 

a.tooltip:hover span 
{	
	z-index:500;	
	float:left;
	position:absolute;
	left:-210px;
	top:-25px;
	border: #888 1px solid;	
	padding: 5px;	
	display:block;
	font-weight: normal;	
	background-color: #f4f4f4;	
	width:200px;
	color:#888;	
	text-align:center;
}  
/* End Meets */
