@import url("toolbox.css");
body
{
	background-color: #9797aa;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
}

a
{
	outline: 0;
	font-weight: bold;
}

a:link { color: #000; }
a:visited { color: #666; }
a:hover { color: #9797AA; }
a:active { color: #000; }

img
{
	display: block;
	border: 0;
}

h1, h2, h3, h4, h5
{
	font-size: 15px;
	color: #8f2b04;
	margin: 10px 0;
	font-weight: bold;
}

h1
{
	font-size: 18px;
	padding: 0;
}
h2 {
	margin-bottom: 0;
	}
p { margin: 0 0 10px 0; }

.italic
{
	font-size: 95%;
	font-style: italic;
}

ul
{
	display: block;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 15px;
	color: #656579;
	list-style: outside url(assets/bullet.gif);
}

#header
{
	width: 760px;
	height: 127px;
	margin: 0 auto;
	padding: 0;
	background: url(assets/bg-header.jpg) no-repeat;
}

div#header span { display: none; }

/* Navigation Main */
#navbar
{
	background: url(assets/bg-nav.jpg) no-repeat #9797aa;
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
	height: 1%;
}

#nav
{
	list-style-type: none;
	list-style-image: none;
	padding-top: 6px;
}

#nav li
{
	float: left;
	line-height: 1.1em;
	margin: 0 0px 0 -4px;
	padding: 3px 0px;
}

#nav li a
{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 3px 8px;
	display: block;
	margin-right: 8px;
	margin-bottom: 6px;
}

#nav li a:link { color: #fff; }
#nav li a:visited { color: #fff; }

#nav li a:hover
{
	color: #000;
	background: #d0d0d8;
}

#nav li a:active { color: #fff; }

#wrapper
{
	width: 760px;
	margin: 0 auto;
	background: url(assets/bg-wrapper.gif) repeat-y #fff;
	height: 1%;
	position: relative;
	overflow: hidden;
}

/* left column */
#leftcolumn
{
	width: 201px;
	float: left;
	position: relative;
	background: url(assets/bg-column.jpg) no-repeat #e4e4e4;
	padding 0;
	margin: 0;
}

/*Subnav*/
#subnav {
	margin: 5px;
	}


/*
#sublevel
{
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#sublevel ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 5px;
	background: #d0d0d8;
	position: relative;
}

#sublevel li { padding: 0 0 0 5px; }

#sublevel ul a
{
	text-decoration: none;
	border-bottom: 1px solid #666678;
	display: block;
}

#sublevel ul a:link { color: #000; }
#sublevel ul a:visited { color: #000; }
#sublevel ul a:hover { color: #666678; }
#sublevel ul a:active { color: #18a3db; }

#sublevel ul ul
{
	background-color: #666678;
	margin: 0;
	padding: 0;
}
#sublevel ul ul li
{
	margin: 0;
	padding: 0 0 0 5px;
}

#sublevel ul ul a { color: #fff; }
#sublevel ul ul a:link { color: #fff; }
#sublevel ul ul a:visited { color: #fff; }
#sublevel ul ul a:hover{color: #ccc; text-decoration: none;}
#sublevel ul ul a:active { color: #000; }

*/
#subnav {
	padding: 0 0 0 5px;
    }
#subnav h2 {
    color: #656579;
    font-size: 12px;
	line-height: 18px;
	margin: 0;
    }
#subnav ul, #subnav li {
	list-style-type: none;
	list-style-image: none;
	background-color: #D0D0D8;
    margin: 0;
    padding: 0 0 0 5px;
    width: auto;
    display: block;
    }
#subnav ul a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #666678;
    width: auto;
    zoom: 1;
    }

#subnav ul ul, #subnav ul ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}
#subnav ul ul a { /* 2nd level */
    background: #666678;
	padding: 0 0 0 5px;
    }
#subnav ul a:link {color: #000;}
#subnav ul a:visited {color: #000;}
#subnav ul a:hover {color: #666678;}
#subnav ul a:active {color: #18a3db;}

#subnav ul ul a {color: #fff;}
#subnav ul ul a:link {color: #fff;}
#subnav ul ul a:visited {color: #fff;}
#subnav ul ul a:hover {color: #ccc; text-decoration: none;}
#subnav ul ul a:active {color: #000;}

#subnav a#current {
    background-image: url(assets/current.gif);
    background-position: 3px center;
    background-repeat: no-repeat;
    }

/* ad block */
#ad
{
	width: 201px;
	height: 238px;
	background: url(assets/ad-festival.gif) no-repeat;
	margin: 0;
}

div#ad span { display: none; }

/* enews */
#enews
{
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 35px;
	background: url(assets/bg-enews.gif) no-repeat top left;
	height: 29px;
}

div#enews span { display: none; }

.input
{
	border: 1px solid #666;
	background: #fff;
	width: 125px;
	height: 11px;
	color: #666;
	font-size: 11px;
}

.input:hover { background: #ccc; }

/*
.button
{
	border: none;
	background: url(assets/btn-submit.gif) no-repeat top left;
	padding: 0;
	width: 47px;
}

.button:hover
{
	border: none;
	background: url(assets/btn-submit-over.gif) no-repeat top left;
}
*/

/* samplebrick */
#samplebrick
{
	margin: 0;
	padding: 0;
	background: url(assets/samplebrick.gif) no-repeat;
	height: 70px;
}

div#samplebrick span { display: none; }

/* be an inductee */
#inductee
{
	background: url(assets/bg-inductee.gif) no-repeat top left;
	width: 200px;
	height: 23px;
}

#inductee .button
{
	float: right;
	margin: 3px;
}

/* content area */
#content
{
	float: right;
	width: 559px;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background: url(assets/bg-content.jpg) no-repeat #fff;
}

#toolbox
{
	clear: both;
	padding: 5px;
	padding-left: 15px;
}

#toolbox img { border: 1px solid #000; }
.listing { margin-top: 50px; }

.imageright
{
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
	width: 300px;
}

.imageleft
{
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
	width: 300px;
}

.imagecaption
{
	color: #8f2b04;
	font-size: 10px;
	padding: 5px;
	margin: 0;
	text-align: center;
	display: block;
	border-bottom: 2px #6b6b7d solid;
}

/* footer */
#footer
{
	clear: both;
	margin: 0 auto;
	width: 760px;
	height: 60px;
	background: url(assets/bg-footer.jpg) no-repeat;
	font-size: 11px;
}

#footer p
{
	padding-top: 20px;
	padding-left: 160px;
	padding-right: 160px;
}

#footer a:link { color: #8f2b04; }
#footer a:visited { color: #8f2b04; }
#footer a:hover { color: #000; }
#footer a:active { color: #8f2b04; }

/*copyright */
#copyright
{
	text-align: center;
	margin: 10px auto;
	font-size: 10px;
	color: #ccc;
	position: relative;
	width: 760px;
	padding-bottom: 2em;
}

#copyright a:link
{
	font-weight: normal;
	color: #000;
}

#copyright a:visited
{
	font-weight: normal;
	color: #000;
}

#copyright a:hover
{
	font-weight: normal;
	color: #fff;
}

#copyright a:active
{
	font-weight: normal;
	color: #000;
}

/* Login */
#login {
	background: #9797AA;
	color: white;
	padding: 10px;
	clear: both;
	margin:20px;
	display: block;
	text-align: center;
	border: 2px solid #8F2B04;
	border: 2px solid #fff;
	}
#login:hover {
	color: #8F2B04;

	}	
#breadcrumbs {
	font-size: 11px;
	margin: 10px;
	}
