/* CSS for Coastal's website pages */

/*
This CSS was [borrowed|stolen|abducted] from the kind folks at 
the Layout Reservoir. http://www.bluerobot.com/web/layouts/

Here's the permission notice from the page on May 20, 2002:

Please feel free to borrow, steal, abduct, and/or torture the documents 
contained in the Layout Reservoir. Though you need not give credit to 
BlueRobot.com, a comment in your source code would help other developers 
to find this resource. Enjoy.
*/

html, body { height:100% ; width:100% }

#Header {
        position:absolute;
        top:1px;
        left:1px;
        width:100%;
        margin:0px 0px 10px 0px;
        padding:8px 0px 8px 20px;
        /* For IE5/Win's benefit height = [true height] + [top and bottom padding] + [top and bottom border widths] */
        height:33px; /* 14px + 16px + 3px = 33px */
        border-style:ridge;
        /* border-color:#000; insert accent color here */
        border-width:0px 0px 3px 0px; /* bottom border: 3px; top, left, and right borders: 0px */
        line-height:11px;
        background-color:#ddd;
        z-index:10;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px; /* the correct height */
        }
/* The so-called "be nice to Opera 5" rule. Basically, it feeds correct length values
to user agents that exhibit the parsing error exploited above yet get the CSS box 
model right and understand the CSS2 parent-child selector. ALWAYS include a 
"be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
	body>#Header {height:14px;}

/* Accent color definitions */
.FDA {
        border-color:#00f;
        }
		
.MRI {
        border-color:#9f9;
       }

.Safety {
	border-color:#ff0;
        }

.TechPubs {
	border-color:#969;
        }

.Immersive {
        border-color:#666;
        }

.Database {
        border-color:#0c6;
        }

.SiteMap {
        border-color:#c93;
        }

.Who {
        border-color:#c63;
        }

.Contact {
        border-color:#69f;
        }

body {
        color:#333;
        background-color:#eee;
        margin:10px;
        padding:0px;
        font:11px verdana, arial, helvetica, sans-serif;
        }
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:14px;
        font-weight:900;
        color:#333;
        }
h2 {
        font:bold 13px/15px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        }
h3 {
        font:bold 11px/12px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        }
h6 {
        font:9px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 0px 0px;
        padding:0px;
        color:black;
        }
p {
        font:12px/15px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 30px 0px;
        padding:0px;
        }

.Content>p {
		margin:0px;
		text-indent:10px
		}

.Content>p+p {text-indent:10px;}

a {
        
        font-size:11px;
        font-family:verdana, arial, helvetica, sans-serif;
        font-weight:600;
        text-decoration:none;
        }
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {color:#666;}
  
/* All the content boxes belong to the content class. */
.content {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        top:46px;
        height:auto;
        width:auto;
        min-width:120px;
        margin:0px 86px 15px 174px;
        border:1px solid black;
        background-color:white;
        padding:10px;
        z-index:3;
        }

li {
        font:11px/13px verdana, arial, helvetica, sans-serif;
        margin:0px 5px 5px 0px;
        padding:0px;
        }

li.off {
	list-style-type: none;
	}

li.blocked {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	list-style-type:none;
	display: inline;
	}

ul.links {
	padding:0px;
	margin:15px;
	}

#navAlpha {
        position:absolute;
        /* For IE5/Win's benefit width = [true width] + [left and right padding] + [left and right border widths] */
        width:164px; /* width = 144 + 10 + 10 */
        top:56px;
        left:10px;
        border:0px dashed black;
        background-color:#ddd;
        padding:10px 10px;
        z-index:5;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:144px;
        }
/* Again, "be nice to Opera 5". */
body>#navAlpha {width:144px;}
                
#navBeta {
        position:absolute;
        top:56px;
	 	right:10px;
        /* For IE5/Win's benefit width = [true width] + [left and right padding] + [left and right border widths] */
        width:56px; /* width = 36 + 10 + 10 */
        /* For IE5/Win's benefit height = [true height] + [top and bottom padding] + [top and bottom border widths] */
	 	height:392px; /* height = 372 + 10 + 10 */
        border:0px dotted black;
        background-color:#ddd;
        padding:10px 10px;
        z-index:5; /* This allows the right menu to overlap the content in narrow windows in good browsers. */
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:36px;
		height:372px;
        }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:36px; height:372px}

#Footer {
        position:absolute;
        bottom:1px;
        clear: both;
        width: 95%;
        margin: 10px;
        text-align: center;
        padding: 3px;
        border-top: 1px solid black;
        color: #CC3300;
        z-index:1;
        }
        
#Footer .date {
		float: left;
		text-align: left;
		}

#Footer .revised {
		float: right;
		text-align: right;
		}

.photo {
		position:relative;
		top:0; right:0;
		float:right;
		margin:5;
        padding:0px 0px 0px 5px;
        height:auto;
        background-color: transparent;
        }

