body {
	color: #5a5a5a;
	font: 1em tahoma, arial, helvetica, sans;
	margin: 0;padding: 0;
	}

a {text-decoration: none;color: #5a5a5a}
a img {border: none}
ul {margin: 0;list-style: none}
h2 {font-size: 2em}
h3 {font-size: 1.7em}
h4 {font-size: 1.3em}
h5 {font-size: 1em}
em {font-weight: bold;font-style: normal}

#hd, #bd, #ft {margin: 0 auto;width: 700px}

#hd { 
	color: #4095cd;
	font-size: .9em;
	text-align: right;
	margin-top: 10px;
	}
#hd #logo {margin-right: 20px}
#hd span {
	float: left;
	margin: 20px 0 0 10px;
	}
#ft {
	font-size: .84em;
	color: #FF9900;
	text-align: center;
	}
#bd {
	border: 0px solid #ddd;
	border-width: 0px 0px 0px 1px;
	padding: 0;
	padding-bottom: 50px;
	margin-top: -1px;
	background: url(images/shadow-r.gif) right repeat-y;
	}

#footer_nav a {
	color: #FF9900;
	font-size: .84em;
	}

#footer_nav a:hover {background-color: #eee}

#nav a {
	color: #FF9900;
	font-size: .84em;
	font-weight: bold;
	display: block;
	margin: 0 0 0 15px;
	}
#nav ul {
	width: 150px;
	padding: 0;
	border-right: 1px dashed #ddd;
	margin-top: 1px;
	}
#nav li {margin: 5px 0 0 0;padding-top: 2px}
#nav li.first {margin-top: 0}
#nav li:hover {background-color: #eee}

#bd_flex {
	margin-right: 18px;
	float: right;
	width: 500px;
	color: #FF9900;
	} 
#bd_flex div {padding: 30px 10px;font-size: .84em;line-height: 1.5em}

#ft span span.sm {font-size: .76em;position: relative;top: -1px}

 
#shadow_t {height: 6px;background: #000000;margin-top: 10px}
#shadow_b {height: 8px;background: url(images/shadow-b.gif) repeat-x}
img.tr, img.br {float: right}
img.bl {float: left}


#content {background: white;width: 688px}

p {margin: 0}

.downloads {margin-top: 20px}
.downloads img {width: auto;height: auto}
.downloads a {clear: both;display: block} 

.clear {clear: both;display: block;visibility: hidden;height: 0}

#content {
	font-size: .84em;
	/* commented out 2/27/2006
	margin: 1.5em 2em 0;
	width: auto;
	*/
	}
#content p {margin-top: 1em}
#content p.first {margin-top: 0}
#content a {color: #FF9900}
#content ul.bullet {list-style: disc}
#content ul.bullet li {margin-left: 1em}
#content h3 {margin-top: 2em;border-bottom: 1px dashed #ccc}
#content h4 {margin-bottom: 0}
#content h5 {margin-bottom: 0}

#content .nav {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	height: 1.1em;
	margin-top: 1.5em;
	}
#content .nav ul {margin: 0 10px}
#content .nav ul li {float: right;margin-left: 50px}
#content .nav a {color: #FF9900;}

.product {display: block;margin: 20px}
.product:after {content: ".";clear: both;display: block;visibility: hidden;height: 0}
.product img {position: relative;float: left;width: 125px;margin: 5px 10px 10px 0}
.product .text ul {list-style: disc}
.product .text {margin-left: 145px;text-align: left}
.product p {clear: both}
.product .text p {clear: none}

#content.full h2 {margin-left: 20px;margin-right: 20px}

.product.system h2 {margin-top: 1em;border-bottom: 1px dashed #ccc}
.product.system h2 span {font-size: .76em;display: block}
.product.system .text {margin-left: 0;margin-top: 1em}
.product.system .text ul ul {list-style: decimal}


.image {
	border: 1px solid #ccc;
	padding: .5em;
	padding-left: 0;
	width: 100%;
	}
.image:after {content: '.'; display: block; height: 0; clear: both; visibility: hidden}
.image img {
	float: left;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	}
.image span {
	vertical-align: middle;
	display: block;
	margin-bottom: 1em;
	}
.dl {margin-top: .5em}
.dl img {width: auto}


/*  Screen Buttons including Back and Cancel  */
div.screen_buttons {
	position: relative;
	margin-top: -24px;
	float: left;
	}
.screen_buttons a {
	color: #678;
	text-decoration: none;
	}
.screen_buttons a img, .screen_buttons a span{
	display: block;
	float: left;
	height: 20px; 
	}
.screen_buttons a span{
	margin-left: 5px;
	line-height: 20px;
	}
.screen_buttons a.cancel_button:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.screen_buttons a.go_back img,
.screen_buttons a.cancel_button img {
	width: 20px; 
	background: transparent url('/images/assets/buttonset_forms_1.png') no-repeat;
	background-position: 0 -17px;
	}
.screen_buttons a.go_back span{margin-left: 0px;}
.screen_buttons a.return_button img{
	width: 20px; 
	background: transparent url('/images/assets/buttonset_forms_1.png') no-repeat;
	background-position: 0 -17px;
	}
	