/* MCN Absolute Positioning Template - requires si-clear-children.js */
/* <![CDATA[ */

/* http://tantek.com/log/2004/undohtml.css 
Clears browser defaults */
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



html{
	text-align:center;
	background:#fff url(images/treeBgRpeating.jpg) repeat-x scroll left top;
}
body{
   position:relative;
   margin:0 auto;
   text-align:left;
   font:normal 10px/14px arial, sans serif;

}

p{margin:1em 0;}
h1{display:none;}
#outerWrapper{
  width:690px;
  margin:8px auto;
}
#innerWrapper{
   width:100%;
   background:transparent url(images/contentBg.gif) repeat-y;

}
#contentWrapper{
   width:100%;

}
div#header, div#flashHdr,  div#footer{
   width:100%;
   }

#header{
   position:relative;
   background:transparent url(images/headerBg.jpg) scroll no-repeat top center;
   height:306px; 
}

#flashHdr{ position: relative;  height:92px; }
.posCol { position: absolute; top: 0px; left: 0;} 

div#nav{
   position: relative;
   margin-left:430px;
}
div#title{
   background:#fff url(images/titleBarGradBg.png) scroll repeat top center;
   height: 36px;
border-bottom:2px solid #092765;
border-top:1px solid #fff;
margin: 0 5px ;
}
div#contentMain{
   left:15px;
   width:420px;
   padding:1em 0;
}
div#contentSub{
   left:445px;
   width:231px;
   height:210px;
   padding:1em 0;
   background:#fff url(images/contactBg.jpg) no-repeat;
   margin-top: 10px;
}
div#contactInfo{
   margin:4px 10px;
}
div#footer{
	width:100%;
        height:52px;
        padding:17px 15px;
        background:#fff url(images/footerBg.jpg) no-repeat;


}
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
/* ]]> */