/* 
    Document   : layout
    Created on : 20/05/2009, 3:30:44 PM
    Author     : Ben Rowe <ben@fatpublisher.com.au>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background: #FFF url('/css/images/background.jpg') repeat-x left -40px;
	text-align: center;
}

#container {
	background: #FFF url('/css/images/footer-background.jpg') no-repeat 0 bottom;
	margin: 0 auto 16px;
	padding-bottom: 14px;
	text-align: left;
	width: 918px;
}

#header {
	height: 120px;
	position: relative;
}

#header h1 {
	margin: 0;
}

#logo {
	left: 550px;
	position: absolute;
	top: 10px;
}

#content-area {
	clear: both;
	overflow: visible;
}

#banner {
	padding: 4px 4px 53px;
	position: relative;
	z-index: 300;
	height: 213px;
}

#banner div.oma {
	behavior: url('/css/iepngfix.htc');
	background:transparent url(/css/images/banner-bg.png) no-repeat scroll 0 0;
	height:70px;
	position:absolute;
	right:4px;
	top:200px;
	width:908px;
}
#banner a.oma {
	display:block;
	height:50px;
	left:680px;
	position:absolute;
	text-indent:-10000px;
	top:208px;
	width:135px;
}
#content-area div.home-page-container {
	overflow: auto;
	*overflow: visible;
}
#content {
	border-right: 1px solid #E7E7E7;
	float: left;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	padding: 25px;
	width: 615px;
}

#side-bar {
	float: right;
	width: 250px;
	padding-top:10px;
}

#footer {
	border-right: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
	clear: left;
	color: #808080;
	font-size: 0.87em;
	/*float: left;*/
	padding: 10px 0 0 48px;
	height: 43px;
	width: 621px;
}

#content-footer {
	width: 410px;
	float: left;
	overflow: visible;
}


#content-footer #content {
	height: auto !important;
	height: 150px;
	min-height: 150px;
	padding: 25px;
	width: 420px;
	border: none;
	overflow: auto;
	*overflow: visible;
}


#content-footer #side-bar {
	background: url('/css/images/login.jpg') no-repeat;
	float: right;
	padding-top: 160px;
	width: 246px;
}
#content-footer #side-bar ul {
	display: none;
}

#content-footer #footer {
	clear: left;
	color: #808080;
	font-size: 0.85em;
	padding: 0 25px 25px 25px;
	height: 43px;
	width: 410px;
	border: none;
}

div.home-page {
	float: left;
	padding: 25px 0 0 5px;
	text-align: center;
}
div.home-page p {
	text-align: center;
	width: 183px;
}
div.home-page img {
	cursor: pointer;
}

table.news tr {
	vertical-align: top;
}
table.news th {
	font-weight: bold;
	text-align: left;
}
table.news th.first-column {
	width: 125px;
}
table.news th.second-column {
	width: 355px;
}
table.news th.third-column {
	width: 140px;
}
table.news td a.title {
	color: #5F5E5E;
	font-size: 1.15em;
}
table.news p.size,
table.news p.download {
	text-align: center;
	margin:0;
}
table.news p.download a.download {
	color: #5F5E5E;
}
table.news p.size {
	padding-right: 20px;
}

div.pagination {
	overflow: auto;
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
}
div.pagination a {
	display: inline-block;
	padding: 5px 7px;
	border: 1px solid #6e9900;
	margin-right: 3px;
	color: #676767;
	text-decoration: none;
	overflow: hidden;
}

div.pagination a.selected {
	background-color: #c8e2a8;
	color: #0a0a0a;
}

p.news-back {
	color: #669900;
	margin-right: 10px;
	text-align: right;
}
p.news-date {
	margin-bottom: 0;
}
p.news-title {
	font-weight: bold;
}
p.news-document {
	font-weight: bold;
}
p.news-document a {
	font-weight: normal;
}

#screenOverlay {
	background:#000000 none repeat scroll 0 0;
	left:0;
	opacity:0.6;
	filter: alpha(opacity = 60);
	position:absolute;
	top:0;
	display: none;
	z-index: 1000;
}
#video-close {
	display: none;
	z-index: 1001;
	position: absolute;
	cursor: pointer;
}
#video-placeholder {
	display: none;
	background-color: #fff;
	z-index: 1000;
}
#video-placeholder-internal {
	padding: 30px 15px 15px 15px;
}

#home-page-container #content p {
	width: 400px;
}