@charset "UTF-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
/*================== SUBMENU STYLES ==================*/

#page-header {
	height:321px;
	background-image:url(images/headerHome_bg.gif);
	background-repeat:repeat-x;
}
#logo {
	width:357px;
	height:118px;
	background-image:url(../images/layout/logoHome.gif);
}
#homeArt{
	position:absolute;
	left:485px;
	top:0px;
	}
#page-menu {	
	background-image:none;
	background-repeat:none;
	background-position:none;
	background-color:#FFF;
	height:22px;
	z-index:11;
}
#content{
	background-image:url(/_css/images/SealBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	}
#page-body {
	padding-top:0px;
}

/*========================== TWEETBOX =======================================*/
.BGgrad{
	background-image:url(/_css/images/bgTweetbox.gif);
	background-repeat:repeat-x;
	display:block;
	margin:0px;
	
}

#ticker {
    background: url(../images/twicker-icon.png) no-repeat scroll 9px 9px ;
    border: 0px solid #E2E2E2;
    height: 30px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
	padding-top:5px;
    overflow: hidden;
    position: relative;
    width: 956px;
	font:Tahoma, Geneva, sans-serif small;

}
#ticker ul {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
	font-size:10px;
}

#ticker #nav {
	display:none;
    position: absolute;
    right: 9px;
    text-align: right;
    top: 8px;
}
#twitLogo{
	
	float:left;
	margin-left:6px;
	margin-top:2px;}
#ticker #nav a.prev span, #ticker #nav a.next span {
  /*  -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    height: 0;
    left: 6px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 0;*/
}

#ticker #nav a.prev span {
/*    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    left: 5px;*/
}
#ticker #nav a.next, #ticker #nav a.prev {
    display: block;
    float: left;
    font-size: 5px;
    margin-left: 7px;
    position: relative;
    text-indent: -999em;
    width: 19px;
}
#ticker .date{
	
	color:#666;
	}
