﻿body
{
    background-color    : White;
    background-image    : url(../images/imgBackground.jpg);
    background-repeat   : repeat-x;
	font-family			: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
}

img
{
	border				: 0px;
	/*behavior			: url(../iepngfix.htc);*/
}

A:Link
{
	color				:	#000000;
	text-decoration		:	underline;
}

A:Visited
{
	color				:	#000000;
	text-decoration		:	underline;
}

A:Active
{
	color				:	#000000;
	text-decoration		:	underline;
}

A:Hover
{
	color				:	#e4312c;
	text-decoration		:	underline;
}

.pnlContainer
{
    position    		: absolute;
    left        		: 50%;
    width       		: 918px;
	margin-left 		: -456px;
	top					: 0px;
	height				: 690px;
	padding-bottom		: 115px;
	background			: url(../images/imgContentBackground.png) repeat-y top left !important; /*Mozilla will apply this one*/
}

* .pnlContainer
{
	background			: url(../images/imgContentBackground.jpg) repeat-y top left;	/*IE will apply this one*/	
}

.pnlLogo
{
    position            : absolute;
    top                 : 20px;
    left                : 275px;
}

.pnlContact
{
    position            : absolute;
    top                 : 400px;
    left                : 773px;
}

.pnlBottomHead
{
    position            : absolute;
    bottom              : -3px;
    left                : 30px;
}

.pnlContentBottom
{
    position            : absolute;
    bottom              : -11px;
}

.pnlMenu
{
    position            : absolute;
    width               : 215px;
    top                 : 350px;
    height              : 300px;
    left                : 09px;   
}

.pnlHeaderImage
{
    position            : absolute;
    left                : 9px;
    top                 : 110px;
    border-top          : 1px solid #e2312c;
}

.pnlFrontpage
{
	position			: absolute;
    left        		: 50%;
    width       		: 778px;
	margin-left 		: -400px;
	top					: 50px;
	height				: 563px;
}

.pnlContent
{
    position            : relative;
    padding-top         : 360px;
	left        		: 50%;
    margin-left         : -180px;
    width               : 440px;
    text-align          : justify;
    line-height         : 22px;
}

.pnlSig
{
    position            : absolute;
    top                 : 650px;
    left                : 200px;
}

.txtArea
{
	font-family			: Geneva,"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size			: 13px;
	padding				: 3px;
	width				: 315px;
	height				: 125px;
}

.pnlMap
{
	position			: absolute;
	top					: 391px;
	left				: -1px;
	width				: 584px;
	height				: 280px;
}

.pnlMapMenu
{
	position			: absolute;
	top					: 364px;
	left				: 30px;
	z-index				: 100;
}

.pnlMapBackground
{
	position			: absolute;
	left				: -10px;
	width				: 602px;
	height				: 298px;
	background-image	: url(../images/imgMapBackground.png);
	background-repeat	: no-repeat;
}

.pnlContactInformation
{
	position			: relative;
	top					: 300px;
	z-index				: 200px;
}

.tblContact
{
	font-family			: Geneva,"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size			: 11px;
	width				: 800px;
}

.txtBold
{
	font-weight			: bold;
}