BODY { background-color: #FFF; }
#container {
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 50;
}
IMG, .strip-bg, .nav-bg, .menutoptabs *, .dropmenudiv *, DIV#footer {
	behavior: url('js/iepngfix.htc');
}
DIV.break { clear: both; }
A IMG { border: 0; }
A { text-decoration: none; }


/* NAV */
DIV#nav {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1;
}
TABLE.nav { width: 100%; }
TD.nav-bg { background: transparent url(../images/background-nav.png) repeat-x top left; }
TD.nav-content{ width: 901px; padding: 0; overflow: hidden; min-width: 900px;}

DIV#logo { float: left; width: 192px;}

/* CONTENT */
DIV#content {
	position: relative;
	width: 899px;
	margin: 0 auto;
}
DIV#home {
	position: absolute;
	top: 225px;
	left: 0px;
}
DIV#page-panel {
	background: transparent url(../images/background-white.png) repeat top left;
	position: absolute;
	top: 76px;
	left: 0px;
	width: 862px;
	height: 530px;
}

DIV#panel-tabs { 
	float: left;
	width: 190px; 
}
DIV#panel-tabs .item {
	width: 190px;
	height: 47px;
	background: transparent url(../images/background-black.png) repeat top left;	
	margin-bottom: 2px;
	cursor: pointer;
	cursor: hand;
}
DIV#panel-tabs .item SPAN {
	color: #FFF;
	font: 11px arial;
	display: block;
	padding: 15px 0 15px 20px;
	line-height: 18px;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}

DIV#panel-content {
	width: 657px;
	padding: 15px 0px 15px 15px	;
	float: left;
}
DIV#panel-content H1 {
	font: bold 18px arial;
	color: #DA1935;
}
DIV#panel-content H2 {
	font: bold 12px arial;
	color: #DA1935;
	margin-top: 0;
	
}
DIV#panel-content P { margin: 10px 0; }	
DIV#panel-content DIV.small-caps { color: #666; font: 9px arial; text-transform: uppercase; margin-bottom: 30px; }	
DIV#panel-content #divider {
	height: 3px; 
	background: url(../images/title-divider.gif) repeat-x top left; 
	float: left; 
	margin: 11px 0px 13px;
}
DIV#panel-content #divider.mid { width: 657px; }
DIV#panel-content #divider.wide { width: 847px; }

DIV#panel-overview { font-size: 13px; }

DIV#panel-content #panel-left {
	float: left;
	height: 415px;
	overflow-y: auto;
	overflow-x: hidden;
	font: 12px arial;
	color: #231F20;
}
DIV#panel-content A {
	color: #DA1935;
	text-decoration: underline;
}
DIV#panel-content #panel-left.short { width: 314px; }
DIV#panel-content #panel-left.mid { width: 657px; }
DIV#panel-content #panel-left.wide { width: 847px; }
DIV#panel-content #panel-left .positioning { padding: 0 13px 0 0; }
DIV#panel-content #panel-right {
	float: left;
	width: 343px;
	height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	font: 12px arial;
	color: #231F20;
}
DIV#panel-content #panel-right .positioning { padding: 0 13px 0 113px; }
DIV#panel-content #panel-right UL { padding-left: 15px; }
DIV#panel-content #panel-right LI, DIV#panel-content #panel-right LI A {
	font: 14px arial;
	color: #DA1935;
	text-decoration: underline;
	line-height: 24px;
}

DIV#panel-content #panel-right UL.blogdates {
	padding-left: 0;
	list-style-type: none;
}
/* UL.blogdates A, UL.blogdates LI, UL.blogdates UL A, UL.blogdates UL LI { text-decoration: none !important; } */

DIV#footer {
	position: absolute;
	top: 620px;
	width: 862px;
	background: transparent url(../images/background-white.png) repeat top left;
	font: 10px arial;
	color: #231F20;
}
DIV#footer A {
	font: 10px arial;
	color: #231F20;
	text-decoration: none;
}
DIV#footer #left {
	float: left;
	text-align: left;
	margin: 3px 10px;
}
DIV#footer #right {
	float: right;
	text-align: right;
	margin: 3px 10px;
}
DIV#pageflip { 
	bottom: 0;
	float: right;
	position: fixed;
	right: 0;
	z-index: 1000;
}

DIV#panel-left IMG
{
	margin-bottom:10px;
}
DIV#panel-right IMG
{
	margin-bottom:10px;
}


/* HOMEPAGE TAB STRIP */
DIV#strip {
	position: absolute;
	top: 485px;
	left: 0;
	width: 100%;
	z-index: 2;
}
TABLE.strip { width: 100%; }
TD.strip-bg { background: transparent url(../images/homepage-side.png) repeat-x top left; }
TD.strip-content { 
	width: 864px; 
	padding-left: 2px;
}
DIV.strip-content {
	width: 864px;
	height: 100px;
	overflow: hidden; /* IE HACK */
}
DIV.strip-content .item {
	float: left;
	margin-right: 2px;
	background: transparent url(../images/homepage-side.png) repeat-x top left;
}
LABEL
{
	width:100px;
    clear:left;
    float:left;
	padding-top:5px;
	padding-bottom:0px;
}
.form-newsletter
{
	width:205px;
	height:20px;
	margin: 0; 
	background: transparent url(../images/box1.png) no-repeat top left;
	border:0;
}
.textarea
{
	margin-top:25px;
	width:205px;
	height:117px;
	background: transparent url(../images/box2.png) no-repeat top left;
	border:0;
}
TEXTAREA
{
	width:205px;
	height:117px;
	margin: 0; 
	background: transparent;
	border:0;
}