@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	background-image: url(/images/tail-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#clock {
	font-weight: bold;
	color: #CCC;
	height: 25px;
	text-align: left;
	padding-top: 2px;
	overflow: hidden;
}
#header {
	sheight: 50px;
	padding-top: 25px;
}
#content {
	padding: 5px;
}
#footer {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#nav {
	background-image: url(/images/nav-tail.gif);
	background-repeat: repeat-x;
}
#nav div.right {
	background-image: url(/images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav div.left {
	background-image: url(/images/nav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav div.main {
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
}
#nav li {
	display: block;
	float:left;
	list-style-type: none;
	padding-left: 10px;
	height: 50px;
	margin-left: 5px;
}
#nav li.selected, #nav li.hover {
	background-image: url(/images/nav-act-left.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#nav li.selected a, #nav li.hover a {
	background-image: url(/images/nav-act-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav a {
	display: block;
	height: 50px;
	padding-right: 10px;
	padding-top: 15px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color:#333;
}
#title {
	background-image: url(/images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 232px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#wizard {
	position:relative;
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 300px;
        background-color: #FFF;
        border: 1px solid #CCC;
	padding: 20px;
}
* html #wizard {
	height:300px;
}
#wizNav {
	position:absolute;
	bottom:10px;
	width: 720px;
}
#title div.caption {
	padding-top: 10px;
	float:right;
	width: 600px;
	text-align: center;
}

#title h1 {
	font-size:18px;	
}
#title h2 {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;
}

div.benefits {
	float:left;
	width: 300px;
	height: 100px;
	padding-left: 40px !important;
	padding-right:10px;
	color:#333;
	background-repeat: no-repeat;
	background-position: left top;	
}
div.benefits h3 {
	font-size:12px;
}
