/* Style sheet for Buchanan's Foundry */


/* commented backslash hack v2 \*/
* html {overflow:hidden;}
/* end of hack */
body {background:url(images/background.gif); background-repeat:repeat-x; background-color:#B0B0B0; background-attachment:fixed; margin:0px; padding:0px 0px 0 0px; border:0; height:100%;}
* html body {overflow-y:scroll;}

/*body{
color: #000000;
 margin: 0px ;
padding: 0px;
background-color:#B0B0B0;
background:url(images/background.gif);
background-repeat:repeat-x;
height:100%
overflow-y:scroll;
}*/



#banner{
background: url(images/banner.jpg);
background-repeat: no-repeat;
width:786px;
height:126px;
top:0px;
padding-bottom:153px;
position:fixed;

}
* html #banner {position:absolute;}

#menu{
width:786px;
top:126px;
height:27px;
background:url(images/menu.jpg);
background-repeat:no-repeat;
position:fixed;
  display:block;
 z-index:10;
}

* html #menu {position:absolute;}



#contentarea{
background-color:#FFFFFF;
width:786px;
 margin: 0px auto auto auto;
   padding: 153px 0px 0px 0px;
   min-height:400px;
   display:block;

   overflow:hidden;
    }

 #contentarea:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}



* html #banner {position:absolute;}

#content{
width:472px;
float:left;
font: 12.5px Helvetica, sans-serif;
background-color:#FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 14px 0px 14px;

}




#rightcontent{
width:286px;
float:right;
background-color:#FFFFFF;
 color:#000;
 margin: 0px 0px 0px 0px;

}

.copyright{

text-align:right;
color:#000000;
padding:0px 10px 0px 0px;
font: 10px Helvetica, sans-serif;
}

#leftcontent{

/*float:top;*/
background-color:#FFFFFF;
}


#nav {
	 margin: 0;
	list-style: none;
	height: 25px;
	color: #FFFFFF;
	font: 14.5px Helvetica, sans-serif;
    font-weight:normal;
	width: 65%;
	padding: 0px 0px 0px 10px;
	text-align: center;
	position:fixed;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 25px;
}


#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
	height: 25px;
	background:none;
	width:132px;
}

#nav li ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	top: 25px;
	left: 0;
margin-top:2px;
}

ul {

margin-left:0;
padding:0;
}

li {

margin-left:14px;
}






#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;

}


#nav a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	font-weight: normal;
	height: 18px;
	color: #FFFFFF;
	background: none;
	padding: 5px 12px 2px 13px;
	border: 0px;
		border-left: 2px solid #FF0000;

}
#active a  {
	color: #000000;
	background-color: #99CCCC;
	padding-top: 5px;
	margin: 0;
	font-weight: bold;
	border: 0px;

}
#nav a:hover  {
	color: #ffffff;
	background-color: #CC0000;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
		padding: 5px 12px 2px 13px;
	font: 14.5px Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	border: 0px;
	border-left: 2px solid #990000;
	border-bottom: 2px solid #990000;

}



/* submenu */




#nav li ul li a  {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;

	width:132px;
	height: 18px;
	color: #FFFFFF;
	z-index:100;
	background-color: #ff0000;
	padding: 3px 13px 2px 13px;
	border: 0px;
	text-align:left;
	border-left: 2px solid #990000;
  	border-bottom: 2px solid #990000;
	}

#nav li ul li a:hover  {
	color: #ffffff;
	background-color: #CC0000;
	padding: 3px 13px 2px 13px;
	margin: 0;
	z-index:100;
	display: block;
	border: 0px;
	font-weight:normal;
	border-left: 2px solid #990000;

	border-bottom: 2px solid #990000;
}

a {
text-decoration: none;
color: #CC0000;
}

a:hover{
text-decoration: underline;

}


h2 {
color:#FF0000;
width:100%;
font-size:20px;
font-weight:bold;
border-bottom:2px solid #cc0000;
}

.red{
color:#FF0000;
font-size:20px;
font-weight:bold;
}

.blackitalic{
color:#000000;
font-size:15px;
font-weight:bold;
font-style:italic;
}


.imagespan{
margin:0px 0px 0px 5px;
}
.italic{
font: 12.5px Helvetica, sans-serif;
font-style:italic;
}

