@charset "UTF-8";
/* CSS Document */
body {
background-color:#9e9e9e;
font-family: arial, helvetica, sans-serif;
font-size:small;
}
a img {													/*removes mozilla default blue border from image links*/
border-style:none;
}
a:active, a:visited {									/*removes mozilla dotted outline default setting from visited and active links*/
outline:none;
}
#bodywrapper {
background-color:#fff;
width:950px;
height:655px;
margin:0 auto;
padding:20px;
border:thin solid #333333;
}
#headerwrapper {
height: 73px;
position:relative;
/*left:37px;*/				/*shifts header logo left-right*/
overflow:visible;
width:910px;
z-index:100;
}
#header {
position: relative;
top:5px;
float:left;
left:45px;
height:73px;
z-index:100;
}
h1 {
	position:relative;
	height: 62px;
	width: 410px;
	overflow:hidden;
	text-transform:uppercase;
	margin:0;
}
h1 span {
position:absolute;
top:0;
width:100%;
height:100%;
background-image:url(../images/newlogo_410x62.jpg);
background-repeat:no-repeat;
margin:0 auto;
}
														/*begin css drop down menu*/

#menuh {
width:auto;												/*width of drop-menu*/
/*margin:48px 0;*/											/*distance from the top of window*/
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	position:relative;
	top:45px;	
	float: right;
	z-index:100;
	/*bottom: -1px;*/
	}
#menuh a
	{
	text-align: left;
	display:block;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	white-space:nowrap;
	margin:0px;
	padding:0 1em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: 000;
	background-color: #fff;
	text-decoration:none;
	}
	
#menuh ul li a.current, #menuh ul li a.current:hover, #menuh ul li a.current:active {	/* current-state top-level menu items */
background: #fff;
font-weight:normal;
color: #000;
cursor: default;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#menuh ul li a.current2, #menuh ul li a.current2:hover, #menuh ul li a.current2:active {
background: #fff;
color: #000;
font-weight:normal;
cursor: hand;
border: 1px solid #fff;
}


a.drop:link, a.drop:visited, a.drop:active,{	/* adjusts border color for secondary menu items */
background: #fff;
color: #000;
/*font-weight:bold;*/
border: 1px solid #fff;
}

a.drop, a.drop:hover{	/* adjusts border color of secondary menu items */
/*background: #9e9e9e;*/
color: #000;
/*font-weight:bold;*/
border: 1px solid #fff;
}

#menuh a:hover	/* menu at mouse-over  */
	{
	color:#000;
	background-color: #9e9e9e;
	text-decoration:none;
	}	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0.2em 1em;
	margin:0 0 0 -1em;
	width:160px;
	}

#menuh li:hover
	{
	cursor:default;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
hr {
width:95%;
color:#666666;
}
#footer {
height:20px;
position:relative;
}
/*stlyes for portfolio pages*/
#portfolio {
background-image:url(../images/loading75x20.gif);
background-position:center center;
background-repeat:no-repeat;
margin-top:20px;
padding-left:0;
/*height:570px;*/
position:relative;
}
/*styles for about page*/
#centercontent {		/*specify width inline on html page*/
margin:20px auto 0;
padding-left:0;
position:relative;
}
#floatleft {
float:left;
margin:0 10px 10px 0;
}
/*styles for videos and multimedia pages*/
#mediacap {
width:710px;
margin:20px auto;
}
.alignleft {
	float: left;
	margin:0;
}
.alignright {
	float: right;
	margin:0;
}
#video2 {
width:720px;
margin:20px auto 0;
background-image:url(../images/loading75x20.gif);
background-position:center center;
background-repeat:no-repeat;
}
#clear {
margin-top: -5px;
clear: both;
}
