/* BondWave Main CSS */

body {
	font-family: "Lucida Grande",arial,sans-serif;
}
.bigblue {
	color: #003366;
	font-weight:400;
	font-size:12pt
	}
.boldblue {
	color: #003366;
	font-weight:600
	}
	
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

li {
	padding: 4px
}


.liSideBar {
	margin-left: -18px;
	padding: 10px
}

.hdrSideBar {
     margin-top: 4px;
	 font-size: 12pt;
	 }

p { 
	margin-top: 2px;
	line-height: 15pt;	
	text-align: justify;
}
dd {
	margin-top: 2px;
	line-height: 15pt;
	text-align: justify;
}

img {
	border-width: 0px;
}

input[type="text"], select {
	background-color: #FFFFFF;
	border: 1px solid #A0ACB0;
	color: #333333;
}

dt {
color: #003366;
font-size: 10pt;
}
h1 {
	color: #003366;
	font-size: 20pt;
	font-weight: normal;
	line-height: 24t;
	height: 30px;
	padding-left: 0;
	padding-top:7px;
	width: 100%;
	font-variant: small-caps
}
h2 {
	color: #003366;
	font-size: 16pt;
	font-weight: normal;
	line-height: 18pt;
	height: 25px;
	padding-left: 0;
	padding-top:7px;
	width: 100%;
}
h3 {
	color: #003366;
	font-size: 13pt;
	font-weight: normal;
	height: 25px;
	padding-top: 7px;
	width: 100%
}
h4 {
	color: #003366;
	font-size: 10pt;
	font-weight: normal;
	width: 100%
}


.pgm_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-position: center;
	text-align: left;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AEBDDE;
	border-right-color: #AEBDDE;
	border-bottom-color: #AEBDDE;
	border-left-color: #AEBDDE;
}
.pgm_table_last {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-position: center;
	text-align: left;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AEBDDE;
	border-right-color: #AEBDDE;
	border-bottom-color: #AEBDDE;
	border-left-color: #AEBDDE
}
#pageBody {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 350px;
	min-width: 950px;
	width: 950px;
}
.bt_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-position: center;
	border: 1px solid #AEBDDE;
	text-align: center;
	font-style: normal;
}

/* Tab Menus */
.tabMenu {
	background-image: url("images/middle.png");
	background-repeat: repeat-x;
	height: 33px;
	padding-left: 30px;
}
.menuTab {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.tabMenu a.menuLink {
/*	color: #7F7F7F;  */
	color: #003366;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 28px;
	line-height: 20px;
	padding: 5px 17px 0;
	text-align: center;
}
.menuTabActive {
	background-image: url("images/selectedLeft.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.menuTabActive a.menuLink {
	background-image: url("images/selectedRight.png");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 5px 17px 0;
	text-align: center;
}

/* Main page body */

#content {
	padding-top: 30px;
	clear: both;
	min-height: 300px;
	height: auto
}

#contentHeaderImg {
	background-image: url("images/boxTopGrey.png");
	background-repeat: no-repeat;
	height: 5px;
	max-height: 5px;
	min-height: 5px;
	width: 100%;
	min-width: 100%;
}
#contentFooterImg {
	background-image: url("images/boxBottomGrey.png");
	background-repeat: no-repeat;
	height: 5px;
	max-height: 5px;
	min-height: 5px;
	width: 100%;
	min-width: 100%;
}

#contentBody {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

	height: auto;
	overflow: auto;
	padding-bottom: 15px;
	width: 947px
}

#content .hasBackground {
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 148px;
}
.contentFooter {
	background-color:#f1f1f1;
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	height: 90px;
	width: 947px
}
.footerText {
	color: #7f7f7f;
	font-size: 10px;
	font-weight: bold;
	line-height: 10pt;
	margin-top: 10px;
	padding-bottom: 3px;
}

/* Page Titles */
#pageTitles {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	margin-bottom: 7px;
}

.headerLarge {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}

.headerSmall {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}

.smArial {
	font:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}
/* Content Sections */
#primaryContent {
    margin-left: 20px;
	margin-right: 20px;
}

.contentSection {
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-right: 10px;
	padding-top: 18px;
	margin-bottom: 14px;
	width: 600px;
	float:right
}
.contentProgram {
	
	background-repeat: repeat-y;
	background-image: url(images/for_auo.jpg)
}


.contentSection, .faqEntry {
	clear: both;
	color: #727272;
	font-size: 9pt;
	font-weight: normal;
	line-height:18px;
}

.sectionHeader {
	color: #000000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
}

.contentSection .images {
	margin-left: 825px;
	width: 105px;
}
.contentSection .images img {
	border-bottom: 7px solid #F0F0F0;
	border-left: 7px solid #F0F0F0;
	border-right: 7px solid #F0F0F0;
	height: 73px;
	padding: 2px;
	width: 87px;
}

.contentSection .images .firstImg {
	border-top: 7px solid #F0F0F0;
	margin-top: 18px;
}

.pc {
	color: #727272;
	font-family: "Lucida Grande",Arial,Sans;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
}

.picCaption {
	font-size: 15px;
}


ul.sectionLinks {
	list-style: none;
	margin: 0;
	padding: 0;
	/*padding-top: 10px;*/
}

ul.sectionLinks li {
	margin: 0;
	padding: 0;
}

.btc_table {
	background-position: center;
	
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.btc_table_bottom {
	background-position: center;
	
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.btc_table_right {
	background-position: center;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.btc_table_corner {
	background-position: center;

	font-style: normal;
	border: 1px solid #cccccc;
}
/* Content Footer */
#contentFooter {
	background-image: url("/assets/images/actionBarTwo.png");
	background-repeat: no-repeat;
	height: 35px;
}

#contentFooter a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 5px;
}


/* Side Bar Formatting */
.sideBar {
	color:#003366;
	font-size:10pt;
	font-weight:normal;
	width: 212px;
	margin-right: 30px;
	margin-top: 30px;
	padding-left: 45px;
	float: left
}

.sideBarContent {
	
	padding-top: 0px

}
.sideBarTop {
	margin-top: 30px
}

.sideBarContent select {
	
	font-size: 12pt;
	margin-bottom: 0px;
 	width: 183px;
	height: 21px
}

.sideBarRow {
	padding-bottom: 5px;

}

.sideBarRowLast {
	padding-bottom: 5px;
}

.sideBarText {
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC
}

.sideBarSeparator {
	background-image: url(../images/sideBar/sideBarSeparator.png);
	background-repeat: no-repeat;
	height: 2px;
}

.sideBarBottomSection {
	height: 32px;
	padding-top: 5px;
}

.sideBarBottomSection a, .sideBarBottomSection a:link, .sideBarBottomSection a:visited, .sideBarBottomSection a:active {
	font-weight: bold;
}

.sideBarSubmit img {
	margin-left: 38px;
	vertical-align: middle;
}

.sideBarBottomSection img {
	padding: 5;
}
/* Site Footer */

#siteFooter {
	margin-top: 82px;
	text-align: center;
}

#siteFooter, #siteFooter a, #siteFooter a:visited {
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#siteFooter #footerImgs {
	margin-bottom: 50px;
	margin-top: 15px;
	vertical-align: top;
}

#footerImgs img {
	margin: 10px;
	vertical-align: top;
}

#copyright a, #copyright a:visited, #copyright a:active {
	color: #3680B6;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 35px;
}
/* Page Header */
#siteHeader {
	margin-left: 10px;
	position: absolute;
	top: 0px;
	width: 950px;
}

#companyLogo {
	float: left;
}

#mainMenu {
	float: right;
	padding-top: 16px
	
}

/* FAQ Collapse */
.saveFAQ{
   behavior:url(#default#saveFAQhistory)
}

a.faqQ{
   text-decoration:none;
   margin-left:20px
}

a.faqQ:hover{
   text-decoration:underline
}

a.faqQ span.faqC{
   font-family:monospace;
   font-weight:normal;
   color:#999999
}

.faqA{
   display:none;
   margin-left:80px
}

/* Page Header */

#headerRight {
	float:left;
	height:76px;
	margin-left:20px;
}

.bigPhoneNum {
	float: left;
	font: bold 15px arial;
	padding-left: 10px;
	padding-top: 13px;
}

