/* CSS Document */

#leftCol{
	float:left;
	width:430px;	
	padding-bottom: 15px;
}
#rightCol, #contactform{
	float:right;
	width:430px;	
}
#contactform label{
	display: block;
    float: left;
    margin-right: 10px;
    text-align: left;
	line-height:24px;
}
#contactform {
	padding-bottom:20px;
}
.captchaImage{
	border: 1px solid #CCC;
	margin: 0 0 5px 3px;
}
.requiredinput{
	border: solid #F00;
	width:300px;
	float:right;	
	margin-bottom:3px;
	resize:none;
}
textarea, .contactinput{
	width:100%;
	margin-bottom:3px;
	resize:none;
}
#contactform textarea{
	overflow: auto;	
	height:100px;
}

#webmaster{
 	border-color: #A0B5C6;
    border-radius: 10px 10px 10px 10px;
	behavior:url(/js/PIE.htc);
    border-style: solid;
    border-width: 2px;
    bottom: 10px;
	background-color:white;
    box-shadow: 5px 5px 5px #A0B5C6;
    margin-bottom: 15px;
    padding: 5px 15px 10px 15px;
    position: relative;
    top: 0;
    width: 400px;
}

#webmaster p{
	font-size: 14px;
}

#contactform input#submit{
	width:100px;
	background-color:white;
	border-color:#245478;
	border-style:solid 1px;	
	float:right;
	padding:2px;
}
#topLeftBox, #bottomLeftBox{
 	border-color: #A0B5C6;
    border-radius: 10px 10px 10px 10px;
	behavior:url(/js/PIE.htc);
    border-style: solid;
    border-width: 2px;
    bottom: 10px;
	background-color:white;
    box-shadow: 5px 5px 5px #A0B5C6;
    margin-bottom: 15px;
    padding: 5px 15px 10px 20px;
    position: relative;
    top: 0;
    width: 400px;
}
#bottomLeftBox{
	font-size:0.8em;	
}
#topLeftBox p .boldblue{
	color:#194260;
}
p.bold{
	font-weight:bold;	
}
#contactdetails{
	width:430px;	
	line-height:10px;
}
#contactdetails #method{
	width:70px;
	float:left;	
}
#contactdetails #description{
	width:350px;
	float:right;	
}