*{margin:0; padding:0; font-size: 14px; font-family:"Trebuchet MS", Verdana, Arial; font-weight: normal; color: #024999}

body{
	background: url(../images/bodybg.jpg) repeat-x;
	}

#wrapper{
	margin: 0 auto;
	width: 750px;
	padding-top: 20px;
	}

#head{
	background: url(../images/head.png) no-repeat;
	height: 104px;
	}

h1{
	color: #FFFFFF;
	font-size: 39px;
	text-align: center;
	padding-top: 15px;
	line-height: 32px;
	}
	
#menu{
	height: 28px;
	border: 3px solid #024999;
	border-bottom: none;
	background: url(../images/menubg.png) repeat-x;
	padding-top: 3px;
	}
	
#menu li{
	float: left;
	list-style: none;
	padding: 0 35px;
	}

#menu a{
	padding-top: 2px;
	background: url(../images/buttonbg.png) no-repeat;
	display: block;
	height: 24px;
	width: 115px;
	text-align: center;
	font-weight: bold;
	color: #024999;
	text-decoration: none;
	}
	
#menu a:hover{
	background: url(../images/buttonbghover.png) no-repeat;
	color: #000000;
	}
	
#innerwrap{
	border: 3px solid #024999;
	background: url(../images/innerbg.png) repeat-x bottom;
	}

#submenu{
	width: 150px;
	float: left;
	margin: 15px 0;
	}

#submenu ul{
	padding-left: 20px;
	}

#submenu li{
	padding: 5px 0;
	}
	
#submenu li a{
	font-weight: bold;
	text-decoration:none;
	}
	
#submenu li a:hover{
	color: #6691C1;
	}

#content{
	float: right;
	margin: 10px 0;
	padding-left: 20px;
	padding-right: 10px;
	}

#content img{
 border: 1px solid #024999;
 margin: 5px 0;
 }

.twocol{
	width: 550px;
	border-left: 1px solid #024999;
	}

.onecol{
	width: 720px;
	}
	
h2{
	font-size: 39px;
	padding-bottom: 10px;
	}

h3{
	font-size: 20px;
	font-weight: bold;
	width: 540px;
	background: url(../images/innerbg.png) repeat-x;
	margin-bottom: 10px;
}
#content p{
	padding-bottom: 10px;
	font-size: 17px;
	text-align: justify;
	}

#content p a{
	font-size: 17px;
	text-decoration: underline;
	}
	
#content p a:hover{
	color: #6691C1;
	}

#foot{
	background: url(../images/footbg.png) no-repeat;
	height: 77px;
	}
	
#footl{
	float: left;
	padding: 15px 0 0 10px;
	}

#footl img{
	border: none;
	}
	
#copy{
	color: #FFF;
	font-size: 12px;
	}

#footr{
	float: right;
	padding: 7px 10px 0 0;
	}

#footr p{
	display: inline;
	padding-left: 5px;
	}
	
#home #menu .home a,
#services #menu .services a,
#products #menu .products a,
#contact #menu .contact a{
	background: url(../images/buttonbghover.png) no-repeat;
	color: #000000;
	}

div#map {
	border: 1px solid #024999;
	height:500px;
	min-height:500px;
	margin-bottom:10px;
}

#content p.small{
	font-size: 10px;
	}
	
label{
	float: left;
	width: 120px;
	}

input, textarea, select{
	width: 420px;
	}

textarea{
	height: 200px;
	}

form div{
	margin-bottom: 5px;
	}

.submit{
	width: 120px;
	border: 1px solid #024999;
	background: url(../images/innerbg.png) top;
	}

#hide{
	display: none;
	}
	
p strong {
	font-size: 19px;
	font-weight: bold;
	}

label strong{
	font-weight: bold;
	}
	
.error{
	color: #CC0000;
	}