/*
*********************************************************************

Media Type: screen

Description: Screen stylesheet.

Author:

Document Sections:
Imports
Global
Page Structure
Navigation
Modules - Global
module - recently-visited
module - online-services
module - links
module - recent-downloads
module - next-steps
module - signposts
module - contentsignposts
module - header-img
module - login
module - page-tools
module - sitemap

Clear Fixes

Notes: 

Change Log:

10/07/09 - Created - IP

*********************************************************************
*/

/* Imports
----------------------------------------------- */
@import url("site/reset.css");
@import url("site/content.css");
@import url("site/form.css");
@import url("jqueryui/ui.datepicker.css");
@import url("jqueryui/ui.tabs.css");
@import url("jqueryui/ui.theme.css");


/* modules */

/* implementation css for developers */
@import url("implementation/implementation_screen.css");

/* Global
----------------------------------------------- */
body
{
  background:#ffffff url(/ui/site/images/backgrounds/site-bg.gif) repeat-x left top;
  font-family:arial,helvetica;
	color:#7c7c7c;
}

a.excel
{
	background:url(site/images/icons/excel16x16.gif) no-repeat 0 .1em;
	padding:.15em 0 .2em 0;
	padding-left:2em !important;
}

a.pdf
{
	background:url(site/images/icons/pdf16x16.gif) no-repeat 0 .1em;
	padding:.15em 0 .2em 0;
	padding-left:2em !important;
}

a.web
{
	background:url(site/images/icons/web16x16.gif) no-repeat 0 .1em;
	padding:.15em 0 .2em 0;
	padding-left:2em !important;
}

a.word
{
	background:url(site/images/icons/word16x16.gif) no-repeat 0 .1em;
	padding:.15em 0 .2em 0;
	padding-left:2em !important;
}

#skip-links
{
  position:absolute;
  top:0em;
  left:0em;
  display:block;
  width:98em;
}

#skip-links a
{
  position:absolute;
  top:-99em;
  padding:.5em;
}

#skip-links a:active
,#skip-links a:focus 
{
	top:0em;
	z-index:99;
}

/* Page Structure 
----------------------------------------------- */
#site
{
  margin:auto;
  width:98em;
}

#header
{
  padding:1em 2em;
  background:#fff;
  margin-bottom:.5em;
  position:relative;
}

#header #logo
{
  float:left;
}

#header #logo img
{
  padding:4em 0 0 0;
  width:47.6em;
}

#content-wrapper
{
  padding:2em 2em 1em 2em;
  background:#fff;
}

#content
,#sidebar
{
  float:left;
}

#content
{
  width:61.8em;
}

#content .wysiwyg
{
  margin-bottom:1em;
}

.module-list
{
  clear:both;
}


.module-list li
{
  display:inline-block;
  vertical-align:top;
  width:30.2em;
}

.module-list li.first
{
  margin-right:1em;
}

.module-list .mod li
{
  width:auto;
  display:block;
}

#sidebar
{
  width:30em;
  margin-left:2em;
}

#footer
{
  background:#e8e8e8 url(/ui/site/images/backgrounds/footer-bg.gif) no-repeat right top;
  padding:5em 2em 1em 1em;
}

#footer li
{
  float:left;
  font-size:1.1em;
  padding:0 0 0 1em;
}

#footer a
{
  font-weight:normal;
  padding:0 1em 0 0;
}

p
{
  font-size:1.2em;
  line-height:1.2em;
  margin-bottom:1em;
}

.profile #content .wysiwyg
{
  clear:both;
}

/* Naviagiton
------------------------------------------------ */
#primary-nav
{
  border:solid .1em #fff;
  background:url(/ui/site/images/backgrounds/primary-nav-bg.gif) repeat-x center left;
  margin-bottom:.5em;
}


#primary-nav li
{
  float:left;
  border-right:solid .1em #fff;
  width:15em;
  text-align:center;
}

#primary-nav .selected
{ 
  background:url(/ui/site/images/backgrounds/primary-nav-bg-selected.gif) repeat-x center left !important;
}

#primary-nav li a:link
,#primary-nav li a:visited
,#primary-nav li a:active
{
  font-size:1.4em;
  font-weight:normal;
  display:block;
  padding:.5em 1em;
  color:#000;
  text-decoration:none;
}

#primary-nav li a:hover
{
  font-weight:normal;
  background:url(/ui/site/images/backgrounds/primary-nav-bg-over.gif) repeat-x center left;
}


#secondarynav
{
  border:none;
  border-bottom:.1em dotted #cccccc;
  border-radius:0px 0px 0px 0px; 
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-top-left-radius:0px 0px; 
	-webkit-border-top-right-radius:0px 0px; 
	-webkit-border-bottom-right-radius:0px 0px; 
	-webkit-border-bottom-left-radius:0px 0px;
	background:none;
	margin-bottom:2em;
}

#secondarynav .mb
{
  padding:0;
}

#secondarynav .mh
{
  position:absolute;
  top:-99em;
  left:-99em;
}

#secondarynav li
{
  list-style:none;
  border-top:.1em dotted #cccccc;
  padding:.3em 0;
}

#secondarynav li a
{
  padding-left:1.5em;
  background:url(/ui/site/images/icons/arrow-right-black.gif) no-repeat center left;
}

#secondarynav li .has-sub-nav
{
  padding-left:1.5em;
  padding-bottom:0em;
  background:url(/ui/site/images/icons/arrow-down-orange.gif) no-repeat center left;
  display:block;
}


#secondarynav .selected
{
  padding-left:1.5em;
  background:url(/ui/site/images/icons/arrow-right-orange.gif) no-repeat center left;
}


#secondarynav a:link
,#secondarynav a:visited
,#secondarynav a:active
{
  font-weight:bold;
  color:#000;
  /*text-decoration:none;*/
}

#secondarynav a:hover
{
  text-decoration:underline;
}

#secondarynav .selected
{
  font-weight:bold;
  color:#fa6700;
  text-decoration:none;
}

#secondarynav li ul
{
  padding-left:3em;
  padding-top:.6em;
}

.breadcrumb
{
  clear:both;
  background:#e8e8e8 url(/ui/site/images/modules/white-1x2.gif) repeat-x top left;
  border-top:.1em dotted #84888b;
  /*width:61.8em;*/
  margin-bottom:1em;  
}

.breadcrumb ul
{
	font-size:1.1em;
	margin: 0;
	padding:0;
	height: 1.9em;
	display: block;
	background:transparent url(/ui/site/images/modules/white-1x2.gif) repeat-x bottom left;
	border-bottom:.1em dotted #84888b;  
}

.breadcrumb a:link
{
	color:#000000;
	font-weight:bold;
	/*text-decoration:none;*/
}

.breadcrumb a:visited
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.breadcrumb a:hover
{
	color:#000000;
	text-decoration:underline;
}

.breadcrumb a:active
{
	color:#000000;
}

.breadcrumb li
{
	color:#fa6700;
	display: block;
	float: left;
	position: relative;
	line-height: 1.9em;
	padding:0 1em 0 1.5em;
	font-size: 1em;
	font-weight:bold;
	background: url(/ui/site/images/modules/chevron.gif) no-repeat left center;
}

.breadcrumb li a
{
	display: block;
	position: relative;
	line-height: 1.9em;
	overflow: hidden;
	float: left;
}

.breadcrumb li.home
{
	padding-left:0;
	background:none;
}

.breadcrumb li.home a
{
	padding-left:2em;
}


/* Modules - Global
----------------------------------------------- */	
.mod
{
  background:#fff url(/ui/site/images/modules/bg.gif) repeat-x top left;
  border:solid .1em #ccc;
  border-radius:.7em .7em .7em .7em; 
	-moz-border-radius:.7em .7em .7em .7em;
	-webkit-border-top-left-radius:.7em .7em; 
	-webkit-border-top-right-radius:.7em .7em; 
	-webkit-border-bottom-right-radius:.7em .7em; 
	-webkit-border-bottom-left-radius:.7em .7em;
	margin-bottom:1em;
}

.mh
{
  padding:1em 2em 0 2em;
}

.mb
{
  padding:0 2em 2em 2em;
}

.mf
{
  padding:0 2em 1em 2em;
}

.mod p
,.mod li
,.mod label
{
  font-size:1.2em;
  line-height:1.2em;
}

.mod li li
{
  font-size:1em;
}

.mh h2
{
  font-size:1.6em;
  color:#fa6700;
  padding:.4em 0 1em 0;
  font-weight:bold;
}

.mod .list li
{
  border-bottom:dotted 1px #cccccc;
  padding:.24em 0 .2em 0;
}

.mod .secure
{
  background-color:#efefef !important;
  position:relative;
  display:block;
  padding:.2em 0;
  height:1%; /* fix for IE6 */
}

.mod .secure img
{
  position:absolute;
  top:.25em;
  right:.25em;
  width:1.05em;
}


/* module - recently-visited
----------------------------------------------- */	
#recently-visited
{
  /*width:30em;*/
}

#recently-visited .mh
{
  background:url(/ui/site/images/icons/icon-links.gif) no-repeat 2em 1em;
  padding-left:5.5em;
}


/* module - online-services
----------------------------------------------- */	
#online-services
{
  /*width:30em;*/
}

#online-services .mh
{
  background:url(/ui/site/images/icons/icon-online-services.gif) no-repeat 2em 1em;
  padding-left:5.5em;
}


/* module - links
----------------------------------------------- */	
#links
{
  /*width:30em;*/
}

#links .mh
{
  background:url(/ui/site/images/icons/icon-links.gif) no-repeat 2em 1em;
  padding-left:5.5em;
}


/* module - recent-downloads
----------------------------------------------- */	
#recent-downloads
{
  /*width:30em;*/
}

#recent-downloads .mh
{
  background:url(/ui/site/images/icons/icon-recent-downloads.gif) no-repeat 2em 1em;
  padding-left:5.5em;
}

/* module - downloads
----------------------------------------------- */	
#downloads
{
  /*width:30em;*/
}

#downloads .mh
{
  background:url(/ui/site/images/icons/icon-download.gif) no-repeat 2em 1em;
  padding-left:5.5em;
}


/* module - contacts
----------------------------------------------- */	

#contacts .mh
{
  background:url(/ui/site/images/icons/icon-contacts.gif) no-repeat 2em 1em;
  padding-left:5.5em;
}

#contacts p
{
  margin-bottom:0;
}


#contacts .mb li
{
  border-bottom:dotted .1em #84888b;
  padding:.5em 0 1.2em 0;
}

#contacts .mb li h3
{
  font-size:1.2em;
  font-weight:bold;
  padding-bottom:.5em;
}

#contacts .mb h3
{
  font-size:1.4em;
  font-weight:bold;
  padding-bottom:.5em;
}

#contacts .mb dl
{
  padding-bottom:.5em;
}


#contacts .mb dt
{
  clear:both;
  width:6em;
}

#contacts .mb dt
,#contacts .mb dd
{
  float:left;
  padding:.2em 0;
}

#contacts .mb dd
{
  width:15.4em;
}

#contacts .mb .tel .type
{
  position:absolute;
  top:-99em;
  left:-99em;
}

#contacts .mb li a
{
  padding-left:6em;
}

#contacts .mb dl a
{
  padding-left:0;
}

#contacts .mb p
{
  padding:.5em 0 0 0;
}

/* module - next-steps 
----------------------------------------------- */	

#next-steps
{
  width:29.8em;
}

#next-steps .form
{
  /*width:26em;*/
  padding-bottom:1em;
}

#next-steps h2
{
  padding-top:1em;
  font-size:1.6em;
  color:#fa6700;
  padding:.4em 0 1em 0;
  font-weight:bold;
}

#next-steps .mb .form
{
  display:none;
}


#next-steps .mb h2
{
  border:none; /* overrides jQuery ui */
  border-top:dotted 1px #999;
  padding-left:2.5em;
  padding-top:1.1em;
  position:relative;
}

#next-steps .mb .ui-accordion-header 
{
 cursor:pointer;
}

#next-steps .mb .ui-accordion-header a
{
  color:#fa6700;
  text-decoration:none;
}

#next-steps .mb div.ui-accordion-content
{
  border:none;
  display:block;
}


#next-steps p
{
  margin-bottom:1em;
}

#next-steps .formbuttons
{
  margin-bottom:0;
}


#next-steps .form fieldset
{
  width:98%
}

#next-steps .form fieldset fieldset
{
  width:auto;
}

#next-steps .form input.date
{
  width:30%;
}

#next-steps .mb .info strong
{
  font-size:1em;
  font-weight:bold;
  padding-top:0;
  display:block;
  color:#333;
}


#next-steps .ns-call
{
  background:url(/ui/site/images/icons/icon-call-us.gif) no-repeat left .7em;
}

#next-steps .mb strong
{
  font-size:2em;
  font-weight:bold;
  padding-top:.4em;
  display:block;
  color:#5f5f5f;
}

#next-steps .ns-email
{
  background:url(/ui/site/images/icons/icon-email-us.gif) no-repeat left .7em;
}

#next-steps .ns-appointment
{
  background:url(/ui/site/images/icons/icon-contacts.gif) no-repeat left .7em;
}

#next-steps .ns-download
{
  background:url(/ui/site/images/icons/icon-download.gif) no-repeat left .7em;
}

#ui-datepicker-div .ui-icon
{
  overflow:hidden;
  text-indent:-99999px;
}

#next-steps .ui-icon-plus
,#next-steps .ui-icon-minus
{
  position:absolute;
  top:.8em;
  right:0;
  display:block;
  width:1.75em;
  height:1.9em;
  background:url(/ui/site/images/buttons/open.gif) no-repeat center center;
}

#next-steps .ui-icon-minus
{
  background:url(/ui/site/images/buttons/close.gif) no-repeat center center;
}

/*module - signposts
----------------------------------------------- */	
#signposts
{
  clear:both;
  background:none;
}


#signposts
,#signposts .mb
{
  border:0;
  padding:0;
  margin-bottom:0;
  /*width:30.2em;*/
}

#signposts .mh
{
  position:absolute;
  top:-999em;
  left:-999em;
}

#signposts .mb li
{
  border:solid 1px #ccc;
  border-radius:.7em .7em .7em .7em; 
	-moz-border-radius:.7em .7em .7em .7em;
	-webkit-border-top-left-radius:.7em .7em; 
	-webkit-border-top-right-radius:.7em .7em; 
	-webkit-border-bottom-right-radius:.7em .7em; 
	-webkit-border-bottom-left-radius:.7em .7em;
	background:#fff url(/ui/site/images/backgrounds/sp-bg.gif) repeat-x bottom left;
	margin-bottom:1em;
	font-size:1em;
}

#signposts .mb li img
{
  width:29.8em;
}
/* Below rule overwrites above rule for social icons panel only*/
#signposts .mb ul.social_icons li img 
{
  width:62px;
}
/* Below rule overwrites above rule for social icons panel only*/
#signposts .mb ul.social_icons li
{
  margin-top: 25px;
  border:0px;
  border-radius:0px 0px;
  -moz-border-radius:0px 0px;
  -webkit-border-top-left-radius:0px 0px;
  -webkit-border-top-right-radius:0px 0px;
  -webkit-border-bottom-right-radius:0px 0px;
  -webkit-border-bottom-left-radius:0px 0px;
  background:#f87c42 none;
  margin-bottom:0px;
  font-size:1em;
}

ul.social_icons
{
    margin-left: 20px;
}

ul.social_icons li
{
    list-style-type:none;
    float:left;
    margin-left: 40px;
}

ul.social_icons li p
{
    text-align:center;
    padding-top: 5px;
}

#signposts .mb li a
{
  font-size:1.2em;
  display:block;
  padding:.3em 1em .8em 1em;
  color:#fff;
}

/* Below rule overwrites above rule for social icons panel only*/
#signposts .mb ul.social_icons li a
{
  display:inline;
  padding: 0px 0px 0px 0px;
  color:#000;
  font-size: 1.1em;
  font-weight: bold;
}


/* module - contentsignposts
----------------------------------------------- */	

#contentsignposts
{
	/*width:62em;*/
	border:0;
	background:none;
}

#contentsignposts .secure
{
	padding:0;
}

#contentsignposts .secure img
{
	position:static;
}


#contentsignposts .secure h3 img
{
	position:absolute;
  top:1em;
  right:.25em;
  border:none;
}

.list #contentsignposts .mh
{
  position:absolute;
  top:-999em;
  left:-999em;
}

#contentsignposts .mh h2
{
  padding-bottom:.55em;
}

#contentsignposts .mb
{
  padding:0 0 .2em 0;
  border-bottom:dotted .1em #84888b;
}

#contentsignposts .mb ul
{
  clear:both;
}


#contentsignposts .mb ul li
{  
  display:inline-block;
  vertical-align:top;
  
  width:30.7em;
  
  font-size:1em;
  padding-bottom:1.1em;
  padding-top:1.3em;
  background:#ffffff url(site/images/modules/border.gif) repeat-x top left;
  margin-bottom:.1em;
}

/*
#contentsignposts .mb ul li
{
  font-size:1em;
  float:left;
  width:30.85em;
  padding-bottom:1.1em;
  padding-top:1.3em;
  background:#ffffff url(/ui/site/images/modules/border.gif) repeat-x top left;
  margin-bottom:.1em;
}*/

#contentsignposts .mb h3
{
  font-size:1.2em;
  font-weight:bold;
  padding-top:.1em;
}

#contentsignposts .mb h3 span
{
  display:block;
  font-weight:normal;
  padding:.3em 0 0 0;
}

#contentsignposts .mb h3
,#contentsignposts .mb p
{
  width:13em;
  margin-left:11em;
  margin-bottom:0;
}

#contentsignposts .mb p
{
  padding:.3em 0 0 0;
}

#contentsignposts .mb a img
{
  float:left;
  margin-left:2em;
  border:solid .1em #84888b;
  padding:.1em;
  width:9.5em;
  height:8em;
}

#contentsignposts .mb dl
{
  border-top:dotted .1em #84888b;
  padding:1em 2em .7em 2em;
}

#contentsignposts .mb dl dd
,#contentsignposts .mb dl dt
{
  display:inline-block;
  padding-right:2em;
}

#contentsignposts .mb dl dd
{
  color:#fa6700;
  font-weight:bold;
}

/* module - comments
----------------------------------------------- */	
#comments
{
	/*width:62em;*/
	border:0;
	background:none;
}

#comments .mf
{
	padding:0;
}

#comments li h3
,#comments li cite
{
	font-weight:bold;
}

#comments .form fieldset
{
	width:100%;
}

#comments .form fieldset label
{
	float:left;
	width:6em;
	padding-right:.5em;
}

#comments .form fieldset textarea
{
	width:25em;
}

#comments .form fieldset input
{
	width:25em;
}

#comments .form fieldset.checkbox label
{
	padding-right:0;
	width:26em;
	float:left;
}

#comments .form fieldset.checkbox input
{
	width:1em;
	float:left;
	margin:0 1em 0 0;
}

#comments .form .formbuttons
{
	margin-bottom:0;
	margin-top:.5em;
}

/* module - header-media
----------------------------------------------- */
#header-media
{
	margin-bottom:1em;
}

#header-media img
{
	width:61.8em;
}

#header-media img.alternate
{
	width:25em;
	float:right;
	margin:0 0 0 1em;
}

.home #header-media object
,.home #header-media embed
{
	width:61.8em;
	height:32.4em;
}

/* module - login
----------------------------------------------- */
.login
{
  width:30em;
  min-height:17.4em;
  float:right;
  margin-bottom:0;
}
.login div
{
  position:relative;
}

.login label
{
  padding:.4em 0 .5em 0;
  display:block;
  width:6em;
  color:#666;
}


.login input
{
  position:absolute;
  left:4.5em;
  top:0;
  width:13.8em;
  font-family:Arial;
  font-size:1.4em;
  line-height:1.2em;
}

.login .checkbox input
{
  position:static;
  width:auto;
  margin-left:4.5em;
}

.login .checkbox label
{
  display:inline;
  padding:0;
}

.login .formbuttons input
{
  position:static;
  width:auto;
  float:right;
}

.login p.formbuttons
{
  margin-top:1em;
  padding-bottom:0;
}

.login p
{
  margin-top:1.5em;
}

.login .mb
{
  padding-bottom:0;
}

.login input:focus
{
	border:.2em solid #aaaaaa;
}

.login .alert 
{
  margin-bottom:1em;
  padding:.5em;
  background:#E8D5CF none repeat scroll 0 0;
  border:solid .1em #FF0000;
  color:#E03A3E;
}

.login .alert p
{
  margin:0;
  padding-bottom:0;
}


.forgotten-response p
,.locked p
,.your-account p
{
  margin-top:0em;
}


.your-account h3
{
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:1em;
}

.your-account p
{
  margin-bottom:.5em;
  padding-bottom:0;
}

.your-account p.secure
{
  width:13em;
  float:left;
  margin-top:1em;
}

.your-account a img
{
  margin-top:.7em;
  float:right
}

/* module - page-tools
----------------------------------------------- */	
#page-tools
{
  border-top:1px dotted #84888b; 
  border-bottom:1px dotted #84888b;  
	padding:1em 0 1em 0;
	margin-bottom:1em;
}

#page-tools li
{
  float:left;
  margin-left:2em;
}

#page-tools li.print
{
  margin-bottom:-.5em;
  cursor:pointer;
}

#page-tools li.share
{
  padding-top:.5em;
}

/* module howtnt
----------------------------------------------- */
#howtnt
{
  width:61.6em;
}

#howtnt .mb div
{
  float:left;
  width:27em;
}

#howtnt .mb .form
{
  margin-left:1.5em;
  padding-left:1.5em;
  border-left:dotted .1em #ccc;
}

#howtnt p
{
  margin-bottom:1em;
}

#howtnt h3
{
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:1em;
}

#howtnt .mb .form div
{
  border:none;
  padding:0em;
  float:none;
  width:auto;
  margin-bottom:.5em;
}

#howtnt .form label
{
  padding-bottom:.2em;
}

#howtnt .mb div div select
{
  width:100%;
}

#howtnt .formbuttons
{
  margin-top:1em;
  margin-bottom:0em;
}

/* module sitemap
----------------------------------------------- */
#sitemap
,#sitemap .ui-widget-header
,#sitemap .ui-widget-content
{
	border:0;
	background:0;
}


#sitemap h2
{
  padding-bottom:.3em;
}

#sitemap ul
{
  padding-bottom:1.5em;
}

#sitemap div
{
  padding-top:1em;
  border-top:dotted 1px #AAAAAA;
}

#sitemap div.ui-tabs-panel
{
  border-top:dotted 1px #AAAAAA !important;
  clear:both;
}

#sitemap div ul
{
  border:0;
  padding-bottom:2em;
}

#sitemap ul.ui-tabs-nav
{
  padding-bottom:0;
  margin-bottom:0;
  border:0;
}

#sitemap ul li
{
  display:inline;
  font-size:1.2em;
  padding-right:1em;
}

#sitemap ul li li
{
  font-size:1em;
  padding-right:0em;
}

#sitemap div ul
{
	margin:0 0 0 1.5em;
}

#sitemap div ul ul
{
	list-style:outside;
	margin-left:.5em;
	padding:0;
	border:0;
}

#sitemap div ul li
{
	margin-top:.5em;
	list-style-type:disc;
	display:list-item;
	
}

#sitemap div ul li li
{
	font-size:1em;
	list-style-type:none;
	background:url(site/images/backgrounds/dash.gif) no-repeat left .5em;
	padding-left:.7em;
	font-weight:normal;
}

/* Clear Fixes
----------------------------------------------- */
#header:after
,#content-wrapper:after
,#footer:after
,#primary-nav:after
,#contacts .mb dl:after
,#page-tools:after
,#filter:after
,.mb:after
,#header-media:after
{
  clear:both;
  content:".";
  display:block;
  height:0pt;
  visibility:hidden;
}