/*

	Cascading Style Sheet
	Internich LLC
	A Limited Liability Company
	
	www.internich.com
	Copyright (C) 2007. All rights reserved.
	
*/
@import url(base.css);



/*

	Splash
	
*/
#splash { background: url(images/main_splash.jpg) no-repeat; margin: 0 8px 0 9px; width: 900px; height: 200px; text-indent: -9000px; overflow: hidden; }
#splash-btm { background: url(images/main_splash_btm.jpg) no-repeat; margin: 0 8px 10px 9px; width: 900px; height: 49px; }



/*

	Sidebar
	
*/
* html #sidebar { margin: 0; }
#sidebar { float: right; width: 280px; margin: 0 20px 0 0; }
#splitter { float: left; width: 20px; }
#news { float: right; width: 200px; margin: 0 25px 0 30px; }
#sidebar #news h3 { font-size: 18px; color: #294560; width: 115px; border-bottom: 5px solid #eee; margin-bottom: 20px;  }
#sidebar #news ul { list-style: none; color: #777; }
* html #sidebar #news ul li { background: url(images/icon_news.jpg) 3px 5px no-repeat; }
#sidebar #news ul li { background: url(images/icon_news.jpg) 3px 3px no-repeat; font-size: 11px;c olor: #555; margin: 10px 0; padding: 0 0 10px 25px; border-bottom: 1px dotted #ccc;  }
#sidebar #news ul li span { font-size: 9px; color: #999;  }
#sidebar #news ul li.noborder { border: none; overflow: hidden; }



/*

	Content

*/
#content { overflow: hidden;  }
* html #main { overflow: hidden; margin: 0 20px 0 18px;  }
#main { float: left; width: 500px; margin: 0 30px; padding: 0 20px; }
.h2-main { color: #294560; width: 320px; line-height: 30px; margin: 2px 0; font-size:22px;}
.p-main { font-size: 15px; color: #808080; }
