/* CSS Document */
#headerTop {
		background-image:url(/images/RAA_BLUE_HEADER_01.png) ;
		background-position:top left;
		background-repeat:no-repeat;
		width: 998px;
		height: 89px;
}

#headerTopBar {
	background-image:url(/images/RAA_BLUE_TOPBAR_BG.png);
	background-repeat:repeat-x;
	width: 998px;
	height: 41px;
	
}

#headerTopBarLeft {
	float:left;
	width: 184px;
	height: 41px;
}

#headerTopRight {
	position:relative ;
	float: right ;
	width: 814px;
}

#headerTopLinks {
	position: relative ;
	float:right;
	width: 814px;
	height: 30px;
	background-image:url(/images/RAA_BLUE_HEADER_03_toplinks.png);
	background-position: top right;
	background-repeat:no-repeat;
	text-align:right;
}

#toplinks {
	position: relative ;
	padding-top: 8px;
	padding-right: 10px;
	float: right;
	width: 329px;
	height: 30px;	
	font-size: 10px ;			
}

#toplinks a {
	color: #000;
	text-decoration:none ;
	border-bottom:dotted #000 1.0px ;
}


/* SEARCH INPUTS */ 
#headerTopSearch {
	position:relative;
	text-align:right;
	float: right ;
	padding-right: 10px;
	padding-top: 10px;
	width: 302px;
}

#topSearchInput {	
	background: url(/images/RAA_SEARCH_INPUT.png)  no-repeat left top;
	vertical-align:middle;
	width: 244px;
	height: 35px;
	line-height:35px;
	font-size: 16px;
	font-weight: bold;
	color:#333;
	border:none;
}

#topSearchInputHtml {
	border:none;
	font-size: 13px;
	font-weight: bold;
	color:#333;	
	width: 224px;
	height: 25px ;
}

#topSearchButton {
	background-image: url(/images/RAA_SEARCH_BUTTON.png)  no-repeat left top;
	width:48px;
	height:35px;
	border: none;
}

#searchInputField {
	position: relative ;
	width:254px;
	height: 35px;
	float: left;
	text-align:right;
}

#searchInputButton {
	float: right;
	width: 48px;
}


/* TOP MENU */
#topmenuBar {
	float: right;
	width: 814px;
	height:41px;
}

#topmenu {
	padding: 4px;	
	padding-top: 12px;
}

#topmenu ul {
	
	display:inline-block ;
	list-style-type:none;
	margin: 0px;
	padding-left: 0px; 
}

#topmenu ul li {
	list-style-type:none;
	display:inline ;
	width: 110px;
	margin: 0px;
	padding-right: 15px;
	color: #FFF;
	font-size: 16px;
	
}

#topmenu ul li a {
	color: #eaeaea;
	text-decoration:none;
	border-bottom:dotted #FFF 1.0px;	
}

#topmenu ul li a:hover {
	color: #FFF;
	text-decoration:none;
	border-bottom:none #FFF 1.0px;	
}
