@charset "utf-8";

html, body{
  font-family: verdana, arial, helvetica, san-serif;
  font-size:10px;
  color:#323232;
  margin:0;
  padding:0;
  background:#fff;
}

img, div{
	behavior: url('iepngfix.htc');
}

div, ul, li{
  margin:0;
  padding:0;
}

p{
	margin: 10px 0 7px 0;
}

img{
	border-style: none;
}

a:link, a:visited{
  color:#ff9900;
  text-decoration:none;
  outline:none;
	font-weight:bold;
}

a:hover{
  color:#69A281;
}

#wrapper{
	position:relative;
  width:650px;
	height:510px;
  overflow:hidden;
	border:1px solid #000;
	background:#fff;
}

#content{
	position:relative;
	width:650px;
	height:400px;
	margin-top:3px;
	background:#fff;
}

#header{
	width:650px;
	background:#fff;
	clear:both;
}

#headTop{
	width:650px;
	clear:both;
	overflow:hidden;
}

#logo{
	position:relative;
	float:left;
	width:103px;
}

#topRight{
	position:relative;
	float:right;
	text-align:right;
/*	overflow:hidden;*/
	margin:7px 10px 0 0;
}

#closeButton{
	position:absolute;
	right:0;
	top:0;
}

#question{
	position:relative;
	margin-top:15px;
}

/* Navigation */
#gblNav{
	width:650px;
	height:25px;
	background:#fff;
	display:block;
}

#works{
	width:215px;
	height:25px;
	float:left;
	background:#fff url('img/gbl_lt_button_off.jpg') no-repeat;
	display:block;
}

#works a:link, #works a:visited{
	padding:5px 5px 5px 15px;
	color:#323232;
	text-decoration:none;
	outline:none;
	display:block;
	overflow:hidden;
}

#works a.on, #works a.at_section{
	color:#fff;
	background:#fff url('img/gbl_lt_button_on.jpg') no-repeat;
}

#started{
	width:223px;
	height:25px;
	float:left;
	background:#fff url('img/gbl_mid_button_off.jpg') no-repeat;
}

#started a:link, #started a:visited{
	padding:5px 5px 5px 15px;
	color:#323232;
	text-decoration:none;
	outline:none;
	display:block;
	overflow:hidden;
}

#started a.on, #started a.at_section{
	color:#fff;
	background:#fff url('img/gbl_mid_button_on.jpg') no-repeat;
}

#faq{
	width:212px;
	height:25px;
	float:left;
	background:#fff url('img/gbl_rt_button_off.jpg') no-repeat;
}

#faq a:link, #faq a:visited{
	padding:5px 5px 5px 15px;
	color:#323232;
	text-decoration:none;
	outline:none;
	display:block;
	overflow:hidden;
}

#faq a.on, #faq a.at_section{
	color:#fff;
	background:#fff url('img/gbl_rt_button_on.jpg') no-repeat;
}

div.slide div.submenu_pos{
	position:absolute;
	z-index:9500;
	display:block;
}
div.slide div.submenu_pos div.submenu{
	height:auto;
  clear:both;
	z-index:9500;
	visibility:visible;
	display:block;
}

#works .submenu ul {
  list-style: none;
	margin-left:10px;
	width:200px;
	background:url('img/gbl_menu_sides.png') repeat-y;
	display:block;
}

#started .submenu ul, #faq .submenu ul {
  list-style: none;
	margin-left:15px;
	width:205px;
	background:url('img/gbl_menu_sides.png') repeat-y;
	display:block;
}

.submenu ul li a:link, .submenu ul li a:visited{
	color:#000;
	width:160px;
	margin-left:5px;
  list-style: none;
	display:block;
}

.submenu ul li a:hover{
   color:#fff;
   background:#69A281;
	 display:block;
}

#works .submenu ul li a:hover, #started .submenu ul li a:hover, #faq .submenu ul li a:hover, #works .submenu ul li a.at_page, #started .submenu ul li a.at_page, #faq .submenu ul li a.at_page{
  background:#69A281;
	color:#fff;
	display:block;
}

#works .menuBottom{
	width:190px;
	height:15px;
	margin-left:10px;
  background:url('img/gbl_menu_bottom.png') no-repeat;
	display:block;
}

#started .menuBottom, #faq .menuBottom{
	width:190px;
	height:15px;
	margin-left:15px;
  background:url('img/gbl_menu_bottom.png') no-repeat;
	display:block;
}

.left{
	margin-left:25px;
	padding-right:5px;
	width:340px;
	height:397px;
	overflow-y:auto;
	float:left;
}

* html .left{
  margin-left:15px;
	width:335px;
}

.left2{
	margin-left:25px;
	padding-right:5px;
	width:355px;
	height:397px;
	overflow-y:auto;
	float:left;
}

* html .left2{
  margin-left:15px;
	width:350px;
}

.right{
	width:272px;
	float:right;
	overflow:hidden;
}

.right2{
	width:257px;
	float:right;
	overflow:hidden;
}

.headline{
	color:#69A281;
	font-size:14px;
	font-weight:bold;
	margin:5px 0px 8px 0px;
}

.headInline{
	color:#69A281;
	font-size:12px;
	font-weight:bold;
}

.divider {
	background:#fff url('img/divider.jpg') no-repeat;
}

#disclaimer{
	position:relative;
	width:640px;
	height:38px;
	font-size:9px;
	color:#999999;
	font-style:italic;
	padding:0px 5px 0px 5px;
	overflow-y:auto;
	background:#fff;
}

#homeText{
	position:absolute;
	width:510px;
	top:150px;
	left:105px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

