/* CSS Document */

	body {
	background: #fff;
	margin: 0;
	font-family: georgia, serif;
	color: #fff;
	}

	a {
	color: #fff;
	}

	a: hover {
	text-decoration: none;
	}

	.wrapper {
	width: 960px;
	margin: 0 auto;
	}

	.header {
	position: relative;
	height: 190px;
	background: url(../images/header.jpg) no-repeat top left;
	}

	.header h1 {
	display: none;
	}

	.header h3 {
	color: #fff;
	margin: 0;
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	width: 555px;
	left: 0px;
	top: 130px;
	}

	.navbar {
	background: url(../images/navrepeat.jpg) repeat-x top left;
	position: relative;
	height: 60px;
	}

	.navbar ul {
	position: absolute;
	display: inline;
	right: 0px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

	.navbar ul li {
	float: left;
	}

	.navbar ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 0 10px 0 30px;
	background: url(../images/knife2.jpg) no-repeat top left;
	}

	.navbar ul li a:hover {
	color: #89A3F3;
	}

	.content {
	padding: 10px 20px 20px 20px;
	background: #7390bf url(../images/rightbacking.jpg) no-repeat bottom left;
	overflow: auto;
	}

	.content h2 {
	margin: 0;
	font-size: 32px;
	font-weight: normal;
	}

	.content p {
	font-size: 15px;
	text-align: justify;
	}

	.addBanner {
		position:absolute;
		left:720px;
		width:300px;
		height:50px;
		z-index:1000;
	}

	.footer {
	font-size: 15px;
	clear: both;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #405C8C;
	text-align: center;
	border-top: 1px solid #fff;
	}

	.footer a {
	color: #ccc;
	}

	.footer a:hover {
	color: #fff;
	}

	.nblink {
	font-size: 13px;
	float: left;
	line-height: 40px;
	color: #ccc;
	text-align: center;
	width: 200px;
	}

	.innerlink {
	font-size: 13px;
	float: right;
	line-height: 40px;
	color: #ccc;
	text-align: center;
	padding: 0 10px 0 0;
	}

	#map {
	width: 427px;
	height: 350px;
	clear: right;
	margin: 0 50px 0 0;
	border: #263f68 2px solid;
	}
	
	.errors {
	border: 2px solid #FF0000;
	background-image: url(../images/error.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 3px 5px 5px 30px;
	margin: 0 auto 15px auto;
	width: 430px;
	color: #000;
	}

	.form {
	margin: auto;
	background-color: #ffffff;
	padding: 10px;
	width: 446px;
	border: 2px solid #263f68;
	color: #000;
	}

	.contactFrm {
	border: #009966 1px solid;
	padding: 10px 10px 10px 5px;
	}
	
	.content span.req {
	padding: 0;
	margin: 0;
	display: inline;
	color: #FF0000;
	font-weight: bold;
	}

	.content label {
	width: 200px;
	float: left;
	padding-right: 4px;
	text-align: left;
	padding-bottom: 5px;
	line-height: 14px;
	}
	
	#contactleft {
	width: 450px;
	float: left;
	}
	
	#contactright {
	width: 450px;
	float: left;
	}
	
	.images {
	 float: right;
	 margin: 5px 0 5px 10px;
	 padding: 3px;
	 border: 2px solid #fff;
	}

	#contactleft p {
		margin: 0;
		padding: 0;
	}

	.caption {
		float: left;
		width: 9em;
		clear: both;
		font-weight: bold;
	}

	.addrBlock {
		float: left;
	}
       
