body  {
	padding: 0; 
	margin: 0;	
	background-color: #FFF;
	
	}

#container {
	/* width: 1000px;  */
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	
}

#header {
	height: 72px;
	/*width: 980px; */
	background-image: url(../images/header4.png);
	background-repeat:repeat-x;
	/* hack for firefox -> */ border-top:1px solid #FC0;
	position: relative;
	border-bottom: 1px;
	border-bottom-color:#FFF;

}

/* put some JS in here so this goes away when the header loads...?  */
.loading  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 820px;
	margin: 35px 0 0 0;	
}

#logo  {
	background-image:url(../images/logoname2.png);
	background-repeat:no-repeat;
    height:44px;
    width:358px;
	margin-left:10px;
    margin-top:18px;
    

}
#nav  {
	/* later take display none out  */
	position: absolute;
	top: 40px;  left: 333px;
	
}

/* add bill's new code */


ul.tab-nav {
	padding:0;
	margin:0;
	height:19px;
	list-style-type:none;
	list-style-position:outside;
	
}

ul.tab-nav li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	/* background:#D5ECFC url(../images/bg-tab-item.jpg) repeat-x scroll 0 0; 
	border:1px solid #AFADAE;*/
	line-height:17px;
	margin-top:1px;
	margin-right:4px;
	padding:0 10px 0 5px;
	z-index:999;
	color:black;
	float:left;
	font-size:12px !important;
}

ul.tab-nav li.selected {
	background:#FFFFFF url(../images/bg-tab-item1.jpg) repeat scroll 0 0;
	border-color:#AFADAE;
	border-style:solid;
	border-width:1px 1px 0;
	margin-top:0;
	padding:0px 10px 6px;
	
}

ul.tab-nav li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family: calibri,georgia,arial,sans-serif;
}

ul.tab-nav li a:hover   {
	text-decoration: none;
	color: #FC0;
	
}
ul.tab-nav li.selected a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
}

div.tab-nav-content {
	border-style:solid;
	border-color:#AFADAE;
	border-width:0 1px 1px 1px;
	padding:5px 10px;
	-moz-border-radius: 0 0 4px 4px;
}

div.nav-container {
	left:384px;
	position:absolute;
	top:50px;
}

div.tab-content {
	display:none;
}

div.tab-content.selected {
	display:block;
}



/* end new code */


#maincontent {
	/* width: 1280px; */
	background-image: url(../images/body-bkg4.png);
	background-repeat:repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}


#leftcontent{
	width: 334px;
	margin-top: 0;
	height: 580px;
	padding: 18px 10px 5px 20px;
	
		
}

.pagetitle  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#000;
	position: relative;
	top: -2px;
	
}

#rightcontent  {
	display: block;
	left: 385px;
	top: 37px;
	width: 1500px;
	position: absolute;
}

#scrolledcontent {
	border: 8px inset;
	border-color: #555 #ccc #333 #999;
	overflow: auto;
	background-color:#000000;
	/*
	border-left-style:none;
	border-right-style:none;
	*/	
}

.grid-row {
	clear: right;
	white-space: nowrap;
	padding-right: 20px; 
	position:relative;
	height: 434px;
	background-color: #000;
	width: 6000px;
	
	/*width: 460px; */
}

.grid-row .grid-col {
	float:left;
	margin: 15px 0 15px 15px;
	
	
}


.imagecontainer {
	padding: 0;
	}

.imagecontainer img {
	height: 400px;
	
}
	
.captioncontainer {
	margin: 2px 10px;
	height: 10px;
	color: #B8B498;
	font-family: verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;

}

#info  {
	
	color: wheat;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	
}
#yuba1 #info  {
	position: absolute;
	top: 550px;
	right: 50px;
	
}

/* for later  */
#yuba2 #info  {
	position: absolute;
	top: 400px;
	right: 50px;
	
}
a {
	
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FC0;
	font-weight: bold;
}
a:visited {
	color: #FC0;
}


#footer {
	background-color: #333333;
	padding: 2px;
	clear: both;
	font-family: Franklin Gothic book, Arial, Helvetica, georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


h1 {
	font-family: Franklin Gothic book, Arial, Helvetica, georgia, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}
h2 {
	font-family: Franklin Gothic book , Arial, Helvetica, georgia, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h3 {
	font-family: Franklin gothic book, Arial, Helvetica, georgia, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Franklin Gothic Book, Helvetica, Arial, georgia, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
	color: #3C1E00;
}
a img {
	border-style: none;
	
}

.box1 {
	background:#ffffff;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}
