﻿/* ---------- Global Styles - Start ---------- */
html, body, form {height: 100%;}
body{font-family:Tahoma,arial,helvitica;font-size:9pt; }
/* ---------- Global Styles - End ---------- */

/* ---------- Wrapper Styles - start ---------- */
#page-wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -166px; /* bottom margin is negative value of footer height */
    width:950px;
/*	border:solid 1px #000000;  Set to show element */
}
/* ---------- Wrapper Styles - End ---------- */

/* ---------- Header Styles - Start ---------- */
#page-wrapper #header
{
    height:185px;
    padding:15px 0 0 0;
    background-image:url('images/top_bg.png');
/*    border:solid 1px #000000;
	background-color:lime; Set to show element */
}
/* ---------- Header Styles - End ---------- */

/* ---------- Content Styles - Start ---------- */

#page-wrapper #content
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
    width:100%;
    background-color:white;
	/* border:solid 1px #000000;  Set to show element */
}


/* ---------- Content Styles - End ---------- */

/* ---------- Footer Styles - Start ---------- */
#footer{
    height:166px;
    text-align:center;
    width:950px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    background-image:url('images/bottom_vector.jpg');
    background-color:white;
/*    border:solid 1px #000000;
    background-color:teal;  Set to show element */
}
     
#page-wrapper #push {height:166px;} /* .push must be the same height as #footer */
/* ---------- Footer Styles - End ---------- */

