@charset "UTF-8";
/* CSS Document */

div.backBlock
{
	width:898px;
	height:636px;
	position:relative;
	background-image:url(../images/home_bg_mid.gif);
	background-repeat:repeat-y;
	margin: 18px auto;
	z-index:0
}

div.backBlock div.topBlock, div.backBlock div.bottomBlock, div.backBlock div.headerHome
{
	width:898px;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

div.backBlock div.topBlock
{
	height:20px;
	background-image:url(../images/home_bg_top.gif)
}

div.backBlock div.headerHome
{
	height:248px;
	background-image:url(../images/home_header.gif);
}

div.animatedLogo
	{
		width:405px;
		height:112px;
		position:absolute;
		top:34px;
		left:246px;
		
	}

div.backBlock div.bottomBlock
{
	position:absolute;
	bottom:0px;
	left:0px;
	height:20px;
	background-image:url(../images/home_bg_bot.gif);
}



/*menu column*/


div.menuColumn, div.searchColumn
{
	text-align:left;
	width:234px;
	height:325px;
	position:absolute;
	bottom:43px;
	background-image:url(../images/column_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #a54b42;
}

div.menuColumn{
	
	left:43px;
	
}

div.menuColumn a{
	font-size:15px;
	color:#D2A5A0;
	line-height:25px;
	margin-left: 20px;
	text-decoration:none;
	display:block;
}

div.menuColumn div.address
{
	font-size:10px;
	color:#D2A5A0;
	line-height:13px;
	margin-left:20px;
	margin-right:20px;
	position:absolute;
	bottom:20px;
}
div.menuColumn div.address a
{
	font-size:10px;
	color:#D2A5A0;
	line-height:13px;
	display:inline;
	margin-left:0px;
	text-decoration:underline;
}
div.menuColumn div.address a:hover
{
	color:white;
	text-decoration:none;
}
/*SEARCH FORM*/
div.searchColumn
{
	right:43px;
}

div.searchColumn form
{
	margin:0px;
	pading:0px;
	width:174px;
	margin: 0px 25px;
}

div.searchColumn form img.searchTitle
{
	margin-left:0px;
	margin-bottom:20px;
}

div.searchColumn form fieldset
{
	border:0px;
	width:180px;
	margin: 0px;
	padding:0px;
}
div.searchColumn label
{
	font-size:10px;
	color:#E9D2D0;
	margin-top:8px;
	margin-bottom:4px;
	display:block;
}
div.searchColumn label.radioButtons
{
	display:inline;
}
div.searchColumn select
{
	width:180px;
	height:22px;
}

.submitButton
{
	border:none;
	
	background: transparent;
	background-color:#67231C;
	background-image:url(../spacer.gif);

	background-repeat:no-repeat;
	
	width:180px;
	height:22px;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
	text-align:right;
	margin-top:28px;
	padding:0 4px;
}

div.newsColumn
{
	position:absolute;
	top:220px;
	left:287px;
	
	
	width:324px;
	height:424px;
	
	z-index:20;
}

div.newsColumn div.leftShdw, div.newsColumn div.rightShdw
{
	position:absolute;
	
	bottom:26px;

	width:10px;
	height:250px;
	
}
div.newsColumn div.leftShdw
{
	
	left:0px;

	background-image:url(../images/home_newsBlockShdw_left.gif);
	
}
div.newsColumn div.rightShdw
{
	right:0px;

	background-image:url(../images/home_newsBlockShdw_right.gif);
	
}
div.newsColumn div.newsFlash{
	position:absolute;
	left:10px;
	background:#9a352a;
	width:304px;
	height:424px;
	border-bottom:1px solid #561d17;
}
