@charset "utf-8";
/* CSS Document */


/* RESET STYLE RULES 
------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, img {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	vertical-align: middle;
	list-style:none;
	color: #666666;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}




/* MAIN STYLES 
------------------------------------------------------------------ */
body {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1;
	background-image: url(../images/bgd_body.gif);
	padding: 0px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #333333;
}


#siteBox {
	margin: 0px auto;
	width: 980px;
	background-position: left;
}

#header {
	background: url(../images/bg-header.jpg) no-repeat left top;
	height: 130px;
	width: 980px;
	margin: 0px 0px 0px;
	float: none;
}
#header .head-top {
	margin: 10px 0px 0px 4px;
	float: left;
	width: 700px;
	clear: both;
	height: 50px;
}
#header a.logo {
	float: left;
}
#header p.katakana {
	width: 300px;
	float: left;
	margin: 15px 0px 0px 30px;
	color: #666666;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}
#header p.katakana .slogan {
	font-size: 11px;
	color: #666666;
}


#header .nav {
	float: left;
	clear: both;
	width: 970px;
	height: 26px;
	padding: 0px 0px 0px 10px;
}



.sitemap a {
	float: right;
	width: 80px;
	position: relative;
	top: 7px;
	text-align: right;
	color: #CACACA;
	font: 12px Arial, Helvetica, sans-serif;
	right: 30px;
	text-decoration: underline;
}
.sitemap a:hover {
	color: #FFFFFF;
}




#header .bottom{
	float: left;
	width: 267px;
	height: 74px;
	background-position: right top;
}

#header .search {
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	width: 400px;
	margin: 17px 20px 0px 0px;
	height: 50px;
}
#header .search a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	text-decoration: underline;
	letter-spacing: 1px;
}
#header .search a:hover {
	text-decoration: none;
}
#header p.checkbox {
	display: inline-block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3E7CBB;
	height: 15px;
	margin-top: 2px;
}
#header input.input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #1D3956;
	width: 300px;
	padding-right: 2px;

}
#header .submit {
	font-size: 11px;
	height: 20px;
	width: 80px;
}

input.checkbox {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

#header .global {
	width: 300px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 25px 0px 0px 15px;
}
#header .global a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
#header .global a:hover {
	color: #666666;
	text-decoration: none;
}




/* BREADCRUMBS
------------------------------------------------------------------ */

#breadcrumbs {
	height:22px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 22px;
	}

#breadcrumbs li {
	float:left;
	line-height:25px;
	color:#336699;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	}		
#breadcrumbs li a {
	display:block;
	line-height: 22px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/back-crumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}							
#breadcrumbs li a:link,
#breadcrumbs li a:visited {
	color:#666666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}	
	
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
	color:#336699;
	text-decoration:none;
	line-height: 22px;
	}







/* CONTENT  
--------------------------------------------------------------------------- */

#content {
	float: left;
	width: 980px;
	clear: both;
	margin: 0px 0px 0px;
	background-color: #FFFFFF;
}





/* LEFT COLUMN 
--------------------------------------------------------------------------- */
#col-left {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#col-left h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
}

#col-left p.intro {
}

#col-left img {
	margin-bottom:10px;
}

#col-left p.caption {
	color: #666666;
	text-decoration: none;
	margin: -8px 0px 15px 0px;
	display: block;
	font-size: 11px;
}
#col-left p.caption a {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	line-height: 16px;
}
#col-left p.caption a:hover {
	color: #005daa;
}


#col-left h2 {
	color: #336699;
	margin: 0px 0px 10px;
	font: bold normal 11px/16px Arial, Helvetica, sans-serif;
}
#col-left h2.ver2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	border-left: 4px solid #005daa;
	padding: 3px 0px 3px 5px;

}

#col-left h3 {
	color: #333333;
	margin: 0px 0px 5px;
	font-weight: normal;
	font-size: 11px;
}
#col-left h3 a {
	color: #333333;
}
#col-left h3 a:hover {
	color: #000000;
	text-decoration: none;
}
#col-left p {
	color: #666666;
	font: 12px/22px Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 5px;
}
#col-left p a {
	color: #336699;
	text-decoration: underline;
	font-size: 11px;
}
#col-left p a:hover {
	text-decoration: none;
	color: #005daa;
}


#col-left h4 {
	color: #666666;
	margin: 10px 0px 6px 2px;
	font: bold normal 11px/20px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 6px;
	height: 20px;
	background: #EBEBEB;
}
#col-left ul {
	margin: 0px 0px 16px;
	padding: 0px 0px 0px 5px;
}
#col-left ul li {
	margin: 0px 0px 6px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
#col-left ul li a {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	background: url(../images/arrow-black.gif) no-repeat left 1px;
	margin: 0px;
	padding: 0 0 0 18px;
	display: inline-block;
}

#col-left ul li.pdf a {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	background: url(../images/icon-pdf.jpg) no-repeat left 1px;
	margin: 0px;
	padding: 0 0 0 20px;
	display: inline-block;
}


#col-left ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

#col-left span.tel {
	color: #336699;
	font-weight: bold;
}


#col-left ul.left-list2 {
	margin: 0px 0px 16px;
	padding: 0px 0px 0px 5px;
}
#col-left ul.left-list2 li {
	margin: 0px 0px 6px;
	padding: 0px;
	font-size: 11px;
}

#col-left a.brdr-top {
	border-top: 1px dashed #E0E0E0;
	padding-top: 10px;
	width: 220px;
	display: block;
}


/* MAIN COLUMN CONTENT 
--------------------------------------------------------------------------- */
#col-main {
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#col-main .box-white {
	background: #FFFFFF;
	margin: 0px 0px 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

	#col-main h1 {
	color: #333333;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F39801;
}
	#col-main h2 {
	color: #333333;
	padding: 6px;
	clear:both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	height: 14px;
	width: 650px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #E8E8E8;
}
	#col-main h2 a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration:underline;
}
	#col-main h2 a:hover {
	color: #005daa;
	text-decoration:none;
}
	#col-main h3 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 4px 4px 5px;
	margin: 0px 0px 10px;
	display: block;
	background-color: #C0C0C0;
}

	#col-main h4 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #333366;
	margin: 0px 0px 5px;
}

	#col-main h5 {
	font-size: 12px;
	margin: 0px 0px 10px;
	line-height: 16px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 0px 5px;
	color: #333333;
}
	#col-main p.lead {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
	#col-main p {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


	#col-main p.fig {
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	width: 510px;
	text-align: center;
	padding: 10px 0px;
}
	#col-main p.fig-text {
	color: #333;
	display: block;
	margin: -15px 0px 25px;
}
	#col-main p span.fig-title {
	color: #000000;
	margin-right: 10px;
	display: inline-block;
	padding: 1px;
}
	#col-main p span.fig {
	color: #000000;
	display: block;
	margin-top:5px;
}

	#col-main p a {
	text-decoration: none;
	color: #005daa;
}
	#col-main p a:hover {
	text-decoration: underline;
	border:none;
	color: #000000;
}
	#col-main ul {
	margin: 10px 0px 15px 20px;
	list-style: none;
}
	#col-main ul li {
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 4px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	list-style-type: decimal;
	background-position: 0px 0px;
}
	#col-main ul li a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #005daa;
	text-decoration: none;
	font-size: 12px;
}
	#col-main ul li a:hover {
	text-decoration: underline;
}


/* NESTED LIST */
	#col-main ul ul li {
	background: url(../images/bullet-blacksquare.gif) no-repeat 4px 8px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 2px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
}


#col-main .mark-red {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #ff0000;
}
#col-main .mark-blue {
	font: 12px Arial, Helvetica, sans-serif;
	color: #005daa;
}
#col-main .mark-green {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #21865D;
}
#col-main .mark-over {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #336699;
	background: #FFFFFF;
	margin: 0px 0px 20px;
	padding: 10px 15px;
	border: 1px solid #CCCCCC;
}
#col-main .fine-print {
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #737373;
	background: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 8px 12px;
	border: 1px solid #666666;
}
#col-main .box1 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #336699;
	background: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 10px 10px 0px;
	border: 1px solid #CCCCCC;
}

#col-main .box1 img {
	float: right;
	margin: 0px 0px 5px 15px;
}

#col-main .box2 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 10px 15px 0px;
	border: 1px solid #CCCCCC;
	min-height:135px;
}

#col-main .box2 img {
	float: left;
	margin: 0px 10px 5px 0px;
	clear:both;
}

#col-main .box3 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 10px 10px 0px;
	border: 1px solid #CCCCCC;
	min-height:150px;
}
#col-main .box3 p {
	line-height:20px;
}
#col-main .box3 img {
	float: left;
	margin: 0px 10px 0px 0px;
	clear:both;
}
#col-main .box3 h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-weight:bold;
	background: none;
}



	#col-main ol {
	margin: 0px 0px 25px 35px;
}
	#col-main ol li {
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 6px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	list-style: decimal;
}
	#col-main ol li a {
	color: #333333;
}
	#col-main ol li a:hover {
	color: #005daa;
	text-decoration: none;
}
	.event {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
	}
	
	.event h2 {
	color: #336699;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px;
	line-height: 22px;
}
	.event strong {
	color: #333333;
	margin: 0px 10px 0px 0px;
}



#col-main p.note1 {
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	margin: -10px 0px 30px 35px;
	border-left: 1px solid #666666;
	padding-left: 10px;
}


#col-main .split {
	padding: 20px 10px 0px;
	width: 490px;
	background: #FFFFFF;
	clear: both;
	float: left;
	border: 1px solid #CCCCCC;

}
#col-main .left50 {
	float:left;
	width:46%;
	border-right: 1px dashed #CCCCCC;
	padding: 0px 18px 0px 0px;

}

#col-main .right50 {
	float:right;
	width:46%;
}





/* COLUMN MAIN RIGHT 
--------------------------------------------------------------------------- */

#col-main-right {
	float:right;
	width:420px;
}

#col-main-right h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #000000;
	border-left: 4px solid #005daa;
	padding: 3px 0px 3px 10px;
	margin: 15px 0px 20px;
}


	#col-main-right h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #232323;
	padding: 0px;
	margin: 0px 0px 8px;
	clear:both;
}
	#col-main-right h2 a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration:underline;
}
	#col-main-right h2 a:hover {
	color: #005daa;
	text-decoration:none;
}
	#col-main-right h3 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 4px 4px 5px;
	margin: 0px 0px 10px;
	background: #336699;
	display: block;
}

	#col-main-right h4 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #333366;
	margin: 0px 0px 5px;
}

	#col-main-right h5 {
	font-size: 12px;
	margin: 0px 0px 10px;
	line-height: 16px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 0px 5px;
	color: #333333;
}
	#col-main-right p.lead {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
	#col-main-right p {
	color: #333333;
	margin: 0px 0px 20px;
	font: 12px/22px Arial, Helvetica, sans-serif;
}


	#col-main-right p.fig {
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	width: 510px;
	text-align: center;
	padding: 10px 0px;
}
	#col-main-right p.fig-text {
	color: #333;
	display: block;
	margin: -15px 0px 25px;
}
	#col-main-right p span.fig-title {
	color: #000000;
	margin-right: 10px;
	display: inline-block;
	padding: 1px;
}
	#col-main-right p span.fig {
	color: #000000;
	display: block;
	margin-top:5px;
}

	#col-main-right p a {
	text-decoration: none;
	color: #005daa;
}
	#col-main-right p a:hover {
	text-decoration: underline;
	border:none;
	color: #000000;
}


.border {
	margin: 0px 0px 20px;
}








/* EVENTS AND CAMPAIGNS 
--------------------------------------------------------------------------- */
dl {
	font: 12px Arial, Helvetica, sans-serif;
}
dt {
	float: left;
	color: #999999;
	height: 14px;
	width: 100px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	width: 600px;
}
dd a {
	color: #005daa;
	text-decoration: none;
	height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 18px;
	margin-left: 20px;
	list-style-image: url(../images/head_icon02.gif);
}
dd a:hover {
	color: #333333;
	text-decoration: underline;
	list-style-image: url(../images/head_icon02.gif);
}

#col-main p.badge {
	color: #FFFFFF;
	background: url(../campaigns/images/badge-blue.jpg) no-repeat;
	height: 85px;
	width: 120px;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 35px 0px 0px;
	float: right;
	top: -35px;
	margin: 0px;
	clear: both;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

#col-main p.badge2 {
	height: 120px;
	width: 120px;
	padding: 0px;
	float: right;
	top: -35px;
	margin: 0px;
	clear: both;
	position: relative;
}




/* TABLES 
--------------------------------------------------------------------------- */
	#col-main table {
	border-collapse:collapse;
	width: 666px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CDCDCD;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;

}
	#col-main table caption {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 6px;
	margin: 0px;
	background: #336699;
	text-align: left;
	}
	#col-main table td {
	background:#fff;
	color:#5A5A5A;
	padding:8px 3px 6px 5px;
	line-height: 18px;
	vertical-align: top;
	border:1px solid #CDCDCD;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
	#col-main table td a {
	color: #005daa;
	text-decoration: none;
	font: 11px/18px Arial, Helvetica, sans-serif;
}
	#col-main table td strong {
	color: #000;
	font-weight: normal;
}
	#col-main table td a:hover {
	color: #005daa;
	text-decoration: underline;
}
	#col-main table td.highlight {
	background: #E1E1E1;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	text-align: left;
	color: #242424;
	padding: 8px 4px 6px 6px;
	vertical-align: top;
	border-right: 1px solid #cdcdcd;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

	#col-main table td.highlight2 {
	background: #DFE9F2;
	border-bottom: 1px solid #CCCCCC;
	color: #242424;
}
	#col-main table td.highlight3 {
	background: #DBFFCA;
	border-bottom: 1px solid #CCCCCC;
	color: #242424;
}
	#col-main table td.highlight4 {
	background: #FFF0F3;
	border-bottom: 1px solid #CCCCCC;
	color: #242424;
}


	#col-main p.ref {
	line-height: 16px;
	margin: 0px 0px 5px;
}
	#col-main p.padTable {
	margin: 0px 0px 5px;
}

#col-main .table-foot {
	font-size: 11px;
	top: -25px;
	position: relative;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #333;
	line-height: 18px;
}




/* TABLES FOR FORMS 
--------------------------------------------------------------------------- */
	form#formLayout table {
	font: 11px Arial, Helvetica, sans-serif;
	/*border-collapse:collapse;*/
	margin: 0px 0px 25px;
	border:none;
	background: #F9F9F9;
/*	border:1px solid #CDCDCD;*/

}
	form#formLayout table caption {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 4px 5px 6px;
	margin: 0px;
	background: #336699;
	text-align: left;
	}
	
	form#formLayout table td {
	/*	border-bottom: 1px solid #CCCCCC;*/
	color:#333333;
	padding:8px 4px 6px 10px;
	line-height: 18px;
	vertical-align: top;
	background: #F9F9F9;
	border:none;
}

	form#formLayout table td.highlight {
	border-bottom: 1px solid #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: right;
	color: #000000;
	vertical-align: top;
	font-size: 11px;
	padding-right: 6px;
}


#col-main table.msds  { width:230px;}


/* Triple Column ------------------------------------- */

#col-main #triBox {
	clear: both;
	float: left;
	width: 750px;
	margin: 0px 0px 25px;
}

#col-main #triLeft {
	float: left;
	width: 230px;
}

#col-main #triCenter{
	float: left;
	width: 230px;
}

#col-main #triRight {
	float: right;
	width: 500px;
}

#col-main #triRight img {
	float: right;
	margin:10px;
}

.new {
	font-size: 10px;
	color: #CC0000;
}



/* Double Column ------------------------------------- */

#col-main .dblBox {
	clear: both;
	float: left;
	width: 510px;
	margin: 0px 0px 25px;
}

#col-main .dblBox h2 a {
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 8px;
	display: block;
	color: #333333;
	font-weight: normal;
}

#col-main .dblBox h2 a:hover {
	text-decoration: none;
	color: #000000;
}

#col-main .dblLeft {
	float: left;
	width: 230px;
	margin-left: 5px;
}


#col-main .dblRight {
	float: right;
	width: 230px;
	margin-right: 5px;
}


/* Double Column TOP PAGE ------------------------------------- */

#col-main .dblTop {
	clear: both;
	float: right;
	width: 710px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#col-main .dblTop p strong {
	font-size: 11px;
	color:#336699;

}
#col-main .dblTop a p  {
	color:#1765b5;
	display:block;
	text-decoration: none;
}
#col-main .dblTop a:hover p {
	text-decoration:none;
	cursor: pointer;
	color: #66CC66;

}
#col-main .dblTop p {
	display: block;
	width: 640px;
	height: auto;
	line-height: 18px;
	font-size: 14px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
#col-main .dblTop p img {
	float: left;
	margin: 10px 10px 10px 0px;
	clear: both;
}


#col-main .dblTop-left {
	float: left;
	width: 670px;
	display: block;
	padding-left: 10px;
}


#col-main .dblTop-right {
	float: right;
	width: 243px;
}



#col-main p img.left{ margin-bottom:1.4em!important; float:left; margin:0 10px;}

#col-main p.imgdescription { float:right; margin:0 10px; width:210px; padding:5px 0 0 10px; line-height:150%!important; font-size:x-small!important;}

#col-main .boxRight {
	float:right;
	margin:0px;
	width:270px;
	color: #000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
}
#col-main .boxRight a {
	color: #005daa;
	text-decoration: none;
	font: 11px/16px Arial, Helvetica, sans-serif;
}
#col-main .boxRight a:hover {
	color: #005daa;
	text-decoration: underline;
}
#col-main .boxRight img {
	margin-bottom:5px;
}



#col-main td a.pdf {
	background: url(../images/icon-pdf.jpg) no-repeat left center;
	margin: 0 20px 0 0;
	padding: 0px 0px 0px 20px;
}



.external {
	background: url(../images/icon-ext.gif) no-repeat left;
	padding: 0px 0px 0px 22px;
}


/* RIGHT CONTENT ------------------------------------- */
#right {
	float: left;
	width: 180px;
	margin-left: 22px;
	margin-right: 28px;
	background-color: #FFFFFF;
}

#right-banner {
	float: right;
	width: 190px;
}


#right ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#right h2 a {
	padding: 0px 20px 0px 0px;
	width: 170px;
	color: #FFFFFF;
	height: 30px;
	border-bottom-style: none;
	margin: 0px 0px 12px;
	text-decoration: none;
	font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#right h2.hyclone a, #right h2.hyclone a:hover {
	background: url(../bid/hyclone/images/back-rt-h2.jpg) no-repeat left top;
}
#right h2.applications a, #right h2.applications a:hover {
	background: url(../application/images/right-h2.jpg) no-repeat left top;
}
#right h2.dharmacon a, #right h2.dharmacon a:hover {
	background: url(../bid/dharmacon/images/back-right-h2.jpg) no-repeat left top;
}

#right h2.pierce a, #right h2.pierce a:hover {
	background: url(../bid/pierce/images/back-rt-h2.jpg) no-repeat left top;
}



#right h2 a:hover {
	text-decoration: underline;
	background: #000;
	color: #FFFFFF;
}

#right li a.active-cat {
	text-decoration: none;
	background: #336699;
	color: #FFFFFF;
}

#right h3 a {
	width: 178px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	border-bottom-style: none;
	background-color: #666666;
	background-position: 10px center;
	left: 4px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#right h3 a:hover {
	color: #fff;
	text-decoration:underline;
	background-color: #666666;
	background-position: center;
	left: 6px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#right li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
 }
#right a {
	display: block;
	padding: 0px;
	width: 180px;
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #333;
	font-size: 12px;
	line-height: 24px;
	left: 6px;
	top: 0px;
	right: 0px;
	bottom: auto;
}
#right a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #999999;
	left: 6px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}



#right ul ul {
	margin: 0 0 10px 0;
}
#right ul ul li { margin: 0; 
	border-bottom: none;
	padding:0px;
}

#right ul ul a {
	display: block;
	padding: 5px 0px 5px 3px;
	width: 186px;
	color: #919191;
	text-decoration: none;
	font-size:11px;
	border-bottom: 1px solid #D7D7D7;
	font-weight: normal;
}
#right ul ul a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #7acc9b;
	font-weight: normal;
}
#right a.active {
	color: #000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


.hr {
	height: 1px;
	color: #CCCCCC;
	background: #CCCCCC;
	margin: 0px 0px 25px;
}
.hr hr {
  display: none;
}


a.pdf {
	background: url(../images/icon-pdf.jpg) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 22px;
}
a.excel {
	background: url(../images/icon-excel.jpg) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 22px;
}
a.link {
	margin: 0px;
	padding: 0px 0px 0px 22px;
}



#right span.rt-head a {
	background: #333333;
	display: block;
	color: #E7E7E7;
	margin: 5px 0px 10px;
	padding-left: 5px;
}
#right span.rt-head a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}





/* FOOTER 
----------------------------------------------------------- */

#footer {
	width: 980px;
	float: none;
	border-top: 1px solid #CCCCCC;
	clear: both;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#footer a img.foot-left {
	float: left;
}
	#footer a img.foot-right {
	float: right;
}
	#footer p.foot-copyright {
	float: left;
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px 0 0 200px;
	_margin:0 0 0 155px;
}
		#footer p.foot-copyright a {
		font: 12px Arial, Helvetica, sans-serif;
		color: #999999;
		text-decoration: none;
}
		#footer p.foot-copyright a:hover {
		color: #336699;
		text-decoration: underline;
}

 
/* idTabs JQuery  
----------------------------------------------------------- */
#col-main #tabBox {
	float: left;
	width: 510px;
	clear: both;
}
#col-main ul#tabList {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
	#col-main ul#tabList li {
	background: url(none);
}
	#col-main ul#tabList li a {
	background: url(none);
	color: #333333;
	text-decoration: underline;
}
	#col-main ul#tabList li a:hover {
}
#col-main #tabBox #tabContents {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px;
}



/* Accordian Styles  
----------------------------------------------------------- */

#basic-accordian{
	width:510px;
	color: #282828;
	font: 12px/22px Arial, Helvetica, sans-serif;
}

.accordion_headings{
	padding:3px 8px;
	margin-bottom: 3px;
	background:#eae9e9;
	color:#333;
	cursor:pointer;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.accordion_headings:hover{
	background:#333333;
	color:#fff;
}

.accordion_child{
	padding:8px 8px 15px;
	background:#fff;
}
.accordion_child a {
	color: #005daa;
	text-decoration: none;
}
.accordion_child a:hover {
	text-decoration: underline;
	color: #000000;
}

.header_highlight{
	background:#336699;
	color: #fff;
}
