* { padding: 0; margin: 0; } /*global definition for padding and margin*/

body 
{ 	font-size: 100%; 
	min-height: 100%; 	
	background-color: white;
}

h1, h2, h3, h4, h5 { font: bold 100%/100% "Lucida Grande", arial, verdana, sans-serif; }
h1 {
	font-size: 1.5em;
	padding: 0 0 10px 0;
	color: #989514;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	line-height: 100%;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 1.1em;
	line-height: 100%;
	padding:  3px 5px 3px 5px;
	color: Navy;
	vertical-align: middle;
}
h4 {
	font-size: 0.9em;
	line-height: 100%;
	padding: 0 0 5px 0;
}

hr { color: #352516; line-height: 1px;}

p, ol, ul, table, dl { font: normal 12px "Lucida Grande", Arial, Verdana, sans-serif; padding: 0 0 0 0; }

a, a:visited { color: #1F3D7B; text-decoration: none; }
a:hover { color: #1F3D7B; text-decoration: underline; }
img 
{
	padding: 0px;
}

input
{
	border: solid 1px silver;
}
input[disabled]
{
	background-color: silver;
}
textarea
{
	border: solid 1px black;
}

.paddedradio
{
	border: 0px;
	margin-left: 10px;

}

#white_bar {
	width: 100%;
	height: 400px;
	background: url(../qt_images/bg_pattern.gif) repeat 0 0; 
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 0;
}

#content {
	width: 831px;
	margin-top:  0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E2E1B9;
	position: relative;
	z-index: 1;
	color: #3C2F1A;
}

#qt_heading 
{
	position: relative;
	z-index: 100;
	background-color: #3C2E14;
}

.back_brown
{
	background-color: #3C2E14;
}

.back_white
{
	background-color: #FFF;
}
.back_pale
{
	background-color: #e2e1b9;
}
#brnet_hdr { height: 278px; position: relative; z-index: 1000; }
#brnet_hdr { background: url(../images/hdr_buildersnet.jpg) no-repeat 0 0; }

#livechat { color: white; font-family: "Lucida Grande", arial, sans-serif; font-size: 14px; width: 350px; height: 60px; float:right; }
#livechat img { background-color: white;}

#tabs_bkg
{
	width: 811px;
	background-color: #3C2E14;
	padding: 10px;
	position: relative;
	z-index: 50;
	min-height: 400px;
}

#footer
{
	width: 100%;	
	background-color: #FFF;
	padding: 0px;
	position: relative;
	z-index: 20;
	top: 0px;
	bottom: 0px;

}

#footer_content .padding { width: 831px; margin: 0 auto; }
#footer_content ul { padding: 15px 3px 3px 15px; font-size: 11px; }
#footer_content ul li { float: left; border-right: 1px solid #9E9A16; padding: 3px 5px; list-style: none; line-height: 100%; }
#footer_content ul li.last { border: none; }
#footer_content ul li a { color: #333333 ; }
#footer_content ul li a:hover { text-decoration: underline; }
#footer_content p { font-size: 10px; padding: 5px 0 10px 20px; }
#footer_content a { color: #000; }
#footer_content a:hover { text-decoration: underline; }


#footer_content
{
	width: 831px;
	margin-top:  0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 50;
	text-align:center;
}


.Panel
{
	width: 780px;
	min-height: 300px;
	position: relative;
	overflow: visible;
	*height: 440px;	
	*overflow: auto;
	*background-color: #CFD4DB;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.PanelTabs
{
	position: relative;
	width: 100%;
	height: 28px;
	z-index: 50;
}
.PanelTabs ul
{	
	margin: 0px;
	padding: 0px;
}
.PanelClearSpacer
{
	width: 40px;
	list-style: none;
	float: left;
	height: 28px;
}
.PanelTab
{
	color: white;
	position: relative;
	height: 28px;
	width: 80px;
	background-color: gray;
	background-image: url(../qt_images/tab_gray.png);
	background-repeat: repeat;
	border-left: 1px solid black;
	float: left;
	list-style: none;
	text-align:center;
}
.PanelTab:hover
{
}
.PanelTab a
{
	color: White;
	text-decoration: none;
}
.PanelTabDone
{
	color: white;
	position: relative;
	background-image: url(../qt_images/tab_compl.png);
	background-position: center;
	background-repeat: repeat;
	height: 28px;
	width: 80px;
	background-color: silver;
	border-left: 1px solid black;
	float: left;
	list-style: none;
	text-align:center;
}

.PanelTabA
{
	color: black;
	font-weight: bold;
	height: 28px;
	width: 100px;
	background-image: url(../qt_images/tab_act.png);
	background-repeat: repeat;
	position: relative;
	float: left;
	border-left: 1px solid black;	
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align:center;
	vertical-align: middle;
}
.PanelTabA:hover
{

}
.PanelTabA a
{
	color: black;
	text-decoration: none;
}

img#PanelBkg
{
    position: absolute;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    *height: 465px;
    display: block;
    z-index: -1;
}

#PanelContent
{
	margin-left: 10px;
	padding-top: 10px;
	z-index: 50;
}
.PanelPage
{
	left: 0px;
	text-align: left;
	display: none;
	height: 164px;
}
.qt_last
{
	width: 110px;
	height: 28px;
	font-weight: bold;
	background-image: url(../qt_images/btn_last.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: 0px;
}
.qt_last:hover
{
	background-image: url(../qt_images/btn_last_hi.png);
}
.qt_next
{
	width: 110px;
	height: 28px;
	font-weight: bold;
	background-image: url(../qt_images/btn_next.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: 0px;
}
.qt_next:hover
{
	background-image: url(../qt_images/btn_next_hi.png);
}
.qt_undo
{
	width: 110px;
	height: 28px;
	font-weight: bold;
	background-image: url(../qt_images/btn_undo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: 0px;
}
.qt_undo:hover
{
	background-image: url(../qt_images/btn_undo_hi.png);

}
.qt_submit
{
	width: 110px;
	height: 28px;
	font-weight: bold;
	background-image: url(../qt_images/redo2.png);
	background-position: left;
	background-repeat: no-repeat;
	border: solid 1px black;
	background-color: #CDCB87;
}
.qt_submit:hover
{
	background-color: #EEEDD7;
}
#form_box
{
	width: 760px;
}
.tbl_blue
{
   FONT-FAMILY: Arial, Tahoma, Verdana;
	padding-left: 3px;
	padding-right: 3px;
	color: blue;
	font-size: 12px;
	text-align: left;
}

iframe {
    border-width: 0px;
    height: 120px;
    width: 500px;
    vertical-align:top;
    background-color: Transparent;
}
iframe.hidden 
{
    visibility: hidden;
    width:0px;
    height:0px;
}
#popin
{
    Z-INDEX: 99; 
    LEFT: 0px; 
    POSITION: absolute; 
    HEIGHT: 270px; width: 450px;
    background-color: #FFFFE1;
    display: none;
    border: solid 1px black;
    font-family: "Lucida Grande", arial, verdana, sans-serif;
    font-size: 12px;
    padding: 3px;
}