/**
 *	Tasken from http://www.positioniseverything.net/piefecta-rigid.html
 */

/** TAGs **/ 
html, body {
	margin: 0; padding: 0; border: 0;
}
/** Generic classes **/
.png {
	behavior: url('/df/css/png.php');
	border: 0px solid ;
}
.clear { 
	clear: both; 
}

/** Top bar and main menu **/
.topbar {
	clear: both;
}
.top-date {
	width: 147px;
}
* html .top-date {
	width: 151px;
}
.top-bar-wrapper {
	width: 100%;
}
#main-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-menu li {
	float: left;
	height: 16px;
}

/** Left **/ 
#left-menu-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left-menu-list li {
	float: left;
	width: 80%;
}
.wide { /* Top bar with menu and bottom copyrigh bar */
	width: 100%; 
}

.bottom {
	position: relative;
}
.wrapper {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

.wrapper_ny {
        margin: 0 auto;
        width: 780px;
        text-align: left;
}


* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 782px;
	wid\th: 780px;
}

.outer {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 150px;    /*** Critical left col dimension value ***/
	width: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #000000;   /*** Critical left divider dimension value ***/
	border-right: 1px solid #000000;   /*** Critical right divider dimension value ***/
	background-color: #FFFFFF;
}

* html .outer {   /*** IE5.x/win box model fix ***/
	width: 480px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
* html .outer {
	word-wrap: break-word;
}
.float-wrap {
	float: left;
	width: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}

.center {
	word-wrap: break-word;
	float: right;
	width: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */
}
.left {
	float:left;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical left col/divider dimension value ***/
	margin-left: -151px;    /*** Critical left col/divider dimension value ***/
}

*>html .left {width:151px;}   /*** Fix only for IE/Mac ***/

.container-left {
	width: 150px;    /*** Critical left col dimension value ***/
	padding-bottom: 0px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
}

.right {
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical right col/divider dimension value ***/
	margin-right: -150px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
}

/* \*/
* html .right {
	margin-left: 0px; 
	margin-right: -500px; 
	mar\gin-right: -152px;
}
/* */

.container-right { 
	/* \*/width: 150px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
	padding-bottom: 50px;   /*** To keep content from going underneath the AP bottom boxes ***/
}

/* \*/
* html .container-right {
	fl\oat: right;
	margin-left: 2px; 
	mar\gin-left: 0px; 
	padding-bottom: 50px;
}

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */




