@charset "utf-8";
/* CSS Document */
body, html {
	height:100%;
}
body {
	background-image:url(../images/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#000000;
	margin:0px;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.5em;
	line-height:.85em;
	margin:0;
	padding:0;
	display:inline;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em;
	margin:0;
	padding:0;
	display:inline;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	margin:0;
	padding:0;
	display:inline;
}
form, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container01 {
	background-image:url(../images/bg-lines_horiz.gif);
	background-position: top;
	background-repeat:repeat-x;
	height:100%;
	width:100%;
}
#container02 {
	height:100%;
	width:100%;
	background-image:url(../images/bg-lines_vert01.gif);
	background-position: center;
	background-repeat:repeat-y;
}
#container03 {
	width:926px;
	margin-left: auto;
	margin-right: auto;
	clear:left;
	text-align:right;
	padding: 0px 0px 0px 2px;
}
#containhead {
	float:left;
	height:105px;
	width:924px;
	text-align:right;
	padding:0px;
	margin:0px;
}
#headleft {
	float:left;
	width:318px;
	height:105px;
	text-align:center;
}
#headright {
	float:left;
	width:606px;
	height:100px;
	margin-top:5px;
	font-size:10px;
}
#subnav {
	padding: 53px 5px 7px 0px;
	margin:0;
}
#subnav a#home {
	background:url(../images/sub-nav_home.gif) no-repeat 0 1px;
	padding: 0px 0px 0px 14px;
	height:9px;
	margin-left:7px;}
#subnav a#faq {
	background:url(../images/sub-nav_faq.gif) no-repeat 0 1px;
	padding: 0px 0px 0px 9px;
	height:9px;
	margin-left:7px;}
#subnav a#contact {
	background:url(../images/sub-nav_contact.gif) no-repeat 0 3px;
	padding: 0px 0px 0px 14px;
	height:5px;
	margin-left:7px;}
#subnav a#home:hover {background-position: 0 -25px;}
#subnav a#faq:hover {background-position: 0 -25px;}
#subnav a#contact:hover {background-position: 0 -25px;}
#nav {
	height:22px;
	width:606px;
	font-size:12px;
	background-image:url(../images/nav-bg.gif);
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:1px;
}
#nav-can {
	height:22px;
	width:606px;
	font-size:12px;
	background-image:url(../images/nav-bg-canada.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:1px;
}
#nav-int {
	height:22px;
	width:606px;
	font-size:12px;
	background-image:url(../images/nav-bg-international.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:1px;
}
.navbutton {
	height:22px;
	float:left;
	display:inline-block;
	padding:0px 5px 0px 5px;
}
.navbutton a {
	height:22px;
	background-image:url(../images/dot_clear.gif);
}
.navbutton a:hover {
	background-image:url(../images/nav-buttonbg_down.gif);
	background-position:top center;
	background-repeat:repeat-x;
}
#containerleft {
	color:#C9D7E7;
	float:left;
	width:319px;
	text-align:justify;
	padding:0px;
	margin:0px;
}
#containerright {
	float:left;
	width:564px;
	text-align:left;
	padding:20px;
	margin-left:1px;
	font-size:14px;
}
#footer {
	float:left;
	width:100%;
	text-align:right;
	font-size:10px;
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 0px 0px;
	clear:left;
}
a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#CCCCCC;
}

/*Opaque Content*/
.opacitycontainer {
   position: relative;
	margin-top: 10px;
}
#translucentbg {
	width: 279px;     /* to match DIVs size          */
   background-color: #000;       /* the background              */
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   padding: 20px;
}
#opaquecontent {
	width: 279px;    /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
   padding: 20px;
}
#scroll {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
}

/*Forms*/
label {
	font-size:10px;
	font-weight:bold;
	text-align: left;
	margin:0;
	padding:0;
}
TEXTAREA {
	background-color:#FFFFFF;
	border: #000000 1px solid;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height:11px;
}