/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    chip barham
email:     barhamc@rcs.k12.tn.us
website:   http://
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
	background: #8C837A url("../00images/bdr_top.jpg") top repeat-x;
	text-align: center;
	min-width: 760px;
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 760px;
  	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/* =Typography
-----------------------------------------------------------------------------*/



/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
a, a:hover, li, span {
	margin: 0 auto;
	padding: 0px;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline;
}

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 438px;
	max-width: 438px;
	height: 245px;
	max-height: 245px;
	background-image:  url("../00images/home/nav_bkgd.jpg");
	background-repeat: no-repeat;
}

#mainNav {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 8px 0 0;
	list-style-type: none;
	width: 127px;
	max-width: 127px;
	height: 245px;
	max-height: 245px;
}

#mainNav a .link{
	position: relative;
	display: block;
	margin: 0;
	width: 97px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	font: bold 1.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-indent: 0px;
	overflow: visible;
	padding-top: 0px;
	padding-left: 28px;
	padding-bottom: 8px;
	cursor: pointer;
	cursor: hand;
}

#mainNav a:hover .link{
	color: #67322e;
	background-image:  url("../00images/main/nav_fleur.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

#mainNav a .nav_pic {
	position: absolute;
	float: left;
	margin: 0px;
	padding: 0px;
	top: 75px;
	height: 88px;
	width: 251px;
	left: 128px;
}

#mainNav .default_nav_pic {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 75px;
	left: 128px;
	height: 88px;
	width: 251px;
	background-image:  url("../00images/home/nav_pic_default.jpg");
	background-repeat: no-repeat;
}

#mainNav .top_nav_pic {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 75px;
	left: 128px;
	height: 88px;
	width: 251px;
}

#mainNav .journal a:hover .nav_pic {
	background-image:  url("../00images/home/nav_pic_journal.jpg");
	background-repeat: no-repeat;
}

#mainNav .conference a:hover .nav_pic {
	background-image:  url("../00images/home/nav_pic_conference.jpg");
	background-repeat: no-repeat;
}

#mainNav .resources a:hover .nav_pic {
	background-image:  url("../00images/home/nav_pic_resources.jpg");
	background-repeat: no-repeat;
}

#mainNav .panels a:hover .nav_pic {
	background-image:  url("../00images/home/nav_pic_panels.jpg");
	background-repeat: no-repeat;
}

#mainNav .aboutus a:hover .nav_pic {
	background-image:  url("../00images/home/nav_pic_aboutus.jpg");
	background-repeat: no-repeat;
}

#mainNav .sitemap a:hover .nav_pic {
	background-image:  url("../00images/home/nav_pic_sitemap.jpg");
	background-repeat: no-repeat;
}

.new {
	float: left;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: -54px;
	background-image:  url("../00images/home/new.jpg");
	background-repeat: no-repeat;
	height: 18px;
	width: 48px;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer-bkgd {
	display: block;
	float: right;
  	margin: 0 220px 0 0;
	width: 420px;
	padding: 0px;
	height: 18px;
	background-image:  url("../00images/footer/footer_bkgd.gif");
	background-repeat: repeat-x;
}

#cap-left {
	width: 420px;
	padding: 0px;
	height: 18px;
	background-image:  url("../00images/footer/footer_left.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#footer {
	vertical-align: top;
	width: 420px;
	padding: 0px;
	height: 18px;
	background-image:  url("../00images/footer/right_hnoc_index.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#footer a.hnoc {
	display: block;
	width: 420px;
	height: 18px;
	text-indent: -10000px;
	text-decoration: none;
}

#footer a.hnoc:hover {
	background-image:  url("../00images/footer/right_hnoc_index_over.gif");
	background-repeat: no-repeat;
	background-position: right;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/


/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

