/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	a:link {color:#03F; text-decoration: none}
	a:visited {color: #03F; text-decoration: none}
	a:hover {color:#03F; text-decoration: underline}
	a:active {color:#03F; text-decoration: none}  

.body {color: #fff; background-color: #000;}


#left {background-color: #03F; margin: 0px; padding: 0px; height: inherit; width: 114px; 
	}

#menu {position: absolute; left: 2px; top: 111px; background-color: #03F; padding-left: 0px; padding-top:15px; margin: 0px; text-align:center; width: 114px;
	}

#logo {position: absolute;	left: 2px; top: 0px;}

#blog {position: absolute;	left: 700px; top: 5px;}

#title {
	position: absolute;
	left: 377px;
	top: 11px;
	width: 320px;
}

h1 {font: bold 24px Georgia, "Times New Roman", Times, serif; color: #03f;
	margin: 0;  /* fixes down drift */
	}

#bar {position: absolute; left: 328px; top: 50px; background-image: url(../images/bar.gif); background-repeat:repeat-5; width: 470px;
	}
	
h3 { font-size: 20px; padding-left: 20px; padding-top: 20px; }
h4 {padding-left: 20px;}

/* #main {padding-left: 15px;} */

p {padding-left: 20px; padding-right: 15px; padding-top:0px; padding-bottom: 0;
	text-align: justify; font-size: 12px;  color: #000;
	}

p#pics {text-align: center;}

#story {padding-left: 20px;}
	
#address {margin-left: 70px; margin-right: 70px;
	padding: 6px; ; 
	border: double #03f;
	}
#form {margin-left: 15px} /*  */

.quote {padding-left: 70px; font-style:italic;}

.attrib {text-align: right; font-style:italic; padding-right: 2px;}
	
#foot { font-size:10px; text-align: center;}
.credit {font-size: 10px;}
#copy {text-align:right; font-size: 10px;}
		
/*  NAV  */

#nav {margin: 0; padding: 0;}

#nav li {
	list-style: none;
	float:left;
	margin: 0;
			/*padding-left: 0px; */
	/* width: 115px;  */
	font-size: 12px;
	line-height:42px; 
	white-space: nowrap;
	background-color: #03f; 	
	/* position: relative; */
	} 
		
#nav a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	background: #03f url(../images/nav1.gif) 100% 0 no-repeat;
	color: #00f;
	width: 107px; /* IE6 hack to use all button*/
	}
	
/* commented backslash hides rule from IE5-Mac \*/
#nav a { float: none;} /* end hack IE5 Mac hack */
#nav > ul a {width:auto;} /*fixes IE6 width hack above */

#nav a:hover {background: #03f url(../images/nav2.gif) 100% 0 no-repeat; color: #fff;}

#nav a:active {background: #03f url(../images/nav3.gif) 100% 0 no-repeat; color: #f00;}

/*  Current page marker, no base links  */  
	
#home #nhome a, 
#programs #nprograms a,
#article #narticle a,
#transform #ntransform a,
#others #nothers a,
#about #nabout a,
#contact #ncontact a, {background: #03f url(../images/nav3.gif) 100% 0 no-repeat; color:#fc3;}