/* Global stylesheet 
	2007-03-30 */


body {
	margin: 10px auto 10px auto;
	text-align: center;
	background: #dedede;
	}


/*******************************************************************************************/
/* Global content styles */
/*******************************************************************************************/

h1 {
	margin: 10px 0px 6px 0px;
	padding: 0;
	font: 22px/24px Georgia, Times, serif;
	color: #000;
	}

h2 {
	font: bold 16px/20px Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	}

h3 {
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0 0 0 10px;
	}

p, div, li, td, th {
	font: 12px/14px Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #004276;
	}

a:hover {
	text-decoration: underline;
	color: #082d4a;
	}

p.indent {
	margin-left: 20px;
	}

p.nospace {
	margin: 0;
	padding: 0;
	}

ul.nospace {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}

ul.nospace li.arrow {
	background: url('/images/icons/rt_arrow.gif') no-repeat 0 4px; padding: 0 0 5px 14px;
	}

ul.quicklinks {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}

ul.quicklinks li {
	font: 11px/15px Arial, sans-serif;
	line-height: 1.5em;
	}

ul.quicklinks li a {
	text-decoration: none;
	}

ul.quicklinks li.arrow {
	background: url('/images/icons/rt_arrow.gif') no-repeat 0 4px; padding: 0 0 5px 14px;
	}

td.align_left {
	text-align: left;
	}

.footnote {
	font: 10px/14px Arial, sans-serif;
	margin-top: 2px;
	padding-top: 0;
	}

div.image {
	float: right;
	margin: 0 auto;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
	}

hr.rightColHR {
	border: none 0; 
	border-top: 1px solid #999;
	width: 94%;
	height: 1px;
	margin-bottom: 20px;
	}

div.rightColBox  h3 {
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	}

div.bottomLinks {
	margin-top: 20px;
	}

div.downloadPageContainer {
	width: 190px;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	background: #eee;
	border: 1px dotted #999;
	}

img.downloadPage {
	border: none;
	border-right: 5px solid #fff;
	display: inline;
	float: none;
	vertical-align: middle;
	}

	
/*******************************************************************************************/
/* Container, Header and Column styles */
/*******************************************************************************************/

div#shell {
	width: 971px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
	border: 1px solid #000;
	}
	
div#masthead {
	margin: 0;
	padding: 10px;
	background: url('/images/headerbg.gif') #900;
	background-repeat: repeat-x;
	height: 70px;
	text-align: left;
	border-bottom: 1px solid #000;
	}

div#masthead_ie6 {
	margin: 0;
	padding: 0;
	background: url('/images/headerbg.gif') #900;
	background-repeat: repeat-x;
	text-align: left;
	border-bottom: 1px solid #000;
	}

img.header {
	padding-top: 10px;
	}

div#content {
	margin: 0;
	padding: 0px 0px 10px 10px;
	text-align: left;
	}

div#homeImage {
	padding: 20px;
	}

div#rightCol {
	float: right;
	width:260px;
	margin-left: 10px;
	padding-right: 10px;
	text-align: left;
	}

div.rightColBox {
	width: 220px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #666;
	background: #efefef;
	text-align: left;
	}

div#breadcrumb {
	padding: 10px;
	font: 11px/14px Helvetica, Arial, sans-serif;
	color: #666;
	}

div#breadcrumb a {
	text-decoration: none;
	}

div#bpaDL {
	width: 465px;
	height: 40px;
	padding: 6px;
	margin: 10px 0px 10px 0px;
	border: 1px dotted #666;
	background: #efefef;
	}


/*******************************************************************************************/
/* Top navigation drop down menu */
/* http://www.alistapart.com/articles/dropdowns */
/*******************************************************************************************/

ul#topNav {
	margin: 0px 0px 20px 0px;
	padding: 0;
	margin-top: 4px;
	float: left; 
	background: #efefef;
	list-style: none;
	width: 971px;
	}
		
#topNav li {
	float: left;
	padding: 5px 6px;
	font: 11px/15px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #000; border-bottom: 1px solid #000;border-top: 1px solid #000;
	font-size: 11px; 
	color: #000;
	text-decoration: none;
	}

#topNav li a {
	text-decoration: none;
	display: block;
	width: 116px;
	color: #000;
	}

#topNav li#readership a {
	width: 185px;
	}

#topNav li#last {
	border-right: none;
	}

#topNav li ul {
	position: absolute; 
	left: -9999px; 
	width: 116px;
	margin-top: 5px; 
	margin-left: 0;
	padding: 0; 
	z-index: 20;
	display: none;
	list-style: none;
	}	
	
#topNav li ul li {
	border-bottom: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	/*width: 145px;*/
	position: absolute: 0 0;
	background: #fff;
	margin-left: -7px;
	}


#topNav li ul li.last {
	border-bottom: 1px solid #000;
	}

#topNav li ul li:hover {
	background: #efefef;
	}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#topNav li > ul {
	top: auto;
	left: auto;
	}

#topNav li:hover ul, #topNav li.over ul {
	display: block;
	}

#topNav li.sfhover ul { left: auto; }


/*******************************************************************************************/
/* specsData -- For specs tables */
/*******************************************************************************************/

table.specsData {
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 10px;
	}

table.specsData tr {
	border-left: 1px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
	}

table.specsData th {
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	border: none;
	border-bottom: 2px solid #b7b7b7;
}
	
table.specsData td {
	text-align: center;
	padding: 5px 5px;
	border-left: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	font: 11px/15px Arial, sans-serif;
}

table.specsData td p, table.specsData td li {
	font: 11px/15px Arial, sans-serif;
}

table.specsData td.left_col {
	border-left: 2px solid #b7b7b7;
	}

table.specsData td.right_col {
	border-right: 2px solid #b7b7b7;
	}

tr.even td {
	background: #ececec;
	}

table.printData td {
	font: 11px/14px Arial, sans-serif;
	}


/*******************************************************************************************/
/* Form styles */
/*******************************************************************************************/

.formErrorNotice {
	width: 400px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #c03;
	background: #eee;
	}



/*******************************************************************************************/
/* Contact page styles */
/*******************************************************************************************/

div.staffContactHeader {
	width: 550px;
	margin-bottom: 6px;
	padding: 4px;
	background: #efefef;
	border-top: 1px dotted #999;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	}

div.staffContactInfo {
	margin-bottom: 10px;
	font: 12px/14px Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	}


/*******************************************************************************************/
/* Footer styles */
/*******************************************************************************************/

div#footer {
	margin: 0 auto;
	margin-top: 6px;
	text-align: center;
	}

div#footerMenu {
	font: 11px/14px Arial, verdana, sans-serif;
	}

div#footerMenu a {
	color: #666;
	}