.container {
	height: 525px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container .banner {
	position: absolute;
	height: 122px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.container .horizontalline {
	position: absolute;
	height: 1px;
	width: 800px;
	left: 0px;
	bottom: -10px;
	border-bottom: 1 px solid;
    background-color: #999999;
}
.container .navbar {
	position: absolute;
	height: 30px;
	width: 670px;
	left: 65px;
	top: 128px;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #335B8F;
	border-color: #FFFFFF;
}
.container .navbar .navitems {
	position: absolute;
	height: 40px;
	width: 670px;
	top: 0px;
	font-weight: bold;
}
.container .leftbar {
	position: absolute;
	height: 380px;
	width: 140px;
	left: 0px;
	bottom: -30px;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.container .com-image {
	position: absolute;
	height: 132px;
	width: 150px;
	left: -7px;
	top: 165px;
	z-index: 10;
}
.container .image {
	position: absolute;
	width: 180px;
	height: 180px;
	left: 619px;
	top: 187px;
	border: 1pt solid #CCCCCC;
}
.container .innerbox {
	position: absolute;
	height: 180px;
	width: 180px;
	left: 619px;
	top: 372px;
	border: 1px solid;
	border-color: #CCCCCC;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
:focus
{
  -moz-outline-style: none;
}



#contactform {
	font-family: verdana;
	width: 450px;
	position: absolute;
	height: 375px;
	left: 158px;
	top: 180px;
	font-size: 12px;
	z-index: 10;
                }
#contactform h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
                }
#contactform img {
	border: 0px;
                }
#contactform .errors {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
                }
#contactform .correct {
                        color: black;
                }
#contactform legend {
	font-size: 14px;
	font-weight: bold;
	color: #335b85;
	font-family: Arial, Helvetica, sans-serif;
                }
#contactform .title {
	color: #335b85;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
                }
#contactform .field {
	color: #335b85;
	font-size: 12px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
                }
#contactform .small {
                        font-size: 100%;
                }
#contactform .thanks {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
                }
