
html, body
{
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	position: relative;
	font-size: 12px;
}

*
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.line 
{
	width: 100%;
	margin: 30px 0 0 0;
	height: 31px;
	display: block;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #f0f0f0;
}


/*======================================================================================*/

#main
{
	width: 990px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 0;
	background: #fff;
	
}

#content
{
	padding: 0 50px 30px 50px;
	position: relative;
}


#main h1
{
	height: 42px;
	padding: 13px 0 30px 0;
	color: #1e72b6;
	text-transform: uppercase;
	font-size: 26px;
	font-family: Verdana, Arial;
}

/*======================================================================================*/
/* HEADER                                                                     */
/*======================================================================================*/

#headerHolder
{
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#headerHolder #header
{
	width: 990px;
	margin: 0 auto;
	position: relative;
}

#header .logo
{
	width: 309px;
	height: 0;
	display: block;
	position: absolute;
	left: 4px;
	top: 30px;
	text-decoration: none;
	background: url(images/logo.png) no-repeat left top;
}

#header .logo strong
{
	display: none;
}

.subnavigation
{
	position: absolute;
	right: 70px;
	top: 65px;
	color: #bcd0e0;
	font-family: Tahoma;
	font-size: 11px;
}

.subnavigation a
{
	padding: 0 5px 0 25px;
	color: #034e8c;
	text-decoration: none;
}

.subnavigation a:hover
{
	text-decoration: underline;
}

.subnavigation a.map {background: url(images/ico-map.png) no-repeat 3px center; }
.subnavigation a.mail {background: url(images/ico-mail.png) no-repeat 3px center; }
.subnavigation a.print {padding: 0 5px 0 20px; background: url(images/ico-print.png) no-repeat 3px center; }

/*==========================*/

#menu
{
	position: absolute;
	left: 30px;
	top: 305px;
	font-family: 'EuromodeBold', Verdana, Arial;
}

#menu ul li
{
	padding: 0 10px;
	display: inline-block;
	float: left;
}

#menu ul li.first
{
	background: none;
}

#menu ul li a
{
	height: 38px;
	padding: 0 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover
{
}

#menu ul li a.active, #menu ul li a.active:hover
{
	color: #bae707;
}




#content .bolderText 
{
	padding: 0 0 20px 0;
	color: #000;
	font-weight: bold;
	line-height: 18px;
}

#content .bolderText p
{
	padding: 10px 0;
}

#content .semi
{
	width: 48%;
	padding: 0 1% 0 0;
	float: left;
}

#content h2
{
	color: #000;
	font-size: 12px;
	padding: 0 0 20px 0;
}

#content ul li
{
	padding: 4px 0 4px 25px;
	line-height: 16px;
	list-style-type: none; 
}

.box1
{
	width: 508px;
	height: 152px;
	float: left;
}

.box2
{
	width: 310px;
	height: 152px;
	float: right;
}

#content .box1, .box2
{
	padding: 10px 0 0 25px;
	margin: 30px 0 0 0;
}

#content .box1 h2, #content .box2 h2
{
	padding: 0 0 10px 0;
	color: #000;
	text-transform: uppercase; 
	font-size: 14px;
	font-family:  Verdana, Arial;
}

#content .box1 ul li,
#content .box2 ul li
{
	padding: 5px 0 5px 30px;
	line-height: 16px;
	list-style-type: none; 
	color: #000;
}

#content .box2
{
	font-size: 11px;
	line-height: 18px;
}

#content .box2 p
{
	padding: 10px 0 0 0;
}

#content .darker
{
	color: #000;
}

#content .darker a
{
	font-weight: bold;
}

/****************************************************************************************/


.contactLeft
{
	width: 280px;
	float: left;
	line-height: 18px;
}

.contactRight
{
	width: 585px;
	float: right;
}

.mapHolder
{
	width: 580px;
	height: 428px;
	overflow: hidden;
	border: 3px solid #b0cce3;
	display: none;
}

.label
{
	width: 60px;
	padding: 5px 0;
	display: block;
	line-height: 13px;
	float: left;
}

.contactLeft input, .contactLeft textarea
{
	width: 190px;
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #d9e6f0;
	background: #fff;
}

.contactLeft textarea
{
 	height: 100px;
}
 
.contactLeft input.sendButton
{
	width: 91px;
	height: 21px;
	padding: 0;
	margin: 0 0 20px 60px;
	border: 0;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
}
 	
 
#content .contactLeft h2,
#content .contactRight h2
{
	color: #000;
}