/*
Theme Name: Mundus Journalism - Child of Sandbox
Theme URI: http://www.city.ac.uk/blogs/mundusjournalism/
Description: A bespoke theme for Mundusjournalism.com
Version: 1.0
Author: Amelia Edwards
Author URI: http://digiae.co.uk
TEMPLATE: sandbox
Tags: education, contemporary, clean
*/

/*//////// GENERAL ////////*/
*	{
	margin: 0;
	padding: 0;
}
body	{
	font-size: 10pt;
	font-family:  Arial,Helvetica,sans-serif;
	background:  url(images/headerskin.png) repeat-x top #ffffff;
}
#wrapper	{
	width:  950px;
	margin: 0 auto;
	position: relative;
}
#container	{
	width:  950px;
	margin: 0 auto;
	position: relative;
}
#content	{
	width: 950px;
	min-height: 550px;
	background-color: #fff;
}

#breadcrumb	{
	width: 800px;
	height: 18px;
	border-bottom: 1px solid #c8c8c8;
	margin: 0 0 10px 72px;
	padding: 10px 0;
	clear: both;
}
#breadcrumb a, a:link, a:visited{color: #a5a4a4;}
#breadcrumb a:hover	{text-decoration: underline; color: #00a2ff;}
#breadcrumb a:active, a:focus {outline: none;}
p.youarehere	{
	font-size:0.85em;
	color: #000;
	margin-left: 10px;
	text-transform: uppercase;
}
#breadcrumb .where {
	color: #000;
	margin-left: 10px;
}
#breadcrumb ul li.youare {
	color: #000;
}
#breadcrumb ul li {
	font-size:0.85em;
	text-transform: uppercase;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#breadcrumb span.currentpg {
	color: #00a2ff;
	font-weight: normal;
}
.clear 	{clear: both;}

/*//////// TYPOGRAPHY ////////*/
h1	{font-size: 18pt;}
h2	{font-size: 16pt;}
h3	{font-size: 14pt;}
h4	{padding-bottom: 10px;}
h1.titletag	{
	width: 540px;
	font-size: 20pt;
	margin-left: 80px;
	padding-bottom: 10px;
}
h3.columns	{padding-bottom: 10px;}
h4.columns	{padding-top: 10px;}
h3.subcolumns	{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
h4.subtitle	{padding: 5px 0 5px 0;}
p	{font-size: 10pt;
	line-height: 1.5em;
}

p.bold 	{font-weight: bold;}
p.columnstxt {padding-bottom: 10px;}
p.synopsistxt {padding-bottom: 20px;}
li	{font-size: 10pt;}
a, a:link, a:visited {
	color:#00a2FF;
	text-decoration: none;
}
a:hover	{color: #00a2FF; text-decoration: underline;}
a:active, a:focus {outline: none;}

/*//////// HEADERS ////////*/
#header	{
	height: 139px;
	width: 950px;
}
#emmlogo {
	width: 454px;
	height: 76px;
	margin: 14px 0 0 65px;
}
#emmlogo #logoImage {
	width: 454px;
	height: 76px;
	float: left;
	display: block;
	background: url(images/EMM-logo.png) no-repeat top left;
}
#emmlogo span, #emmlogo small, #slider span {
	margin: 0;
	display: block;
	text-indent: -9999px;
}
#mainNav {margin-top: 36px;}
ul#menu {padding-left: 82px;}
ul#menu li {
	display: inline;
	list-style: none;
}
ul#menu li a	{
	width: auto;
	margin: 36px 39px 0 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul#menu li a:hover, ul#menu li a:active	{color: #00a2ff;}
ul#menu li.current_page_item a {
    border-bottom: 2px solid #00A2FF;
    padding-bottom: 2px;
}
ul#menu li.current_page_ancestor a {
    border-bottom: 2px solid #00A2FF;
    padding-bottom: 2px;
}
.widget_pages li.current_page_item a
{
    border-bottom: 2px solid #00A2FF;
    padding-bottom: 2px;
}
#header_conbox {
	width: 205px;
	float: right;
	margin: 0 85px 0 0px;
}
#search_header {
	width: auto;
	background-color: #211e1e;
	margin: 35px 0px 0px 0px;
	float: right;
}
#headersearch-404 {
	margin:0 0 0px 0px;
}
.headersearch-button {
	font-size: 10px;
	background-image: url(images/zoom.png);
	padding: 0 5px;
	background-color: #e2e2e2;
}
#shortlink {
	width: auto;
	float: right;
}
#shortlink .external {
	color:#b1b1b1;
	font-size: 10px;
	text-transform: uppercase;
}
#shortlink .job {color:#b1b1b1;}
#shortlink a.job:hover {color:#c0ff00;}

/*//////// SLIDER CONTENT ////////*/
#slideshow	{
	width: 788px;
	height: 200px;
	background-color: #d1d1d1;
	margin: 30px 0 20px 80px;
	clear: both;
}
#slider	div{
	height: 200px;
	width: 788px;
	overflow: hidden;
	position: relative;	
}
#slider ul{
	height: 200px;
}
#slider li{
	float: left;
	display: inline;
	height: 200px;
	width: 788px;
}
#slider ul, #slider li{
	list-style: none;
	margin:  0;
	padding: 0;
}
#slider, #slider li{
	width: 788px;
	height: 200px;
	overflow: hidden;
}
#slider span{ 
		display:block;
		width:32px;
		height:78px;
		position:absolute;
		left:48px;
		top:60px;
		}	
	#slider span.next{ 
		left:868px;
		}														
	#slider span a{  
		display:block;
		width:32px;
		height:78px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#slider span.next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}

img.push {
	margin-left: 81px;
}

/*//////// BANNER CONTENT ////////*/
#progbanner	{
	width: 788px;
	height: 200px;
	background: url(images/banner_prog.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#exintbanner	{
	width: 788px;
	height: 200px;
	background: url(images/banner_exint.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#yr1banner	{
	width: 788px;
	height: 200px;
	background: url(images/ban_yr1.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#yr2amsbanner	{
	width: 788px;
	height: 200px;
	background: url(images/ban_yr2ams.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#yr2citybanner	{
	width: 788px;
	height: 200px;
	background: url(images/ban_yr2city.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#yr2hambanner	{
	width: 788px;
	height: 200px;
	background: url(images/ban_yr2ham.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#yr2swanbanner	{
	width: 788px;
	height: 200px;
	background: url(images/ban_yr2swan.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#aboutbanner	{
	width: 788px;
	height: 200px;
	background: url(images/banner_about.jpg) no-repeat scroll 0 0;
	margin: 0px 0 20px 80px;
	clear: both;
}
#csabanner	{
	width: 788px;
	height: 200px;
	background: url(images/banner_csa.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#unibanner	{
	width: 788px;
	height: 200px;
	background: url(images/banner_uni.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
#adminbanner	{
	width: 788px;
	height: 200px;
	background: url(images/banner_admissions.jpg) no-repeat scroll 0 0;
	position: relative;
	margin: 0px 0 20px 80px;
	clear: both;
}
.bannerintrotxt {
	width: 590px;
	height: 200px;
	float: left;
	position: relative;
}
#uni_gmap	{
	width: 296px;
	height:200px;
	float:  right;
}
#mktbox	{
	width: 198px;
	height: 200px;
	float: left;
	position: relative;
}
.mktboxtxt 	{
	width: 150px;
	margin: 5px 0 10px 20px;
	font-weight: bold;
	font-size: 18px;
	color: #98d9ff;
}
a.mktlink 	{
	background: url(images/btn_clickmore.gif) no-repeat;
	color: #fff;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	margin-left: 20px;
}
a.mktlink:hover	{
	color: #00a2ff;
}
.topmktbox 	{
	width: 198px;
	height: 100px;
	float: left;
}
.botmktbox 	{
	width: 198px;
	height: 100px;
	float: left;
}
p.bannertxt 	{
	font-size: 16px;
	color: #ffffff;
	width: 230px;
	margin: 50px 0 0 328px;
	float: left;
}
.mapp-poweredby {
	font-size: 8pt;
	display: none !important;
}

/*//////// LIGHTBOX ////////*/
.lightbox_container	{
	width: 500px;
	margin: 5px 0 5px 28px;
}
img.padding {
	padding: 0 15px 10px 0;
}

/*//////// HOME CONTENT ////////*/
.home-title 	{
	padding-top: 5px;
}
.home-text	{
	text-align:left;
	line-height:1.5em;
	margin-top: 10px;
	padding-bottom: 10px ;
	color: #000;
}
.homeimg {padding-top: 10px}

/*/////// MODULE CONTENT ///////*/
ul#modules	{
	list-style-image: url(images/linkicon.gif);
	margin: 5px 0 10px 0;
	padding-left: 20px;
}
ul#modules li	{
	padding: 10px 0 10px 0;
	border-bottom:1px dashed #00a2ff;
}
ul#modules li p { margin-bottom: 0;}
#module_container	{
	width: 550px;
	height: auto 0;
	float: left;
	margin: 0 18px 20px 70px;
	padding-bottom: 20px;
	border: 1px solid #c4c3c3;
}
ul.modules	{
	list-style-image: url(images/linkicon.gif);
	margin: 5px 0 10px 0;
	padding-left: 20px;
}
ul.modules li	{
	padding: 10px 0 10px;
	border-bottom:1px dashed #00a2ff;
}
ul.modules li p {margin-bottom: 0;}
a.ulSpacing 	{
	text-decoration: none;
	font-weight: normal;
}
#important {
	border: 1px solid #00a2ff;
	width:  210px;
	margin-top: 30px;
	padding: 10px 10px 10px 10px;
}
#uniprog_box {
	border:1px dotted #C4C3C3;
	float:right;
	margin:20px 20px 0 0;
	padding:10px;
	width:120px;
}
#module_list li{
	width: 320px;
	list-style: none;
	margin: 0 0 10px 28px;
}

/*//////// UL OL LISTS CONTENT ////////*/
ul.uni_links	{
	list-style-type: none;
	list-style: none;
	margin-top: 5px;
}
ul.uni_links li	{
	padding: 3px 0 3px;
}
ul.uni_links li a{
	background: transparent url(images/sidebullet.gif) no-repeat;
	display: block;
	padding: 0 5px 5px 30px;
}
ul.uni_linkex	{
	list-style-type: none;
	list-style: none;
	margin-top: 5px;
}
ul.uni_linkex li	{
	padding: 3px 0 3px;
}
ul.uni_linkex li a{
	background: transparent url(images/world_go.png) no-repeat;
	display: block;
	padding: 0 5px 5px 30px;
}
ul#dwnld_links {
	list-style-type: none;
	list-style: none;
	margin: 5px 0 5px 20px;
}
ul#dwnld_links li {
	padding: 3px 0 3px;
}
ul.dwnld_linksbb {
	list-style-type: none;
	margin:  0 0 20px 28px;
}
ul.dwnld_linksbb li {
	padding: 3px 0 3px;
}
ul.dwnld_linkshm {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.dwnld_linkshm li {
	padding: 3px 0 3px;
}
.urgent	{
	width: 505px;
	border: 1px solid #00a2ff;
	margin: 10px 0 10px 20px;
	padding: 15px 0 5px 0;
}
#uni_container	{
	width: 550px;
	height: auto 0;
	float: left;
	margin: 0 20px 20px 70px;
	padding: 20px 0 20px 0;
	border: 1px solid #c4c3c3;
	border-top: none;
}
#uni_navbar		{
	width: 552px;
	float: left;
	margin-left: 70px;
}
#uni_rightbox {
	width: 120px;
	height: 180px;
	background: #fff;
	float: right;
	margin: 10px 20px 0 0;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #c4c3c3;
}
ul.uni_righttopbox	{
	list-style: none;
	padding-left: 28px;
	padding-top: 10px;
}
ul.uni_righttopbox li.ltgicon {
	padding: 2px 0 2px 0;
	list-style-image: url(images/ltgbox.gif);
}
ul.uni_righttopbox li.auicon {
	padding: 2px 0 2px 0;
	list-style-image: url(images/auminicon.gif);
}
ul.uni_righttopbox li.amsicon {
	padding: 2px 0 2px 0;
	list-style-image: url(images/amsminicon.gif);
}
ul.uni_righttopbox li.cyicon {
	padding: 2px 0 2px 0;
	list-style-image: url(images/cyminicon.gif);
}
ul.uni_righttopbox li.hamicon {
	padding: 2px 0 2px 0;
	list-style-image: url(images/hamminicon.gif);
}
ul.uni_righttopbox li.dsjicon {
	padding: 2px 0 2px 0;
	list-style-image: url(images/dsjminicon.gif);
}
ul.uni_righttopbox li.swaicon {
	padding: 2px 0 2px 0;
	list-style-image: url(images/swaminicon.gif);
}
#tabs	{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	min-height: 33px;
	border-bottom: 1px solid #c4c3c3;
}
#tabs li 	{
	float: left;
	margin-left: 5px;
	
}
#tabs li a	{
	color: #fff;
	font-weight: bold;
	display: block;
	background: #999;
	padding: 10px 20px;
	text-decoration: none;
	height: 12px;	
}
#tabs li a:hover	{
	background: #00a2ff;
}
#tabs li.selected a	{
	background: #fff url(images/butgrad.gif) repeat-x top;
	color: #000;
	border: 1px solid #c4c3c3;
	border-bottom: 1px solid #fff;
}
#tabs li.selected a:hover 	{
	text-decoration: underline;
}
ul.modlist	{
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.5em;
	margin: 10px 0 10px 20px;
	padding: 0 0 10px 24px;
	width: 460px;	
}
div.entry-content-single ul 	{
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.5em;
	margin: 10px 0 10px 0px;
	padding: 0 0 10px 24px;
	width: 460px;	
}
hr.modline 	{
	border-top: 1px solid #c4c3c3;
	width: 510px;
	margin: 20px 0 20px 20px;
}
ol.ad_list 	{
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.5em;
	margin: 10px 0 10px 20px;
	padding-left: 28px;
	width: 460px;	
}
/*//////// CONTACT CONTENT ////////*/
#contact-large	{
	width: 510px;
	margin: 0 0 30px 80px;
	float: left;
}
.titlewrap-left {
	width:100px;
	float: left;
}
.titlewrap-middle {
	width:190px;
	float: left;
	margin-left: 10px;
}
.titlewrap-right{
	width:210px;
	float: left;
	margin-left: 0px;
}
.contact-conbox{
	width: 510px;
	float: left;
	padding: 5px 0;
	border-top: 1px solid #00a2ff;
}
.contact-left	{
	width: 100px;
	float: left;
}
.contact-middlea{
	width: 190px;
	float: left;
	margin-left: 10px;
}
.contact-righta{
	width: 210px;
	float: left;
	margin-left: 0px;
}
.contactbox 	{
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}
.contact_email	{
	width: 470px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	float: left;
	background-color: #e4e4e4;
}
.contactadd 	{
	margin-top: 10px;
	float: left;
}
#wpcf7-f8-p80-o1 .your-name p {
	font-size: 18px;
	font-weight: bold;
}
#wpcf7-f8-p80-o1 .your-name input {
	width: 200px;
	height: 20px;
	margin-bottom: 5px;
}
#wpcf7-f8-p80-o1 .your-email input {
	width: 200px;
	height: 20px;
	margin-bottom: 5px;
}
#wpcf7-f8-p80-o1 .your-subject input {
	width: 200px;
	height: 20px;
	margin-bottom: 5px;
}
#wpcf7-f8-p80-o1 .your-message textarea {
	width: 410px;
	margin-bottom: 5px
}
span.wpcf7-not-valid-tip
{
	left: 105% !important;
	top: -16% !important;
	width: 250px !important;
	padding: 2px 5px !important;
}

ul.contact_team {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:25px;
}
ul.contact_team	 li.conemail {
	vertical-align:super;
	padding: 2px 0 2px 0;
	list-style-image: url(images/email.png);
}
ul.contact_team	 li.conphone {
	vertical-align:super;
	padding: 2px 0 2px 0;
	list-style-image: url(images/phone.png);
}
ul.contact_team	 li.confax {
	vertical-align:super;
	padding: 2px 0 2px 0;
	list-style-image: url(images/page_white.png);
}

/*//////// FAQS CONTENT ////////*/
.acc-box {
	width: 480px;
	min-height: 30px;
	margin-left: 28px;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}
.acc-box-qscontainer {
	background-image: url(images/accdropbut.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 30px;
	float: left;
}
h3.acc-questiontitle {
	padding: 7px 0 7px 18px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.acc-box-txtcontainer {
	width: 330px;
	padding: 5px 10px 5px 10px;
	float: left;
}
.accordian {
	width:482px;
	margin: 0 0 10px 28px;
}
h3.acc-panel-button {
	padding: 5px 0 5px 18px;
	margin: 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-image: url(images/accbar.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.acc-panel-content {
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	padding-top: 20px;
}
.acc-panel-content p {padding: 0 20px 20px 20px;}

/*//////// ADDRESS CONTENT ////////*/
#conmap	{
	width: 550px;
	margin-top: 10px;
	border-top: 1px dotted #c4c3c3;
}
#addbox	{
	width: 255px;
	float: left;
	padding-top: 10px;
}
.addresstxt {
	width: 220px;
	margin-left: 28px;
	padding-bottom: 5px;
}
.contacth3	{
	width: 220px;
	margin: 0 0 10px 28px;
	padding: 5px 0;
}
#googlemap_mini {
	width: 255px;
	height: 270px;
	float: left;
	margin: 20px 0 0 20px;
}

/*//////// SIDE BARS ////////*/
.mod_sidebar	{
	width: 230px;
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 20px 0 10px 0;
	border: 1px solid #a3a09e;
	background-color: #e2dddc;
}
.mod_sidebar .block_inside	{
	width: 200px;
	background: none;
	background-color: #e2dddc;
}

h3.sidetitle	{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 10px;
	padding-left: 10px;
}
ul.sidelinks	{
	list-style-image: url(images/bullet.gif);
	margin: 5px 0 10px 10px;
	padding-left: 40px;
}
ul.sidelinks li	{
	padding: 3px 0 3px;
}

/*//////// BLOG ELEMENTS ////////*/
#posts_container {
	border:1px solid #C4C3C3;
	float:left;
	margin:0 18px 20px 70px;
	padding:20px 0;
	width:550px;
}
.post_box {
	background-image: url(images/post_bkg.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 160px;
	margin: 0 0 10px 28px;
}
#not_found {
	border:1px solid #C4C3C3;
	float:left;
	margin:0 18px 20px 70px;
	padding:20px 0;
	width:550px;
}
.Thumbnail {
	width: 100px;
	height: 100px;
	background-color: #fff;
	margin: 30px 20px 30px 30px;
	float: left;
	clear: both;
}
.entry-header {
	margin: 28px 0 5px 0;
	width: 300px;
	float: left;
}
.entry-info {
	font-size: 12px;
	font-weight: bold;
	color: #00a2ff;
	float: left;
	margin-bottom: 5px;
}
.entry-content-txt {
	width: 300px;
	float: left;
}
.published {text-decoration: none;
}
.authorvcard {color: #000;
}
.postbold {
	color: #000;
	font-weight: bold;
}
.post_date {
	color: #00a2ff;
	font-weight: bold;
}
#post_article {
	border:1px solid #C4C3C3;
	float:left;
	margin:0 18px 20px 70px;
	padding-bottom:20px;
	width:550px;
}
.backImgL {
	height: 16px;
	width: 13px;
	background: transparent url(images/btn_postprev.jpg) no-repeat;
	margin: 0 10px 0 0px;
	display: inline-block;
	vertical-align: middle;
}
.backImgR {
	height: 16px;
	width: 13px;
	background: transparent url(images/btn_postnext.jpg) no-repeat;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align:middle;
}
#nav-above {
	background-color:#FFFFFF;
	border-bottom:1px dashed #C4C3C3;
	height:40px;
	padding-left:18px;
	width:532px;
}
#nav-above .nav-previous {
	float:left;
	font-weight:bold;
	margin:14px 28px 0 0;
}
#nav-above .nav-next {
	float: left;
	font-weight: bold;
	margin: 14px 0 0 0;
}
#nav-below {
	width: 550px;
}
#nav-below .nav-previous {
	float: left;
	font-weight: bold;
	margin: 14px 10px 0 28px;
}
#nav-below .nav-next {
	float: left;
	font-weight: bold;
	margin: 14px 0 0 0;
}
.single .nav-previous span a
{
    padding-left: 18px;
    background: transparent url(images/btn_postprev.jpg) top left no-repeat;
}

.single .nav-next span a
{
    padding-right: 18px;
    background: transparent url(images/btn_postnext.jpg) top right no-repeat;
}

#nav-above-top	{
	width: 550px;
}
#nav-above-top .nav-previous {
	float: left;
	font-weight: bold;
	margin: 0 10px 20px 28px;
}
#nav-above-top .nav-next {
	float: left;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.entry-content-single {
	margin: 20px 28px 20px 28px;
}
.entry-content p {
	margin-bottom: 10px;
}
.entry-content blockquote {
	color:#A98951;
	margin:10px 0;
	padding:20px;
}
.alignright {
	float: right;
	padding: 0 0 10px 20px;
}
.alignleft {
	float: left;
	padding: 0 20px 10px 0;
}
.wp-caption-text {
	color: #494949;
	font-style: italic;
}
.infoimg {
	padding-right: 20px;
	width: 50px;
	height: 50px;
 	float: left;
}
.entry-content-info {
	width: 370px;
	line-height: 20px;
	float: left;
}
.entry-content-box {
	width: 450px;
	line-height: 20px;
	background-color: #DFFFF8;
	border: 1px solid #9BBFB7;
	padding: 20px;
	margin-left: 28px;
	float:  left;
}
.search_box {
	width:  460px;
	height: 50px;
	background-color: #fff;
	border-top: 1px dashed #9BBFB7;
	margin: 0 0 10px 28px;
	padding: 10px 20px;
}
#quicksearch-404 {
	margin:20px 0 10px 10px;
	padding-left:10px;
}
.quicksearch-button {
	margin-top: 10px;
}


/*//////// 404 PAGE ////////*/
#error_container	{
	width: 550px;
	height: 285px;
	float: left;
	margin: 0px 18px 0px 70px;
	border: 1px solid #c4c3c3;
}
#error_box1	{
	background-color: #00a2ff;
	width: 450px;
	height: 80px;
	margin: 20px 0 0 20px;
	padding:  30px;
}
#error_box2	{
	background-color: #e2dddc;
	width: 510px;
	height: 100px;
	margin: 0 0 0 20px;
}
h2.entry-title	{
	margin-bottom: 10px;
	color: #fff;
}
.error_img	{
	margin-left: 230px;
}
p.entry-content-white	{
	font-size: 16px;
	color: #fff;
}
#searchform-404	{
	margin: 15px 0 0 100px;
}

/*//////// SITE MAP ////////*/
ul.sitemap	{
	list-style-type: square;
	padding-left: 28px;
	margin: 0 0 10px 0;
}
ul.sitemap li{
	padding-bottom: 3px;
}

.sitemaph1 {
	font-size: 18px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #00a2ff;
}
.sitemaph2 {
	font-size: 14px;
	margin: 5px 0 10px 0;
	padding: 3px 0 3px 10px;
	background-color: #d9f1fe;
}
.nobullet {
	list-style: none;
	list-style-type: none;
}
/*//////// FOOTER ////////*/
#footer 	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #211e1e;
}
#footer 	{
	background-image:url(images/footblk.jpg);
	background-repeat:repeat-x;
	min-height:50px;
	padding:0px;
	position:relative;
}
	#footer .container	{
		width: 950px;
		height: 340px;
		margin:  0 auto;
	}
	#footrow	{
		width: 420px;
		margin-left: 270px;
		padding: 10px 0 10px 0;
		float: left;
	}
	#footer h3	{
		margin-left: 30px;
	}
	#footer p	{
		margin-left: 30px;
		padding-top: 10px;
		color: white;
	}
	#footer .footcol1	{
		width: 230px;
		float: left;
		margin-left: 53px;
		padding-right: 0px;
	}
	#footer .footcol2	{
		width: 230px;
		float: left;
		padding-right: 0px;
		margin-left: 50px;
	}
	#footer .footcol3	{
		width: 245px;
		float: left;
		margin-left: 50px;
	}
	#footer .footertip	{
		padding-bottom: 5px;
	}
	#footeruni 	{
		width: 160px;
		height: 150px;
		margin: 5px 0 0 30px;
	}
	#footer .footeruniicons	{
		margin: 10px 10px 0 0;
	}
	#footer a {
		border: none;
	}
	#footer img{
		border: none;
	}
	#footer .footerEUlogo	{
		margin: 10px 0 0 28px;
	}
	#footer #followus	{
		width:  230px;
		margin-left: 30px;
		padding: 0 0 20px 0;
	}
	#footer .pad	{
		padding: 10px 10px 0 0;
	}
	#footer .copyright 	{
		font-size: 10px;
		text-transform: uppercase;
		color: #575757;
	}
	#footer .copygrey 	{
		font-size: 10px;
		text-transform: uppercase;
		color: #575757;
	}
	#footer .copyright a:hover{
		color: #00a2ff;
	}
	#footer .blue	{
		color: #00a2ff;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: 0.1em;
	}
ul.foot_contact {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:15px 0 0 55px;
	color: #ffffff;
}
ul.foot_contact	 li.footemail {
	padding: 2px 0 2px 0;
	list-style-image: url(images/email.png);
}
ul.foot_contact	 li.footphone {
	padding: 2px 0 2px 0;
	list-style-image: url(images/phone.png);
}
ul.foot_contact	 li.footfax {
	padding: 2px 0 2px 0;
	list-style-image: url(images/page_white.png);
}
ul.news {
	list-style-type: square;
	list-style-position: outside;
	margin: 5px 0 0 30px;
	padding-left: 15px;
}
ul.news li{
	line-height: 1.5em;

	padding: 10px 0 10px 10px;
	color: #00a2ff;
	border-bottom: 1px dashed #00a2ff;
}
ul.news a  {
	color: #fff;
}
ul.news a:hover, ul.news a:active {
	color: #00a2ff;
}


/*//////// IMAGES ////////*/
img	{border-style: none;}
img.dwnbut {padding-right: 10px;}
img.unicentre{padding: 5px 0 5px 50px;}
.unicentretxt{
	padding: 0 0 5px 50px;
	font-style: italic;
	}
/*//////// FUN CLASSES ////////*/
.column-left	{
	width: 230px;
	float: left;
	margin: 0 0 30px 80px;	
}
.column-middle	{
	width: 230px;
	margin: 0 0 30px 50px;	
	float: left;
}
.column-right	{
	width: 230px;
	margin: 0 0 30px 49px;		
	float: left;
}
.column-large	{
	width: 510px;
	margin: 0 0 30px 50px;
	float: left;
}
	#content .column-large p.columnstxt 	{
	padding-right: 20px;
	padding-bottom: 10px;
}
.firstpara {
	width: 355px;
	margin-left: 28px;
	padding-bottom: 10px;
}
.indent 	{
	margin-top: 10px;
	margin-bottom: 20px;
}
.indent02	{
	width: 300px;
	margin: 20px 0 20px 28px;
}
.indent03	{
	width: 500px;
	margin-left: 28px;
	padding: 5px 0;
}
.indent04	{
	width: 500px;
	margin-left: 28px;
	padding-bottom: 10px;
}
.indent05	{
	width: 470px;
	margin-left: 28px;
	padding-bottom: 10px;
}
.indent05a	{
	width: 470px;
	margin-left: 20px;
	padding-bottom: 10px;
}
.indent05b	{
	width: 470px;
	margin-left: 28px;
}
.indent06	{
	width: 400px;
	margin: 0 0 10px 28px;
	padding: 5px 0;
}
.indent03uni	{
	width: 355px;
	margin-left: 28px;
	padding: 5px 0;
}
.indent04uni	{
	width: 355px;
	margin-left: 28px;
	padding-bottom: 10px;
}
.indent06uni	{
	width: 355px;
	margin: 0 0 10px 28px;
	padding: 5px 0;
}
a.clickmore {
	background: url(images/btn_more.gif) no-repeat;
	padding: 7px 20px 8px 12px;
	margin-left: 130px;
	text-decoration: none;
}
/*/////// JQUERY ///////*/
.gototop	{
	margin: 10px 0 20px 30PX;
	width: 100px;
	height: 30px
}
.gototop02	{
	margin: 20px 0 0px 0;
	width: 100px;
	height: 30px;
	float: left;
}
a.top	{
	font-weight: bold;
	border-bottom: 1px dotted #00a2ff;
	padding-bottom: 5px;
}

/*/////// MSIE FIXES ///////*/
body.browser-msie-6 #wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
body.browser-msie-6 #content {
   height: expression(300 + "px");
   width: 950px;
 
}
body.browser-msie-6 #header	{
	height: 153px;
	width: 950px;
}
body.browser-msie-7 #header	{
	height: 153px;
	width: 950px;
}
body.browser-msie-6 #footer 	{
	background-image:url(images/footblk.jpg);
	background-repeat:repeat-x;
	padding:0px;
}
body.browser-msie-6 .column-left	{
	width: 230px;
	float: left;
	margin: 0 0 14px 40px;	
}
body.browser-msie-6 .column-middle	{
	width: 230px;
	margin: 0 0 14px 50px;	
	float: left;
}
body.browser-msie-6 .column-right	{
	width: 230px;
	margin: 0 0 14px 49px;		
	float: left;
}
body.browser-msie-6 #footrow	{
		width: 420px;
		margin-left: 145px;
		padding: 10px 0 10px 0;
		float: left;
	}
body.browser-msie-6 #footer .footcol1	{
		width: 230px;
		float: left;
		margin-left: 25px;
	}
body.browser-msie-6 #footer .footcol2	{
		width: 230px;
		float: left;
		margin-left: 50px;
	}
body.browser-msie-6 #footer .footcol3	{
		width: 230px;
		float: left;
		margin-left: 50px;
	}
body.browser-msie-old #slider span{ 
		display:block;
		width:32px;
		height:78px;
		position:absolute;
		left:48px;
		top:90px;
		}	
body.browser-msie-old #slider span.next{ 
		left:868px;
		}
body.browser-msie-old p.bannertxt 	{
	font-size: 16px;
	color: #ffffff;
	width: 230px;
	margin: 50px 0 0 165px;
	float: left;
}
body.browser-msie-old #contentwrap {
	width: 570px;
	float: left;
	margin: 0 0 0px 40px;
	padding-bottom: 20px;
}
body.browser-msie-old .contactbox 	{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 560px;
	float: left;
}
body.browser-msie-7 .contactbox 	{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 560px;
	float: left;
}
body.browser-msie-old h4.subtitle	{
	padding: 5px 0 5px 0;
	font-size: 12px;
	}
body.browser-msie-7 h4.subtitle	{
	padding: 5px 0 5px 0;
	font-size: 12px;
	}
body.browser-msie-old #module_container	{
	margin: 0 18px 20px 35px;
}
body.browser-msie-old #uni_container	{
	margin: 0 20px 20px 35px;
	padding: 20px 0 20px 0;
	border: 1px solid #c4c3c3;
	border-top: none;
}
body.browser-msie-old #posts_container {
	margin:0 18px 20px 35px;
}
body.browser-msie-old #uni_navbar		{
	width: 552px;
	float: left;
	margin-left: 35px;
}
body.browser-msie-old #tabs	{
	margin: 10px 0 0 0;
	list-style: none;
	height: expression(10 + "px");
	border-bottom: 1px solid #c4c3c3;
}
body.browser-msie-old #tabs li a	{
	color: #fff;
	font-weight: bold;
	display: block;
	background: #999;
	text-align: center;
	text-decoration: none;
	width: 110px;
	height: 12px;	
}
body.browser-msie-6 ul.sidelinks	{
	margin: 5px 0 10px 0px;
	padding-left: 40px;
}
body.browser-msie-6 ul.sidelinks li	{
	padding: 3px 0 3px 10px;
}
body.browser-msie-7 ul.sidelinks	{
	margin: 5px 0 10px 0px;
	padding-left: 40px;
}
body.browser-msie-7 ul.sidelinks li	{
	padding: 3px 0 3px 10px;
}
body.browser-msie-old .Thumbnail {
	background-color: #fff;
	margin: 30px 20px 30px 20px;
	float: left;
	clear: both;
}
body.browser-msie-old #uniprog_box {
	margin:20px 10px 0 0;
}
body.browser-msie-old #uni_rightbox {
	margin: 10px 10px 0 0;
	padding: 10px 10px 10px 10px;
}
body.browser-msie-old .indent03uni	{
	width: 355px;
	margin-left: 28px;
	padding: 5px 0;
}
body.browser-msie-old .indent04uni	{
	width: 355px;
	margin-left: 28px;
	padding-bottom: 10px;
}
body.browser-msie-old .indent06uni	{
	width: 355px;
	margin: 0 0 10px 28px;
	padding: 5px 0;
}
body.browser-msie-old .contacth3	{
	width: 220px;
	margin: 0 0 10px 28px;
	padding: 5px 0;
}
body.browser-msie ul.uni_righttopbox	{
	list-style: none;
	padding-left: 28px;
	padding-top: 0;
}
body.browser-msie-old #header_conbox {
	width: 220px;
	margin: 20px 45px 0 0;
	float: right;
	display: block;
}
body.browser-msie-old #search_header {
	width: auto;
	background-color: #211e1e;
	margin: 30px 0px 0px 0px;
	float: right;
}
body.browser-msie-7 #header_conbox {
	width: 220px;
	margin: 20px 80px 0 0;
	float: right;
	display: block;
}
body.browser-msie-7 #search_header {
	width: auto;
	background-color: #211e1e;
	margin: 30px 0px 0px 0px;
	float: right;
}
body.browser-msie-7 .headersearch-button {
	background: url(images/zoom.png)no-repeat;
	background-color: #e2e2e2;
}
body.browser-msie-8 .headersearch-button {
	background-image: url(images/zoom.png);
	padding: 7px 0 8px 15px;
	background-color: #e2e2e2;
}
body.browser-msie-8 span .meta-nav {
	display: inherit;
} 
body.browser-msie-old #post_article {
	border:1px solid #C4C3C3;
	float:left;
	margin:0 18px 20px 36px;
	padding-bottom:20px;
	width:550px;
}
