

/* --------------------------------------------- */
/* Global Style */
html {
	overflow: -moz-scrollbars-vertical; /* keep firefox scrollbar visible to eliminate page jumping */
    font-size:.8em;
}

a:link {
	color: #3399ff;
	text-decoration: underline;
}

a:visited {
	color: #3399ff;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline:none;
}

a img {
  border: 0;  
}

#contactTab { 
	margin-top:20px;
}

.contentIndex {
	padding:10px 0; 
    border-bottom:1px solid #999;
    background-color:#F0F0F0;
}

.contentIndex_alt {
	padding:10px 0; 
    border-bottom:1px solid #999;
    background-color:#FFF;
}

#mainBackground {
	width:100%;
	height:270px;
	overflow:visible;
	background:transparent url('/images/TMLS/misc/mainBackWaves.jpg') no-repeat center top;
	margin:0;
	padding:12px 0px 0px 0px;	
	
} 

#mainContainer {
    margin:0px auto;
    width:991px; 
    overflow:visible;	
}

#mastheadOuter {
    margin:0;
    width:981px;
    height:150px;
    float:left;
    clear:left;
	padding:0px 5px 0 5px;
	background:transparent url('/images/TMLS/misc/mastheadShadow.png') no-repeat;
	_background-image:none;

}

#masthead {
	position:relative;
    margin:0;
    width:981px;
    height:150px;
    float:left;
	background:transparent url('/images/TMLS/misc/mastheadBack.png') no-repeat;
	_background:transparent url('/images/TMLS/misc/mastheadBack.gif') no-repeat;
	
}
#mastheadShadow {
	margin:0;
    width:991px;
    height:3px;
    float:left;
    clear:left;
	overflow:hidden;
	background:transparent url('/images/TMLS/misc/mastheadBot.png') no-repeat;
	_background:transparent url('/images/TMLS/misc/mastheadBot.gif') no-repeat;
}

#mastheadShadowInt {
	margin:0;
    width:991px;
    height:3px;
    float:left;
    clear:left;
	overflow:hidden;
	background:transparent url('/images/TMLS/misc/mastheadBotInt.png') no-repeat;
	_background:transparent url('/images/TMLS/misc/mastheadBotInt.gif') no-repeat;
}

#topNav {
	width:552px;
	height:28px;
	margin:6px 10px 0px 0px;
	float:right;
	overflow:hidden;
}

#topNav img {
	float:left;
	margin:0;
	padding:0;
	margin-right:8px;
}

#rightNav {
	float:right;
	width:146px;
	height:39px;
	overflow:hidden;
	margin:18px 0px 19px 0px;
}

#rightNav img {
	float:left;
	margin:0;
	padding:0;
	margin:0px 8px 0px 0px;
}

#searchForm {
	float:right;
	clear:right;
	width:510px;
	height:34px;
	margin:0px 7px 0px 0px;;
}

#mainNav ul {
	margin:2px 0px 0px 0px;
	padding:0;

    clear:both;
}

#mainNav ul li {
	display:inline;
	
}

#mainNav ul li a.mainItem {
	color:#1f3061; 
	text-decoration:none;
	float:left;
	display:block;
	height:29px;
	padding-top:8px;
	text-align:center;
	margin-right:2px;	
    font-weight:normal;
}

#mainNav ul li a.mainItem:hover {
	color:#ffffff; 
	text-decoration:none;
	background:transparent url('/images/TMLS/buttons/mainNav_ro.jpg') repeat-x;
}

#mainNav ul li a.mainItemActive {
	color:#ffffff; 
	text-decoration:none;
	background:transparent url('/images/TMLS/buttons/mainNav_ro.jpg') repeat-x;
}

#bodycontentOuter {
    margin:0;
    width:981px;
    float:left;
    clear:left;
	background:transparent url('/images/TMLS/misc/bodyContentShadow.png') repeat-y;   
	padding:0px 5px 0 5px;
	_background-image:none;     
}

#bodyContent, #bodyContentInt {
    margin:0;
	padding:5px 0px 0px 0px;
    width:981px;
	background:transparent url('/images/TMLS/misc/bodyContentBack.gif') repeat-y;
	float:left;        
}

#bodyContentInt {
	background:transparent url('/images/TMLS/misc/bodyContentBackInt.gif') repeat-y;       
}

#bodyContent #colL {
	line-height:1.4em;
	padding:6px 4px 0px 4px;
    width:239px;
	float:left;  
	margin-right:4px; 
	_margin-right:0px; 
	overflow:hidden;   
}

#bodyContentInt #colL {
	line-height:1.4em;
    float:left;
	width:118px;
	overflow:hidden;
	margin-right:10px;
	padding:6px 0px 0px 4px;
	overflow:hidden;
}

#bodyContentInt #colL div#links a {
    display:block;
	color:#ffffff;
	width:102px;
	padding:5px 8px 6px 8px;
	text-decoration:none;
	margin-bottom:1px;
}

#bodyContent #colM, #bodyContentInt #colM {
    margin:0;
	padding-top:6px;
    width:479px;
	float:left;     
	margin:0px;  
	overflow:hidden;     
   	line-height:1.4em;
}
#bodyContent #colM {
   _position:relative;
   _left:4px;     
}

#bodyContent #colMFull, #bodyContentInt #colMFull {
    margin:0;
	padding-top:6px;
    width:840px;
	float:left;     
	margin:0px;  
	overflow:hidden;     
    	line-height:1.4em;
}
#bodyContent_full #colM_full {
   _position:relative;
   _left:4px;     
}

#bodyContentInt #colM {
    width:595px;  
}

#bodyContent #colR, #bodyContentInt #colR {
	margin:0;
	padding:4px;
	width:239px;
	float:right;
	overflow:hidden;   
    	line-height:1.4em;
}

#bodyContent #colR #promoPods, #bodyContentInt #colR #promoPods {
	line-height:12px;
    font-size:12px;
}

#printMasthead {
	display:none;
}

#printFooter {
	display:none;
}


#socialBar {
	margin-top:4px;
	padding:5px 25px 2px 25px; 
    clear:both;
}

#socialBar img {
	margin-left:10px;
}

#socialBar a {
	font-size:12px;
	text-decoration:none;
    color:#fff;
    text-transform:uppercase;
}

#socialBar #site {
	padding-top:3px;
	float:left;
	font:18px "Times New Roman", Times, serif;    
    color:#fff;
}

#socialBar #site .tag {
	color:#09C; 
    font-weight:bold; 
    font-style:italic;
}

#footerDivider {
	background:#fff url('/images/TMLS/misc/footerDivider.gif') no-repeat;
    width:981px; 
    height:21px; 
    clear:both; 
    margin:0px auto;
}

#footer {
    margin:0;
    width:991px;
    float:left;
    clear:left;
	background:transparent url('/images/TMLS/misc/footerBack.jpg') no-repeat center top;    
	color:#59b4e1; 
	padding:0px 0px 15px 0px; 
	font-size:11px; 
	overflow:hidden;
}

#footer #address {
	float:left;
	width:640px;
}

#footer ul {
    float:right;
	margin:0;
	padding:0;
	text-align:right;
}

#footer ul li {
	display:inline;
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #999999;	
}

#footer ul .first {
	border-left:none;	
}

#footer ul li a {
	color:#59b4e1; 
	text-decoration:none;
}

#footer ul li a:hover {
	color:#999999; 
	text-decoration:none;	
}


/* --------------------------------------------- */
/* Font Styles */
h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:1.2em;

}

/* --------------------------------------------- */

/* links with icons */
a.pdf {
	display:inline-block;
	padding-right:22px;
    line-height:1.4em;
	background:transparent url(../images/icons/pdf.gif) center right no-repeat;
}	

a.pdf2 {
	display:inline-block;
	padding-left:22px;
    line-height:1.6em;
	background:transparent url(../images/icons/pdf.gif) center left no-repeat;
}	

a.extLink {
	display:inline-block;
	padding-right:22px;
    line-height:1.4em;
	background:transparent url(../images/icons/link.gif) center right no-repeat;
}	

a.date {
	display:inline-block;
	padding-left:22px;
    line-height:1.6em;
	background:transparent url(../images/icons/date.gif) center left no-repeat;
	font-size:1em; 
}	

a.date2 {
	display:inline-block;
	padding-right:22px;
    line-height:1.2em;
	background:transparent url(../images/icons/date.gif) center right no-repeat;
	font-size:1em; 
}	

a.rssSubscribe {
	display:inline-block;
	padding-left:36px;
	line-height:32px;
	background:transparent url(../images/icons/feed32.png) center left no-repeat;
	font-size:1em; 
	text-decoration:none;
}

span.upcomingEvents {
	display:inline-block;
	padding-right:22px;
	line-height:24px;
	background:transparent url(../images/icons/date.gif) center right no-repeat;
	font-size:1.1em;
    font-weight:bold;
}	


.calDate {
	float:right;
	background:#fff url('../images/TMLS/misc/fulldate.jpg') repeat-x scroll top left;
	width:60px;
	height:65px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.calDate .date-day {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
    margin-top:0px;
    line-height:35px;
}
.calDate .date-month {
	font-size:11px;
    line-height:11px;
	font-weight:bold;
    margin-top:2px;
}

.calDate .date-year {
	margin-top:2px;
	color:#666;
	font-size:11px;
    line-height:11px;
	font-weight:bold;
}

table.basicTable
{
margin:0px auto;
width:100%;
border:1px solid #CCC;
border-collapse:collapse;
}

table.basicTable th
{
background:#fff url('/images/tmls/misc/thbg.gif') bottom repeat-x;
text-align:left;
border:1px solid #CCC;
padding:4px;
vertical-align:top;
font-weight:bold;
}

table.basicTable .altrow {
background-color:#eee;
}

table.basicTable td 
{
border:1px solid #CCC;
padding:4px;
vertical-align:top;
}

.liamex {
width:15px;
height:13px;
margin-bottom:-2px;
display:inline-block;
background-image:url('/images/shift-2.gif');
zoom:1; 
*display:inline; 
_height:15px;
}

		
        
	
