@charset "utf-8";
@import url(/v2/common/lib/content.css);
@import url(/v2/common/lightbox/lightbox.css);

/** { margin:0; padding:0;}
*/html { _overflow:auto;}
body {
	/*_height:100%; _width:100%; _overflow:auto;*/
    font: 75% Verdana, Arial, Helvetica, sans-serif;
    background-image:url(/v2/common/images/body_bg.jpg); background-repeat:repeat-x;  background-attachment:scroll !important;
    background-position:0 132px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

.twoColFixLtHdr #container { 
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 50px 0 0 110px; /* the auto margins (in conjunction with a width) center the page */
	border-style:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	height: 160px;
	background:none; 
	margin:0;
    padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #sidebar1 {
/*	background-color:#FDFCC6;
*/	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	height: 395px;
*/	background-image:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #sidebar3 {
    position:fixed; _position:absolute; z-index:1; _z-index:-1;
    float:right; display:block; left:1050px; top:200px; width:95px; height:300px; margin:0; padding:0;}
.twoColFixLtHdr #mainVisual { 
	background-image:url(); background-position:top left; background-repeat:no-repeat; 
/*	float:left;
*/	width:750px; margin:0 0 0 165px; padding:0; overflow:hidden;
}
.twoColFixLtHdr #mainTitle { 
	background-image:url(); background-position:bottom left; background-repeat:no-repeat; 
/*	float:left;
*/	width:750px; height:80px; margin:0 0 0 165px; padding:0; overflow:hidden;
}
.twoColFixLtHdr #mainContent { 
	float:right; width:710px;
	margin: 20px 20px 30px 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	border-width:1px; border-style:solid; border-color:#D5D5D5;
	height:40px; background:#FFFFFF; margin:10px 0;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
