/* ##################    Catchall Styles     ################## */
*
{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
}
/* ##################    Page Styles     ################## */
body
{
	margin:0;
	padding:0;
	border-top:solid 4px #febe10;
	background:#000000 url('/app_media/images/backgroundwave.jpg') repeat-x 0 100px;
}
p
{
	margin-top:0;
}
p.last
{
	margin-bottom:0;
}
/* ##################    Heading Styles     ################## */
h1,h2,h3
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:normal;
}
h1
{
	font-size:24px;
}
h2
{
	font-size:20px;
}
h3
{
	font-size:14px;
	color:#FFCC00;
	font-variant:small-caps;
	padding-bottom:10px;
}

.reversedtext
{
	color:#ffffff;	
}

.header
{
	padding:5px 0px 5px 0px;
}
/* ##################    Link Styles     ################## */
a
{
	color:inherit;
	text-decoration:underline;
}
a:hover,li a:hover
{
	color:inherit;
	text-decoration:underline;
}
.table410gray a *,.table490gray a *,.table650gray *
{
	color:#ffffff;
}
/* ##################    Form Styles     ################## */
.textfield,select,textarea
{
	background-color:#ececec;
	border:solid 1px #cccccc;
	font-weight:bold;
	margin:0;
	width:150px;
	line-height:normal;
}
.checkbox
{
	width:auto;
	background-color:transparent;
	border:none;
}
.formrow
{
	margin:5px 0;
}
.formlabel
{
	float:left;
	width:100px;
}
.formfield
{
	float:left;
	width:200px;
}
.formvalidationrow
{	
}
.formvalidationsummary
{
	background:#ececec url('/app_media/images/iconwarning.gif') no-repeat 7px 3px !important;
	padding:10px 10px 5px 44px;
	margin:10px 0;
}
/* ##################    Generic Object Styles     ################## */
a img
{
	border:0;
}
hr
{
	border:0;
	height:1px;
	color:#dadada;
	background-color:#dadada;
}
hr.gray
{
	border:0;
	height:1px;
	color:#6e6e6e;
	background-color:#6e6e6e;
}
.table650white hr.gray
{
	border:0;
	height:1px;
	color:#e0e0e0;
	background-color:#e0e0e0;
}
.linetop
{
	border-top:1px solid #f5b310;
}
.lineright
{
	border-right:1px solid #f5b310;
}
.linebottom
{
	border-bottom:1px solid #f5b310;
}
.lineleft
{
	border-left:1px solid #f5b310;
}
.linegraytop
{
	border-top:1px solid #6e6e6e;
}
.linegrayright
{
	border-right:1px solid #6e6e6e;
}
.linegraybottom
{
	border-bottom:1px solid #6e6e6e;
}
.linegrayleft
{
	border-left:1px solid #6e6e6e;
}
.outline
{
	border:1px solid #000000;
}
.clear
{
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
.ucase
{
	text-transform:uppercase;
}
.sitemappath *
{
	font-size:11px;
	color:#919191;
}
/* ##################    Lists     ################## */
ul
{
	margin:10px 0 10px 20px;
	list-style-type:none;
	padding:0;
}
ul li
{
	background:url('/app_media/images/bullettype1.gif') 0 5px no-repeat;
	margin:5px 0 0 0;
	padding:0 0 0 12px;
}
/* ##################    Positioning     ################## */
.floatleft
{
	float:left;	
}
.floatright
{
	float:right;	
}
.pad5
{
	padding:5px;
}
.pad10
{
	padding:10px;
}
.pad20
{
	padding:20px;
}
.padtop
{
	padding-top:20px;
}
.padbottom
{
	padding-bottom:20px;
}
/* ##################    Specific Object Styles     ################## */

.pagewrapper
{
	width:980px;
	margin:0px auto;
	padding:0 20px;
}
.headerwrapper
{
	padding-bottom:40px;
}

/*--------------- mainnav ---------------*/

.mainnavlogo
{
	float:left;
	margin-top:20px;
	width:194px;
}
.mainnav
{
	float:left;
	margin-top:30px;
	width:450px;
}
.mainnavitem
{
	float:left;
	margin-left:20px;
}

/*--------------- auxnav ---------------*/

.auxnav
{
	float:right;
	width:245px;
}
.auxnavitem
{
	float:left;
}

/*--------------- subnav ---------------*/

.subnav
{
	padding-top:12px;
}
.subnav *
{
	font-size:9px;
	height:9px;
	line-height:9px;
}
.subnavitem
{
	display:inline;
	border-right:solid 1px #febe10;
	padding:0 12px 0 9px;
}
.subnavselected
{
	background:url('/app_media/images/subnavarrow.gif') no-repeat -1px -1px;
	margin-left:7px;
}
.subnavitemlast
{
	border-right:0 !important;
	padding-right:0 !important;
}
.subnavsubline
{
	padding-top:12px;
}

/*--------------- sidebar ---------------*/

.sidebar
{
	
}
.sidebartitle
{
	
}
.sidebartagline
{
	margin-top:50px;
}



/*--------------- content ---------------*/
.contentwrapper
{
	padding-bottom:20px;
	clear: both; 
	overflow: hidden;
}
.contentfull
{
}
.contentcolleft
{
	float:left;
	width:290px;
	margin-right:20px;
	text-align:right;
}
.contentcolright
{
	float:left;
	width:650px;
	padding-left:20px;
	background:url('/app_media/images/orangedot.gif') repeat-y;
}



/*--------------- footer ---------------*/
.footer
{
	border-top:solid 1px #4a4a4a;	
}
.footer *
{
	color:#ffffff;
	font-size:11px;
	line-height:normal;
}
.footerlinks
{
	padding-top:20px;
	margin-bottom:10px;
	color:#4a4a4a;
}
.footerlinks a,.footerlinks a:hover
{
	color:#ffffff;
	text-decoration:none;
	margin:0 5px;	
}
.footercontact
{
	float:left;
	padding-right:30px;
	width:400px;
}
.footeraddress,.footerphone
{
	float:left;
	padding-right:30px;
}
.footerlogo
{
	float:right;	
}
.footerother
{
	height:60px;
}



.downloadwrapper
{
	padding:5px 10px;
}
.downloadinstructions,.downloaditem
{
	border-bottom:solid 1px #648197;
	padding-bottom:10px;
	margin-bottom:10px;
}
.downloaditem
{
	background:url('/app_media/images/downloadicon.gif') no-repeat;
	padding-left:25px;
}
.downloaditem a,.downloaditem a:hover,.downloaditem a strong
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	line-height:normal;
}
.subtitle
{
	padding-bottom:10px;	
}
.boldgold
{
	font-size:14px;
	color:#FFCC00;
	text-transform:uppercase;
}
.tablecontentpad{padding:10px 15px;}
.table410white,.table490white,.table650white{background-color:#ffffff;}
.table410gray,.table490gray,.table650gray{background-color:#555555;}
/*--------------- white ---------------*/
.table410white,.table410whitetop,.table410whitebottom{width:410px;}
.table490white,.table490whitetop,.table490whitebottom{width:490px;}
.table650white,.table650whitetop,.table650whitebottom{width:650px;}
.table410whitetop{background:url('/app_media/images/table410topwhite.gif') no-repeat 0 top;height:5px;font-size:1px;}
.table490whitetop{background:url('/app_media/images/table490topwhite.gif') no-repeat 0 top;height:5px;font-size:1px;}
.table650whitetop{background:url('/app_media/images/table650topwhite.gif') no-repeat 0 top;height:5px;font-size:1px;}
.table410whitebottom{background:url('/app_media/images/table410bottomwhite.gif') no-repeat 0 bottom;height:5px;font-size:1px;}
.table490whitebottom{background:url('/app_media/images/table490bottomwhite.gif') no-repeat 0 bottom;height:5px;font-size:1px;}
.table650whitebottom{background:url('/app_media/images/table650bottomwhite.gif') no-repeat 0 bottom;height:5px;font-size:1px;}
/*--------------- gray ---------------*/
.table410gray,.table410graytop,.table410graybottom{width:410px;color:White;}
.table490gray,.table490graytop,.table490graybottom{width:490px;color:White;}
.table650gray,.table650graytop,.table650graybottom{width:650px;color:White;}
.table410graytop{background:url('/app_media/images/table410topgray.gif') no-repeat 0 top;height:5px;font-size:1px;}
.table490graytop{background:url('/app_media/images/table490topgray.gif') no-repeat 0 top;height:5px;font-size:1px;}
.table650graytop{background:url('/app_media/images/table650topgray.gif') no-repeat 0 top;height:5px;font-size:1px;}
.table650graytopshadow{background:url('/app_media/images/table650topgrayshadow.gif') no-repeat 0 top;height:10px;}
.table410graybottom{background:url('/app_media/images/table410bottomgray.gif') no-repeat 0 bottom;height:5px;font-size:1px;}
.table490graybottom{background:url('/app_media/images/table490bottomgray.gif') no-repeat 0 bottom;height:5px;font-size:1px;}
.table650graybottom{background:url('/app_media/images/table650bottomgray.gif') no-repeat 0 bottom;height:5px;font-size:1px;}
/*--------------- green fade ---------------*/
.tablegrntop{background:url('/app_media/images/tablegrntop.gif') no-repeat 0 top;height:5px;width:150px;font-size:1px;}
.tablegrn{background:url('/app_media/images/bggreenfade.gif') repeat-x 0 top;height:600px;width:150px;}
/*--------------- tabs ---------------*/
.table160graytop{background:url('/app_media/images/table160topgray.gif') no-repeat 0 top;height:5px ;width:161px;font-size:1px;}
.table160whitetop{background:url('/app_media/images/table160topwhite.gif') no-repeat 0 top;height:5px; width:161px;font-size:1px;}
.table160white{width:160px;background-color:White; height:20px;}
.table160gray{width:160px;background-color:#555555;height:20px;}

.tablecols { padding: 15px 0 0 0; overflow: hidden; }
.content {   width:980px; }
.home-three-cols, .apps-cols { overflow: hidden; list-style: none !important; list-style-type: none !important; margin:0; padding:0; float: left;  }
.home-three-cols li { width:174px; padding: 0 25px 0 0; float: left; }
.apps-cols li { float: left; width:197px; background: none; padding: 0 29px 0 0; }
.apps-cols li.last {padding:0; float: right;} 
.apps-cols li a, .apps-cols li { font-size:14px; color:#febc2a; font-weight:bold; }
.home-three-cols li img, .home-sidebar img, .apps-cols img { padding-bottom: 18px; display: block;  }
.home-three-cols p, .home-sidebar p { color:#fff; line-height:18px;  }
.home-three-cols a, .home-sidebar a { color:#febc2a; text-decoration: underline;  }

.home-sidebar { width:368px; float: right;}
br.clear { clear: both; }
.bluetext { font-weight:bold; color:#1416a7; padding-top:15px; border-top:1px solid #febe10; font-size:14px; }

