/*	[Website] screen master
--------------------------------------- 

company:		Go4 Multimedia
contributors:	[list contributors]
				Simon, Tim
version:		1.0
date:			[last modified]
comments:		[references, hacks, explanations as appropriate]
				[be courteous to fellow developers]

--------------------------------------- */

/* Import components as required
--------------------------------------- */
@import url(components/defaults.css);
@import url(components/image-swaps.css);
@import url(components/3col-layout.css);
html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
}

#header {
	height: 276px;
	background: url(../images/header.jpg) no-repeat 0 0;
	margin: 0 auto 0 auto;
	width: 788px;
}
#columnwrap-all {
	background: url(../images/nav_bg.jpg) repeat-y 0 100px;


}
#columnwrap-all2 {

	background: url(../images/main_bg.jpg) repeat-y 165px 0;
}

/* Navigation */
#column-left ul {
	margin: 0;
}
#column-left li {
	margin-left: 2px;
	font: 16px Georgia, Geneva, "Times New Roman", Times, serif;
	border-bottom: 1px #fff solid;
}
#column-left ul li a {
	margin: 0;
	padding: 5px 3px 5px 10px;
	color: #fff;
	text-decoration: none;
	display: block;
}
#column-left ul li#li_selected {
	background: url(../images/nav_bg_act.jpg) repeat-y 0 0;
}
#column-left ul li a:hover {
	background: url(../images/nav_bg_ovr.jpg) repeat-y 0 0;
}

/* Sidebar extras */
#column-left {
	font: Georgia, Geneva, "Times New Roman", Times, serif;
	color: #FFF;
}
#column-left h3, #column-left p {
	padding-left: 10px;
}
#column-left h3 {
	font: 17px Georgia, Geneva, "Times New Roman", Times, serif;
}
#column-left p {
	font-size: 14px;
}

/*content pane*/
#column-centre {padding:0; margin:0;
	
}
#column-centre a {
	color: #8F0000;
}
#column-centre p, #column-centre h3, #column-centre h2, #column-centre h4 {

	padding-right:15px ;
	text-align: right;
}
#l_shadow {
	background: url(../images/l_main_shadow.jpg) no-repeat top left;
	margin-top: -5px;
	margin-left: 1px;
}
#r_shadow {
	background: url(../images/r_main_shadow.jpg) no-repeat top right;
	margin-top: -5px;
	margin-right: -1px;
}
/* for understanding browsers */
#l_shadow, #r_shadow {
	min-height: 500px; 
	height:auto;
}

#border {
	border-bottom: 3px #00447A double;
	width: 395px;
	margin: 10px auto 20px auto;
}
#column-centre h2 {
	color: #55321C;
	font: Georgia, Geneva, "Times New Roman", Times, serif;
	padding-bottom: 0;
}

#welcome h3 {
	color: #00447A;
	font-size: 16px;
}
#column-centre p {
        font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #00447A;
	margin: 0 0 .5em 2em;
}


/* News */
#news h3 {
	color: #00447A;
	font-size: 14px;
	margin: 0;
}
#news h4 {
	margin: 0;
	font-size: 12px;
	color: #55321C;
}
#news p {
	padding-bottom: 30px;
}
#news img {
	float: right;
	margin: 10px;
	padding: 3px;
	border: 1px solid #999;
}

#news a.update img, #news a.delete img {border:none; margin:0; padding:5px; float:none;} 

/* Images */
.imageBorder {
	border: 1px #ccc solid;
	padding: 3px;
	margin-top: 30px;
}
#column-left .imageBorder, #column-left img {
	margin-left: 10px;
}

/* facilities */
#column-right h2 {
	margin: 0;
	color: #FFF;
	background: url(../images/facilities_bg.jpg) no-repeat top left;
	margin-left: 2px;
	padding:5px 0 5px 14px;
	width: 165px;
	font-size: 17px;
	font-weight: normal;
}
#column-right h2 em {
	font-style: italic;
	font-weight: normal;
}

#facilitiesNav {
	margin: 0;
	padding: 0;
}
#facilitiesNav li a {
	color: #006FB7;
	text-decoration: none;
}
#facilitiesNav li {
	margin-top: 10px;
}
#facilitiesNav li a:hover {
	color: #8F0000;
}
#column-right img {
	margin-left: 10px;
}
#column-right a {
	font-size: 12px;
	margin-right: 10px;
	display: block;
	color: #00447A;
	line-height: 1.3em;
}
#column-right a:hover {
	color: #900000;
}
#column-right {
	overflow: hidden;
	padding-right: 30px;
	margin-left: -30px;
}

#sponsors {
	height:320px;
	width:150px;
	float: right;
}

#sponsors p {
	line-height: 1em;
	padding-bottom: 5px;
}

#tenants{float: right;}
#tenants p {font-size: .7em;}

/* Footer */
#footer {
	width: 763px;
}

#footer p {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 1px;
	margin-bottom: 0;
	background: #01447B;
	text-align: right;
	padding: 3px 5px 5px 0;
	font-size: 0.7em;
	text-transform: lowercase;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}
iframe{
	background-color: #fff;
}