@charset "utf-8";
/* CSS Document */

/*---------------------------Page Colour & Formatting----------------------------------*/
body {
	background-color: #0b0b0b;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../../../images/pavilion/bg_img.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size:100.01%;
}
.clear {clear:both;}
/*---------------------------Global Links----------------------------------*/
a:link {
	color: #17ab2b;
}
a:visited {
	color: #80EE8D;
}
a:hover {
	color: #0F711C;
}

/*---------------------------IE PNG Fix----------------------------------*/

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

/*---------------------------Container DIV's----------------------------------*/

#container {
	clear: both;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	float: none;
}
#header {
	clear: both;
	float: none;
	height: 225px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}
#body_container {
	clear: both;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f1f1f1;
	margin-top: 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	height: auto;
}
#body {
	float:left;
	display:inline;
	width: 680px;
	margin:10px 0px 20px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#333;
	line-height: 1.4em;
	text-align:justify;
}
#body_bottom {
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 930px;
	margin-bottom: 20px;
}
.body_btm_content_box {
	height: 150px;
	width: 302px;
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#right_column {
	width: 205px;
	padding-left: 5px;
	float: right;
	margin:40px 10px 20px 0;
	border-left: dashed #333 thin;
}
#right_column ul, #right_column li {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
#navigation {
	clear: left;
	float: left;
	width: 945px;
	background-color: #1E1E1E;
}
#footer {
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	width: 910px;
	border-top: 1px dashed #141414;
}
#uni_centre_logo {
	height: 56px;
	width: 259px;
	clear: right;
	float: right;
	margin-top: 10px;
}
#footer_content {
	width: 500px;
	clear: left;
	float: left;
	margin-top: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
._gallery_thumbs img {
	border:1px solid #666;
	padding:5px 5px 10px;
	background:#FFFFEC;
}
.gallerylist, .gallerylist li {
list-style:none;list-style-type:none;list-style-image:none;list-style-position:outside;text-indent:0;margin:0;padding:0;}
.gallerylist li {
	display:block;
	float:left;
	margin: 4px;
}


/*---------------------------Text----------------------------------*/
#navigation ul, #navigation li {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
#navigation li {
	margin-bottom: 0.2em;
	display:block;
	float:left;
}
#navigation a:link, #navigation a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#EEE;
	text-decoration:none;
	display:block;
	padding:5px 14px;
	border-top: 2px solid #1e1e1e;
}
#navigation a:hover, #navigation a:active {
	/*text-decoration:underline;*/
	border-top: 2px solid #17ab2b;
	color:#CCC;
	background-color:#282828;
}
.menu_heading {
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:2em;
	color:#333;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1em;
	font-size: 1.8em;
	color: #619C25;
}
