﻿@IMPORT url(basic.css);
@IMPORT url(menus.css);
@IMPORT url(news.css);
@IMPORT url(breadcrumb.css);

/** - Layouts - **/
div.pagewrapper
{
	margin: 0 auto;
	width:987px;	
	text-align:left;
	padding:0;	
}
div.sublayoutwrapper
{
	background-image:url(/images/bodybg.jpg);
	height:auto;
	width:987px;
	clear:both;
}
div.leftColumn
{
	background-color: #cbd9eb;		
	width: 180px;
	height:auto;	
	min-height: 300px;
	float: left;
	text-align:left;		
}

#rightColumn
{
	height:auto;
	width: 807px;
	margin-right: 0px;
	float: right;
	text-align:left;		
}

#leftContentColumn
{
	height:auto;	
	float: left;
	text-align:left;
	padding: 5px 5px 5px 5px;	
	width: 613px;
}

#rightContentColumn
{
	height:auto;
	width: 160px;
	float: right;
	text-align:left;	
	padding:0px 10px 10px 10px; 
}
div.toplogowrapper
{
	background-color: #5d91d4;	
	padding: 5px 10px;
	width:967px;
	height:40px;
}
div.topmenuwrapper
{
	background-color: #6fa2e3;	
	padding: 5px 15px 2px 5px;
	width:967px;
	height:20px;
}
div.topmenu
{
	text-align: left;
	float:left;
	width:583px;
	height:16px;
	padding: 0px 0px 0px 180px;
}
div.topaddress
{
	float: left;
	width:960px;
}

div.topimage
{
	width:987px;
	height:104px;
	border:solid 1px red;
	background-image:url(/images/top.jpg);
	background-position:right;
}



div.searchbox
{
	float: left;
	padding: 0px 0px 0px 10px;
	margin: -2px 0px 0px 0px;
}

.clear
{
	clear: both;
}
div.bottomline
{
	background-color:#94b7e5;
	height:30px;		
}

@media print{
	.noprint 
	{
		display: none;
	}	
	
	div.leftColumn
	{
		display:none;
	}
	div.pagewrapper
	{
		margin:0px 0px 0px 0px;
		width:650px;
	}
	div.sublayoutwrapper
	{
		background-image:none;
		width:650px;
	}
	#rightColumn
	{
		float:left;
		width:650px;
	}
}