/* CSS Document */

body
{
background-image:url(../images/bg_contact_body.jpg);
background-repeat:repeat-x;
}

.container
{
background-image:url(../images/bg_contact.jpg);
background-repeat:no-repeat;
height:450px;
}

.contentarea
{
background-image:url(../images/bg_contact_content.jpg);
background-position:bottom right;
background-repeat:no-repeat;
height:500px;  /*  adjust this height for content volume */
}

.contentleft
{
height:430px; /*  adjust this height for height of middle black bar */
}

.contentright
{
height:525px; /* adjust this height for content volume */
}

.formfield
{
font-size:9pt;
border:1px solid #999999;
}

.submitbutton
{
background-color:#CCCCCC;
border:1px solid #999999;
font-size:9pt;
}

.map
{
	background-image: url(../images/map.jpg);
	width: 197px;
	height: 272px;
	top: 350px;
	margin-top: 20px;
}