@charset "UTF-8";
/* CSS Document */

	body {
	background-image:url(banner.gif);
	background-repeat:repeat-x;
	text-align:center;
	}
	#wrapper {
	position:relative;
	margin: 0 auto;
	width:1207px;
	text-align:left;
	}
	#logo {
	position:absolute;
	left: 318px;
	top: 10px;
	}
	#photo {
	position:absolute;
	width:193px;
	height:200px;
	left: 36px;
	top: 8px;
	}
	#menu_top {
	width:900px;
	height:100px;
	position:absolute;
	left: 340px;
	top: 246px;
	}
	#sidebar {
	position:absolute;
	background-color:#ebebeb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	width:290px;
	left: 13px;
	top: 330px;
	}
	td.headers {
	background-color:#039;
	padding:8px;
	}
	td.text {
	color:#666;
	padding:12px;
	}
	a.table:link {color:#930;
	}
	a.table:visited {color:#930;
	} 
	a.table:hover {color:#930; 
	}
	a.table:active {color:#930;
	}
	a img {border:none;} 
	
	/* rotator in-page placement */
    div#rotator {
	position:absolute;
	width:260px;
	height:220px;
	margin-left: 15px;
	left: 36px;
	top: 8px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: -4px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #ebebeb;
}
    div#rotator ul li.show {
	z-index:500;
}
	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #941f29; /*Red color theme*/
background: transparent;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
font: bold 10px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
}

.invertedshiftdown a:hover{
background-color: #941f29; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #941f29; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
*, * focus {
	margin: 0;
	padding: 0;
}

	#banner_bottom {
	position:absolute;
	left: 62px;
	top: 1882px;
	}

