/* mac hide \*/
html, body {
	height:100%;
	padding:0;
	margin:0;
	min-width:995px;
	min-height:600px;

}
/* end hide*/
body {
	background:#aaaaaa;
	font-family: Arial, Helvetica, Verdana; 
	font-size:14px;
	color: #000000;
	line-height: 20px;
	min-width:995px;
		min-height:600px;
}

.roundedDiv{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	border:2px solid #050045;
	background-color:#D7D3D3;
	padding-left:10px;
	padding-right:10px;
	margin-left:30px;
}

#outer a.largelink  {
	font-size:14px;
	line-height: 20px;
	text-decoration:underline;
}

#outer a.largelink:hover  {
	font-size:14px;
	line-height: 20px;
	text-decoration:underline;
}

#notLogginInBody {
 background-color:#fff;
 min-height:600px;
 min-width:995px;

}
#divPrefsx {
background-color:#FCF4CF;
display:block;
padding-top:10px;
padding-left:20px;
padding-right:20px;
margin-right:10px;
}

#outer {
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:170px;
	background:#fff;
	border-left:1px solid #aaa;
	border-right:1px solid #fff;
	margin-bottom:-32px;/*-32px;*/
	color: #000000;
}

#notLogginInBody #outer {
 background-color:#fff;
 border-left:1px solid #fff;
 	margin-bottom:-132px;
}

* html #outer {
	height:100%;
}

.homePageHeader {
font-size:20px;
line-height:24px;
}


#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:21px;
	overflow:hidden;
}
#headerNotIn {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	overflow:hidden;
	background-color:#fff;
}
#sidebar {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
	margin-left:-169px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;/* line things up exactly*/
	padding:20px 0 0;
	background:#aaaaaa;
}
* html #sidebar {
	margin-right:-3px
}/* three pixel jog*/
#sidebar p {
	padding-left:3px;
	padding-right:2px
}
#sidebarSlice {
	position:relative;/*ie needs this to show float */
	width:10px;
	float:left;
	margin-left:-9px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;/* line things up exactly*/
	padding:0px 0 0;
	background:#aaaaaa;
	border:0px solid red;
}
* html #sidebarSlice {
	margin-right:-3px
}/* three pixel jog*/
#sidebarSlice p {
	padding-left:3px;
	padding-right:2px
}
#footer {
	width:100%;
	clear:both;
	height:30px;
	background: #fff url(/images/footer_background.jpg) repeat-x left top;
	color:#8783cf;
	position:relative;
	margin-top:-32px;
	border-top:1px solid #8783cf;
	border-bottom:1px solid #8783cf;
}
#footerBig {
	width:100%;
	clear:both;
	height:130px;
	background: #fff url(/images/footer_background.jpg) repeat-x left top;
	color:#fff;
	position:relative;
	margin-top:-132px;
	border-top:1px solid #8783cf;
	border-bottom:1px solid #8783cf;
	min-width:900px;
}

* html #footerBig {/*only ie gets this style*/
	height:132px;/* for ie5 */
	_height:130px;/* for ie6 */
	background: #fff url(images/footer_background.jpg) repeat-x left top;
	color:#8783cf;
}

* html #footer {/*only ie gets this style*/
	height:32px;/* for ie5 */
	_height:32px;/* for ie6 */
	background: #fff url(images/footer_background.jpg) repeat-x left top;
	color:#8783cf;
}


#outer ul.mktList   {
	list-style-type: none;
}

#outer ul.mktList li {
	margin-bottom:10px;
}
#outer ul.mktList li a{
	font-size:14px;
	text-decoration:none;
	color:#333;
	line-height:16px;
	margin-bottom:5px;
	padding-left: 14px;
	background-image:  url(images/arrow_bullet.gif);
	background-repeat: no-repeat;
}

a.fedRegister {
	color:#fff;
	position:relative;
	top:10px;
	left:0px;
	font-family:arial;
	line-height:100%;
	text-decoration:none;
}

a.fedRegister:hover {
	text-decoration:underline;	
}


#outer ul.mktList li a:hover {
	font-size:14px;
	text-decoration:underline;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}

#mainpad {
padding:45px 20px 0px 20px;
}

* html #mainpad {/*only ie gets this style*/
	padding:40px 20px 0px 20px;
}

#footerphone
	{
		font-size:24px;
		margin-top:30px;
		position:relative;
		top:0px;
		left:0px;
	}
	
#footerlinks
	{

		float:left;
		font-size:12px;
	padding-left:10px; 
		margin-top:5px;
		text-align:left;
	}
	#footercopy
	{
		font-size:12px;
		padding-right:10px;
		margin-top:5px;
		float:right;
		position:relative;
	}
	
	#footerBig #footercopy
	{
		padding-right:0px;
		margin-top: 25px;
	}
	
	#footercopy a, #footerlinks a, #footercopy a:visited, #footerlinks a:visited
	{
		/*color:#8783cf;*/
		color: white !important;
	}
	
#clearfooter {
	clear:both;
	height:32px;
		border:0px solid green;
}/*needed to make room for footer*/

#notLogginInBody  #clearfooter {
	clear:both;
	height:132px;
	border:0px solid green;
}/*needed to make room for footer*/


#centercontent {
	float:right;
	width:100%;
	margin:0 0 0 -1px;
	position:relative;
	z-index:1;
	padding:45px 0 0;
	_padding: 51px 0 0 ;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#outer:after {
	clear:both;
	display:block;
	height:1%;
	content:" ";
}
.logo {
margin:0px 0px 0px 0px;
padding:0px;
border-right:0px solid #aaaaaa;

}
.h1sup{		

		color:#08007a;
		font-size:20px;
		font-weight:bold;
		margin-bottom:16px;
		line-height:30px;
		width:100%;
		padding-left:0px;
		margin-top:4px;
}

.h1{		

		color:#08007a;
		font-size:20px;
		font-weight:bold;
		margin-bottom:20px;
		line-height:30px;
		width:100%;
		padding-left:0px;
		padding-top:0px;
}

h1{		

		color:#08007a;
		font-size:20px;
		font-weight:bold;
		margin-bottom:20px;
		width:100%;
		padding-left:0px;
		padding-top:0px;
}

h4 {		

		color:#08007a;
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
		width:100%;
		padding-left:0px;
		padding-top:0px;
}

h1old{		
		color:#08007a;
		font-size:20px;
		font-weight:bold;
		margin-bottom:20px;

}

h2{

		color:#08007a;
		font-size:20px;
		font-weight:bold;
		margin-top:33px;
		margin-bottom:19px;
}


h3{

		color:#08007a;
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
}


.errorMsg {
	color:red;
	background-color:white;
	padding:10px 50px 20px 0px;
	width:70%;
}
.errorMsg2{
	color:red;
	padding:10px 50px 20px 0px;
	width:70%;
}
.btnMain {
		margin-left:10px;
		margin-top:5px;
		margin-bottom:5px;
		cursor:pointer;
	}
	
	.btnOFF {
	background-color:#939393;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:170px;
	margin-bottom:5px;
	cursor:pointer;
}
	.btnON {
	background-color:#243690;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:170px;
	margin-bottom:5px;
}
.btnOFF:hover {
	background-color:#dfdfdf;
	cursor:pointer;
}
.btnON:hover {
	background-color:#6e7491;
	cursor:pointer;
}
.btnOFF:active, .btnON:active {
	position:relative;
	top:0px;
	cursor:pointer;
}
.btnDetails  
{	margin-bottom:10px;
	margin-left:20px;

}
.btnDetails  a
{

	color:#6c6c6c;
	text-decoration:none;
}

.btnDetails  a:hover
{

	color:#ffffff;

}
.tabRegular {
display:block;
width:329px;
height:24px;
position:absolute;
right:10px;
top:0px;
text-align:right;
border:0px solid red;
background:#fff url(images/orangetab.png) no-repeat;
float:right;
z-index:999;
cursor:pointer;
}

#centercontent .tabRegular {
top:21px;
}

.tabEnlarge2 {
display:none;
width:329px;
height:287px;
position:absolute;
right:10px;
top:0px;
text-align:left;
border:0px solid green;
background:transparent url(images/bigorangetab.png) no-repeat bottom;
float:right;
z-index:1000;
color:#fff;
}

.tabEnlarge2 h3 {
	font-weight:bold;
	text-align:center;
}

.tabEnlarge {
display:block;
width:329px;
height:87px;
position:absolute;
right:10px;
top:0px;
text-align:right;
border:0px solid green;
background:#e7792a url(images/bigorangetab.png) no-repeat bottom;
float:right;
z-index:1000;
}

#centercontent .tabEnlarge {
top:21px;
}

.success
{
	color: green;
}
.errorNote
{
color: red;
font-size:10px;
}
.error
{
	color: red;
}

#outer li {
	color:#333;
}

a.bookmarklink {
	font-size: 10px;
	line-height:12px;
}

a.bookmarklink:hover{
	font-size: 10px;
	line-height:12px;
}

#outer ul.mainlist li a{
	font-size:14px;
	text-decoration:none;
	color:#333;
	line-height:30px;
}

#outer ul.mainlist li a:hover {
	font-size:14px;
	text-decoration:underline;
	color:#243690;
	font-weight:normal;
	
}

#outer ul.tightlist li a{
	font-size:14px;
	text-decoration:none;
	color:#333;
	line-height:15px;
}

#outer ul.tightlist li a:hover {
	font-size:14px;
	text-decoration:underline;
	color:#243690;
	font-weight:normal;
	
}



#outer li a {
	font-size:12px;
	text-decoration:none;
	color:#333;
	line-height:30px;
}

#contentdiv a {
	font-size:12px;
	text-decoration:none;
	color:#939393;
	
}

#outer #sidebar  a {
	color:#f3f3f3;
}
#outer #sidebar  a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.doclisting a  {
	color:#6c6c6c;
	text-decoration:none;
}
.doclisting a:hover {
	color:#6c6c6c;
	text-decoration:underline;
}

#outer a {
	color:#6c6c6c;
}

.inactivelink{
	color:#6c6c6c;
}



#outer a:hover {
	color:#243690;
	}

#outer li a:hover {
	font-size:12px;
	text-decoration:underline;
	color:#243690;
	font-weight:normal;
	
}

#contentdiv a:hover {
	font-size:12px;
	text-decoration:underline;
	/*color:#8783cf;*/
	color:#243690 ;
	
}

table.reListingTable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.reListingTable th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.reListingTable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}


table.reListingTable td a {

	font-size:12px;
	text-decoration:none;
	color:#939393;
}
table.reListingTable td a:hover {
	font-size:12px;
	text-decoration:underline;
	color:#8783cf;
	
}

.myButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
}

.myButtonL {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e67a2f), color-stop(1, #d5691e) );
	background:-moz-linear-gradient( center top, #e67a2f 5%, #d5691e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67a2f', endColorstr='#d5691e');
	background-color:#e67a2f;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
}

.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.myButtonL:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e67a2f), color-stop(1, #e67a2f) );
	background:-moz-linear-gradient( center top, #e67a2f 5%, #e67a2f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67a2f', endColorstr='#e67a2f');
	background-color:#e67a2f;
}

.myButton:active {
	position:relative;
	top:1px;
}
.bullets {
	font-size: 150%;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

.searchlabel{
	color:#08007a;
	font-size: 14px;
	font-weight:bold;
}
#feedback {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	height: 252px;
	width: 530px;
	background-color: #292929;
	float:left;
	border:1px solid yellow;
position:relative;/*ie needs this to show float */
}
#galleryleft {
	margin: 0px;
	padding: 0px;
	height: 250px;
	/*width: 380px;*/
	top:0px;
	left:0px;
	position:absolute;/*ie needs this to show float */
}
#galleryright2 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #d5d5d5;
	margin: 0px;
	height: 210px;
	width: 150px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
	top:0px;
	/*left: 380px;*/
	position:absolute;/*ie needs this to show float */
}


#galleryright a:link {
	color: #d5d5d5;
}

#galleryright a:visited {
	color: #d5d5d5;
}

#galleryright a:hover {
	color: #ffffff;
}

.padbottom {
	padding-bottom: 20px;
}

#arrowBullet ul  {
	/*list-style-image: url(images/arrow_bullet.gif);*/
	list-style-type: none;
	font-size:18px;
	text-decoration:none;	
	font-weight:bold;
	color:#fff;	
	padding: 0;
	margin: 20px;
	width: 270px;

}
#arrowBullet li{
	color:#666666;
	font-family: Arial;
}
#arrowBullet li a{
	color:#666666;
	vertical-align:bottom;
	margin-bottom:18px;
	background-image:  url(images/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: .4em;
	padding-left: 24px;	
	/*padding-top:8px;*/
	display:block;
	line-height:18px;
	font-size:16px;
}

#arrowBullet li a:hover{
	/*font-size:14px;*/
	text-decoration:underline;
	color:#666666 ;
	font-weight:bold;
	padding-left: 24px;
		font-size:16px;
}


.charShow  {

	font-weight: bold;
	color: black;
}

#mktlist ul  {
	/*list-style-image: url(images/arrow_bullet.gif);*/
	list-style-type: none;
	font-size:14px;
	text-decoration:none;	
	font-weight:bold;
	padding: 0;
	margin: 15px;
	width: 270px;

}

#mktlist li a{
	color:#f1f1f1;
	vertical-align:middle;
	margin-bottom:10px;
	background-image:  url(images/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 23px;	
	display:block;
	line-height:15px;
}

#mktlist li a:hover{
	text-decoration:underline;
	color:#f1f1f1;
	padding-left: 23px;
	font-weight:bold;
}

#mktlist li{
	color:#fff;
	font-family: Arial;
}

.errorMsgNoWidth {
	color: #f00;
	padding-bottom: 12px;
}

.searchIndex {
	display: none;
	visibility: hidden;
}

.padbottom {
	padding-bottom: 20px;
}

table.portal-plans tr:nth-child(2) td:first-child,
table.portal-plans tr:nth-child(4) td:first-child,
table.portal-plans tr:nth-child(6) td:first-child {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	text-transform: uppercase;
}

table.portal-plans tr:nth-child(4) td:first-child {
	background-color: #a3a3a3;
}

table.portal-plans tr:nth-child(6) td:first-child {
	background-color: #e9c827;
}

table.portal-plans tr:nth-child(2) td:first-child {
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
	background-color: #b49336;
}
	
table.portal-plans tr:nth-child(3),
table.portal-plans tr:nth-child(5),
table.portal-plans tr:nth-child(7) {
	background-color: #e8e8e8;
}

table.portal-plans tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

table.portal-plans tr:last-child td:nth-child(3) {
	border-radius: 0 0 10px 0;
}

table.portal-plans tr td {
	vertical-align: top;
}

table.portal-plans tr:nth-child(3) td:first-child,
table.portal-plans tr:nth-child(5) td:first-child,
table.portal-plans tr:nth-child(7) td:first-child {
	color: #08007a;
	font-size: 85%;
	font-weight: bold;
	padding-left: 15px;
	width: 20%;
}

table.portal-plans tr:nth-child(3) td:nth-child(2) {
	width: 40%;
}

table.portal-plans tr:nth-child(3) td:nth-child(3) {
	width: 40%;
}

table.portal-plans ul li ul li,
table.portal-plans ul li i {
	font-size: 85%;
	font-style: italic;
}

table.portal-plans ul li ul li {
	margin-left: -25px;
}

.hr-spacer {
	font-size:1.5em;
	width:90%;
}

.coupon-error-text {
	color: #f00;
}