/* this is the css sheet for just the top page because the logo on the top page is bigger..*/
body {
	background: transparent url("background/haikei3.gif") repeat scroll 0 0;
	margin: 0px;
	padding: 0px;
}

a {
  color: #0000ff;
}
a:hover {
  color: purple;
}
a:visited {
  color: green;
}

#menu_tabs{
	min-width: 1020px;
	font-size: 12px;
}
#menu_tabs ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu_tabs li {
	list-style-type:none;
	float:left;
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:0;
	padding: 0;
	line-height:14px;
}
#menu_tabs li a:hover{
	color: #FFF;
}
#menu_tabs a {
 	display: block;
	background-image: url("images/tab_left.gif"); 
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 10px; 
	color: blue;
	text-decoration: none;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
}
#menu_tabs #current {
 	background-image:url("images/tab_right_current.gif");
}
#menu_tabs #current a {
    background-image:url("images/tab_left_current.gif");
 	border-bottom-color: #5474F1;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	color: white;	
}


#senacos_logo_big {
	position: relative;
	margin-left: 0px;
	margin-bottom: 0px;
	width: auto;
	height: auto;
}
#senacos_logo_big h1 {
	color: #F98B3A;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top:0;
	margin-bottom:0;
}
#senacos_logo_big h2 {
	color: #F98B3A;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top:0;
	margin-bottom:0;
}
#senacos_logo_big h5 {
	text-align: center;
	color: #3E3E3E;
	margin-top: 0px;
}
#senacos_logo_big img {
	float: left;
	vertical-align: baseline;
}
#senacos_logo_big p {
color:#009900;
padding-left:10px;
padding-right:10px;
text-align:center;
font-weight:bold;
font-size:10px;
}






#info_buttons .no_bg{
	background-color: #EFFFFF;
	padding-right: 10px;
}
#info_buttons .bg{
	padding-right: 20px;
	padding-left:5px;

}

#info_buttons {
	width: auto;
	height: auto;
	float: right;
	font-size: 12px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0px none;
}
#info_buttons img{
padding-bottom:0;
padding-top:0;
margin-top:0;
margin-bottom:0;
border:0 none;
vertical-align:middle;
}
#info_buttons ul{
margin:0;
padding:0;
border: 0px none;
}
#info_buttons ul li {
	display: inline;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

#info_buttons li{
	background-color: #FFCC00;

}
#info_buttons li img{
background-color:#EFFFFF;
}
#info_buttons li a:link
{
	padding:0;
	margin:0;
	border: 0px none;
color: blue;
}
#info_buttons li a:hover
{
color: #FFF;
}
#search_box{
	background-color: #5474F1;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	height: 15px;
}

