body {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align: center;
	font: normal 0.5em/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: black;
	background: #dfe2e3 url(../images/bg.jpg) left 110px repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container {
	width: 785px;
	margin: 0 auto;
}
.top {
	height: 110px;
	background: url(../images/top.jpg) left top no-repeat;
}
.top a {
	display: block;
	width: 250px;
	height: 110px;
}
.statement {
	height: 32px;
	background: url(../images/statement.jpg) left top no-repeat;
}

/* nav */

.nav {
	width: 183px;
	float: left;
	margin: 13px 0 0;
}
.nav a {
	display: block;
	width: 183px;
}
#nav1 {
	height: 31px;
	background: url(../images/nav1.jpg) left top no-repeat;
}
#nav2 {
	height: 30px;
	background: url(../images/nav2.jpg) left top no-repeat;
}
#nav3 {
	height: 30px;
	background: url(../images/nav3.jpg) left top no-repeat;
}
#nav4 {
	height: 30px;
	background: url(../images/nav4.jpg) left top no-repeat;
}
#nav5 {
	height: 30px;
	background: url(../images/nav5.jpg) left top no-repeat;
}
#nav6 {
	height: 30px;
	background: url(../images/nav6.jpg) left top no-repeat;
}
#nav7 {
	height: 30px;
	background: url(../images/supportnav.jpg) left top no-repeat;
}
#nav8 {
	height: 30px;
	background: url(../images/nav8.jpg) left top no-repeat;
}
#nav13 {
	height: 35px;
	background: url(../images/supportnav.jpg) left top no-repeat;
}

#nav1:hover, #nav2:hover, #nav3:hover, #nav4:hover, 
#nav5:hover, #nav6:hover, #nav7:hover, #nav8:hover, #nav13:hover {
	background-position: left bottom;
} 

.list li {
	display: block;
	float: left;
	position: relative;
}
.list li a {
	display: block;
	color: white;
	background: transparent;
	text-decoration: none;
}

/* submenu */

.sublist {
	z-index: 1;
	font-size: 1.4em;
	background: #f2f2f2;
	text-align: center;
}	
.sublist>ul a {
	width: auto;
}
.sublist {
	position: absolute;
	z-index: 1000;
	width: 160px;
	margin: 0 0 0 -35px;
	border: 1px solid #d5d5d5;
	border-top: 0;
}
.sublist li {
	position: relative; 
	list-style: none; 
	margin: 0 0 0 -1px;
  	float: left;
}
.sublist li a {
	display: block;
	padding: 5px;
	color: black;
	width: 150px;
	border-bottom: 0px;
	voice-family: "\"}\""; 
	voice-family: inherit;
}
.sublist li a:hover {
	font-weight: bold;
}

/* display */

.sublist {
	display: none;
}
ul li.submenu:hover ul.sublist {
	display: block;
}

/* content */

.content {
	width: 602px;
	float: left;
	background: white;
	text-align: left;
	padding: 0 0 12px 0;
}
.clearing {
	clear: both;
}
.content h1 {
	font-size: 2em;
	padding: 20px 20px 15px;
}
.content p {
	font-size: 1.5em;
	padding: 8px 20px;
	line-height: 1.75em;
}
.content ul {
	font-size: 1.5em;
	padding: 8px 40px;
	line-height: 1.5em;
}
.content li {
	padding: 5px;
}
.content a {
	color: #aa0000;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.mainimg {
	margin: 1px;
}

#usp1 {
	float: left;
	width: 199px;
	height: 254px;
	background: url(../images/usp1.jpg) left top no-repeat;
}
#usp2 {
	float: left;
	width: 200px;
	height: 254px;
	background: url(../images/usp2.jpg) left top no-repeat;
}
#usp3 {
	float: left;
	width: 203px;
	height: 254px;
	background: url(../images/usp3.jpg) left top no-repeat;
}
#usp1:hover, #usp2:hover, #usp3:hover {
	background-position: right top;
}

/* footer */

.footer {
	padding: 10px 0 0;
	clear: both;
	border-top: 2px dotted #8e8e8e;
	color: #8e8e8e;
	font-size: 1.4em;
}
.footer a {
	color: #8e8e8e;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

#webdesign {
	color: #8e8e8e;
	font-size: 1.4em;
	padding: 10px 0;
}
#webdesign a {
	color: #8e8e8e;	
}
