@charset "utf-8";
/* --- CSS Document --- */

/* --- Normalize --- */
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; }
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
ul { list-style : none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left; }
q:before, q:after { content :''; }

/* --- layout.css --- */

* {
	padding : 0;
	margin : 0; }

html {
	text-align : center; }

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

/* --- Branding --- */

div#branding {
	position : relative;
	width : 950px;
	height : 288px; }

/* --- Content --- */

div#content {
	position : relative;
	width : 941px; }

div#content_nav {
	left : 0;
	width : 270px; }

div#content_main {
	padding-bottom : 40px;
	min-height : 375px;
	height : auto !important; /* ie6 bug fix */
  	height : 375px; /* ie6 bug fix */
	left : 270px;
	width : 671px; }

/* --- Copyright --- */

div#copyright {
	width : 950px; }
	
/* =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 */