/* Syndetix Incorporated
 * main.css
 * Greg Coffman
*/

/*          DESIGN         */

BODY {	padding: 0;
	margin: 0;
	background: #FFF url('../img/bg.jpg') repeat-x top left;
    color: #333;
    font-family: Verdana, Helvetica, sans-serif;
    }

#container { text-align: left;
	margin: 0;
	padding: 0;
	width: 800px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 800px;
	border: 0;
	}

#intro { width: 800px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	height: 216px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #FFF url('../img/header.jpg') top no-repeat;
	}
		 
#intro p { font: 13px/15px Verdana, Helvetica, sans-serif;
	padding: 155px 0 0 0;
	margin: 0 0 0 5px;
	line-height: 16px;
	white-space: nowrap;
	}
	
#intro p a { text-decoration: none;
	color: #0A4881;
	margin-left: 40px;
	}

#intro p a:hover { text-decoration: underline; color: #DA901A; }

#print_header { display: none; }

#contentholder { font: 12px/16px Verdana, Helvetica, sans-serif;
	float: left;
	width: 780px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 780px;
	padding: 5px 10px 40px 10px;
	margin: 0;
	}
				 
#holder2 { margin: 0 0 0 190px;
	width: 590px;
	}

/*  for radiation page */

#holder3 { margin: 0 0 0 10px;
	width: 790px;
	}
	
/*#holder3 p { width: 600px; }*/

*html #holder2 { margin: 0 0 0 95px;
	width: 590px;
	}

#contentholder p { padding: 0;
	margin: 10px 0 10px 0;
	line-height: 18px;
	}

#contentholder img { padding: 2px;
	border: none;
	margin: 0;
	}

#contentholder img a { text-decoration: none; }

#contentholder hr { margin-top: 30px;
	height: 3px;
	background-color: #809FBC;
	border: none;
	clear: both;
	}

#contentholder hr.divider { margin-top: 6px;
	height: 3px;
	background-color: #809FBC;
	border: none;
	}

#contentholder table.images {
	border: 1px solid #CCC;
	float: right;
	margin: 20px 0 0 10px;
	background-color: #ddd;
	padding: 4px;
	}

#contentholder table.radiation { 
	border: 1px solid #CCC;
	float: right;
	margin-left: 8px;
	background-color: #ddd;
	padding: 4px;
	}

*html contentholder table.images { margin-left: 5px; }

#contentholder table.images td, #contentholder table.imagesH td { 
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0;
	padding: 4px;
	width: 124px;
	font-size: 9px;
	text-align: center;
	}
	
#contentholder img.large { text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	}


/*           FONTS         */

#contentholder h1, #contentholder h2 { padding: 0;
	margin: 0 0 6px 0;
	font: bold 14px verdana;
	color: #0A4881;
	border-bottom: 1px solid #0A4881;
	}

#contentholder h2 { border: none;
	font: bold 13px verdana;
	margin: 12px 0 6px 0;
	color: #C46C28;
	}

#contentholder h3 { border: none;
	font: bold italic 12px verdana;
	margin: 12px 0 -6px 0;
	color: #C46C28;
	border-bottom: 1px dashed #0A4881;
	}

#contentholder p a { text-decoration: none;
	color: #0A4881;
	font-style: italic;
	}

#contentholder p a:hover { text-decoration: underline; }


/*        Navigation       */

#navi {float: left; margin: 0 10px 0 10px; }

*html #navi { float: left;
	margin: 0 10px 0 5px; } /* Internet Explorer Fix */

#navi ul { font: normal 11px verdana;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

#navi ul li { position: relative; }

#navi ul li a { display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

* html #navi ul li { float: left; height: 1%; } /* Fix IE. Hide from IE Mac \*/

* html #navi ul li a { height: 1%; } /* Fix IE. Hide from IE Mac \*/

#navi ul li a:hover { color: #DA901A;
	background: #f9f9f9; } /* Hover Styles */
		
#navi li:hover ul { display: block; } /* The magic */

/*        Table       */

table.datatable {
	width: 100%;
	background-color: #fff;
	padding:0;
	border-spacing:0;
	margin: 0; 
	border: 1px #999 solid;
	border-right: none;
	border-collapse: collapse;
	}

table.datatable .header1 td {
	background: url("../img/tablegrad.gif");
	color: #333;
	border-bottom: 1px #999 solid;
	font-weight: bold;
	}

table.datatable .header2 td {
	font-style: italic;
	background-color: #BDC7D0;
	color: #1E374E;
	font-weight: bold;
	}

table.datatable .odd td {
	background-color: #eee;
	}

table.datatable td {
	border-right: 1px #999 solid;
	padding:2px 5px;
	margin:0;
	font-style: italic;
	}
	
table.datatable a:link, table.datatable a:visited {
	text-decoration: none;
	font-style: normal;
	color: #134474;
	}
	
table.datatable a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #648FBA;
	}
	
/* Float Box */

.floatyright { 
	float: right;
	width: 300px;
	background-color: #eee;
	margin: 0 0 10px 16px;
	padding: 10px;
	border: 1px solid #0A4881;
	}

*html .floatyright { margin: 0 0 10px 8px; }

/* Footer */

#footer {
	color: #0A4881;
	text-align: center;
	font-size: 80%;
	line-height: 140%;
	}
	
#footer span { color: #888; }