/* CSS Document */

html
{
height: 100%;
}



body{
	font-family:Arial;
	font-size:12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	
}

ul{
margin:0px;
}



#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -9em; /* the bottom margin is the negative value of the footer's height */
}
* html #container
{
height: 100%;

}

#container1{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}
* html #container1
{
height: 100%;

}

#container a{
	text-decoration: none;
	color: #000000;
}
#container a:hover{
	text-decoration: underline;
	
}

#top{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 236px;
	margin-top: 8px;
}

#top1{

	float: left;
	width: 100%;
	height: 236px;
	margin-top: 0px;
}

#header {
	height: 88px;
	background-image: url(logo01.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 40px;
}

#header1 {
	height: 88px;
	background-image: url(logo01.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 40px;
}

.img {
	margin-top:54px;
	margin-left: 180px;
}



#content{
	padding-top: 30px;
	padding-left: 50px;
/*	float: left;
	
	position: absolute;*/
	width: 650px;
padding-right:50px;

}
.heading1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbaa01;
}
#right {
	font-family: Arial;
	font-size: 11px;
	margin-right:10px;
	margin-left:10px;
	float: right;

	
}

#content input{
	border: 1px solid #666666;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 11px;
 

}

#content ul { 
list-style-type: none;
padding-left: 0;
margin-left: 0;
} 

#content li {
	padding-left: 15px;
	margin-bottom: 10px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
} 
.button{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2e2b25;
	padding: 1px;
}



#rightfloat3{
	float:right;


		/*padding-left: 250px;
*/

}
#rightfloat3 a{
color:#000000;
}

#rightfloat3 a:hover{
color:#865d07;
}

#rightfloat3 ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-right: 10px;
} 

#rightfloat3 li {
	margin-left: 10px;
	padding-left:20px;
	margin-bottom: 10px;
	background-image: url(bullet-pointers.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 






#leftfloat{
	width:100%;
	height: 27px;
	margin-top:15px;
	background-color: #DCDCDC;
}

#subleft{
	width:100%;
	background-color: #FBAA01;
	display: block;
	height: 5px;

}


#button2 a{
	background-color: #c7aa01;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right:45px;
	padding-left: 25px;
	position:absolute;
	margin-top:-18px;
	z-index: 25;
	text-align:center;
	min-width:120px;

}
#button2 a:hover{
text-decoration:none;
color:#FFFFFF;
}

#rightfloat{
	left:800px;
	padding-top: 40px;
	position: absolute;
	
	z-index: 20;
}

#rightfloat ul { 
list-style-type: none;
padding-left: 0;
margin-left: 0;
} 

#rightfloat li {
	margin-left: 10px;
	padding-left:20px;
	margin-bottom: 10px;
	background-image: url(bullet-pointers.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 

a:hover .button2 {

text-decoration:none;
}


#footer
	{
	padding-left:20px;
	clear:both;
	margin: -4em auto 0 auto;
	position:relative;

	}
	
	* html #footer
	{
		margin-top: -4em;
	}
	
	


	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	/** html #footer
	{
		margin-top: 5px;
	}
	*/
	
	#footer a{
	text-decoration: none;
	color: #000000;
}
#footer a:hover{
	text-decoration: underline;
	
}

hr{
color:#000000;
}




#nav{
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}


#nav ul {
	margin:0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;


      }

	  
	  
    #nav li {
	display:inline;
	margin:0;
	padding:0;
	

	
	
      }
    #nav a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	  
      }
    #nav a span {
	display:block;
	color:#FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bolder;
	padding: 5px;
		
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
	color:#000000;

	text-decoration:none;
	
	
      }
    #nav a:hover {
	background-color: #FFFFFF;
	text-decoration:none;
	border: 1px solid #999999;
	margin-bottom: -2px;
	margin-right: -1px;
	margin-left: -1px;
      }
    #nav a:hover span {
 
	 text-decoration:none;
 
      } 
	  
	  
.selected {
	color:#000;
	font-weight: bolder;
	background-image: url(navhover.gif);
	background-repeat: no-repeat;
      }	 
  	  
.selected1 {
	display:block;
	color:#fff;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bolder;
	padding: 5px;
      }	  

#rounderwhite{
	height: 104px;
	padding:12px;
	margin-left: 40px;
	width: 70%;
	line-height: 1.5em;
	text-align:justify;
	clear:left;
}

#rounderwhite1{
 
	padding:12px;
	margin-left: 40px;
	width: 70%;
	text-align: justify;
	font-size: 12px;
	line-height: 1.5em;

	
}
#rounderwhite1 img{
margin-bottom:7px;
margin-top:7px;
border:2px solid #999999;
}

#rounderwhite1 a{
	text-decoration:none;
	color:#0D3F7B;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
 
 
}





#rounderwhite1 a:hover{
text-decoration:none;
color:#ffffff;
background-color:#fbaa01;
 
}

#faqlinks ul{
list-style-type:none;
line-height:20px;

}

#faqlinks li{
	background-image: url(faqbullets.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent:25px;
}

#faqlinks li ul li a{
	color:#333333;
	border:none;
	line-height:20px;

}
#faqlinks ul li ul li {
	background-image: url(bullet-s.gif);
	background-repeat: no-repeat;
	background-position: 25px;
	padding-left: 20px;
}



.heading2{
	font-size:14px;
	font-weight:bold;
	line-height: 22px;
	display: block;
	background-image: url(headingbg.gif);
	border: 1px solid #abb8c9;
	text-indent: 2px;
	color: #001444;
}


#rightfloat2{
	float:right;
	text-align: right;
	line-height: 25px;
	padding-right: 10px;
	padding-top: 35px;
}
*html #rightfloat2{
float:right;
position:relative;
}

#landing a{
background-image: url(bullet-tick.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: -14px;
	border: 1px ridge #959595;
	list-style-type: none;
	float: left;
	width:125px;
	margin-right: 8px;
	color:#FFFFFF;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color:#666666;
	text-align:center;
	

}
#landing ul{
	
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	
}
#landing li{
	background-image: url(bullet-tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -14px;
	border: 1px solid #D6D3CE;
	list-style-type: none;
	float: left;
	text-indent: 15px;
	margin-right: 8px;
	padding-right: 5px;
	
}
#landing a:hover{
	text-decoration:none;
	font-weight: bold;
	color: #000;
	border: 1px ridge #E2E2E2;
}

#subnav{
color:#000000
}

#subnav ul {
	margin:0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;


      }

	  
	  
    #subnav li {
	display:inline;
	margin:0;
	padding:0;
	}

#subnav a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	  
      }
    #subnav a span {
	display:block;
	 
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	padding: 5px;
		
      }
	  
	   #subnav a:hover {
	background-color: #FFFFFF;
	text-decoration:none;
	 background-image: url(navhover.gif);
	background-repeat: no-repeat; 
	color:#000000;
	border:1px solid #666666;
	margin:-1px;
      }
	  
	  .selected span{
	background-image: url(pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	  }
	  

#scroller a{
color:#000;
font-weight:bold;
}
.heading3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	 color:#0D3F7B;
	text-decoration: none;
}

.heading3active {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs{
float:right;
color:#CC6600;

padding:5px;
font-size:16px;
font-weight:bold;
}
.faqhighlight {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	text-transform: uppercase;
}


#footer2 
	{
	padding-left:20px;
	margin-right: auto;
	margin-left: auto;

		
		}
	
	#footer2 a{
	text-decoration: none;
	color: #000000;
}
#footer2 a:hover{
	text-decoration: underline;
	
}
.hidden{
height:15px;
visibility:hidden;
}

#text{
font:Arial;
font-size:12px;
}
#mydiv {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #E2E2E2;
	padding: 10px;
	padding-top:0px;
}

#mydiv1 {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFEC;
	padding: 10px;
}

#mydiva {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #E2E2E2;
	padding: 10px;

}


#mydivb {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFEC;
	padding: 10px;
}


.cloose {
	text-decoration: none;
	background-color: #FF9900;
}

.cloose a{
	text-decoration: none;
	background-color: #FF9900;
}


#linkclick{
 
	text-indent: -5000em;
	background-image: url(link-click.gif);
	background-repeat: no-repeat;
	background-position: left top;
 }
 
 
 #linkclick span {
	display:none;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
	
	#persistent{
	float:right;
	position:relative;
	right:50px;
	top:50em;
	 
	}

#topbullet{
	background-image: url(top1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	clear: both;
	display: block;
	text-align: right;
}


#demo{
	background-repeat:no-repeat;
	background-image: url(camera.gif);
	background-position: right bottom;
	text-align: right;
	padding-right: 25px;
	clear: both;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	bottom: -1.5em;
}

#error{
	text-align:center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: block;
	clear:both;
	width:auto;	
}

#error span{
background:#FFFFCC;
padding:5px;

}

.td{
border-right:1px solid #fbaa01;
}
#table{
margin-left:40px;
}


#d ul{
list-style-type:none;
line-height:20px;

}

#d li{
	background-image: url(bullet-s.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left: 30px;
}