body,h1,h2,h3,h4,h5,h6,p,address,blockquote,form,label,input,select,textarea,legend,label,ul,ol,li,hr { margin: 0; padding: 0; }
body {
	background-color: #f9f9f9;
	color: #4a5e7f;
	font-size: 90.1%;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 1.5em;
	padding: 50px 0 50px 0;
	behavior:url("csshover3.htc");
}

img { border: 0; }
ol, ul {
	list-style-type: none;
}

#wrap {
	width: 850px;
	margin: auto;
}

#cover {
	width: 350px;
	float: left;
	margin: 0 25px 0 0;
	text-align: center;
}

#downloads {
	width: 350px;
	float: left;
	margin: 0 25px 0 0;
	text-align: center;
}

#downloads a {
	color: #4e4e4e;
	text-decoration: none;
	padding-bottom: 2px;
}
#downloads a:hover {
	color: #4a5e7f;
	font-weight: bolder;
}

#copy {
	width: 430px;
	float: left;
	margin-right: 30px;
}

#copy h2 {
	font-size: 2.5em;
	line-height: 0.9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}

#copy p {
	padding-bottom: 1em;
}

#copy p img {
	float: left;
	margin: 0 10px 0 0;
}

#copy a {
	color: #4e4e4e;
	text-decoration: none;
	padding-bottom: 2px;
}
#copy a:hover {
	border-bottom: 2px solid #999;
}


/**************

Footer Styles

*/

#footer {
	clear: both;
	float: right;
	margin-right: 20px;
}

#footer ul li {
	display: inline;
	margin-right: 50px;
}
#footer ul li a {
	border-bottom: 2px solid #4a5e7f;
}
#footer ul li a:hover {
	border-bottom-color:#999;
}


/**************

Header Styles

*/

#header {
	width: 850px;
	text-align: center;
	margin: 0 auto 5px auto;
}
#header h1 {
	color: #4a5e7f;
	font-size: 3.5em;
	line-height: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#header h3 {
	padding-top: 0px;
	text-align: center;
	font-size: 1.25em;
	color: #4e4e4e;
	font-family: Palatino Linotype, Book Antiqua, Palatino, Times, serif;
}


/**************

Navigation Styles

*/

#nav {
	width: 100%;
	background: url(../images/nav-bg.gif) repeat-x;
	height: 25px;
	margin-bottom: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #4a5e7f;
}

#navi {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

#navi li {
	display: block;
	float: left;
	width: 96px;
	height: 21px;
	padding: 0 2px;
	margin: 0 2px;
	text-align: center;
}

#navi li.first {
	text-align: left;
	width: 96px;
}

#navi li a, #navi li span {
	display: block;
	padding: 2px;
	height: 21px;
	width: 96px;
	text-align: center;
	color: #4a5e7f;
	text-decoration: none;
}

#navi li.first a {
	text-align: center;
	padding-left: 5px;
	width: 96px;
}

#navi li a:hover, #navi li span:hover, #navi li ul li a:hover {
	background: #a1b9df;
	color: #f9f9f9;
}

#navi :hover > span, #navi ul ul :hover > span {
	background: #a1b9df;
	color: #f9f9f9;
}

#nav li a.active, #navi li span.active {
	color: #f9f9f9;
	background: url(../images/nav-active-bg.gif) repeat-x;
}

#navi li ul {
	display: none;
}

#navi li:hover ul {
	display: block;
	float: left;
	position: relative;
	background: #a1b9df;
	width: 220px;
	font-size: 0.75em;
	border-bottom: 4px solid #4a5e7f;
}

#navi li:hover ul li, #navi li:hover ul li a {
	padding: 0;
	width: 220px;
	text-align: left;
}

#navi li:hover ul li a {
	margin: 0 0 0 10px;
	width: 200px;
}
#navi li:hover ul li a:hover {
	text-decoration: underline;
}

#navi li:hover ul li a.active {
	color: #f9f9f9;
	background: none;
	font-weight: bolder;
}
