/*----------------------------------------
Global
----------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
	color: #5f5a61;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.688em;
	line-height: 18px;
}
p {
	margin: 0px;
	border: 0px;
	padding: 8px 0;
	color: #5f5a61;
}

.p_mobile {
	margin: 0px;
	border: 0px;
	padding: 2px 0;
	color: #5f5a61;
}

hr {	
	border: 0;
	height: 0;
	margin: 6px 0 0 0 auto;
	border-top: 1px solid #d0d4e4;
}

div,
img,
form {
	margin:0px;
	padding:0px;
	border:0px;
}
a {
	text-decoration: underline;
	font-weight: 100;
	
}
a:link { color: #5f5a61; }
a:visited { color: #5f5a61; }
a:hover {
	text-decoration: underline;
	color: #000;
}

html, body{
    height:100%;
}

#container {
	min-height:100%;
    height:auto;
	margin: 0 auto;
	width: 970px;
    padding: 0 20px 0 20px;
	overflow: hidden;
}
#page {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}
#page .divider {
	clear:both;
	line-height: 1px;
	height: 17px;
	overflow: hidden;
}
#logo_and_banner {
	height: 100px;
	background: #FFF url('../images/header_bg.gif');
	margin-bottom: 4px;
}
#qnext_logo {
    float:left;
    height:100px;
    margin:0;
    width:114px;
}
#qnext_download {
    float:right;
    height:90px;
    margin:2px 10px 0 0;
    width:230px;
}
.qnext_download_icon{
    float:left;
    height:90px;
    width:230px;
}
.clearer {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
/*----------------------------------------
top_navigation
----------------------------------------*/
.menu {
    display:block;
    float:left;
    height:21px;
    margin:70px 0 0 0;
    width:544px;
    z-index:100;
	font-family: "Trebuchet MS", sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	display: block;
	color: #7e7e7e;
	padding-left: 0;
	list-style: none;
}
/* 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;
	padding-left: 0;
	letter-spacing: 0.07em;
}
/* style the links for the top level */
.menu a,
.menu a:visited {
	display:block;
	font-size:1.45em;
	font-weight: bold;
	text-decoration:none;
	color:#7e7e7e;
	padding-left:0;
	line-height:21px;
}
/* style the top level hover */
.menu a:hover {
    color: #7e7e7e !important;
	background-image:url('../images/nav/arrow_white.gif') !important;
	background-repeat:no-repeat;
	background-position: 1px 9px;
	text-decoration: underline;
}

.more_info_image {
	float:right;
    padding: 0px 22px 2px 20px;
    /*background: url('../images/arrow.gif') no-repeat top left;*/
    text-decoration:none;
	line-height:14px;
	color: #00913B !important;
}

/*----------------------------------------
Content Text Links
----------------------------------------*/

.content_text_links {
    text-decoration:none;
	color: #00913B !important;
}

.content_text_links_bold {
    text-decoration:none;
	font-weight:bold;
	color: #00913B !important;
}

.access_qnext {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 22px;	
	text-align: left;
	color: #FFF;
	padding: 0 0 0 90px;
}

/*----------------------------------------
Phrases on Homepage
----------------------------------------*/

#phrases {
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0px 0px 10px 0px;
	line-height: 24px;
}
#phrases a {
	color: #b4b3b3;
	text-decoration: none;
	padding: 0px 10px;
}
#phrases a:hover {
	color: #878787;
	text-decoration: underline;
}
.phrase_big a{
	font-size:1.636em;
}
.phrase_medium a{
	font-weight: bold;
	font-size:1.182em;
}
.phrase_small a{
	font-size:0.909em;
}

/*----------------------------------------
Columns
----------------------------------------*/


.columns_2 { 
margin: 35px 0 20px 8px;
padding: 0px; 
border: 0px;
}

.columns_2 .column_1 {
	width: 460px;
	float: left;
	margin: 0 8px 0 8px;
   
}
.columns_2 .column_2 {
	width: 450px;
	float: left;
    list-style: none;
    padding: 0px;
}

.column_2 p{
	float: left;
	padding: 8px 0px 8px 12px;
	line-height: 17px;
}


/*----------------------------------------
Headings
----------------------------------------*/

h1,
h2,
h3,
h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.455em;
}
h2 {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 1.273em;
}
h3 {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.182em;
}
h4 {
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 1.091em;
}
ul {
	border: 0px;
	margin: 0px;
	padding: 0px 0px 4px 20px;
}
ol {
	border: 0px;
	margin: 0px;
	padding: 0px 0px 4px 24px;
}
ul.no_bullets {
	border: 0px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	list-style-type: none;
}
ul.two_column li {
	float: left;
	width: 48%;
	margin-right: 1%;
}
ul li,
ol li {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.numeric_bullets li {
	padding: 0 0 15px 0;
}

p.date {
	font-size: 0.909em;
	line-height: 12px;
	margin: 0px;
}
#topcontent {
	clear: both;
	padding: 10px 0 10px 10px;
	font-size: 0.909em;
	border-top: 1px solid #D0D4E4;
}
#topcontent h1 {
	color: #5f5a61;
	font-weight: bold;
	font-size: 1.545em;
	padding: 0px;
	margin: 0px;
}
#topcontent a {
	font-size: 0.909em;
	color: #5f5a61;
	text-decoration: none;
}
/*----------------------------------------
Features
----------------------------------------*/

.features {
	padding-bottom:10px;
	margin: 0;
    clear:both;
}
.features p {
	padding: 0px;
	margin: 0px auto;
}
.features img {
	padding-top: 7px;
	padding-right: 10px;
	float: left;
}
/*----------------------------------------
Support
----------------------------------------*/

.support {
	height:60px;
	padding-bottom:10px;
	margin: 0 auto;
}
.support img {
	margin-right:10px;
	float: left;
}
.support_title {
	padding-top:4px;
	margin-left:27px;
}
/*----------------------------------------
FAQs
----------------------------------------*/

.faq_category {
	color: #FF7B00;
	font-weight: bold;
}
.faq_question { font-weight: bold; }

/*----------------------------------------
Footer
----------------------------------------*/

#footer { 
	padding: 0px 0px;
	color: #777777;
}
#footer_left {
	float: left;
	width: 800px;
}
#footer_left a { color: #777777;}
#footer_right {
	float: right;
	text-align:right;
	margin: 6px 10px 0 0;
	width: 75px;
}
/*----------------------------------------
QnextMyPC
----------------------------------------*/

#qnextmypc_login_gui {
	width:212px;
	float: right;
	margin: 16px 16px 0 16px;
}
#qnextmypc_login_gui input,
select,
textarea {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	width: 120px;
}
#qnextmypc_login_gui p {
	margin: 0px;
	padding: 0px;
}
.mypctitle {
	display: block;
	width: 212px;
	height: 20px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('../images/qnextmypc_log_on.gif');
	background-repeat: no-repeat;
}
#mypchome {
    padding-top: 4px;
    float: left;
    width: 176px;
    overflow: hidden;
}
#mypchome p {
    color: #5f5a61;
}

#mypchome .mypctitle2 {
	display: block;
   	font-weight: bold;
    font-size: 1.182em;
	height: 40px;
    padding-left: 8px;
	color: #4f5c62;
    text-decoration: none;
	background: url('../images/qnextmypc_log_on.gif') no-repeat right;
}

.mypccontent {
	padding:8px 8px 8px 38px;
	border: 1px solid #7F8E97;
	border-top: 0;
}

.mypc_login_line_1, 
.mypc_login_line_2, 
.mypc_login_line_3 {
	line-height: 22px;	
	text-align: right;
	color: #FFF;
	width: 138px;
}

.mypc_login_line_1{
	font-weight: bold;
	font-size: 1.273em;
}

.mypc_login_line_2{
	font-weight: bold;
	font-size: 1.636em;
}

.mypc_login_line_3{
	font-weight: normal;
}

/*----------------------------------------
left_navigation
----------------------------------------*/

#left_nav_container {
	width: 150px;
	float: left;
	padding: 0;
}
#left_navigation {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#left_navigation li {
	margin: 4px 0px 0px 0px;
	background-repeat:no-repeat;
	padding: 10px 0 0px 10px;
}
#left_navigation li.open {
	background-image:url('../images/nav/subnav_arrow_open.gif') !important;
	background-position:0px 8px;
}
#left_navigation li.closed {
	background-image:url('../images/nav/subnav_arrow_closed.gif') !important;
	background-position:2px 6px;
}
#left_navigation li ul {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}
#left_navigation li a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #5f5a61;
	text-decoration: none;
}
#left_navigation li a.current { color: #000; }
#left_navigation li a:hover { color: #000; font-weight: bold;}
#content_right,
#content_right_mobile,
#content_right_small_font {
	float: right;
	width: 780px;
	padding: 5px 16px 0 0;
	vertical-align: top;
	font-size: 1.1em;
}

#content_right_small_font {
	font-size: 1em;
}

#content_right ul { padding-top: 7px; }
#content_right h2,
#content_right_mobile h2 { padding-top: 7px; }
#content_right h3,
#content_right_mobile h3 { padding-top: 8px; }
#content_right h4,
#content_right_mobile h4 { padding-top: 9px; padding-bottom: 14px; }
#content_right p, 
#content_right_mobile p { padding-top: 8px; }

#left_navigation .underlined {
	border-bottom: solid 1px #d0d4e4;
	width: 85%;
	padding: 10px 0px 15px 10px;
}
#left_navigation .not_underlined {
	width: 85%;
	padding: 10px 0px 15px 10px;
}
/*----------------------------------------
Forms
----------------------------------------*/

form p {
	margin: 0px;
	padding: 0px;
}
input,
select,
textarea {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
select,
textarea { width: 150px; }
input.button_left {
	float: left;
	width: 90px;
	margin: 4px 20px 8px 0px;
}
input.button_right {
	float: left;
	width: 90px;
	margin: 4px 0px 8px 0px;
}
textarea {
	display: block;
	height: 100px;
}
#content_right label {
	display: block;
	overflow: hidden;
}
#content_right label input {
	margin: 0px;
	padding: 0px;
}

.error {
	color:#FF0000;
}

/*----------------------------------------
Awards - Columns
----------------------------------------*/

.column_awards {
	vertical-align:top;
	border: solid 1px #b7bcbf;
	height:110px;
	width:170px;
}
column_awards img { text-align: center; }
.column_awards p {
	position:static;
	vertical-align:middle;
}
.column_awards a {
	display: block;
	text-align:center;
	outline:none;
}
.column_awards a:hover {
	text-decoration: underline;
	color: #0033CC;
}
.javalogo {
	background: url('../images/Java_powered_logo_rgb.gif') center no-repeat;
	position: absolute;
	width: 140px;
	height: 170px;
	margin-top: 30px;
	display: block;
}
/*----------------------------------------
Graphical Resources 
----------------------------------------*/
.colunm_graf {
	float: left;
	width: 525px;
	overflow: hidden;
}
.colunm_graf .box {
	float: left;
	padding: 5px;
	margin: 5px;
}
.colunm_graf .image {
	float: left;
	display: block;
	margin-right: 6px
}
.colunm_graf .image_mobile_icon {
	float: left;
	display: block;
	margin-right: 6px;
	width:199px;
}
.colunm_graf .links {
	display:block;
	float: left;
}

.hide {
	display: none;
}
.inline {
	display: inline;
}

/*----------------------------------------
Homepage Slider
----------------------------------------*/

#slide_frame {
background: #FFF url('../images/qnext_slide_bg.gif') no-repeat;
width:970px;
height: 424px;
}

#content_frame {
background: #FFF url('../images/qnext_content_bg.gif') no-repeat;
width:970px;
height: 359px;
overflow: hidden;
padding: 10px;
}

#content_frame_lower {
background: #FFF url('../images/qnext_content_lower_bg.gif') no-repeat;
width:970px;
height: 219px;
overflow: hidden;
padding: 10px;
position: relative;
}

.slide_text {
float: left;
width: 410px;
padding: 50px 0 0 47px;;
font-family: "Trebuchet MS", sans-serif;
font-weight: bold;
font-size: 1.4em;
color: #666;
line-height: 21px;
}

.slide_text b {
color: #666;
}

.slide_text_span {
font-weight: normal;
color: #000;
}

.slide_text_span_main {
font-size: 1.1em;
}

.slide_text_span_title {
font-size: 1.25em;
}

.slide_text_div {
float: none;
padding: 0 0 17px 20px;
background: transparent url('../images/slide_bullet.gif') no-repeat 4px 6px;
}

.slide_text_div_title {
float: none;
padding: 0 0 30px 0;
}

.slide_text_div_red {
color: #e14d11;
float: none;
padding: 0 0 0 7px;
font-size: 0.85em;
}

.bullet {
background: url('../images/slide_bullet.gif');
}

.content_lower_bar {
position: absolute;
left: 264px;
top: 197px;
padding: 5px 0 0 5px;
font-weight: bold;
font-size: 1.182em;
color: #888;
}

.content_cell,
.content_cell_big_logo,
.content_cell_lower_1,
.content_cell_lower_2,
.content_cell_lower_3,
.content_cell_lower_4 {
float:left;
width:196px;
height: 312px;
padding: 23px 18px 23px 23px;
margin:0;
color: #000;
text-align:left;
font-size: 1.273em;
font-weight: bold;
}

.content_cell_big_logo {
width:197px;
height: 181px;
padding: 15px 18px 23px 23px;
}

.content_cell_lower_1 {
width:126px;
height: 138px;
}

.content_cell_lower_2{
width:156px;
height: 138px;
}

.content_cell_lower_3 {
width:116px;
height: 138px;
}

.content_cell_lower_4 {
width:146px;
height: 138px;
}

.login_qnext_mypc {
margin: 18px 0 0 0;
}

.middle_text {
color: #000;
text-align:left;
font-size: 0.85em;
font-weight: bold;
margin:0;
padding:0;
}

.lower_text,
.icon_text,
.green_link {
color: #555;
text-align:left;
font-size: 0.85em;
font-weight: normal;
margin:0;
}

.lower_text {
padding: 5px 0 0 0;
}

.icon_text {
padding: 7px 0 0 0;
font-weight: bold;
font-size: 0.85em;
}

.green_link,
.green_link_icon {
padding: 5px 0 0 0;
text-align: right;
}

.green_link_icon {
text-align: left;
font-size: 0.85em;
padding: 7px 0 0 0;
}

.green_link a,
.green_link_icon a {
	text-decoration: none;
	font-weight: 100;
	color: #00913b;
}
.green_link a:link,
.green_link_icon a:link { color: #00913b; }

.green_link a:visited,
.green_link_icon a:visited { color: #00913b; }

.green_link a:hover,
.green_link_icon a:hover {
	text-decoration: underline;
	color: #00913b;
}

.content_image {
padding: 10px 0 0 0;
text-align: center;
}

.follow-us {
	text-align: right;
}

.follow-us-text {
	float: right;
	padding: 2px 10px 0 0;
}

.follow-us-image-link {
	float: right;
	padding: 0 0 0 0;
}
