/* CSS Document */

body {
	background:url(../images/bg2.gif) repeat-x #999999;
	margin: 8px 0px 20px 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 13px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
td.error {
	background-color:red
}
a, a:link, a:active, a:visited {
	color: #11269E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}

h1{
	padding: 0px;
	margin: 2px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	color: #474747;
}

h2{
	padding: 0px;
	margin: 0px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #041888;
}

.menu {width:763px; height:28px; font-size:11px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:762px; w\idth:762px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;}
.menu ul ul {text-align: left;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:11px; text-decoration:none; color:#333; height:27px; border:0px; line-height:27px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:107px; w\idth:96px; color:#666; text-decoration:none; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#0F74A5 url(../images/drop.gif) bottom right no-repeat; text-decoration:none; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#666 url(../images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#666 url(../images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#666;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:24px; left:0; border-top: 1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:24px; t\op:24px; }

/* position the third level flyout menu */
.menu ul ul ul{left:117px; top:0px; width:117px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-117px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#0F74A5; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:96px; border: 1px solid #fff; border-top: 0px; opacity:.95; filter: alpha(opacity=95); -moz-opacity: 0.95; text-decoration:none; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:107px; w\idth:96px; text-decoration:none; }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#666; opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.9; text-decoration:none; }
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#666; opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.current {
color: #000000;
font-weight: bold;
}

#maincontent {
	width: 563px;
	overflow: hidden;
	padding: 0 7px 20px 20px;
	border-left: 1px solid #CECECE;
	position: relative;
}
#leftmenu {
	width: 179px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #ffffff;
}
#leftmenu .header {
	text-transform: uppercase;
	font: 12px Verdana, sans-serif;
	font-weight: bolder;
	display: block;
	color: #5599bb;
	padding: 4px 0px 4px 8px;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
}
#leftmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#leftmenu li {
	border-bottom: 1px dotted #CECECE;
}
#leftmenu ul a {
	color: #999999;
	padding: 5px 0px 5px 8px;
	display: block;
	font: 11px Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#leftmenu ul a.on {
	color: #999999;
	padding: 5px 0px 5px 8px;
	display: block;
	font: 11px Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background-color: #EFEFEF;
}
#leftmenu ul a:hover {
	background-color: #118EC9;
	color: #FFFFFF;
	text-decoration: none;
}
#leftmenu ul ul{
	_border-top: 1px dotted #CECECE;
	background-color: #EFEFEF;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#leftmenu ul ul a{
	margin: 0px;
	display: block;
	padding: 5px 0px 5px 25px;
	background: url(../images/arrow-g.gif) 18px 6px no-repeat;
}
#leftmenu ul ul a:hover{
	padding-left:25px;
	background: url(../images/arrow-w.gif) 18px 6px no-repeat #118EC9; 
}
#icons {
	display: block;
	position: absolute;
	text-align: right;
	width: 200px;
	right: 7px;
	top: 0px;
}
#leftcontent {
	float: left;
	display:inline;
	width: 375px;
}
#imagerow {
	clear:both;
	text-align: right;
	padding-bottom: 10px;
}
#imagerow img {
	display: inline;
	border: 1px solid #FFF;
	border-left: none;
}
#rightnav {
	display:inline;
	float: right;
	margin-left: 10px;
	width: 175px;
}
#rightnav ul {
	border-top: 1px solid #999;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#rightnav img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#rightnav li {
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
	border-top: none;
	line-height: 0px;
	font-size: 1px;
	font: Arial, Helvetica, sans-serif;
}
#rightnav #infobox{
	padding: 5px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999;
	border-top: none;
}
#rightnav #infobox b{
 text-transform: uppercase;
}
.partnerbox {
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #CECECE;
}
.partnerbox img {
	width: 200px;
	padding-left: 15px;
	padding-bottom: 15px;
	display: block;
	float: right;
}

.maintable {
background-color: #FFFFFF;
/*
border-left: 1px solid #999999;
border-right: 1px solid #999999;
*/
}
#hpbox {
	float:left;
	padding: 0px 6px 10px 6px;
}
.hpoption {
	width: 242px;
	float:left;
	text-align: left;
	padding-right: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.last {
	padding-right: 0px;
}

.divider {
	font-size: 0px;
	height: 1px;
	border-top: 1px dotted #999999;
	margin-top: 0px;
	margin-bottom: 15px;
}

.top_links {
padding: 3px 0px 0px 0px;
color: #666666;
font: 9px Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: right;
}

.top_links a:link {
color: #666666;
text-decoration: none;
}

.top_links a:visited {
color: #666666;
text-decoration: none;
}

.top_links a:hover {
color: #000000;
text-decoration: underline;
}

.search {
background-color: #006699;
color: #FFFFFF;
}

.searchform {
font: 10px Verdana, Arial, Helvetica, sans-serif;
height: 18px;
}

.footer {
width: 770px;
padding: 8px 0px 6px 0px;
background-color: #999999;
color: #FFFFFF;
font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
.footer a, .footer a:link, .footer a:hover, .footer a:visited, .footer a:active  {
	color: #FFFFFF;
}

.contactform {
padding: 15px 5px 10px 5px;
width: 500px;
background-color: #f1f1f1;
border: 1px solid #999999;
text-align: left;
}

.formselect {
background-color: #0099CC;
color: #FFFFFF;
}
#downloadbox {
	margin-top: 20px;
	padding: 2px;
	display: block;
	border: 1px solid #CECECE;
	float:left;
}
#downloadbox a, #downloadbox a:link, #downloadbox a:hover, #downloadbox a:active {
	text-decoration: none;
}
#tabbody {
	clear:left;
	float:left;
	padding:15px;
	border:1px solid #000;
	border-top: 0px;
	width:531px;
}
#tabbody ul {
	list-style-type: none;
}
#tabbody li {
	padding-left:10px;
	background: url(../images/i-arrow.gif) left 3px no-repeat;
	padding-bottom: 4px;
}
#tabbody ul.checklist li {
	padding-left:13px;
	background: url(../images/i-check.gif) left 1px no-repeat;
	padding-bottom: 4px;
}
#tabs {
  float:left;
  width:100%;
  background: url(../images/tabs/bg.gif) repeat-x bottom;
  font-size:90%;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  padding: 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url(../images/tabs/left.gif) no-repeat left top;
  margin:0;
  width: 87px;
  padding:0 0 0 6px;
  text-align: center;
  }
#tabs a {
  float:left;
  display:block;
  background:url(../images/tabs/right.gif) no-repeat right top;
  padding:5px 6px 4px 0px;
    height: 38px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover, #tabs a:link, #tabs a:active, #tabs a:visited {
  color:#FFF;
  }
#tabs #current {
  background-image:url(../images/tabs/left_on.gif);
  }
#tabs #current a {
  background-image:url(../images/tabs/right_on.gif);
  color:#000;
  padding-bottom:5px;
  }
