
#content .bolderText 
{
	padding: 0 0 20px 0;
	color: #1177c9;
	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: #043862;
	font-size: 12px;
	padding: 0 0 20px 0;
}

#content ul li
{
	padding: 4px 0 4px 25px;
	line-height: 16px;
	list-style-type: none; 
	background: url(images/ico-ok2.png) no-repeat left 3px;
}

.box1
{
	width: 508px;
	height: 152px;
	float: left;
	background: url(images/box1.png) no-repeat left top;
}

.box2
{
	width: 310px;
	height: 152px;
	float: right;
	background: url(images/box2.png) no-repeat left top;
}

#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: #0c5a9a;
	text-transform: uppercase; 
	font-size: 14px;
	font-family: 'EuromodeBold', Verdana, Arial;
}

#content .box1 ul li,
#content .box2 ul li
{
	padding: 5px 0 5px 30px;
	line-height: 16px;
	list-style-type: none; 
	color: #0c5a9a;
	background: url(images/ico-ok.png) no-repeat left 3px;
}

#content .box2
{
	font-size: 11px;
	line-height: 18px;
}

#content .box2 p
{
	padding: 10px 0 0 0;
}

#content .darker
{
	color: #0c5a9a;
}

#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;
}

.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 url(images/input.png) no-repeat left top;
}

.contactLeft textarea
{
 	height: 100px;
}
 
.contactLeft input.sendButton
{
	width: 91px;
	height: 21px;
	padding: 0;
	margin: 0 0 20px 60px;
	border: 0;
    }