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

div.leftCol,
div.rightCol
{
	margin-top: 6px;
}

div.leftCol
{
	background-image: url(/assets/images/contact-bg-l.jpg);
	background-repeat: repeat-x;
}

div.rightCol
{
	background-image: url(/assets/images/contact-bg-r.jpg);
	background-repeat: repeat-x;
}

.leftCol h1
{
	margin-left: 20px;
	margin-bottom: 0px;
}

.leftCol h1 em
{
	font-weight: bold;
	font-style: normal;
}

div.photo
{
	text-align: center;
	margin-bottom: 10px;
}

div.write,
.leftCol div.phone
{
	margin-top: 25px;
	margin-bottom: 25px;
}

div.write p
{
	margin: 0;
	margin-bottom: 3px;
}

div.write address
{
	font-style: normal;
	font-weight: bold;
}

div.contactform h1
{
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.contactform form
{
	background-color: white;
	width: 84%;
	margin: 0 auto;
	padding: 25px;
}

div.contactform ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.contactform label
{
	font-weight: bold;
}

div.contactform ul li
{
	margin-bottom: 20px;
}

div.contactform input
{
	height: 20px;
	width: 150px;
}

div.contactform div.email input
{
	width: 316px;
}

div.fname
{
	float: left;
	margin-right: 10px;
}

div.memo textarea
{
	width: 386px;
	height: 60px;
}
