/********************/
/* Body
/********************/

body {
	background: white;
	color: black;
	font-family: "verdana", sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/********************/
/* Header
/********************/

#header {
	background: url(images/backgrounds/header.gif);
	height: 85px;
}

/********************/
/* Logo
/********************/

#logo {
	margin-left: 10px;
}

#logo img {
	margin: 0 0;
	vertical-align: middle;
}

#header .strapline {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
}

/********************/
/* Top
/********************/

#top {
	position: absolute;
		top: 15px;
		right: 15px;
	text-align: right;
}

#top ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#top ul li {
	color: white;
	display: inline;
}

#top ul li a {
	color: white;
}

#top ul li a:hover {
	color: #FFA500;
}

#top form {
	margin: 15px 0 0 0;
	padding: 0;
}

#top form input.searchbox {
	vertical-align: middle;
	width: 100px;
}

#top form input.searchbutton {
	border: 1px solid black;
	height: 22px;
	vertical-align: middle;
}

/********************/
/* Navigation
/********************/

#navigation {
	background: black;
	position: absolute;
	width: 140px;
}

#navigation ul.mainnav {
	margin: 0;
	padding: 0;
}

#navigation ul.mainnav li {
	border-top: 1px solid silver;
	font-weight: bold;
	list-style: none;
	padding-top: 10px;
}

#navigation ul.mainnav li a {
	color: white;
	display: block;
	padding-left: 8%;
	text-decoration: none;
	width: 92%;
}

#navigation ul.mainnav li a:hover {
	color: #FFA500;
}

#navigation ul.subnav {
	margin: 0;
	padding: 0;
}

#navigation ul.subnav li {
	border-top: none;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 10px;
	width: 130px;
}

/********************/
/* Content
/********************/

#content {
	position: absolute;
	margin-top: 15px;
	margin-left: 160px;
	width: 600px;
}

#content h1 {
	background: #E7E7E7;
	font-size: 1.2em;
	margin: 0;
	padding: 2px;
}

#content h2 {
	background: #E7E7E7;
	font-size: 1em;
	margin: 0;
	padding: 2px;
}

#content p {
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1.5em;
}

#content p.first {
	font-weight: bold;
}

#content p.center{
	text-align: center;
}

#content p.clearleft {
	clear: left;
}

#content a {
	color: navy;
}

#content img.floatright{
	float: right;
}

#content img.floatrightpadded {
	float: right;
	margin: 0 10px 15px 15px;
}

#content img.floatrightpaddedclearright {
	clear: right;
	float: right;
	margin: 0 10px 15px 15px;
}

#content img.floatleft{
	float: left;
	margin-right: 3em;
	margin-bottom: 2em;
}

#content img.paddedright{
	margin: 0 20px 10px 0;
}

#content table {
	border-spacing: 0;
	margin-top: 1em;
}

#content table tr td {
	padding-bottom: 1em;
	padding-right: 1em;
	vertical-align: top;
}

#content table tr td.right {
	padding-right: 0;
}

#content table tr td.news {
	width: 9em;
}

#content ul {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	list-style-position: outside;
	padding-bottom: 2em;
}

#content ul.bullet {
	list-style-image: url(images/bullets/bullet.gif);
	padding-left: 16px;
	vertical-align: middle;
}

#content ul li.first {
	margin-top: 4px;
}

#content ul li img {
	margin-bottom: 2px;
	vertical-align: middle;
}

#content .bold {
	font-weight: bold;
}

#content .italic {
	font-style: italic;
}

#content .red {
	color: red;
}

#content sup {
	font-size: 0.7em;
}

/* download */

#content form {
	margin: 1em 0;
}

#content form input.button {
	width: 145px;
}

/* contact us */

#content form p {
	clear: both;
	padding-bottom: 2.5em;
}

#content form p label {
	float: left;
}

#content form p input, form p select, form p textarea {
	float: right;
	margin-right: 175px;
}

#content form p input {
	width: 200px;
}

#content form p input.checkbox {
	margin-right: 350px;
	width: 50px;
}

#content form p select {
	width: 206px;
}

#content form p textarea {
	width: 419px;
}

/********************/
/* Crumbtrail
/********************/

#crumbtrail {
	padding-top: 10px;
	margin-bottom: 20px;
}

/********************/
/* Info
/********************/

#info {
	float: right;
	width: 160px;
}

#info h1 {
	font-size: 1em;
}

/********************/
/* Home
/********************/

#home {
	width: 420px;
	background: url(images/backgrounds/qs.gif) no-repeat;
	background-position: center;
}

/********************/
/* Main
/********************/

#main {
	width: 420px;
}

/********************/
/* Footer
/********************/

#footer {
	clear: both;
	padding: 0.7em 0;
	text-align: center;
}

#footer a {
	color: gray;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
