* {
	margin: 0;
	padding: 0;
}
 
body {
	padding: 0;
	margin: 25px 0;
	background-color: #ccc;
	background-image: url('../images/unitrak_background.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 68.8%;
	color: #000;
}
 
h1 {
	font-size: 1.2em;
	margin-top: 1em;
}
 
h2 {
	font-size: 1em;
	margin-top: 2em;
}
 
p {
	margin-top: 0.5em;
	padding: 0.5em;
	line-height: 1.5em;
	text-align: justify;
}

ul {
    list-style-position: outside;
	margin: 0px 5em;
} 

li {
	padding: 0.5em;
	text-align: justify;
}

.clear {
	clear: both;
	line-height: 0;
	display: block;
	height: 1px;
	overflow: hidden;
}
 
.special {
	background-color: transparent;
	color: #0e8353;
}

#rounded, #roundedb {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 739px;
	background: transparent;
	color: #000;
}

#container {
	width: 695px;
	background: #656565;
	background-image: url(../images/container_background.gif);
	background-repeat: repeat-y;
	color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 22px;
}

#container3 {
	width: 739px;
	background: #fff;
	color: #000;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#container4 {
	width: 695px;
	background: #656565;
	background-image: url(../images/container4_background.gif);
	background-repeat: repeat;
	color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 22px;
}
 
#hidden, #map {
	display: none;
}
 

#header {
	width: 695px;
	height: 55px;
	background-color: #dedede;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 1em 22px 1.5em 22px;
}
 
#header img.logo {
	margin-right: 1.5em;
	vertical-align: middle;
	float: left;
}

#footer-new {
	width: 739px;
	background-color: #224c8d;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	text-align: left;
	padding: 1em 22px 0.7em 22px;
}
 
#header p {
	width: auto;
	float: none;
	padding: 0;
	margin-left: 0;
	margin-right: 25px;
}
 
#footer-new .address, #header .address {
    
	display: inline;
}

a:link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
 
a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
 
a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}