@import url("Main.css");
@import url("MainMenu.css");
@import url("searchresult.css");

.page_body {
	background:url(images/bg_body.gif) top left repeat-x fixed #FFF;
	width:100%;
	height:100%;
	text-align:center;
	display:table;
}
#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:128px;
	background:url(images/topHeader.gif) no-repeat top left;
}
.logo {
	margin:30px 0 0 60px;
	float:left;
}
.search {
	float:right;
	width:200px;
	margin-top:98px;
}
.searchbar{
	float:left;
}
.searchbar input{
	width:120px;
	border:1px solid #868686;
	background:transparent;
	color:#fff;
	font-size:10px;
}
.searchbutton{
	background:url("images/searchbutton.png") no-repeat;
	width:14px;
	height:14px;
	position:absolute;
	cursor:pointer;
	margin-left:124px;
	margin-top:2px;
	
}
.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/menu_bg.gif) top left no-repeat;
	padding:0 40px;
}
.contentHolder {
	padding:25px 35px 73px 35px;
	background:url(images/content_bg.png) no-repeat top left #fff;
}
.footer {
	position:absolute;
	height:73px;
	width:100%;
	bottom:0;
	background:url(images/footer_bg.gif) left top no-repeat;
}
#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 a.contactIESE {
	background:url(images/arrow_right_grey.png) top left no-repeat;
	display:block;
	white-space:nowrap;
	color:#fff !important;
	float:right;
	width:75px;
	height:15px;
	padding-left:18px;
}


.breadcrumb_holder {
	background:#285e95;
	height:16px;
	padding:0 49px;
	color:#6193c5 !important;
	margin-top:-1px;
	padding-bottom:2px;
}

.breadcrumb_holder a{
	color:#afd3f8 !important;
	font-size:11px;
}

