html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
        background: #1b1b1b url('images/background.gif') center fixed repeat-y;
        font-family: arial, verdana, arial, sans-serif;
        color: #333333;
        font-size: 1em;
	line-height: 1.2em;
}
* {
	border:0;
	margin:0;
	padding:0;
}





/* General */

h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

ul {
	list-style-type: none;
}
blockquote {
	padding: 5px 0 10px 10px;
}

a {
	color: #6666cc;
	text-decoration: underline;
}
a:hover {
	color: #000066;
}




/* Container - this keeps all the content centered within the black box */

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 741px; 
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	background: #FFFFFF;
}


/* Header and Navigation */

#header {
	position: relative;
	width: 740px;
	height: 137px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	z-index: 5000;
}
#header h1 a {
	display: block;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	width: 740px;
	height: 115px;
	left: 0px;
	top: 0px;
	position: absolute;
}
/*top navigation stuff----------------------------------------*/

#navigation {
        position: absolute;
        z-index: 5000;
        left: 0px;
        top: 116px;
        width: 741px;
	background-color: #eeeeee;
}

#navigation h3 {
        display: none;
}

#navigation div {
        float: left;
}
#navigation h5  {
        display: block;
        text-decoration: none;
	background-color: #EEEEEE;
	font-size: 11px;
	color: #666666;
        height: 21px;
	padding: 6px 0 0 15px;
	border-right: 1px solid #FFFFFF;
}
#navigation h4 a {
        display: block;
        text-decoration: none;
	background-color: #EEEEEE;
	font-size: 11px;
	color: #666666;
        height: 21px;
	padding: 6px 0 0 15px;
	border-right: 1px solid #FFFFFF;
}

#navigation div#customers h4 a:link, #navigation div#customers h4 a:visited, #navigation div#customers h4 a:active {
        width: 110px;
}
#navigation div#projects h4 a:link, #navigation div#projects h4 a:visited, #navigation div#projects h4 a:active {
        width: 110px;
}
#navigation div#accred h4 a:link, #navigation div#accred h4 a:visited, #navigation div#accred h4 a:active {
        width: 110px;
}
#navigation div#accred h5  {
        width: 110px;
}
#navigation div#personnel h4 a:link, #navigation div#personnel h4 a:visited, #navigation div#personnel h4 a:active {
        width: 110px;
}
#navigation div#events h4 a:link, #navigation div#events h4 a:visited, #navigation div#events h4 a:active {
        width: 110px;
}
#navigation div#contact h4 a:link, #navigation div#contact h4 a:visited, #navigation div#contact h4 a:active {
        width: 110px;
}

#navigation div#customers h4 a:hover {
        background-position: -0px -0px;
	background-color: #666666;
	color: #EEEEEE;
}
#navigation div#projects h4 a:hover {
        background-position: -0px -0px;
	background-color: #666666;
	color: #EEEEEE;
}
#navigation div#accred h4 a:hover {
        background-position: -0px -0px;
	background-color: #666666;
	color: #EEEEEE;
}
#navigation div#accred h5:hover  {
        background-position: -0px -0px;
	background-color: #666666;
	color: #EEEEEE;
}
#navigation div#personnel h4 a:hover {
        background-position: -0px -0px;
	background-color: #666666;
	color: #EEEEEE;
}
#navigation div#events h4 a:hover {
        background-position: -0px -0px;
	background-color: #666666;
	color: #EEEEEE;
}
#navigation div#contact h4 a:hover {
        background-position: -0px -0px;
	background-color: #666666;
	color: #EEEEEE;
}

#navigation div ul {
        display: none;
        width: 175px;
        z-index: 5000;
        position: absolute;
        background-color: #EEEEEE;
        border-top: 1px solid #FFFFFF;
        top: 26px;
}

#navigation div:hover ul {
        display: block;
}
#navigation div ul li a {
        display: block;
        color: #666666;
        font-size: 10px;
        line-height: 16px;
        text-decoration: none;
	height: 20px;
        border-bottom: 1px solid #FFFFFF;
        padding: 5px 5px 5px 15px;
        z-index: 5000;
}
#navigation div ul li a:hover {
        color: #EEEEEE;
	background-color: #666666;
}



/* Content (#content) styles are held in the content.css file.   */




/* Footer */

div#footer {
	position: absolute;
	width: 721px;
	background-color: #666666; 
	padding: 10px 0 20px 20px; 
	color: #EEEEEE;
	font-size: 11px;
	line-height: 19px;
}
div#footer a {
	color: #EEEEEE;
}
div#footer a:hover {
	color: #333333;
}


