﻿
div.contactlh {
    float: left;
}

div.contactrh {
    float: left;
    position: relative;
    left: 20px;
    font-weight: normal;

}

p#centreaddress {
    float: left;
    font-weight: inherit;
    margin-right: 40px;
    }

p#postaladdresstitle{
    float:left;
    margin-right: 15px;
}

p#postaladdress {
    float: left;
    }

p#emailadd {
    font-weight: inherit;
    }

p#phoneno {
    font-weight: inherit;
    }

div#map {
    clear: both;
    border-width: 1px;
    height: 330px;
    width: 510px;
    }
    
div#map a {
    color: #666666;
    font-style: inherit;
    }

p#cont {
    clear: both;
    padding-top: 30px;
    
}   

iframe#google {
    width: 510px;
    height: 300px;
    border-width: 0;
}


div.submitform{
	padding: 5px 10px 5px 10px;
	width: 490px;
	background-color: #f1f1f1;
	border-width: 1px;
	border-color: #c9c9c9;
	border-style: solid;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

div.submitform p 
{
    margin-bottom: 10px;
}

/* .Net Controls */
.btnnormal {
	font-family: inherit;
	font-size: 1.3em;
	color: inherit;
	background-color: #d5d5d5;
	border-width: 1px;
	border-bottom-color: #777777
}

.asptxtBox 
{
    margin-bottom: 10px;
}

span.txtboxlblpos 
{
    font-size: 1.3em;
}

.txtbox_name 
{
    position: relative;
    left: 25px;
}

.txtbox_email
{
    position: relative;
    left: 7px;
}

.txtbox_phone 
{
    position: relative;
    left: 2px;
}
