@charset "utf-8";
/* CSS Document */

/*
 * html & body
 **************************/
html{
	height:100%;
}
body{
	height:100%;
}
 
*html html{
	height:99%;

}
*html body{
	height:99%;
}

/*
 * all
 **************************/
div#all{
	width:100%;
	min-width:940px;
	margin:0 auto;
	height:100%;
	
}
*html div#all{
	width:940px;
}


/*
 * container
 **************************/
div#container{
	background-color:#fff;
	width:909px;
	min-width:909px;
	position:relative;
	left:50%;
	margin-left:-467px;
	margin-top:10px;
	border-left:24px solid #010003;
	min-height:100%;
}


*html div#container{
	width:910px;
	height:100%;
}


/*
 * header
 **************************/
div#header{
	height:79px;
	background-color:#010003;
	position:relative;
	width:909px;
}
*+html div#header{
	width:908px;
}

div#login{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#009EE0;
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:150px;
	height:15px;
	padding-top:3px;
	line-height:18px;
/* TODO:......  */
	display:none;
}


/*
 * banner layout
 **************************/
div#banner{	
	background:url(../images/banner_bg.jpg) bottom repeat-x;
	margin-left:29px;
	padding-top:26px;
	height:203px;
}


div#banner div#left{
	float:left;
}
div#banner div#middle{
	float:left;
}
div#banner div#right{
	width:271px;
	float:left;
}

/*
 * mainNav layout
 **************************/
div#mainNav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:15px 0 15px 29px;
	height:45px;
	text-align:center;
/*	border:1px solid #0ff;
*/}

/*
 * main
 **************************/
div#main{
	position:relative;
	border:1px solid #fff;
}
div.twocolumn{
	background:url(../images/main_bg.jpg) 309px repeat-y;
}
div.onecolumn{
	background:url(../images/onecolumn_main_bg_bottom.jpg) bottom left no-repeat;
	margin-left:29px;
	background-color:#fff;
	min-height:295px;
	position:relative;
}
*html div.onecolumn{
	height:295px;
}
/*
 * main content
 **************************/
div#content{
	float:right;
	width:590px;
	padding-bottom:20px;
}
 

/*
 * main sidebar
 **************************/
div#sidebar{
	width:300px;
}


/*
 * footer
 **************************/
div#footer{
	clear:both;
	height:58px;
	padding-top:10px;
	margin-left:298px;
}
