/*------------------------------------------------------------------------------------------------
[Default] Standard Layout/Styles Style Sheet for ABC&G

version:	1.0
author:		jeremy cargilo
email:		jeremy@etrconsulting.com

Main Layout/Styles Defaults
- This stylesheet contains all of the basic layout and standard styles for the application.  This 
CSS is pulled from the MasterPage to provide a central layout for the whole site. 
------------------------------------------------------------------------------------------------*/

/* __Main Layout Styles__ */
body     { background: #FFFFF5; margin-bottom: 10px; }
#wrapper { width: 1024px; test-align: left; margin: 0 auto; }
#page    { position: relative; left: 15px; width: 998px; min-height: 530px; background: #FFFFF7; }
* html #page { height: 530px; } /* IE 6.0 min-height hack */

/* __Typography Styles__ */
h1 { font-size: 18px; margin: 5px 0px 5px 0px; }
h2 { padding: 5px 0px 10px 0px; }

/* __Home Page Divisions__ */
#header    { width: 998px; height: 73px; background: #f5f2e9 url("../../images/header.gif") no-repeat; }
    
/* __Logo/Quote Section__ */
#quote { float: right; text-align :right; font-size: 12px; font-style: italic; 
    width: 775px; height: 30px; margin: 8px 5px 0px 0px; }

/* __Flash/Company Image Section__ */
#logo   { width: 998px; height: 235px; background: url("../../images/logo.jpg") no-repeat; }
#intro_header { position: absolute; top: 115px; left: 19px; width: 269px; height: 62px; }
#intro_text { position: absolute; top: 186px; left: 19px; width: 271px; height: 106px; color: #FFFFFF; 
    line-height: 13px; font-size: 11px; }

/* __Content Section__ */
/* --Repeating FluidBackground-- */
#content_top { width: 998px; height: 22px; background: url("../../images/content_top.gif"); }
#content_bottom { width: 998px; height: 16px; background: url("../../images/content_bottom.gif"); }

#content { clear: left; width: 998px; min-height: 126px; background: url("../../images/content_bg.gif") repeat-y; 
    color: #404041; font-size: 14px; line-height: 16px; vertical-align: middle; }
* html #content { height: 126px; } /* IE 6.0 min-height hack */
#location { float:right; width: 209px; margin-right: 25px; }

/* --Content Editor Styles-- */
.ContentLabelDefaultCss { margin: 0px 0px 0px 15px; width: 712px; display: block; }

.content_home { margin: 0px 0px 0px 353px; width: 370px; display: block; }
.admin_home { margin: 0px 0px 0px 353px; width: 370px; padding: 0px 0px 10px 0px;  }

/* __Footer Section__ */
#footer  { width: 998px; height: 15px; margin-top: 7px; color: #404041; background: #FFFFF7; }
.disclaimer { float: left; display: block; }
#credits { float: right; display: block; }

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix {
    display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
