body {
	background-color:#015186;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404041;
	line-height: 13px;
	text-align: left;
}
a, 
a:active, 
a:visited {
	text-decoration: none;
	color: #015186;
}
a:hover {
	text-decoration: none;
	color: #2975bd;
}


table#master {
	margin-top: 20px;
}
table#master div.shadowTop {
	background-image: url(../images/shadow3.gif);
	float: right;
	height: 6px;
	width: 6px;
	margin-right: -6px;
	background-repeat: no-repeat;
}
table#master td.shadowRight {
	background-image: url(../images/shadow1.gif);
	background-repeat: repeat-y;
	background-position: right 15px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table#master td.shadowBottom {
	background-image: url(../images/shadow2.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
table.inside {
	background-color: #FFFFFF;
}
div#tableBack {
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #666666;
}
img.logohead {
	border:0;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	padding-bottom: 10px;
}
img.login {
	margin-top: 0px;
	float: right;
}
td#rightColumnGrey {
	background-color: #eaeaea;
	width:8px;
}
td#LeftColumn{
	background-color: #eaeaea;
	vertical-align: top;
	width:215px;
}
td#RightColumn {
	width:585px;
	vertical-align:top
}
td#RightColumnHome{
	background-color: #eaeaea;
	vertical-align: top;
	width:215px;
}
td#CenterColumnHome{
	vertical-align: top;
	width:370px;
}


/* -----------------------------------BEGIN TOP MENU -----------------------------------*/

.menu {
	width:800px;
	font-size:12px;
	position:relative;
	z-index:100;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:158px;
	position:relative;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	text-transform: uppercase;
}
.menu ul ul li {
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #969696;
	border-right-width: 1px;
	border-right-color: #969696;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #969696;
	margin-left:0px;
	text-transform: none;
	text-align: left;
	width:157px;
}
.menu li.leftline {
	margin-left:0px;
}

/* Resizes last drop down to fill column */

.menu ul.resizetoFill li{
	width:162px;	
}
*html .menu ul.resizetoFill li{
	width:161px;	
}
.menu li a.resizetoFill {
	width:164px;
}

*html .menu li a.resizetoFill {
	width:163px;	
}


/* style the links for the top level */
.menu a, 
.menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	background-image: url(../images/topmenu_backgr.jpg);
	background-repeat: repeat-x;
	background-color: #969696;
	padding-top: 8px;
	padding-bottom: 7px;
}
*html .menu a, 
*html .menu a:visited {
	height:14px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:29px;
	left:0px;
}
*html .menu ul ul {
	top:29px;
	left:0px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */

.menu ul ul a, 
.menu ul ul a:visited {
	font-size:12px;
	color:#636363;
	height:auto;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	background-image: none;
	padding-left: 8px;
	padding-right:5px;
}


/* style the top level hover */
.menu a:hover {
	color:#fff; 
	background:#015186;
}
.menu ul ul a:hover {
	color:#fff; 
	background:#616161;
}
.menu :hover > a {
	color:#fff; 
	background:#015186;
}
.menu ul ul :hover > a {
	color:#fff;
	background:#616161;
}

*html .menu a:hover {
	height:13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
*html .menu a:hover a,
*html .menu a:hover a:hover {
	height:14px;
	border-bottom: none;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* -----------------------------------END TOP MENU-----------------------------------------*/


/* ----------------------------------BEGIN LEFT NAV-----------------------------------------*/



div#LeftNav a {
	color: #666666;
	text-decoration: none;
	margin-left: 0px;
}
div#LeftNav a:hover, 
div#LeftNav a:visited, 
div#LeftNav a:active {
	text-decoration: none;
}
div#LeftNav {
	font-size: 11px;
	width:216px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
div#LeftNav ul {
	list-style: none; 
	margin: 0px; 
	padding-left: 0px; 
	list-style-type: none;
}
div#LeftNav ul li {
	padding: 0px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-transform: uppercase;
}
*html div#LeftNav ul li {
	margin: 0px;
	border:0;
}

div#LeftNav ul li ul li{
	border-bottom-width: 0px;
	border-top-width: 0px;
	margin: 0px;
	text-transform: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div#LeftNav ul li a{
	width:176px;
	display:block;
	font-weight:normal;
	color: #666666;
	background-image: url(../images/leftmenu_bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#LeftNav ul li ul li a{
	margin-left:11px;
	padding: 5px 20px 5px 18px;
	width:167px;
	display:block;
	font-weight:normal;
	color: #FFFFFF;
	background-color: #969696;
	background-image: none;
}

div#LeftNav ul li ul li ul li a{
	margin-left:11px;
	padding: 5px 20px 5px 18px;
	width:167px;
	display:block;
	font-weight:normal;
	color: #DDDBD1;
	background-color: #969696;
	background-image: none;
	text-indent: 19px;
}

div#LeftNav ul li ul li ul li a:hover, 
div#LeftNav ul li ul li ul li a.leftsub_subselected {
	background-image: none;
	color: #CCCCCC;
	background-color: #0099FF;
}
div#LeftNav ul li ul li ul li a.leftsub_subselected:visited,
div#LeftNav ul li ul li ul li a.leftsub_subselected:active {
	background-image: none;
	color: #CCCCCC;
	background-color: #0099FF;
}


div#LeftNav ul li ul li a:hover, 
div#LeftNav ul li ul li a.leftsubselected, 
div#LeftNav ul li ul li a.leftsubselected:visited, 
div#LeftNav ul li ul li a.leftsubselected:active {
	background-image: none;
	color: #FFFFFF;
	background-color: #2975BD;
}


div#LeftNav ul li a:hover, 
div#LeftNav ul li a.leftselected, 
div#LeftNav ul li a.leftselected:visited, 
div#LeftNav ul li a.leftselected:active{
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(../images/leftmenu_bckgrd_on.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #015186;
}
div#LeftNav ul li a.isselected{
 	color: #FFFFFF;
	text-decoration:none;
}

/* ------------------------END LEFT NAV-----------------------------------------*/

/* ------------------------BEGIN SOLUTIONS AND NEWS BOX STYLES-----------------------------------------*/

div#devices {
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
	padding: 1px;
	width: 199px;
	margin-top: 40px;
	margin-left: 6px;
	margin-bottom: 0px;
}

div#solutions {
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
	padding: 1px;
	width: 199px;
	margin-top: 20px;
	margin-left: 6px;
	vertical-align: top;
	margin-bottom: 10px;
}
div#solutions p{
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}
div#solutions img{
	vertical-align: top;
}
div#solutions ul{
	margin-left: 5px;
	padding-left: 25px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}
div#solutions ul li{
	list-style-image: url(../images/arrow_blue_on_wht.gif);
	margin-top: 5px;
	font-size: 13px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
*html div#solutions ul li{
	list-style-image: url(../images/arrow_blue_on_wht_ie.gif);
}

div#newsBoxHome {
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
	width: 199px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 25px;
	padding-left: 1px;
}
div#newsBoxHome p{
	margin-left: 17px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#newsBoxHome p.NewsHomeHead{
	font-size: 13px;
	color: #015186;

	padding: 0px;
	margin-top: 17px;
}
div#newsBoxHome p.NewsHomeDate{
	padding: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	margin-top: 3px;
}

div#newsBoxHome p.NewsHomePub{
	font-size: 9px;
	color: #969696;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	font-style: italic;
}





div#lounge {
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
	width: 199px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 1px;
}
div#lounge p{
	margin-left: 17px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#lounge p.loungeHead{
	font-size: 13px;
	color: #015186;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
}

div#lounge p.loungeHead img{
	margin-top: 20px;
}

div#lounge p.loungetext{
	padding: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	margin-top: 3px;

}




/* ------------------------END SOLUTIONS STYLES-----------------------------------------*/

/* -----------------------------------BEGIN STYLES FOR BODY AND TEXT------------------------------------*/
div#bodyTextHome {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 16px;
}
td#CenterColumnHome p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
td#CenterColumnHome p.homeTextHead {
	font-size: 14px;
	color: #015186;
	font-weight: bold;
	margin-top: 12px;
	line-height: 16px;
}
div#pageHeadLeft {
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #015186;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 12px;
}
div.bodytext p.page_header {
	color: #015186;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 20px;

}
div#pageHead img{
	padding-left: 1px;
	
}

div.bodytext ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 12px;
}
div.bodytext li {
	margin: 0px;
	padding: 0px;
}


div.bodytext {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
	margin-top: 25px;
}
div.bodytext p{
	margin-top: 13px;
	margin-bottom: 0px;
}
div.bodytext img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
div.bodytext img.nomargin {
	margin: 0px;
	padding: 0px;
}
div.bodytext p.body_header {
	color: #015186;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 0px;
}
div.bodytext p.body_header_partner {
	color: #015186;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	margin-top: 40px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div.bodytext p.body_header_lodge {
	color: #015186;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
div.bodytext p.body_pubtitle{
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 10px;
	color: #858585;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 10px;
}
div.bodytext p.body_subheader{
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
	color: #858585;
	margin-top: 20px;
	margin-bottom: 0px;
}
p.backtotop {
	font-size: 9px;
	text-transform: lowercase;
	text-align: right;
	margin-right:10px;
}
p.withbullets{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
div.bodytext ul {
	margin-top: 0px;
	margin-bottom: 15px;
}
sup.footnote_number {
	font-size: 10px;
	font-weight: bold;
	color: #876d34;
}
ul.bodybullets li {
	line-height: 12px;
	margin-bottom: 13px;
}
div.bodytext p.note {
	font-style: italic;
	line-height: 12px;
	font-size: 11px;
	margin-top: 33px;
}
div.bodytext div.screenshot {
	float: right;
	width:287px;
}
div.bodytext div.screenshot p{
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 9px;
}
div.bodytext div.screenshot img {
	padding: 5px;
	margin-bottom: 1px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
div.bodytext p.quoteText{
	line-height: 13px;
	margin-bottom: 0px;
	margin-right: 100px;
	margin-top: 10px;
}
div.bodytext p.quoteAuthor{
	color: #999999;
	line-height: 12px;
	margin-top: 6px;
	margin-bottom: 45px;
	margin-left: 250px;
	font-style: italic;
}

/* ------------------------BEGIN CALENDAR OF EVENTS STYLES-----------------------------------------*/
div.bodytext table.calendar {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
div.bodytext table.calendar td {
	vertical-align: top;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.bodytext table.calendar td.eventMonth {
	font-size: 14px;
	font-weight: bold;
	color: #015186;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015186;
}
div.bodytext table.calendar td.eventDate {
	font-size: 12px;
	color: #666666;
	
}
div.bodytext table.calendar td.eventName {
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	font-size: 12px;
}
div.bodytext table.calendar td.eventLocation {
	line-height: 12px;
}
div.bodytext p.calendarAnchorLinks {
}
div.bodytext p.calendarAnchorLinks a{
	margin-right: 7px;
	padding-right: 7px;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}
span.required {
  font-weight: bold;
  font-size: 20px;
  color: #FF0000;
}

/* ------------------------END CALENDAR OF EVENTS STYLES-----------------------------------------*/

/* ------------------------BEGIN JOBS STYLES-----------------------------------------*/
div.bodytext table.jobs {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
div.bodytext table.jobs td {
	vertical-align: top;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 3px;

}
div.bodytext table.jobs td.eventMonth {
	font-size: 14px;
	font-weight: bold;
	color: #015186;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 0px;

}
div.bodytext table.jobs td.eventDate {
	font-size: 12px;
	color: #666666;
	
}
div.bodytext table.jobs td.eventName {
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	font-size: 12px;
}
div.bodytext table.jobs td.eventLocation {
	line-height: 12px;
}
div.bodytext p.jobsAnchorLinks {
}
div.bodytext p.jobsAnchorLinks a{
	margin-right: 7px;
	padding-right: 7px;
	font-size: 9px;
	text-transform: uppercase;
}
span.required {
	color: #FF0000;
}

/* ------------------------END JOBS STYLES-----------------------------------------*/


/* -----------------------------------END STYLES FOR BODY AND TEXT------------------------------------*/

/* -----------------------------------BEGIN TABLE STYLES ------------------------------------*/



div.bodytext table.lodgeTable {
	border: none;
}
div.bodytext table.lodgeTable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.bodytext table.basicTable {
	border: none;
}
div.bodytext table.basicTable td{
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
div.bodytext table.formTable {
	border: none;
}
div.bodytext table.formTable th{
	border: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	line-height: 12px;
}
div.bodytext table.formTable td{
	border: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

/* -----------------------------------END TABLE STYLES------------------------------------*/


/* -----------------------------------BEGIN FOOTER-----------------------------------------*/

td.GreyLine {
	background-color: #979797;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
td.footer {
	padding: 0px;
	margin: 0px;
} 
td.footer ul{
	padding-top: 6px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
td.footer li {
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #015186;
	padding-right: 10px;
	line-height: 15px;
}

td.footer a, 
td.footer a:visited, 
td.footer a active {
	color: #015186;
	text-decoration: none;} 
td.footer a:hover {
	color: #2975BD;
	text-decoration: none;
}
td.disclaimertext p{
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-top: 15px;
	font-size: 9px;
	line-height: 10px;
}
/* -----------------------------------END FOOTER-----------------------------------------*/

/* -----------------------------------BEGIN MISC STYLES-----------------------------------------*/

div.partnersBlock {
	padding-top:10px;
	clear:both;
	height:70px;
	margin-top:5px;
}
div.partnersBlock p{
	margin-left: 140px;
}
div.partnersBlock img {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	border: none;
}
img.enlargeImg {
	margin-top: 10px;
}
div.bodytext p.readmore {
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
div.bodytext p.readmore a,
div.bodytext p.readmore a:visited,
div.bodytext p.readmore a:active {
	color: #FFFFFF;
	background-image: url(../images/button_bkgrd.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 18px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	background-color: #969696;
}
div.bodytext p.readmore a:hover {
	color: #015186;
	background-image: url(../images/button_bkgrd_on.jpg);
	background-repeat: no-repeat;
}
div.bodytext_superscript {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 25px;
	font-size: 6px;
	font-variant: small-caps;
	top: 0px;
	letter-spacing: 5em;
}

h1.page_header {
	color: #015186;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 20px;
}

h2.body_header {
	color: #015186;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 0px;
}

p.readmore {
}

p.readmore a,
p.readmore a:visited,
p.readmore a:active{
	color: #FFFFFF;
	background-image: url(images/button_bkgrd.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 18px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	background-color: #969696;
}

p.readmore a:hover {
	color: #015186;
	background-image: url(images/button_bkgrd_on.jpg);
	background-repeat: no-repeat;
}

#apDiv1 {
	position:absolute;
	left:177px;
	top:48px;
	width:165px;
	height:59px;
	z-index:0;
	visibility: visible;
}
.style1 {font-size: 13px}


