body{
	margin: 0;
	padding: 0;
	font: 13px verdana, sans-serif;
	background-color: #002039;
	color: #fff;
}

div#page{
	width: 784px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#top{
	position: relative;
	height: 47px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url("images/top.png");
	background-repeat: no-repeat;
}

a#logo:link, a#logo:visited, a#logo:hover, a#logo:active{
	position: absolute;
	display: block;
	top: 46px;
	left: 30px;
	width: 180px;
	height: 53px;
}

div#menu{
	float: right;
	width: 340px;
}

.menulink:link, .menulink:visited, .menulink:hover, .menulink:active{
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	font-weight: bold;
}

/*General Content*/
div#content{
	clear: both;
	position: relative;
	width: 784px;
	margin: 0;
	padding: 0;
	background:#fff;
	color: #222;
}

h1{
	height: 35px;
	margin: 0;
	padding: 7px 0 8px 0;
	background: url("images/h1.png") no-repeat;
	font: 28px verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

h2{
	clear: both;
	height: 29px;
	margin: 0;
	padding: 7px 0 8px 0;
	background: url("images/h2.png") no-repeat;
	font: 24px verdana, sans-serif;
	text-align: center;
	color: #fff;
}

h3{
	margin: 15px 0 -13px 0;
	font: 17px verdana, sans-serif;
	text-align: center;
}

p{
	margin: 15px 0 0 0;
}

form{
	margin: 0;
	padding: 0;
}

fieldset{
	margin: 15px 0 0 0;
	border: 0;
	padding: 0 0 15px 20px;
}

a:link, a:visited, a:active{
	color: white;
	text-decoration: none;
}

a:hover{
}

img{
	border: 0;
}

.clear{
	clear: both;
}

/*Home*/
img#offer{
	display: block;
}

a#print:link, a#print:visited, a#print:hover, a#print:active{
	position: absolute;
	display: block;
	top: 414px;
	left: 669px;
	width: 98px;
	height: 20px;
	background-image: url("images/fix.gif");
}

/*Locations*/
div#locations{
	float: left;
	width: 280px;
	padding: 0 0 20px 20px;
}

div#locations h3{
	text-align: left;
}

div#map {
	float: right;
	width: 440px;
	height: 460px;
	margin: 15px 20px 0 0;
	border: 1px solid #222;
}

/*About Us*/
img#aboutUs{
	float: left;
	margin: 0 20px 0 0;
}

p.aboutUs{
	margin: 15px 20px 0 0;
	text-align: justify;
}
/*Contact Us*/
p#confirmation{
	margin: 15px 0 20px 20px;
	font-weight: bold;
}

/*Footers*/
div.smallBox{
	float: left;
	width: 227px;
	height: 149px;
	overflow: hidden;
	padding: 5px 16px 5px 12px;
	background: url("images/smallBox.png");
	background-repeat: no-repeat;
	text-align: center;
}

div#left{
	margin: 20px 0 20px 0;
}

div#center{
	margin: 20px 9px 20px 10px;
}

div#right{
	margin: 20px 0 20px 0;
}

div.smallBox h3{
	margin: 0;
}

div.smallBox p{
	margin: 15px 10px 0 10px;
	line-height: 18px;
	font-size: 14px;
}

div.smallBox img{
	display: block;
	float: left;
	margin: 20px 8px 0 7px;
}

p#copyright{
	clear: both;
	padding: 0 0 15px 0;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

