@charset "UTF-8";
/******************/
/*  MAIN SECTION  */
/******************/
/* MAIN CONTENT */
.main-content h1.pagetitle
{
	margin:0 0 10px 0;
	padding:3px 0 5px 15px;
    background:rgb(255,230,130) url(../img/bg_main_h.png) repeat-x;
    text-shadow: 3px 3px 4px #666;
	font-weight:bold;
}

.main-content h1.block
{
	clear:both;
	margin:1.0em 0 0.5em 0;
	padding:2px 0 3px 8px;
	background:rgb(255,230,130);
	color:rgb(255,255,255);
	font-weight:bold;
    display:block;
}

.main-content .block
{
	clear:both;
    margin:1.0em 0 0.5em 0;
	padding:2px 0 3px 8px;
	background:rgb(255,230,130);
	font-weight:bold;
    display:block;
}



.main-content table.table
{
	clear:both;
	width:400px;
	margin:2.0em 0 0.2em 20px;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:rgb(233,232,244);
}

.main-content table.table th.top
{
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:rgb(175,175,175);
	text-align:left;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:110%;
}

.main-content table.table th
{
	height:3.0em;
	padding:2px 20px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
}

.main-content table.table td
{
	height:3.0em;
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	font-weight:normal;
	color:rgb(80,80,80);
	font-size:110%;
}



.contactform
{
	width:418px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
}

.contactform fieldset
{
	padding:20px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:0 0 20px 0;
	border:solid 1px rgb(220,220,220);
}

.contactform fieldset legend
{
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:130%;
}

.contactform label.left
{
	float:left;
	width:130px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:110%;
}

.contactform select.combo
{
	width:175px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana, arial, sans-serif;
	font-size:110%;
}

.contactform input.field
{
	width:245px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana, arial, sans-serif;
	font-size:110%;
}

.contactform textarea
{
	width:245px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana, arial, sans-serif;
	font-size:110%;
}

.contactform input.button
{
	float:right;
	width:9.0em;
	margin-right:20px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color:rgb(150,150,150);
	font-size:110%;
}

.contactform input.button:hover
{
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}

/* MAIN SUBCONTENT */

.main-subcontent p
{
	clear:both;
	margin:0 10px 1.0em 10px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:110%;
}

