@import url("Main.css");
@import url("MainMenu.css");
@import url("searchresult.css");

#page_body {
	background:url(images/bg_body.png) top left repeat-x #953328;
	width:100%;
	height:100%;
	text-align:center;
}
#page_frame {
	width:1000px;
	height:100%;
	text-align:left;
	margin:auto;	
}
.page_frame_left {
	background:url(images/frame_left_shadow.png) top left repeat-y;
	height:100%;
}
.page_frame_right {
	background:url(images/frame_right_shadow.png) top right repeat-y;
	height:100%;
	position:relative;
}
.page_frame_mid {
	margin:0 3px;
	background:#fff;
	position:relative;
	min-height:100%;
	_height:100%;
}
.header {
	height:148px;
}
.logo {
	margin:30px 0 0 60px;
	float:left;
}
.search {
	float:right;
	width:200px;
	margin-top:108px;
}
.searchbar{
	float:left;
}
.searchbar input{
	width:120px;
}
.searchbutton{
	background:url("images/searchbutton.gif") no-repeat;
	width:14px;
	height:14px;
	position:absolute;
	cursor:pointer;
	margin-left:124px;
	margin-top:4px;
	
}
.rss {
	float:left;
	width:41px;
	height:14px;
}
a.RSSIcon, a.RSSIcon:visited {
	background:url(images/RSS-normal.gif) no-repeat top left;
	width:33px;
	height:14px;
	text-decoration:none;
	outline:none;
	display:block;
}
a.RSSIcon:hover {
	background:url(images/RSS-hover.gif) no-repeat top left;
	width:33px;
	height:14px;
	text-decoration:none;
	outline:none;
}
.menu {
	height:46px;
	background:url(images/bg_menu.png) top left repeat-x;
	padding:0 40px;
}
.content {
	padding:25px 35px 73px 35px;
}
.footer {
	position:absolute;
	width:100%;
	bottom:0;
}
.footerback{
	background:#291a1b;
		height:73px;
}

#Uniservices-logo {
	background:url(images/uniservices_logo.png) no-repeat top left;
	width:160px;
	height:22px;
	display:block;
	float:left;
	margin-top:16px;
	margin-left:40px;
}
#uoalogo {
	background:url(images/UAL_logo.png) no-repeat top left;
	width:141px;
	height:57px;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:18px;
}

.footer-right {
	float:right;
	margin:15px 40px 0 0;
	width:450px;
}


.copyright{
	font-size:10px !important;
	color:#ffffff;
	float:right;
	margin-top:10px;
}
.copyright a{
	color:#ffffff !important;
}
.FooterContact{
	width:200px;
	padding-right:40px;
	float:right;
}
.FooterContact a,.FooterContact{
	color:#ffffff !important;
}
.FooterContact .row{
margin-bottom:5px;
color:#ffffff !important;
}
.FooterContact a.contactyou {
	background:url(images/arrow_right_grey.png) top left no-repeat;
	display:block;
	padding-left:20px;
	white-space:nowrap;
	height:15px;
}

.FooterContact .email a {
	padding-left:20px;
	background:url(images/1263329369_004.png) top left no-repeat;
	display:block;
	text-decoration:underline;
}
.FooterContact .phonenumber{
	background:url(images/1263329396_telephone.png) top left no-repeat;
	padding-left:20px;
	color:#ffffff !important;
}

a.contactIESE {
	background:url(images/arrow_right_brown.gif) top left no-repeat;
	white-space:nowrap;
	color:#fff !important;
	float:right;
	width:75px;
	padding-left:18px;
	margin-bottom:0px;

}


.breadcrumb_holder {
	background:#953328;
	height:16px;
	padding:0 49px;
	color:#d5ada9 !important;
	margin-top:-1px;
	padding-bottom:2px;
}

.breadcrumb_holder a{
	color:#d5ada9 !important;
	font-size:11px;
}
.contactlistholder{
	position:absolute;
	display:none;
	background-image: url("/DesktopModules/ContactUs/images/contact_popup.png");
	width: 272px;
	height: 309px;
	position: absolute;
	margin-top: -309px;
	margin-left: -249px;
	z-index: 9999;
}
.contactlistholder div{
	margin-bottom:10px;
	width:262px;
	white-space:normal;
}
.contactlistholder .inner{
	padding:10px;
	width:272px;
}
.contactlistholder .title{
	font-weight:bold;
}
.uparrow{
	background: url("images/arrow-up.png") no-repeat;
	display:block;
	padding-left:18px;
}
.contactlistholder .inner a{
	color:#000000 !important;
	text-decoration:underline;
}

