@charset "UTF-8";
html, body {
	height: 100%;         /* required */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
/*RW added to display technical specs in a two columns*/
div#techspecs_header{
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
	width:90%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
div#techspecs{
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
	width:90%;height:300px;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;	
}
div#techspecs_left{width:45%;float:left;} /*these are not used right now*/
div#techspecs_right{width:45%;float:right;} /*these are not used right now*/


div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 700px;         /* required - desired height */
	width: 1180px;          /* required - desired width */
	background: #000000;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 40px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.header {
	background: #FFFFFF;
	width: 980px;
	float: left;
}
#clock {
	float: left;
	background-color: #FFFFFF;
	width: 200px;
	height: 85px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 30px;
}
.lines{
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;	
	height: auto;
	float: left;
	width: 1180px;
	vertical-align: middle;
}
.navbar {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: auto;
	float: left;
	width: 675px;
	margin-left: 500px;
	margin-top: -15px;
	vertical-align: middle;
	[if IE 6.0] margin-top: -1px;[endif]
}
.navbar2 {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: auto;
	float: left;
	width: 1180px;
	margin-top: -15px;
	vertical-align: middle;
}
.menu{
	margin-left:500px;
	text-align:left;
	width:675px;
}
.lower_container{
	height: auto;
	float: left;
	width: 1180px;
	margin-top:-25px;
}
.column{
	float:left;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	clear: left;
	float: left;
	width: 675px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	bottom: 0px;
	padding-left: 505px;
}
.footer2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	clear: left;
	float: left;
	width: 1080px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	bottom: 0px;	
}
.leftcontent {
	float: left;
	margin-top: 25px;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px; /*added by RW as per AW*/
}
.rightcontent {
	float: left;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	width: 600px;
}
.widecontent{
	background-color: #000;
	float: left;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	width: 612px;	
}
.larger_text{
	font-size:10pt;
	font-weight:bold;
}
.subhead {
	width: 220px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-bottom: 6px;
}
#divider {
	height: 1px;
	width: 675px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	float: left;
	margin-bottom: 30px;
}
div#container{
	margin-top:45px;border: 1px solid red;
}
div#maincontent {
	/*position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 100%;         /* required - desired height */
	width: 1180px;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 40px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.leftnav {
	float: left;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: 340px;
	/*margin-left: 40px; removed by Rw as per Aw*/
	line-height: 18px;
	vertical-align: bottom;
	margin-top:25px;
}
.textblock {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	float: left;
	margin-left: 40px;
	width: 390px;
	height: 100%;
	overflow: auto;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
}

.textblock-cn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	float: left;
	margin-left: 40px;
	width: 500px;
	height: 340px;
	overflow: auto;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
}

.texttitle {
	margin-top:25px;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	letter-spacing:1px;
	text-decoration: none;	
	width: 390px;
	float: left;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.leftnavtitle {
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	letter-spacing:1px;
	text-decoration: none;
	height: 30px;
	margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.leftnavlinks {
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 38px;
}
.leftnav img {
	padding-bottom: 16px;
}

/*RW*/
/*links*/
a.news_link:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.news_link:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.news_link:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.news_link:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #66ccff;
	text-decoration: none;
}

a.link1:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.link1:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.link1:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.link1:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

a.link2:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.link2:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.link2:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.link2:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
a.link3:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #66ccff;
	text-decoration: none;
}
a.link3:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #66ccff;
	text-decoration: none;
}
a.link3:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #66ccff;
	text-decoration: none;
}
a.link3:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a.link4:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
a.link4:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
a.link4:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
a.link4:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #66ccff;
	text-decoration: none;
}
