@charset "utf-8";
/* CSS Document */

/* Layout Stylesheet */ 
body {
	background-color: #545252;
	font-family: arial, sans-serif;
}

#wrapper {
        text-align: center;
	    margin: 0px auto;
}         


#container {
		margin: 0px auto;
	    background:#fff;
		border:0;
		text-align:left;
		width:930px;
		color: #000;
		overflow: hidden;
}

#topnav {
	z-index: 2000;
}

#search {
	z-index: 2000;
	
}

#flashcontent {
	z-index: 1;
}

#header {
	background: url("images/header-background.gif") repeat;
	margin: 0 0 0 0;
}

.edgesearch {
	color: white;
	font-weight: bold;
	/*text-decoration: none;*/
	background: inherit;
	cursor: pointer;
	
}

.search {
	margin-top: 1px;
	margin-left: 655px;
	z-index: 1000;
	position: absolute;
	padding: 0;

}

.contactus {
	margin-top: -25px;
	margin-left: 702px;
	z-index: 1000;
	position: relative;
	
}	

#logo {
	position: relative;
	top: 2px;
	left: 10px;
	z-index: 0;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00395e;
	vertical-align: top;

}


#middlenav {
	background: url("images/middle-nav-background.gif") repeat;
	margin: 0;
	height: 25px;
	padding: 0;
} 


#bottom {
	background: url("images/bottom-bar.gif") no-repeat;
	height: 31px;
	margin: 0;
	padding: 0;
	
}
