/********************************
* RESET CSS
*********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .Normal, .Head, .SubHead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


html, body { color: #000; font-family: Arial; font-size: 14px; height: 100%; line-height: 16px; }
strong {font-weight:bold;}

/********************************
* Layout
*********************************/
.PageBg { background: #fff url('images/page-bg.jpg') repeat-x; }
    .PageBgImg { background: #fff url('images/page-bg-flowers.jpg') 0 159px repeat-x; }

.PageWrap { width: 982px; margin: auto; }

    .HeaderWrap {  }
    .HeaderWrap .Header { /*background: url('images/header-bg.jpg');*/ height: 159px; position: relative; width: 982px; }
        .HeaderWrap .Header .Logo { display: inline; float: left; margin: 5px 0 0 25px; }
        /*.HeaderWrap .Header .Logo { display: inline; float: left; margin: 28px 0 0 20px; }*/
        .HeaderWrap .Header .Extras { width: 270px; bottom: 9px; right: 25px; position: absolute; }
            .HeaderWrap .Header .Extras .HeaderPane { float: right; clear: both; }
                .HeaderWrap .Header .Extras .HeaderPane .Phone { color: #C31C1B; display: block; font-weight: bold; font-size: 2.6em; line-height: 1em; text-align: right; }
                .HeaderWrap .Header .Extras .HeaderPane .Address { color: #2D9434; display: block; font-size: 1.2em; line-height: 1em; text-align: right;  }
            .HeaderWrap .Header .Search { /*display: inline; float: left; margin: 53px 0 0 420px; overflow: hidden;*/ }
	.UserPass{ text-align:right; padding:0 10px 5px 0; width:100%;}
    .HeaderWrap .HeaderSpacer { background: #4D9D38 url('images/header-spacer.jpg') no-repeat; height: 74px; width: 982px;  }
       
    .ContentWrap { overflow: auto; }
        .ContentWrap .LeftBorder { background: url('images/left-border.jpg') repeat-y; display: inline; float: left; width: 100%; }
        .ContentWrap .RightBorder { background: url('images/right-border.jpg') right repeat-y; display: inline; float: left; width: 100%; }

        .ContentWrap .MenuWrap { margin: 7px 11px 28px 11px; position: relative; z-index: 99999; }

        .ContentWrap .Content { margin: 0 18px; position: relative; z-index: 0; }
            .ContentWrap .Content .Top { overflow: auto; }
                .ContentWrap .Content .LeftPane { display: inline; float: left; margin: 0 14px 0 0; overflow: hidden; width: 134px; }
                .ContentWrap .Content .ContentPane { display: inline; float: left; margin: 0 14px 0 0; overflow: hidden; width: 612px; }
                .ContentWrap .Content .RightPane { display: inline; float: left; overflow: hidden; width: 172px; }
            .ContentWrap .Content .Middle { overflow: auto; }
                .ContentWrap .Content .Col1 { display: inline; float: left; margin: 0 8px 0 0; overflow: hidden; width: 230px; }
                .ContentWrap .Content .Col2 { display: inline; float: left; margin: 0 8px 0 0; overflow: hidden; width: 230px; }
                .ContentWrap .Content .Col3 { display: inline; float: left; margin: 0 8px 0 0; overflow: hidden; width: 230px; }
                .ContentWrap .Content .Col4 { display: inline; float: left; overflow: hidden; width: 230px; }
            
            .ContentWrap .Content .BottomPane { overflow: auto; }
        
    .Footer { background: url('images/footer-bg.gif') no-repeat; height: 73px; width: 978px; }
/********************************
* Typography
*********************************/
a:link, a:visited, a:active, a:hover { color: #000; text-decoration: underline; }
a:active, a:hover { cursor: pointer; }


.Search input.NormalTextBox { background: #DDF1D8; border: none; height: 20px; line-height: 20px; padding: 0; margin: 0; width: 214px; }


/********************************
* Hacks
*********************************/
.clear { clear: both; font-size: 0; height: 0; overflow: hidden; background: purple; }





