@import url('fixes.css');

body{
	background:#fff url(/rxs/premierchoice/img/background.gif) repeat;
}
body div div#wrapper{
	border:20px solid #031f73;
	
}
div.navbox a{
	color:#333;
}
div.navbox a:hover{
	text-decoration:underline
}
#sidebar,div#contextbar{
		margin-top:-10px;
}

body div div#header{
	color:#fff;
	float:none;
	background:#031f73;
	position:relative;
	height:100px;
	width:100%}
	
div#left{
	float:left;
	width:150px;
}
div#right{
	width:750px;
	float:right;
	text-align:right;
}

div#contactInformation{
	height:50px;
	}
#contactInformation h2{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin:0;
}
#contactInformation h3{
	font-size:14px;
	margin:.5em 0 .75em 0;
}	
#contactInformation h3 a{
	font-weight:bold;
	font-size:11pt;
	margin:0;
	color:#999;
	text-decoration:none;
	text-align:right;
	
}
#menu{
	height:20px;
	margin-top:15px;
	
}
#menu ul{
	color:#fff;
	font-weight:normal;
	list-style:none;
}
#menu li{
	list-style:none;
	display:inline;
	margin-left:16px;
	padding:3px 0 3px 10px;
}
#menu a{
	color:#fff;
	font-size:11pt;
	text-decoration:none;
	
}
#menu a:hover{
	text-decoration:underline
}

