/********************************************/
/*              hubexpert.com               */
/*              =============               */
/*                                          */
/*          Cascading Style Sheet           */
/*                                          */
/*        WARNING - COPYRIGHT NOTICE        */
/*                                          */
/*	This entire style sheet remains        */
/*     the sole intellectual copyright of   */
/*      (C) 2006 QNet Computer Services.    */
/*           All rights reserved.           */
/*                                          */
/*   hubexpert.com is a trading name and    */
/*        wholly owned division of          */
/*          QNet Computer Services          */
/*                                          */
/*  This document, and/or any part(s) of it */
/*  may NOT be copied, modified,            */
/*  transmitted or distributed in any form, */
/*  electronic or otherwise, to any other   */
/*  party, or to any other web site or      */
/*  electronic device.                      */
/*                                          */
/*  QNet employs Copyright infringement     */
/*  detection services over the Internet    */
/*  to monitor any such activities.         */
/*                                          */
/********************************************/


body
{
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background: #000;
    margin: 0px 0px 0px 0px;
    font: 100% Arial, Helvetica, Verdana, sans-serif;
	/* font-family: sans-serif; */
    text-align: center;
}

a:focus, a:active
{
    outline: none; /* firefox, remove dotted border */
}

#wrapper
{
    margin: 10px auto;
    background: #000 url(bgbl.gif) no-repeat;
	/*background-attachment: fixed;*/
    width: 766px;
    text-align: center;
	border: 0px double #111;
}

#header
{
    margin: 0px auto;
    width: 766px;
    height: 100px;
    padding-top: 8px;
    padding-bottom: 0px;
    text-align: center;
}

#menu
{
	float: left;
    margin: 1px auto;
    width: 93px;
    text-align: right;
    font: 80% Arial, Helvetica, Verdana, sans-serif;;
	/*font: arial, helvetica, verdana, sans-serif;*/
    color: #ccc;
    line-height: 1.8em;
    font-weight: normal;
}
/*
#menu a:link, a:visited
{
    color: #fff;
    background: #006;
	border-left: 1px solid #009;
	border-top: 1px solid #009;
	border-right: 2px solid #003;
	border-bottom: 2px solid #003;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}
#menu a:hover
{
    color: #ff0;
    background: #006;
	border-left: 2px solid #003;
	border-top: 2px solid #003;
	border-right: 1px solid #009;
	border-bottom: 1px solid #009;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}
#menu a:active
{
    color: #ff0;
    background: #00f;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}
*/

#menu a:link, #menu a:visited
{
    color: #ccc;
    background: #000;
	border-left: 1px solid #000;
	border-right: 3px double #006;
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}
#menu a:hover
{
    color: #ff6;
    background: #000;
	border-left: 2px solid #000;
	border-right: 2px double #00f;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}
#menu a:active
{
    color: #ff0;
    background: #000;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}

.submenu
{
	padding-left:15px;
	line-height: 2em;
	font-size: 0.95em;
}

.submenu a:link, .submenu a:visited
{
    color: #ccc;
    background: #000;
	border-right: 1px solid #000;
	border-left: 3px double #006;
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}

.submenu a:hover
{
    color: #ff6;
    background: #000;
	border-right: 2px solid #000;
	border-left: 2px double #00f;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}
.submenu a:active
{
    color: #ff0;
    background: #000;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
}

#content
{
	color: #aaa;
    float:left;
    width: 420px;
	padding-left: 80px;
	padding-right: 80px;
	font: 80% "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-align: justify;
    min-height: 280px;
}
#content a:link
{
    color: #0000ff;
    text-decoration: none;
}
#content a:visited
{
    color: #0000ff;
    text-decoration: none;
}
#content a:hover
{
    color: #ff0000;
    text-decoration: none;
}
#content a:active
{
    color: #00ff00;
    text-decoration: none;
}
#footer
{
    clear:both;
    margin: 0px auto;
    padding-top: 1px;
    border-top: 1px solid #111;
	background: #000;
	background: url(bglin.gif);
    width: 766px;
    font: xx-small Arial, Helvetica, Verdana, sans-serif;
    color: #669;
    font-style: normal;
    line-height: 1.8em;
    text-align: center;
}

#footer a:link
{
    color: #996;
    text-decoration: none;
}
#footer a:visited
{
    color: #996;
    text-decoration: none;
}
#footer a:hover
{
    color: #aaa;
    text-decoration: none;
}
#footer a:active
{
    color: #cc0;
    text-decoration: none;
}
h1
{
    padding-top: 1px;
    padding-bottom: 3px;
    font: 150% Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
    width: 100%;
    color: #c00;
    border-bottom: #333 1px dotted;
    letter-spacing: 0px;
}
/*
h1:first-letter
{
	color: #c00;
	font-size: 180%;
	font-style: italic;
	font-weight: ligher;
}
*/
h2
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font: 1.1em Arial, Helvetica, Verdana, sans-serif;
    width: 100%;
    color: #00f;
    padding-top: 10px;
}

#logos
{
    background: #000;
    float: left;
    padding: 0px;
    width: 93px;
	font: 1em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    color: #aaa;
    text-align: left;
    line-height: 1.2em;

}
#logos a:link
{
    color: #0000ff;
    text-decoration: none;
}
#logos a:visited
{
    color: #0000ff;
    text-decoration: none;
}
#logos a:hover
{
    color: #ff0000;
    text-decoration: none;
}
#logos a:active
{
    color: #00ff00;
    text-decoration: none;
}

/* use to force vertical expansion of divs in firefox/mozilla */
/* after floating divs insert a div of this class with &nbsp in it */
#filler
{
    clear: both;
}

ul
{ 
	list-style-type: none;
	vertical-align: bottom;
	padding-left: 20px;
	margin-left: 20px;
}

li{
    list-style-image:url(bullet3.gif);
	vertical-align: bottom;
    font: 0.9em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.7em;
}

/*td.editco input, td.editco select, td.editco textarea, td.editco checkbox*/
input, select, textarea, checkbox, option
{
        color: #633;
        font-size: 10px;
        padding: 1px;
        border: 1px solid #559;

}
checkbox, option { border: 0px; }

.formip
{
        color: #ccc;
        font-size: 10px;
        background-color: #003;
		padding-right: 1px;
		padding-bottom: 1px;
		padding-left: 0px;
		padding-top: 0px;
        border: 1px outset #00a;
}

.formip:hover
{
        color: #ff0;
        font-size: 10px;
        background-color: #005;
		padding-left: 1px;
		padding-top: 1px;
        padding-right: 0px;
        padding-bottom: 0px;
        border: 1px inset #00f;
		cursor: pointer;
}

.formlabel
{
	text-align: right;
	font-size: 0.9em;
}
.formbox
{
	text-align:left;
}