/* CSS Document */

body	{
margin: 0 auto;
padding: 0;
border: 0;
font-size: 12px;
font-family: arial, sans-serif;
line-height:20px;
/*background-color:#333333;*/
background-image:url(/webshared/images/phantomwrap/trenta.gif);
}

h1 {
font-size: 20px; 
margin: 0;
border-bottom:dotted 1px ;
margin-bottom:10px;
color:#0066ff;
font-weight: 300;
text-transform: uppercase;
}

h2 {
font-size: 18px;
font-weight: 300;
color:#0066ff;
}



h3 {
font-size: 16px;
color:#0066ff;
font-weight: 300;
}


h4 {
font-size: 14px;
color:#0066ff;
font-weight: 300;
}


h5 {
font-size: 12px; 
color:#0066ff;
font-weight: 300;
}

a:link {
text-decoration: none;
color:#0066ff;
}
a:visited {
text-decoration: none;
color:#0066ff;
}
a:active, a:focus {
text-decoration: none;
color:#0066ff;
}
a:hover {
text-decoration: none;
color:#ff9900;
}

#wrap {
	display:table; /* must put this in for FireFox. */
	padding: 0px;
	margin:0 auto;
	width:980px;
	text-align:left;
	overflow:hidden;
	margin-top:0;
	padding-bottom:10px;
	
}

#subwrap	{ 
	background-color:#fff;
	display:table;
	padding-bottom:10px;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background-color:#FFFFFF;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 
	
#marketheaderrow	{
	display:table;
	width:100%;
	/*background:url(/webshared/images/phantomwrap/header_bg.jpg);*/ 
	background-repeat:repeat-x;
}

#marketheader	{
	display:table; /* must put this in for FireFox. */
	background:url(/webshared/images/phantomwrap/header_bg.jpg);
	margin:auto;
	padding:0px;
	width:960px;
	
}

#logo	{
	float:left;
	padding-left:25px;
	width:60%;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
}

#homes	{
	float:left;
	padding-right:10px;
	text-align:right;
	padding:0px;
	margin:0px;
}


#activate, #flyer, #contact 	{
float:right;
clear:both;
padding:10px;
height:30px;
margin-right:10px;
padding-bottom:0;
}

#activate	{
	border:1px dotted #ff9900;
	background-color:#EBEBEB;
	font-size:13px;
	color:#ff9900;
}

#flyer	{
	text-align:center;
	margin-right:80px;
}

#topnavrow	{
display:table;
width:100%;
/*background-color:#ff9900;*/


}

#topnav	{
	padding:1px;
	display:table;
	margin:0 auto;
	width:958px;
	text-align:right;
	color:#fff;
	background-color:#ff9900;
	font-size:11px;
}

#topnav ul 	{
margin:0;
padding:0;
}


#topnav ul li{
	display:inline;
	padding-right:3px;
	padding-left:3px;
	text-align:center;
	
}

#topnav a	{
	color:white;
	
}

#topnav a:hover	{
	color:#0066ff;
	text-decoration:underline;
}

#contentrow	{
	display:table;
	width:100%;
	/*background-color:#FFFFFF;*/
}

#content	{
	display:table;
	width:940px;
	background-color:#FFFFFF;
	clear:both;
	padding:10px;
	margin:auto;
}

#primary  {
display:table; /* must put this in for FireFox. */
width:62%;
float:left;
background-color:#fff;
padding-right:10px;
padding-left:10px;
}

#secondary {
display:table; /* must put this in for FireFox. */
width: 35%;
background-color: #fff;
float:left;

}


#secondary h3{ 

	background:url(/webshared/images/phantomwrap/heading_bg.jpg); 
	background-repeat:horizontal;



}


div#navcontainerrow	{
display:table;
width:100%;
/*background-color:#fff;*/
}

div#navcontainer	{
display:table;
width:960px;
margin:auto;
background-color:#fff;

}

#navcontainer ul
{
display:table; /* must put this in for FireFox. */
padding: 0;
color: White;
float:left;
padding-left:10px;
clear:both;
margin:0;
background-color:#fff;

}

#navcontainer ul li { 
display: inline; 


}



#navcontainer ul li a
{

color: White;
text-decoration: none;
float: left;
border-right: 2px solid #fff;

}

#navcontainer ul li a:hover
{
color: #fff;
text-decoration:underline;
}


.marketentry	{

display:table;
width:860px;
padding-left:20px;
padding-right:20px;
margin-bottom:20px;
clear:both;
}



.marketentryimage	{
float:left;
width:70px;
padding:0;
margin:0;

}

.entrytext	{

display:table;
float:left;
width:790px;
padding:0;
margin:0;



}

.activateheader	{
width:100%;
display:table;
float:left;

}


.entrytext h4, .activateheader h4	{
	text-transform: uppercase;
	
	font-weight: bold;
	color:#ff9900;
}

#featuretable tr:hover

{ 
  background-color:#ffffff;

} 

#featuretable .marketentry:hover	{
background-color:#f5f5d2;
}

.features 	{
list-style-image: url(/webshared/images/icons/impact/active_icon.gif); 
}

.features li	{

}





/*Table Settings*/
table {
display: table;
width: 100%;
margin: 0;
border: 1px dotted;
}
tr {
display: table-row;
}

tr.d0 {
	background-color: #fff; color: black;
}
tr.d1 {
	background-color: #fff; color: black;
}



thead {
display: table-header-group;

}

thead th {

color: #fff; 
background-color:#0066ff; 


}



tbody {
display: table-row-group;
background-color: #fff;
}
tfoot {
display: table-footer-group;
}
col {
display: table-column;
}
colgroup {
display: table-column-group;
}
td, th {
display: table-cell;
padding: 1px 5px;
}
caption {
font-weight: normal;
font-size: 18px; 
display: table-caption;
caption-side: top;
width: auto;
text-align: center;
padding: 5px;
}
table code {
background-color: transparent;
padding: 2px 0;
}
thead tr,
thead th {
font-size: 16px;
}



tr:hover 
{ 
  background-color:#f5f5d2;

} 

.orgbar	{
	background:url(/webshared/images/phantomwrap/org_bar.jpg);
	background-repeat:repeat-x;
	clear:both;
	margin:0;
	padding:0;
	height:3px;
	margin-top:10px;
}

fieldset
{
border: 1px dotted #ff9900;
padding:5px;
margin-top:10px;
}

label
{
width: 25%;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
padding-left:1em;
font-weight:bold;
clear:both;
}

#secondary label
{
width: 30%;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
padding-left:1em;
font-weight:bold;
}

form label
{
width: 20%;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
padding-left:1em;
font-weight:bold;
}

#footerrow	{
display:table;
width:100%;
/*background-color:#FF9900;*/
}

#footer {
min-height: 14px;
font-size: 11px; 
line-height: 1.2em;
color:#fff;
margin: auto;
padding: 2px 5px;
display: block;
clear: both;
text-align:center;
width:950px;
background-color:#FF9900;

}

#footer	a	{
	color:#fff;
}

#footer	a:hover	{
	color:#0066ff;
}


input, textarea
{

padding:0;



}

.inputhighlight	{
	border:1px solid #0066ff;
}

select	
	{
	
		border: 1px solid #999;
	}
input		 	
	{

		border: 1px solid #999;
		margin-top: 0px;
		margin-top: 0px;
	}
	
input.chk	{
border: 0;
}
	
	
.active	{
	border-bottom:5px dotted #0066ff;
}

.submit	{
	padding:2px;
}

/* CONTAINER ***********************************************************/
			.container	{	
			border:1px dotted;
			margin-top:10px;
			
			}
			
			
			.container h3 { 
			margin:0;
			padding: 1px 5px 2px 5px;
			letter-spacing: .1em;

			text-transform: uppercase;
			text-align: center;
			font-weight:bold;
			color:#fff;
			font-size:14px;
			
			}
			
			.container label
			{
			width: 35%;
			float: left;
			text-align: right;
			margin-right: 0.5em;
			display: block;
			padding-left:1em;
			font-weight:bold;
			color:#42654A;
			}
			
					
					
			div.container div	{
			display:table;
			width:98%;
			padding:1%
				
			
			}
			

