/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html { 
text-align : center; }

body {
position : relative;
width : 800px;
margin : 0 auto;
text-align : left; }

#branding {
position : relative;
width : 800px; 
height : 99px;
top: 0px;
z-index: 20; }

#content { 
position : relative; 
top: 12.8em;
width : 100%; }

#content_main {
left : 5%; 
width: 297px;
padding-top : 30px;
padding-bottom: 5px; 
z-index: 10; }
  
#content_sub { 
margin-top: 8em;
left : 52%;  
width : 181px;
z-index: 10; }

#content_sub1, #content_sub2, #content_sub3 { 
width: 181px;
height: 83px; 
padding-top: 15px;
padding-bottom: 20px;
z-index: 10; }

#content_sub2, #content_sub3 { 
margin-top: 1.25em; }

#nav_main {
position: absolute;
margin-top: 20.8em;
left : 76%;
width : 182px;
height : 373px;
padding-top: 10px;
z-index: 10; }

#bg {
position : absolute;
left: 0%;
top: -245px;
width : 800px;
height : 864px;
margin : 0 auto;
z-index: 1; }

#site_info {
left : 0%;
width : 800px;
padding-left: 5%;
margin-top: 13em;
margin-bottom: 20em; }


/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

