/*    OfficeMoveNet Stylesheet
    Author:Brad Graham (bgraham@matrixgroup.net)
    Created:5/2010
----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; /*background:transparent;*/ font-weight:normal; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
/* remember to highlight inserts somehow! */
ins { text-decoration:none; }
del { text-decoration:line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:collapse; border-spacing:0; }
cite { font-style:normal; }

/*    =Generics
------------------------------------ */
body { 
    font-size:100%;        /*16 pixel text*/
    font-family:Helvetica Neue, Arial, Helvetica, sans-serif;
    line-height:1.125em;    /*18 pixel line-height*/
    background:#fff;
    margin-bottom:2em; }
#wrap { margin:0 auto; width:960px; text-align:left; overflow:auto; background:url(../images/template/content-bg.png) 0 0 repeat-y; }

abbr { border:none; letter-spacing:0.1em }
.clear { clear:both; }
.bold, strong, b { font-weight:bold; }
.ital, em, i { font-style:italic; }
.hide, .for-print { display:none; }
.left { float:left; margin-right:7px; }
.right { float:right; margin-left:7px; }
.upper { text-transform:uppercase; }
.structural { position:absolute; left:-9999px; }
address { font-style:normal; }
sup { vertical-align:0.5em; font-size:0.9em; }
sub { vertical-align:-0.5em; font-size:0.9em; }

/*    =Links
------------------------------------ */
a:link, a:visited { color:#000000; text-decoration:underline; }
thead.sortable a:link, thead.sortable a:visited { color:#ffffff; text-decoration:underline; }
thead > tr > td { padding:0 5px; }

a:hover, a:active, a:focus { text-decoration:none; }
#skiplinks a { position:absolute; left:-9999px; background-color:#b0c6bd; color:#db4d1a; font-size:0.625em;/* 10/16 */ padding:3px 5px; border:1px solid #0070af; }
#skiplinks a:active, #skiplinks a:focus { left:3px; top:3px; }
.tel a { color:#000; text-decoration:none; cursor:default; }


/*    =Sub
------------------------------------ */
#sub { width:200px; float:left; background-color:#99a69d; position:relative; padding:200px 0 40px; }
/* =Main Nav */
#main-nav a { display:block; background-color:#c8ceca; width:130px; text-decoration:none; font-size:14px; font-weight:bold; color:#fff; margin-bottom:1em; text-align:right; padding:4px 10px; }
#main-nav a:hover, #main-nav a:active, #main-nav a:focus { background-color:#aebfb3; }
/* =Logos */
#sub .hgroup { margin:2em 0; }
#logo { width:200px; height:113px; position:relative; overflow:hidden; }
#logo span { background:url(../images/anew-logo.png) 0 0 no-repeat; position:absolute; cursor:pointer; width:100%; height:100%; }
#sub h2 { background-color:#fff; font-size:10px; color:#8cc63e; text-transform:lowercase; font-style:italic; }
#poweredby { text-align:center;}
#poweredby span { display:block; width:200px; height:104px; background:url(../images/installnet-logo.png) 50% 0 no-repeat; text-indent:-9999px; }

/*    =Main
------------------------------------ */
#main { width:740px; float:left; background:url(../images/template/anew-watermark.png) 0 0 no-repeat; padding:275px 10px 20px 10px; }
#sub-nav { width:100%; overflow:auto; }
#sub-nav li { float:left; }
#sub-nav a { display:block; float:left; border-left:1px solid #000; padding:2px 5px; }
#sub-nav li:first-child a { border:none; padding-left:0; }
#main p, #main ul, #main ol, #main dl { margin-bottom:18px; }
