/* mac hide\*/
html, body, #outer {
	height:100%;
	margin: 0;
	padding: 0;
	min-height:100%;
}
/* end hide */
body {
	padding:0;
	text-align:center;
	min-width:1200px;/* for mozilla*/
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:17px;
}


#outer{
	height:100%;
	width:1200px;
	text-align:left;
	margin: 0 auto;
	position:relative;
	background-image: url(/backgrounds/outer_bg.gif);
	background-repeat: repeat-y;	
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#innerwrap {/* enables content first */
	width:1200px;
}
#left {
	padding-top:140px;/*needed to make room for header*/
	padding-right:20px;/*needed to make room for header*/
	position:relative;/*ie needs this to show float */
	width:290px;
	float:left;
	padding-bottom:50px;/* needed to make room for footer */
}

#centrecontent {
	padding-top:140px;/*needed to make room for header*/
	position:relative;/*ie needs this to show float */
	float:right;
	width:890px;
	padding-bottom:50px;/* needed to make room for footer */
}



/**********HEADER STYLES **********************/


#header{
	position:absolute;
	top:0;
	left:0px;
	width:1200px;
	height:130px;
	overflow:visible;
	z-index:100;
	background-color: #ffffff;
}

#header1{
	width:1200px;
	height:260px;
	z-index:101;
	background-image: url(/backgrounds/flash-bg.gif);
	background-repeat: no-repeat;	
	
}


#flashed{
	width:1200px;
	height:260px;
	z-index:102;
	background-color: #ffffff;
}


	
#logo {
	width:226px;
	height:99px;
	position:relative;
	padding-top:16px;
	padding-left:27px;
	float:left;
}

#header_text {
	width:844px;
	height:48px;
	position:relative;
	padding-top:43px;
	padding-left:62px;
	float:left;
}

	
#header2 {
	width:1200px;
	padding:0px;
	height:130px;
	background-color:#404041;
}


/**********FOOTER STYLES **********************/

#footer {
	width:1200px;
	clear:both;
	height:30px;
	left:0;
	bottom:0;
	position: absolute;
	background-color:#ffffff;
	padding-top:20px;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:52px;/* for ie6 */
}

#footer1 {
	width:1200px;
	height:30px;
	background-color:#404041;
}

#copyright {font-size:10px; text-align:left; color:#ffffff;float:left; width:500px;padding-top:7px; padding-left:10px;}
#nbw {font-size:10px;text-align:right; color:#ffffff; float:right;width:150px; padding-top:7px; 	padding-right:10px; }

a.nbwlink 			{font-family: Arial, Helvetica, sans-serif; font-size:10px;   }
a.nbwlink:active 	{  	text-decoration: underline;color:#ffffff 	}
a.nbwlink:visited 	{   text-decoration: none;	color:#ffffff		}
a.nbwlink:link 		{	text-decoration: none;	color:#ffffff		}
a.nbwlink:hover 	{  	text-decoration: underline;color:#ffffff }

#clearfooter {width:100%;height:2px;clear:both;} /* to clear footer */


