/* normalize styling */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

dd, dt { margin:0; }
	
ul { list-style: none; }
 
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:  0;
	padding: 0;
	text-align: left; }


/*------------------------------------------------------------
 typography 
------------------------------------------------------------*/

body {
	font-size:76%;
	font:Arial, Helvetica, sans-serif;
	float: left;
	line-height: 1.4em;
	background-color:#CCCCCC; }

a:link, a:visited, a:hover, a:active { text-decoration:none; }
a:link { color: #666666; }
a:visited { color: #666666; }
a:hover { color: #336699; }

strong {
	font-style:normal;
	font-weight: bold; }

#text p {
	margin-bottom: 1.25em;
	margin-top: 0px; }
		
#text h1 {
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	display: block;
	background-color: #007DCD;
	margin: 0 0 .8em 0;
	padding: 1px 10px; }
	
#text h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2%;
	color: #047dcc; }
	
#text h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #007DCD;
	margin-top: 0em;
	margin-bottom: .8em;
	font-size: 1.25em; }
	
#text h4 {
	font-size: 1em;
	color: #007DCD;
	margin-top: 0px; }

#text ul {
	margin-top: 10px; }
	
#text li { /* bulleted Lists */
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0 7px;
	margin: 0px 15px 1.12em 5px;
	padding: 0 0 0 10px;
	font-size: 1em; }
	
#text .indent { /* indented text with blue bar */
	color: #007DCD;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #999999; }

#text .copyright {
	font-size: 0.85em;
	margin-top: 20px; }
	
.nowrap { white-space: nowrap; }

	
/* type for examples */
#example h5 {
	font-size: .9em;
	color: #007DCD;
	margin-bottom: 0.25em;
	margin-top: 0px; }
	
#example p { /* example text */
	margin: 0 2px 2px 0; }
	
#runin h4, #runin p {display: inline;} /* runin headings */

	

/* branding - header
------------------------------------------------------------*/


	
#branding h1 { /* branding for INDEX - contains backround header image */
	background: #007DCD url(../images/introhead.jpg) no-repeat;
	text-indent: -9999px;
	height: 102px;
	font-size: 10px;
	margin-left: 197px;  }
	
#branding_tp h1 { /* branding for tpo9 - contains backround header image */
	background: #007DCD url(../images/TP_09_head.jpg) no-repeat;
	text-indent: -9999px;
	height: 78px;
	margin-left: 197px;
	font-size: 10px; }

#branding_id h1 { /* branding for INDIVIDUAL pages - contains backround header image */
	background: #007DCD url(../images/head5_ID.jpg) no-repeat;
	text-indent: -9999px;
	height: 78px;
	margin-left: 197px;
	font-size: 10px; }
	
#branding_bus h1 { /*branding for BUSINESS pages - contains backround header image */
	background: #007DCD url(../images/head5_b.jpg) no-repeat left top;
	text-indent: -9999px;
	height: 78px;
	font-size: 10px;
	margin-left: 197px; }
		
div#hline {
	height:4px;
	position: absolute;
	top:100px;
	background:#cccccc;
	width: 800px; }

div#hlineintro {
	height:4px;
	position: absolute;
	top:109px;
	background:#cccccc;
	width: 800px; }
	

/*------------------------------------------------------------
 layout 
------------------------------------------------------------*/


/* basic text layout ------------------------------------------------*/

div#branding, div#branding_bus, div#branding_id, div#branding_tp {
	width:800px;
	background-color: #047DCC;
	margin: 0 auto;
	padding:0;

}

div#content {
	width:800px;
	padding: 45px 0 10px 0;
	background-color: #fff;
	margin: 0 auto;
	background-image: url(../images/DemoBlue.gif);


}
	
div#text {
	margin: 0;
	width: 365px;
	font-size: 1.1em;
	float: left;
	margin-bottom: 1.25px;
	padding: 0 45px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

div#runin { /*container for run-in heads*/
	margin-bottom: 1.25em;
	display: block;}
	
/* Example boxes ----------------------------------------------*/

div#example {
	border: 2px solid #007DCD;
	border-left: 8px solid #007DCD;
	padding: 12px;
	background-color: #EEEEEE;
	margin: .5em 0 1.35em 0;
	clear: both; }
	
/* images ----------------------------------------------*/
	
div#imageR { /*rightside image*/
	padding-left: 0px;
	margin: 1.5em -45px 1.5em 0; }
	
div#imageL {/*leftside image*/
	padding-left: -45px;
	margin: 0 0 1.25em -45px; }
	
/* Table Stylings ------------------------------------------- */

div#data {
	border: 2px solid #047dcc;
	width: 365px;
	margin: 20px 0 25px 0;
	background-color: #FFFFFF;
}
	
#data h4 {
	color: #FFFFFF;
	background: #047dcc;
	padding: 2px;
	text-align: center;
	font-size: 0.9em;
	margin: 0; }
	
#data table {
	margin: 20px 20px 20px 20px;
	border: none;
	border-collapse: collapse;
	font-size: 0.9em;
	font-weight: normal; }

table.wfoot { margin: 20px 20px 10px 20px !important; }

table.wfoot_head { margin: 10px 20px !important; }

table.whead { margin: 10px 20px 20px !important; }

#data p {
	margin: 10px 25px 0px;
	font-size: .85em;
	margin-bottom: 0px!important;
}
	
#data th {
	color: #047dcc;
	background-color: #E5E5E5; }
	
#data th, #data td {
	font-size: 11px;
	border:1px solid #047dcc;
	border-collapse:collapse;
	text-align: center;
	line-height: 12px;
	padding: 8px; }

#data thead {
	color: #FFFFFF;
	font-weight: normal;}

#data tfoot tr, #data tfoot td {
	border: none;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 0px;
}
/* END Table Stylings */
	

/*Content footer ----------------------------------------------- */

#footer {
	padding: 5px 0 14px 0;
	font-size: 1em;
	height: 5px;
	clear: both; }

.back {
	display: inline;
	float: left;
	margin-left: 85px;
	clear: both;}
	
.next {
	float: right;
	display: inline;
	margin-right: 65px;}


/*------------------------------------------------------------
 Bottom Navigation
 ------------------------------------------------------------ */
#botnav {
	font-size:0.8em;
	width: 100%;
	padding-top: 8px;
	border-top: 2px solid #999999;
}
#botnav ul {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#botnav li , #footer li {
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #666666;
	display: inline;}

#botnav .last, #footer .last{
	border: none;}


/*------------------------------------------------------------
 Left Side Nav menu
------------------------------------------------------------*/
div#menu {
	width:150px;
	border-right: 2px solid #cccccc;
	margin-left:10px;
	float: left;
	margin-top: 5px;
}
	
#main li { /* targets top level nav items */
	display:block;
	margin-bottom:15px;
	margin-right:15px;
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	text-align:right;
	color:#666666; }	

li#li_exit {}
/* removes bottom margin on last nav element to prevent gray rule from extending to far */


ul#main ul li {/* targets sub level nav items */
	font-size: 1em;
	display: block;
	margin:9px 0px 9px 12px; }
	
#main li a:link,ul#main li a:visited { color:#666666; }
#main li a:link:hover,ul#main li a:visited:hover { color:#047dcc; } 

#ul_one, #ul_two, #ul_three, #ul_four {display:none;} 

ul#main li ul.sub li {
	line-height:110%;
	color: #007DCD;
	font-weight: normal;
} 

ul#main li ul.sub li a:link, ul#main ul.sub li a:visited {color:#666;} 
ul#main li ul.sub li a:link:hover, ul#main ul.sub li a:visited:hover {color:#007DCD;} 

#main a.sub { font-weight: normal; }
	
/*------------------------------------------------------------*/
div#goto {
	margin-left: 125px;
	margin: 0;
}
#goto ul {
	text-align: center;
	margin: 5px 0 20px;
	font-size: 0.9em;
	padding-right: 20px;
	font-weight: bold;
}
#goto li {
	display: inline;
}
#goto .individual {
	padding-right: 4px;
	border-right: 1px solid #cccccc;
	margin-right: 6px;
}
.individual a:link { color: #047dcc; }
.individual a:visited { color: #047dcc; }
.individual a:hover { color: #6fa62c; }

.business a:link { color: #047dcc; }
.business a:visited { color: #047dcc; }
.business a:hover { color: #d66d30; }
.currentpgI {
	font-weight: bold !important;
	color: #6F963D  !important;
}
.currentpgB {
	font-weight: bold !important;
	color: #C3622B!important;
}
.ExitNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

