﻿/****************************************************************************

    TMPA 2010 Stylesheet.  Stella International, Inc. 2010.  
    www.stellainternational.com
    
    OLD STYLES FIRST, NEW STYLES FOLLOW AT BOTTOM.

*****************************************************************************/

/* PRINT */

@media print {
    .printhide { display:none; }
    .screenhide { display:none; }	
	}
@media screen {
    .printhide { /* show */ }
    .screenhide { display:none; }	
	}

	
/* HTML STYLES */

body,td,th {
	
}
body {
	background: #446382; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
}

/* 

CONTAINER STYLE

*/
#page {
	width: 960px;
	margin:0 auto;
	text-align: left;
}

.page-holder{
	margin:0;
	width:100%;
	background: url("/images/tmpa-body-bg.jpg") no-repeat top center;
}

.page-wrapper{
	margin:0 -40px;
	
	width:1040px;
}

.top-shadow {
	background: url("/images/shadow-top.png") no-repeat top;
	height: 63px;
	margin-top: 5px;
	float: left;
	width: 100%;
}

.container-shadow {
	background: url("/images/container-shadow.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("/images/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.container {
	background: #FFFFFF;
	margin: 0 40px; 
	margin-top: -44px;
	margin-bottom: -30px;
	float: left;
	display: inline;
	width: 960px;
}
body.contentpane {
	background-color: #ffffff;
	background-image: none;
}

a, a:link {
	color:#0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}
h1,h2,h3,h4,h5,h6, .Heading1, .Heading2, .Heading3, .Heading4, .Heading5, .Heading6 {
	font-weight: bold;
	margin:0.5em 0 0 0;
	padding:0;
}
/* li { 	
	line-height:1.2em;
	margin:0px 0px 0px -20px;
	padding:5px 0px 0px 0px; 
	} */
p {margin:0.5em 0 0 0; 
}
fieldset 
{
	border: 1px solid #aec0ce;
	padding:5px;
	margin:0;
}
legend 
{
	font-size:1.1em;
	font-weight:bold;
	}
h1, .Heading1 {
	font-size: 18px;
}
h2, .Heading2 {
	font-size: 16px;
}
h3, .Heading3 {
	font-size: 14px;
}
h4, .Heading4 {
	font-size: 14px;
}
h5, .Heading5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
hr {
	height:1px;
	width: 100%;
	background: #aec0ce; 
	margin: 0px 0px 0px 0px;
}

/* CUSTOM CLASSES */
.bannerad {
	text-align:center;
	vertical-align:center;
}
#datetime {
	font-size:10px;
	text-transform:uppercase;
	margin:-7px 0 5px 0px;
	text-align:center;
}

#menuheader {
  text-align: right;
  font-size:0.8em;
  padding:0px 10px 15px 0px;
}
#main {
  padding:10px 10px 10px 10px;
  min-height:500px;
  vertical-align:top;
}
#primary {
	width: 700px;
	/* display:block; 
	float:left; */
	position:relative;
	padding:0 0 20px 20px;
}
#quicklinks {
	margin:5px 0px 0px 10px;
	padding:5px 0px 0px 10px;	
}
#quicklinks li {
	list-style:url(/images/bullet.jpg) outside;line-height:1.5em;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px; 
}
#quicklinks a, #quicklinks a:visited {
	color:#333333;
}
#secondary {
	width: 201px;
	/* display:block; 
	float:right;  */
	position:relative;
	/*  border-top:1px solid #556e8d;
	border-right:1px solid #556e8d;*/
	border-bottom:1px solid #556e8d;
	border-left:1px solid #556e8d;
	background:#dfe6ee url(/images/bgsecondary.jpg) left repeat-y;
	min-height:300px;
	padding:10px;
	vertical-align:top;
	text-align:left;
}
.adminblock {background-color:#ccff88;display:block;font-weight:bold;font-size:1.1em;padding:5px;border-top:1px solid #aec0ce;border-bottom:1px solid #aec0ce;}
.adminmenu ul {padding:5px;margin:0}
.adminmenu li {padding:8px;margin:0;border-bottom:1px solid #aec0ce; }
.adminmenu strong {font-size:1.2em;}
.bold { font-weight:bold; }
.clearer {clear: both; line-height: 0; height: 0;}
.error { color:Red;font-weight:bold;font-size:1.1em;}
.errorblock { background-color:#ffff66;margin:5px;text-align:center;display:block;padding:10px;border:1px solid #cc0000;color:#cc0000;font-weight:bold;font-size:1.1em;}
.errorbox { background-color:#ffff66;margin:5px;display:block;padding:20px;border:1px solid #cc0000;color:#cc0000;font-size:1.1em;}
.validationbox { background-color:#ffff99;margin:5px;text-align:left;display:block;padding:10px;border:1px solid #cc0000;color:#cc0000;font-weight:bold;font-size:1.1em;}

.highlight {
	background-color:#FFFF00;
}
.refreshblock { background-color:#ffffff;margin:5px;text-align:center;display:block;padding:10px;border:1px solid #aec0ce;color:#000000;font-weight:bold;font-size:1.1em;}
.footer {
	padding: 30px 0 50px 0;
	width:100%;
	text-align:center;
	/* float: left;
	border-top:1px solid #bbcad6; */
}
.footertext {
    color:#fff;
	font-size:0.9em;
	line-height:55px;
}
.footnote {color:#666666;font-size:0.9em;}
/* .footerbottomleft {background:url(/images/bottomleft.jpg) bottom left no-repeat;}
.footerbottomright {background:url(/images/bottomright.jpg) bottom right no-repeat;}
.footerreflectbg {background:url(/images/bottomreflection.jpg) top left repeat-x;}
.footerbottomreflectleft {background:url(/images/bottomleftreflection.jpg) top left no-repeat;}
.footerbottomreflectright {background:url(/images/bottomrightreflection.jpg) top right no-repeat;} */
.greenbox { background-color: #99FF66;margin:5px;text-align:center;display:block;padding:10px;border:1px solid #cc0000;color:#cc0000;font-weight:bold;font-size:1.1em;}
.homepagecolumns {background:url(/images/bghomepagecolumns.jpg) top left repeat-x;min-height:200px;}
.homepagecol1 {color:#FFFFFF;font-weight:bold;font-size:14px;background:#3c7fff url(/images/bghomepagecol1.jpg) left no-repeat;margin:0px 0px 10px 0px; height:18px;padding:1px 0px 0px 30px;}
.homepagecol2 {color:#FFFFFF;font-weight:bold;font-size:14px;background:#003fc1 url(/images/bghomepagecol2.jpg) left no-repeat;margin:0px 0px 10px 0px; height:18px;padding:1px 0px 0px 30px;}
.homepagecol3 {color:#FFFFFF;font-weight:bold;font-size:14px;background:#9c0403 url(/images/bghomepagecol3.jpg) left no-repeat;margin:0px 0px 10px 0px; height:18px;padding:1px 0px 0px 30px;}
.inservice {background:#f1f3fa url(/images/bginservice.jpg) bottom left repeat-x;list-style:inside;list-style-type:square;width:450px}
.inservicedetail {background:#f1f3fa url(/images/bginservice.jpg) bottom left repeat-x;min-height:200px;list-style:inside;list-style-type:square;width:95%; padding:0px;margin:30px}
.inserviceimg {display:block;float:left;padding:0px 10px 10px 0px;}
.inservice p {padding:0px 0px 5px 0px;margin:0}
.inservice ul {padding:0px;margin:0}
.inservice li {padding:5px 0px 0px 0px;margin:0}
.inservicetitle {font-weight:bold;font-size:14px;color:#ffffff;background:#5e7cbc url(/images/bgbarbluestar.jpg) left no-repeat;padding:1px 0px 0px 30px;}
.inservicetag {font-style:italic;font-family:"Times New Roman", Times, serif;font-size:16px;color:#ffffff;}
.footerreflect {
	Filter:FlipV;
	color:#c3c3c3;
	font-size:0.9em;
	text-align:center;
	padding:35px 0px 10px 0px;
}
.hide {
	display:none;
}
.letterheader {padding:10px}
.letterbody {padding:10px;}
.newsitem {
	border-bottom:1px solid #f2f2f2;
	padding:5px;
	font-size:13px;
}
.newsitem span {
	color:#999;
	font-size:10px;
}
.newsitemlist {
	display:block;
	border-bottom:1px solid #aec0ce;
	padding:5px 5px 12px 5px;
	clear:both;
}
.newsitemlist span {
	color:#999;
}
.itemnews { position:relative;	float:left;	padding:10px 10px 10px 10px; border:0px;}
.itemnewssmall { position:relative;	float:left;	padding:0px 5px 5px 0px; border:0px;}
.itempreview { padding:5px;border:6px solid #ffff66; min-height:300px;}

.tbloptions td {background:url(/images/bghomepagecolumns.jpg) top left repeat-x; vertical-align:top;}
.submenu {background:url(/images/bghomepagecolumns.jpg) top left repeat-x; vertical-align:center;padding:3px 5px 5px 5px;border-top:1px solid #aec0ce;border-bottom:1px solid #aec0ce;margin:5px 0 10px 0;}
.tblrow1 td {background:#ffffff;border-bottom:1px solid #aec0ce; vertical-align:top;padding:5px;text-transform:uppercase;}
.tblrow2 td {background:#f6f6f6;border-bottom:1px solid #aec0ce; vertical-align:top;padding:5px;text-transform:uppercase;}
.tblrowX td {background:#ffffff;border-bottom:1px solid #aec0ce; vertical-align:top;padding:5px;text-transform:uppercase;text-decoration:line-through;color:Gray;}
.tbldata th {background:#3c7fff;border-bottom:1px solid #aec0ce;font-size:1.1em;font-weight:bold;color:#ffffff; vertical-align:bottom;}
.tbldata th a {color:#ffffff;}
.tbldata a {color:#0033CC;}

.tbldataEvent td { padding:10px; }
.tbldataEvent th {background:#fff;padding:10px;border-bottom:1px solid #aec0ce;font-size:1.1em;font-weight:bold;vertical-align:bottom;text-align:left;}
.tbldataEvent a {color:#0033CC;}
.menubg {display:block;background:#aec0ce url(/images/bgmenu.jpg) bottom left  repeat-x;margin:0;padding:0;border-top:1px solid #aec0ce;height:22px;}
.menulow {background: #F6BA8B url(/images/bgmenulow.jpg) left repeat-y;border-top:1px solid #556e8d;font-size:6px;}
.pagehead {background: url(/images/bghead.jpg) left repeat-x;height:21px;}

.headerred {
	background:#cc0001 url(/images/star_red.jpg) left no-repeat;
	border-bottom:1px solid #660000;
	padding: 4px 4px 4px 20px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}
.headerblue {
	background:#006699 url(/images/star_blue.jpg) left no-repeat;
	border-bottom:1px solid #003399;
	padding: 4px 4px 4px 20px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	line-height:1.5em;
	color: #666666;
}
.secondaryspacer {
	padding:3px 0px 3px 0px;
}
.signuptable {
	border: 1px solid #5175a2;
}
.signuptable td {
	border-bottom: 1px solid #e9e9e9;
}

.tagline {color:#033B9C;text-align:right;font-family:"Times New Roman", Times, serif;font-style:italic;font-size:13px;padding-right:7px;}
.underline {border-bottom:1px solid #aec0ce;}
.centerline {border-left:1px solid #aec0ce;}
.white {background:#ffffff;}


/* Form Elements */

.formbutton { 
	color: #FFFFFF; 
	font-weight: bold;
	border: thin outset #cccccc; 
	background-color: #AE2A26; 
	height:25px; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-left-width:1px; 
	border-right-width:1px; 
	cursor: hand;
} 
.inputtextbox {
	

}
.required {
}
.inputdrowndown {

	
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}


.tableA {
	border:1px solid #333333;
	background-color:#ffffff;
}
.tableA tr {
	
}
.tableA td {
	background:#f6f6f6; vertical-align:top;border-bottom:1px solid #aec0ce;
}





.profileupdate td {
	border-bottom:1px solid #e9e9e9;
}
.green {
	color:green;
font-weight:bold;
}
.tablegrid td {
	border-bottom:1px solid #e9e9e9;
}
.tableheader {
	font-weight:bold;
}

.headlines {

 width:672px;
 height:288px;
 margin:10px 5px 5px 5px;

}

.headlinesInner {

height:288px;    width:672px;


}

/* Tabs */

#mainTABS {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	padding-top: 2em;
}

#contentsTABS {
	padding: 1.5em;
	background: #FFFDF3;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 15em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

/* End Tabs */


/***************************************** NEW STYLES FOR 2010 START HERE *********************************/

#MenuList 
{
    margin:0px;
    padding:30px;
}
#MenuList li 
{
    font-size:17px;
    list-style:none;
    border:solid 1px #cecccc;
	background:#efefef;
	margin:5px;
	padding:5px;
}
.searchbox {
	border:solid 1px #cecccc;
	background:#efefef;
	padding:10px;
	color:#333333;
	margin:10px;
	text-align:center;
}
.searchbox label 
{
    color:#555555;
    font-weight:bold;
}
.tblhead td, .tblhead th {background: url("/images/bgthead.jpg") repeat-x top;border-bottom:1px solid #aec0ce; vertical-align:bottom;}
.tblrow1 td {background:#ffffff;border-bottom:1px solid #aec0ce; vertical-align:top;}
.tblrow2 td {background:#f6f6f6;border-bottom:1px solid #aec0ce; vertical-align:top;}


.TotalDisplay {
    font-weight:bold;
}
.TotalDisplay span {
    font-size: 1.2em;
    color: red;
}
.buttons 
{
    clear:both;
    border-top:1px solid #cecccc;
    border-bottom:1px solid #cecccc;
    background-color:#f5f5f5;
    text-align:center;
    padding:10px;
    margin-top: 10px;
}
.btn {
	background-color:#323232;
	padding:0px 6px;
	border:1px solid #222;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
}
.button a { color:#fff; }

.contentsHeader 
{
    border-bottom:1px solid #cccccc;
    padding:0px 0px 8px 0px;
    margin:0px 0px 5px 0px;
    font-size:1.5em;
    font-weight:bold;
}
div.main{
	margin:50px auto; 
	width:340px;
	}

div.box{
	border:solid 1px #cecccc;
	background:#f5f5f5;
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}
div.box td {
	padding:7px;
}
div.box h1, div.box .h1, div.loginsmall .h1 {
	font-size:15px;
	font-weight:bold;
	color:#222;
	padding-bottom:4px;
	border-bottom:double 3px #999;
	text-align:left;
}
div.box p{padding-bottom:14px;}

div.box input .input-text{
	width:180px;
}

div.box label{
	
	margin-bottom:10px;
	color:#555555;
}

div.box label span{
	
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
}
div.loginsmall {
	border:solid 1px #cecccc;
	background:#f5f5f5;
	padding:3px;
	color:#333333;
	margin-bottom:5px;
	margin:0 auto;
	width: 550px;
}
div.loginsmall table {
    width: 500px;
}
div.loginsmall table td {
    padding:3px;
}
.ulPrograms {
    margin:0;
    padding:5px;
}
.ulPrograms li {
    margin:0 0 0 10px;
    padding:7px;
}
#memberslinks {
    margin:10px 0 5px 0px;
}
#memberslinks li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #dfe6ee;
		/* color: #fff; */
		text-decoration: none;
		width: 100%;
		}

html>body #memberslinks li a {
	width: auto;
	}

#memberslinks li a:hover {
	border-left: 10px solid #CC0001;
	border-right: 10px solid #5ba3e0;
	background-color: #446382;
	color: #fff;
	}
#memberslinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#memberslinks li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style:none;
	}
.header2010 {
    background:#295E8B url(/images/bgHeader2010.jpg) bottom no-repeat;
    font-weight:bold;
    width:192px;
    height:14px;
    color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding: 4px;
	text-align:center;
	border-bottom:1px solid #333;
}
.header2010red {
    background:#A2130D url(/images/bgHeader2010red.jpg) bottom no-repeat;
    font-weight:bold;
    width:192px;
    height:14px;
    color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding: 4px;
	text-align:center;
	border-bottom:1px solid #333;
}
.ButtonList ul {
    padding:0;
    margin:0;
    width: 400px;
    padding:5px;
}
.ButtonList li {
    background:url(/images/bgButtonLong.jpg) top left no-repeat;
    font-weight:bold;
    width:379px;
    height:38px;
    font-weight:bold;
	font-size:14px;
	padding: 13px  15px 0 15px;
	text-align:left;
	margin:0 0 5px 0;
	list-style:none;
}
.bgMembershipDescription {
    background:#fff url(/images/bgMembershipDescription.jpg) bottom repeat-x;
    width:190px;
    font-size:10px;
	padding: 2px 5px;
	text-align:left;
	margin:0;
}
.bgPromoWhite {
    background-color:#fff;
    width:190px;
    font-size:10px;
	padding: 2px 5px;
	text-align:left;
	margin:0;
	border-bottom: 1px solid #333;
}
.bgButtonJoin {
    background:#fff url(/images/bgButtonJoin.jpg) bottom repeat-x;
    width:190px;
    height:49px;
    padding: 10px 5px;
	text-align:left;
	margin:0;
	border-bottom: 1px solid #333;
	border-top:1px solid #333;
	font-size: 11px;
}
.bgButtonJoin span {
    font-size: 17px;
    font-weight:bold;
}
.bgButtonJoin img {
    padding-right: 5px;
}

.bgFacebook {
    background:#fff url(/images/bgMembershipDescription.jpg) bottom repeat-x;
    width:190px;
    height:48px;
    padding: 5px 5px;
	text-align:left;
	margin:0;
	border-bottom: 1px solid #666;
}


.contentHeadlinesContainer {
    margin: 0 0px 0 -20px;
    width:738px;
    height:246px;
}

/* homepage content slider */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 738px; /*width of featured content slider*/
height: 216px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 738px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentdiv img {
    border:0px;
}
.pagination{
width: 718px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
font-size: 12px;
padding: 5px 10px;
border-top:1px solid #e2e2e2;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #DCE3EB;
}
.bgGrayTabsShadow {
    width:700px;
    height:10px;
    background:#fff url(/images/bgGrayTabsShadow.jpg) repeat-x top left;
}
.bgGrayTabLeft {
    height:22px;
    background:#fff url(/images/bgGrayTabLeft.jpg) no-repeat bottom right;
}
.bgGrayTabRight {
    height:22px;
    background:#fff url(/images/bgGrayTabRight.jpg) no-repeat bottom left;
}
.bgGrayTabs {
    width:100%;
    height:17px;
    background:#fff url(/images/bgGrayTab.jpg) repeat-x bottom ;
    font-size: 12px;
    font-weight:bold;
    text-align:center;
    padding-top:5px;
    color:Gray;
}
.valuesList li {
	border-bottom:1px solid #f2f2f2;
	padding:5px 0 9px 0;
	font-size:12px;
	margin:0px;
	list-style:outside;
}
.valuesList ul {
    margin: 0px;
    padding:0 0 0 3px;
}
/* Safvic Popup styles */
#pagesafvic {
    background-color:#fff;
    padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
}
#pagesafvicwrapper {
    width: 960px;
	margin:0 auto;
	text-align: left;
	background-color:#fff;
}
#pagesavficcontent {
    padding:0px 20px 20px 150px;   
}
.showlogin {
    text-align:center;
    border:solid 1px #cecccc;
	background:#f5f5f5;
	padding:3px;
	color:#333333;
	margin:10px auto;
	width: 550px;
}
