body{
	margin: 0;
	padding: 0;
	height: 100%;
}
#partnerlogotable
{
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
}	
#mainBody{
	width: 990px;
	height: 740px;
	margin: 0 auto;
	display:block;
	position: relative;
	background-image: url(../images/footerRow.gif);
	background-repeat:repeat;
}
#companyPage #mainBody{
	background-image: url(../images/companyFooter.gif);
}
#logoRow{
	z-index: 200;
	position: absolute;
	left: 340px;
	top: 35px;
}
#topRow{
	background-image:url(../images/topRow.gif);
	height: 55px;
	display: block;
	width: 100%;
	text-align:center;
}
#bottomRow
{
	height: 55px;
	display: block;
	text-align:center;
}
#bottomRow ul
{
	margin: 12px auto 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	text-align:center;
	align:center;
	float: right;
}
#bottomRow li, #menuRow li
{
	float: left;
	list-style-type:none;
}
#bottomRow li
{
	margin: 0 auto;
	padding: 0 10px;
	width: auto;
	text-align:center;
	float: left;
}

#companyPage #topRow{
	background-image:url(../images/companyBg.gif);
}

#topRow ul{
	margin: 35px auto 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	text-align:center;
	float: right;
}
#topRow li, #menuRow li{
	float: left;
	list-style-type:none;
}
#topRow li{
	margin: 0 auto;
	padding: 0 10px;
	width: auto;
	text-align:center;
	float: right;
}
a{
	color: #fff;
	/*font-size: 15px;*/
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-variant:small-caps;
	margin: 0 auto;
	padding: 0;
}
#topRow a{
	font-size: 15px;
	font-weight:bold;
}
#topRow a:hover{
	color: #454C4C;
}
#bottomRow a
{
	font-size: 12px;
	font-weight:bold;
}
#bottomRow a:hover
{
	color: #454C4C;
}
#contentRow{
	height: 505px;
	padding: 0;
	margin: 0;
	/*background-color: #ff0000;*/
	overflow:hidden;
}
#contentLeft{
	background-color: #85CCBA;
	float: left;
	color: #fff;
	font-size: 12px;
	position:relative; overflow:hidden;
	/*width:132px; height:140px;*/
	z-index:100;
	width: 435px;
	height: 100%;
}
#copyDiv{
	width: 83%;
	/*margin: 15px auto 0 auto;*/
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	line-height: 16px;
	height: 355px;
	position:absolute; 
	left:37px; top:120px;  
	/*clip:rect(120px, 132px, 300px, 37px); */
	overflow:hidden;	
	z-index:1; 
}

#copyHref{
	width: 83%;
	/*margin: 15px auto 0 auto;*/
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	line-height: 18px;
	/*clip:rect(120px, 132px, 300px, 37px); */
	overflow:hidden;	
	z-index:1; 
}
#lyrCopy { 
	position:absolute; 
	left:0; top:0; 
	z-index:1; 
}
#upArrow, #downArrow{
	position: absolute;
	z-index: 2;
	left:405px;
}
#upArrow{
	top:;
}
#downArrow{
	top:470px;
}
#contentRight{
	width: 555px;
	float:left;
	overflow: hidden;
	background-color: #85CCBA;
}
#nav{
	width: 100%;
	background-color: #454C4C;
	margin: 0;
	padding: 0;
	display: block;
	height: 32px; z-index:130;
	position:relative;
}	

#nav li {
	POSITION: relative;
	padding: 0;
	display:block;
	width: 164px;
	text-align: center;
	margin: 0;
	height: 32px;
	vertical-align:middle;
	font-size: 14px;
	color: #fff;
	font-variant:small-caps;
	border-right: 1px solid #FFF;
}
#nav li a, #nav li a:hover{
	margin: 0;
	padding: 5px 0 0 0;
	display:block;
}
#nav li.noBorder{
	border-width: 0;
}
.over{
	background-color: #363636;
}
#nav li ul {
	DISPLAY: none;
	POSITION: absolute; 
	TOP: -96px;
	background-color: #454C4C;
	left: -1px;
	height: auto;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	margin: 0;
	padding: 0;
	z-index:3000;
}

#nav li #newsMenu{
	TOP: -32px;
}
#nav li #demomenu
{
        TOP: -64px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li:hover ul li ul, #nav li.over ul li ul {
	display: none;
}
#nav li:hover ul li:hover ul, #nav li.over ul li.over ul {
	display: block;
}
#nav li:hover ul li:hover ul li ul, #nav li.over ul li.over ul li ul {
	display: none;
}
#nav li:hover ul li:hover ul li:hover ul, #nav li.over ul li.over ul li.over ul {
	display: block;
}
#nav li:hover ul li:hover ul li:hover ul li ul, #nav li.over ul li.over ul li.over ul li ul {
	display: none;
}
#nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li.over ul li.over ul li.over ul li.over ul {
	display: block;
}

#homePageText{
	color: #fff;
	font-size: 35px;
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	line-height: 45px;
	letter-spacing:-1px;
	width: 83%;
	margin: auto;
	padding: 70px 0 0 0;
}	

#homePageTextUserAgree{
	color: #fff;
	font-size: 44px;
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	line-height: 45px;
	letter-spacing:-1px;
	width: 83%;
	margin: auto;
	padding: 30px 0 0 0;
}	

h3,h4{
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0;
}
h4{
	font-size: 13px;
}
#copyDiv strong{
	font-weight: 1200;
}
#copyDiv a{
	font-size: 13px;
	font-variant: normal;
	font-family: "Gill Sans MT",Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.faqAnswer{
	display:none;
	width: 90%;
	padding: 3px;
	height: auto;
	background-color:#F47820;
	border: 1px solid #FFF;
}
.hTab, .hTab2{
	display: block;
	border-bottom: 1px solid #FFF;
	text-align:right;
	width: 288px;
	height: 15px;
	margin: 0;
	padding: 0;
	/*background-color:#FFFFFF;*/
}
.hTab2{
	border-top: 1px solid #FFF;
	border-width: 1px 0 0 0;
}
.hTab a, .hTab a:link,.hTab2 a, .hTab2 a:link{
	display: block;
	height: 15px;
	/*color: #F47820;*/
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#lyrCopy ol li a, #lyrCopy ol li a:link{
	text-decoration: none;
	font-size: 12px;
}
#lyrCopy ol li a:hover{
	text-decoration: underline;
}
input.styledButton
{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
input.btnhov
{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

.campic{
	position:absolute;
	z-index:999;
	left:600px;
	bottom:130px;
}
#toplink1
{
	z-index: 200;
	position: absolute;
	left: 29px;
	top: 18px;
}
#toplink2
{
	z-index: 200;
	position: absolute;
	left: 145px;
	top: 18px;
}