@charset "utf-8";

/* ----------------------------------------
	Base Layout
---------------------------------------- */
body {
text-align:center;
}
a:link,
a:visited {
color:#666666;
text-decoration:underline;
}
a:hover,
a:active {
color:#999999;
text-decoration:none;
}
em {
font-style:normal;
}
html,
body {
height:100%;
}
body {
color:#333333;
line-height:1.8;
}
#container {
min-width:1000px;
}


#headerSeg {
	position: relative;
	width: 1000px;
	height: 120px;
	z-index: 100;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#headerSeg { zoom:1; }
#headerSeg:after{content: "."; display: block; clear: both; height:0; visibility:hidden;}
#headerSeg .segInner {
	padding: 0 10px;
	zoom: 1;
}
#headerSeg #ciLogo {
position:static;
float:left;
padding-top:26px;
}

#headerSeg #gNavMod {
	position: relative;
	float: right;
	width: 600px;
	margin-top: 70px;
	z-index: 1;
}
#headerSeg #gNavMod ul { zoom:1; }
#headerSeg #gNavMod ul:after{content: "."; display: block; clear: both; height:0; visibility:hidden;}
#headerSeg #gNavMod li {
	float: left;
	position: relative;
}
#headerSeg #gNavMod li a,
#headerSeg #gNavMod li span{
	font-size: 100%;
	font-weight: bold;
	display: block;
	width: 80px;
	padding-left:10px;
    border-left:1px solid #666666;
}
#headerSeg #gNavMod li a.menubar{
	text-decoration: none;
	color: #666666;
}
#headerSeg #gNavMod li a.menubar:hover {
	text-decoration: none;
	color: #D93600;
}



#contentSeg {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#contentSeg { zoom:1; }
#contentSeg:after{content: "."; display: block; clear: both; height:0; visibility:hidden;}
#contentSeg .segHead {
float:left;
margin-bottom:15px;
padding-top:65px;
padding-left:129px;
}
#contentSeg .segHead .imageTitle {
display:block;
}
#contentSeg .segHead .deviceTitle {
display:none;
font-size: 200%;
}
#contentSeg .segBody {
	position: relative;
	padding-right: 35px;
}

#footerSeg {
	min-width: 1000px;
	background: #e5e5e5;
	text-align: center;
}
#footerSeg { zoom:1; }
#footerSeg:after{content: "."; display: block; clear: both; height:0; visibility:hidden;}
#footerSeg .segInner {
	position: relative;
	width: 1000px;
	margin: 0 auto;

}
#footerSeg #bottomBtnMod {
position:absolute;
top:-30px;
left:269px;
width:649px;
}
#footerSeg #bottomBtnMod ul { zoom:1; }
#footerSeg #bottomBtnMod ul:after{content: "."; display: block; clear: both; height:0; visibility:hidden;}
#footerSeg #bottomBtnMod .sitetopBtn {
float:left;
position:relative;
left:-6px;
}
#footerSeg #bottomBtnMod .pagetopBtn {
float:right;
position:relative;
right:-29px;
}
#footerSeg #footNavMod {
	padding-top: 17px;
}
#footerSeg #footNavMod ul { zoom:1; }
#footerSeg #footNavMod ul:after{content: "."; display: block; clear: both; height:0; visibility:hidden;}
#footerSeg #footNavMod li {
float:left;
padding-left:15px;
}
#footerSeg #copyright {
	font-size: 110%;
	line-height: 0;
	margin: 20px;
}
