/*-------------------Layout --------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	color:#ffffff;
	background: #03346c url(../images/template/header-background.jpg) repeat-x;
}

#center_container {
	width: 800px;
	margin: 0 auto;
}

#content{
	width: 800px; 
	float: left;
	padding: 0 2px;
	text-align: left;
	display:inline;
}

#top_top_name {
	float: right;
}

#top_name {
	width: 500px;
	text-align: right;
	display: block;
}

#top_name h1 {
	text-align: right;
	color: white;
	font: 45px Verdana;
	display: inline;
}

#top_name h2 {
	color: white;
	font: 15px Verdana;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#left_side{
	width: 186px;
	float: left;
	margin: 0;
	padding: 0px;
}

#left_side p img {
	width: 186px;
	height: 52px;
}


#right_side {
	width: 560px; 
	float: right;
	clear: none;
	margin: 10px 0 0 35px;
	padding: 0 2px 10px 10px;
/*	border: 1px solid #7B7B7B; */
	display:inline;
	text-align:left;
}

#credits {
	clear: both; 
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 0;
}



/*----------------- Standard Elements-------------------*/

a img {
	border: 0;
}

a {
	color:#fff;
	text-decoration: none;
}

a:hover {
	color: #feb70a;
	cursor: pointer;
}

a:visited {}

h1 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h2 { 
	font-size: 16px;
	color: #fff;
	text-indent: 5px;
	font-weight: normal;
	text-align: left;
} 

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 0;
	text-indent: 5px;
} 



/* Start of Breadcrumb Trail */

#breadcrumb {
	margin:0 0 20px 0;
	padding:0 0 0 235px;
	font-size: 10px;
	color: #fff;
	text-align:left;	
}

/* End of Breadcrumb Trail */




/* Header Content Start */

#top_banner {
	background: #03346c url(../images/template/header-background.jpg) repeat-x;
	width: 800px;
	height: 150px;
	padding: 0;
	margin: 0;
}

#fixed-header {
	margin: 0px;
	padding: 0px;
}



#top_links ul{
	height: 135px;
	padding: 0;
	margin: 0;
	float: left;
}

#top_links li{
display: inline;
width: 87px;
padding: 0;
	margin: 0;
}

/* Header Content End */



/* ------------- Browse BOX -------------- */

#browsebox{
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #001253;
	width: 800px;
	font-size: 11px;
	color: #FFFFFF;	
   background: url(../images/template/search-background.jpg) repeat-x;
	height: 150px;
}


#browsebox td{
	font-size: 11px;
	text-align: right;
	height: 32px;
}

#browsebox th{
	font-size: 10px;
	text-align: center;
}


#table1{	
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 240px;
}

#table1 select{
	width: 100px;
}

#table2{		
	padding: 0;
	margin: 0 160px 0 260px;
	width: 400px;	
}

#table2 td{
	text-align: left;
}

#table3{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px 0 0;
	margin: 0;
	width: 135px;
	background: url(../images/template/browse-background.jpg) 100% 0 no-repeat;
	/*height: 100%;*/
}

#spacer{
	padding: 0 0 12px 0
}

#table3 td, th{
	text-align: left;
}

.row tr{
	height: 32px;
}


#search-avail-btn{
	margin: 40px 0 10px 0;
	padding: 2px 34px 2px 34px;
	/*width: 100px;*/
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	background-color: #123d67;
	color: #fff;
	

	
}

#search-avail-btn:hover {
	background-color: #2076cb;
	cursor:  help;
}


table.inserted {
	font-size: 10px;
}

table.inserted td, table.inserted th { 
	padding-right: 12px; 
} 



/*Side Menu*/

#menu3 {
width: 186px;		
font-size: 14px;
font-weight: bold;
}
		  
#menu3 ul {
list-style: none;
margin: 0;
padding: 0;
}		
		 
#menu3 li{
margin: 10px 0 15px 0;
}  

#menu3 li a {
height: 24px;
text-decoration: none;
padding: 3px 0 0 8px;
}

#menu3 li a:link, #menu3 li a:visited {
color: #000;
display: block;
background: url(../images/menu/menu-button.gif);
}

#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
background: url(../images/menu/menu-button.gif) 0 -26px;
}

/*End Side Menu*/
		  

		  

		  
		  

