/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #B5121B;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0;
}
/* Commonly used to style page titles. */
h1 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}
/* Commonly used to style section titles. */
h2 {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #CB212A;
	font-weight: normal;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #CB212A;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #F9A451;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000000;
}



/* Sets the style for the layout. */

#container {
	width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#header {
	width: 960px;
	height: 119px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B5121B;
	background-color: #B5121B;
}
#header_orange {
	width: 960px;
	height: 119px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F37121;
	background-color: #F37121;
}
#header_green {
	width: 960px;
	height: 119px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #90B281;
	background-color: #90B281;
}
#header_blue {
	width: 960px;
	height: 119px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003754;
	background-color: #003754;
}
#left_column_295 {
	float:left;
	width:295px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
#middle_column_295 {
	float:left;
	width:295px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#right_column_290 {
	float:right;
	width:290px;
	padding: 10px 20px 10px 10px;
}


#left_column {
	float:left;
	width:359px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

#left_column_770 {
	float:left;
	width:739px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-right: 10px;
	padding-left: 20px;
	border-right-color: #999999;
}
#left_column_680 {
	float:left;
	width:680px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-right: 20px;
	padding-left: 20px;
	border-right-color: #999999;
}
#left_column_640 {
	float:left;
	width:640px;
	padding-bottom: 10px;
	border-right-color: #999999;
}
.holder_640 {
	float:left;
	width:640px;
	padding-bottom: 10px;
	border-right-color: #999999;
}
.venue_holder {
	float:left;
	width:640px;
	border: 1px solid #B5121B;
	margin-bottom: 10px;
}


.table_holder {
	float:left;
	width:640px;
	padding-bottom: 10px;
	color: #000000;
}


.table_holder ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 9px;
}
.table_holder li {
	display: inline;
}
.table_holder a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.table_holder a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.table_holder a:hover {
	color: #F36F23;
	text-decoration: underline;
}




#centre_column {
	float:left;
	padding:10px;
	width: 360px;
}
#right_column {
	float: right;
	width: 200px;
	padding-bottom: 10px;
	padding-left: 19px;
	padding-right: 20px;
}
#left_column_home {
	float:left;
	width:330px;
	border-right-style: dashed;
	padding-right: 20px;
	border-right-color: #999999;
}
#right_column_home {
	float:right;
	width:330px;
	padding: 0px;
}
#your_venues_left_column {
	float:left;
	width:360px;
	background-color: #B5121B;
	padding-bottom: 10px;
}
#your_venues_right_column {
	float:right;
	width:360px;
	padding: 0px 0px 10px;
	background-color: #B5121B;
}

#left_column, #centre_column, #right_column {padding-bottom:32767px; margin-bottom:-32767px;}

#wrapper {
	overflow:hidden;
	background:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#wrapper_blue {
	overflow:hidden;
	background:#005480;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}


#footer {
	clear:both;
	background:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 50px;
}

#footer p,
#footer a {
}
#footer a:hover {text-decoration:none;}
#centre_column_white {
	float:left;
	padding:10px;
	background:#FFFFFF;
	width: 480px;
}
#right_double_column {
	float:right;
	padding:10px 10px 10px 15px;
	background:#FFFFFF;
	width: 690px;
}


#navigation {
	width: 940px;
	height: 25px;
	clear: both;
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/header.gif);
	float: left;
	padding-left: 20px;
}
#menu_holder {
	width: 960px;
	height: 25px;
	clear: both;
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/header.gif);
	float: left;
}
#search_bar {
	width: 920px;
	height: 25px;
	clear: both;
	text-align: center;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#search_left {
	float: left;
	font-size: 22px;
}
#search_right {
	float: right;
}

#intro_column {
	float:left;
	width:740px;
	border-right-style: dashed;
	}
#intro_column_pic {
	width:360px;
	float: right;
	height: 280px;
}

#intro_column_holder {
	float:left;
	width:680px;
	padding-bottom: 15px;
}

.double_column_holder {
	float:left;
	width:740px;
	padding-bottom: 10px;
}


/*Ends. */

/* Header */

#uollogo {
	float: right;
	text-align: right;
	font-size: 11px;
	height: 56px;
	width: 196px;
	padding-top: 34px;
	color: #FFFFFF;
}

#universitylogo {
	height: 52px;
	width: 180px;
	padding-bottom: 10px;
}

#logo {
	float: left;
	margin-top: 0px;
	float:left;
	width:769px;
	border-right-style: dashed;
	height: 100px;
	width: 100px;
	height: 119px;
	width: 760px;
	width: 764px;
}


.news_article_holder {
	float:left;
	width:640px;
	padding: 0px 0px 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6121B;
	margin-bottom: 15px;
}
.news_article_left {
	float:left;
	width:140px;
	padding: 5px 10px 0px 0px;
}
.news_article_right {
	float:right;
	width:478px;
	padding: 0px 0px 0px 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}


/*Ends. */

/*Text Styles */

.red_text_col {
	color: #B10B15
}

.red_intro_text
 {
	color: #B10B15;
	text-decoration: none;
	word-spacing: normal;
	line-height: 1.3em;
	font-size: 13px
}
.white_intro_text_italics {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	line-height: 1.3em;
	font-size: 13px;
	font-style: italic;
}
.heading_white {
	color: #FFFFFF;
	word-spacing: normal;
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: lighter;
	letter-spacing:-1px
}
.heading_black {
	color: #000000;
	word-spacing: normal;
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: lighter;
	letter-spacing:-1px
}
.heading_black_bold {
	color: #000000;
	word-spacing: normal;
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: bold;
	letter-spacing:-1px
}
.heading_red_bold {
	color: #B5121B;
	word-spacing: normal;
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: bold;
	letter-spacing:-1px
}
.heading_blue_bold {
	color: #005294;
	word-spacing: normal;
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: bold;
	letter-spacing:-1px
}

.home_sections_white {
	width: 360px;
	padding-bottom: 20px;
}
.main_headings {
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5121B;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.main_headings_green {
	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
}
.main_headings_pink {
	font-size: 16px;
	font-weight: bold;
	color: #EE2B7B;
}
.main_headings_blue {
	font-size: 16px;
	font-weight: bold;
	color: #005480;
}
.main_headings_orange {
	font-size: 16px;
	font-weight: bold;
	color: #F8A451;
}
.main_headings_red {
	font-size: 16px;
	font-weight: bold;
	color: #B5121B;
}
.main_headings_clarence_dock {
	font-size: 16px;
	font-weight: bold;
	color: #BC5480;
}
.red_box {
	float:left;
	width: 310px;
	background-color: #B5121B;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.light_green_box {
	float:left;
	width: 310px;
	background-color: #AED474;
	padding: 8px 10px;
}
.blue_box {
	float:left;
	width: 310px;
	background-color: #005480;
	padding: 8px 10px;
}
.pink_box {
	float:left;
	width: 310px;
	background-color: #EE2B7B;
	padding: 8px 10px;
}
.light_blue_box {
	float:left;
	width: 310px;
	background-color: #0099FF;
	padding: 8px 10px;
}
.dark_orange_box {
	float:left;
	width: 310px;
	background-color: #E76F34;
	padding: 8px 10px;
}
.black_box {
	float:left;
	width: 310px;
	background-color: #000000;
	padding: 8px 10px;
}
.orange_box {
	float:left;
	width: 310px;
	padding: 8px 10px;
	background-color: #F9A351;
}
.green_box {
	float:left;
	width: 310px;
	padding: 8px 10px;
	background-color: #387C2C;
}
.white_box {
	float:left;
	width: 330px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.pic_160x160 {
	float: right;
	height: 160px;
	width: 160px;
}
.text_box_170 {
	color: #FFFFFF;
	float: left;
	height: 160px;
	padding-right: 10px;
	width: 170px;
}
.heading {
	color: #99CC00;
	float: left;
	width: 340px;
	background-color: #00FF99;
}
.main_headings_white {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.main_headings_news {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.main_headings_340 {
	width: 340px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



.white_out_text {
	color: #FFFFFF;
	float: left;
	padding-right: 10px;
}

.white_out_text a {
	color: #F9A452;
	font-weight: normal;
	text-decoration: none;
}

.white_out_text a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.white_out_text a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.white_out_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.white_out_text a:focus {
  color: #000000;
}

.white_out_text a:active {
  color: #000000;
}

.pic_120x70 {
	float: right;
	height: 70px;
	width: 120px;
}
.text_box_210 {
	color: #FFFFFF;
	float: left;
	padding-right: 10px;
	width: 210px;
}
.follow_us_on_twitter {
	height: auto;
	width: 200px;
	padding-top: 10px;
}
.monkey_ad {
	width: 200px;
}
.quotes {
	width: 200px;
}
.brochure {
	width: 200px;
	font-size: 13px;
}
.videos_and_tours {
	height: 45px;
	width: 200px;
	padding-top: 10px;
}
.ten_px_space {
	width: 200px;
}
.videos_and_tours_135 {
	height: 45px;
	width: 135px;
	padding-top: 10px;
	float: left;
}
.virtual_tours_135 {
	height: 45px;
	width: 135px;
	padding-top: 10px;
	padding-left: 10px;
	float: right;
}
.contact_details {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 180px;
	background-color: #F9A351;
	padding: 10px;
	margin-bottom: 10px;
}
.socialmedia {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 180px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
.contact_details_290 {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 270px;
	background-color: #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}
.main_headings_139 {
	width: 139px;
}



.text_box_180 {
	float: left;
	width: 180px;
}

.text_box_180 a {
	color: #F9A452;
	font-weight: normal;
	text-decoration: none;
}

.text_box_180 a:link {
	color: #B5121B;
	font-weight: normal;
	text-decoration: underline;
}

.text_box_180 a:visited {
	color: #B5121B;
	text-decoration: underline;
}

.text_box_180 a:hover {
	color: #000000;
	text-decoration: underline;
}

.text_box_180 a:focus {
  color: #000000;
}

.text_box_180 a:active {
  color: #000000;
}



.text_box_270 {
	float: left;
	width: 270px;
}
.contact_details_heading {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 180px;
	background-color: #B5121C;
	padding: 8px 10px;
	margin-top: 10px;
}
.contact_details_heading_290 {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 270px;
	background-color: #333333;
	padding: 10px;
	margin-top: 10px;
}

.style2 {font-size: 9px}
.footerlogos {
	line-height: 14px;
	color: #000000;
	float: left;
	width: 960px;
	text-align: center;
	letter-spacing: 0px;
	border-right-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 50px;
	background-color: #FFFFFF;
}

.termsandconditions {
	font-size: 9px;
	line-height: 14px;
	color: #000000;
	float: left;
	width: 960px;
	text-align: center;
	letter-spacing: 0px;
	border-right-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
.termsandconditions ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 9px;
}
.termsandconditions li {
	display: inline;
	font-size: 9px;
}
.termsandconditions a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
}
.termsandconditions a:visited {
	color: #000000;
	text-decoration: underline;
}
.termsandconditions a:hover {
	color: #B5121B;
}
.pic_360 {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 360px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.day_meetings_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #005480;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}
.residential_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #DD6F25;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}

.exhibitions_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #A5B43C;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}

.training_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #006838;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}

.short_stay_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #387C2C;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}

.fine_dining_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #00B0D8;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}

.functions_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #EC008C;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}

.all_venues_container {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 320px;
	background-color: #F5866C;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #FFFFFF;
	height: 60px;
}

ul.noIndent {
	margin-left: 0.7em;
	padding-left: 0.7em;
}

.bold_text_red {
	color: #B5121C;
	font-weight: bold;
}

.red_quotes {
	color: #BA111B;
	font-style: italic;
}
.home_text {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 160px;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}
.home_text_330 {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 310px;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}
.home_pics {
	float: left;
	float:left;
	width:769px;
	width: 100px;
	width: 760px;
	width: 150px;
	background-color: #FFFFFF;
	height: 130px;
}
#intro_column_text {
	float:left;
	width:680px;
	padding-bottom: 15px;
	font-size: 13px;
	color: #B5121B;
}
#faq_column_text {
	float:left;
	width:640px;
	padding-bottom: 15px;
	font-size: 13px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#main_info_column_text {
	float:left;
	width:640px;
	padding-bottom: 15px;
	font-size: 13px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}

.black_text {
	color: #000000;
}
.venue_pic {
	height: 120px;
	width: 160px;
	float: left;
	padding: 10px;
	background-color: #B5121B;
}
.venue_pic_orange {
	height: 120px;
	width: 160px;
	float: left;
	padding: 10px;
	background-color: #F9A351;
}

.venue_description {
	height: 110px;
	width: 420px;
	padding: 20px 20px 10px;
	float: right;
	background-color: #FEEACD;
}

.venue_description ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 9px;
}
.venue_description li {
	display: inline;
}
.venue_description a:link {
	color: #B5121B;
	text-decoration: underline;
	font-weight: bold;
}
.venue_description a:visited {
	color: #B5121B;
	text-decoration: underline;
	font-weight: bold;
}
.venue_description a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.choose_another_venue {
	float: left;
	width: 640px;
}

.choose_another_venue ul {
}

.choose_another_venue li {
}

.choose_another_venue a:link {
}

.choose_another_venue a:visited {
}

.choose_another_venue a:hover {
}
