/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE
input,textarea,select{*font-size:100%;}*/
/*because legend doesn't inherit in IE */
legend{color:#000;}

body {
	margin: 0 0;
}


/**
 *	Main layout
 */
#Container {
	width: 986px;
	margin: 0 auto;
}

/** Header */
#Header {
	height: 214px;
	position: relative;
}
#Header #LogoText {
	position: relative;
	top: 16px;
	left: 25px;
	width: 300px;
	height: 60px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
}
#Header #LogoText a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
#Header #search {
	position: absolute;
	top: 30px;
	right: 0;
	padding: 10px;
}
#Header #search .search-input {
	float: left;
	width: 125px;
	margin-right: 7px;
	border: 1px solid #999;
}
#Header #search .search-input input {	
	width: 117px;
	height: 15px;
	padding: 0 3px;
	border-style: solid;
	border-width: 1px;
}
#Header #search .search-submit {	
	float: left;
	width: 28px;
}
#Header #search .search-submit input {	
	width: 28px;
	height: 21px;
	border: 0;
	margin-top: -1px;
	background-color: transparent;
	background-repeat: no-repeat;
	
}
#Header #search h2 {
	padding: 0;
	font-size: 0.9em;
	text-transform: none;
}
#Header #search p {
	clear: both;
	padding-top: 3px;
	font-size: 0.9em;
}

/** Main nav */
#Menu {
	display: none;
	padding: 10px 15px;
	text-transform: uppercase;
	border: 1px solid #ccc; border-top: 0;
}
#Menu li {
	display: inline;
	padding-right: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

/** Content columns */
#content {
	background-color: #fff;
	background-repeat: repeat-y;
}
.Left, .Right, .Content {
	float: left;
	min-height: 630px;
	_height: 630px;
	background-position: top left;
	background-repeat: no-repeat;
}
.Left {
	width: 151px;
	padding: 14px 10px 14px 32px;
}
.Right {
	width: 177px;
	padding: 14px 0px 14px 0;
	overflow: hidden;
}
.Content {
	width: 592px;
	margin-right: 8px;
}

/**
 *	Homepage items
 */
 
/** Featured article */
#featured {
	padding-bottom: 10px;
}
#featured img {
	display: block;
	float: right;
	position: relative;
	margin: -20px 0 16px 24px;
	border: 1px solid #ccc;
}

/** Latest items */
#latest {
	clear: both;
	margin-bottom: 15px;
	background-position: top;
	background-repeat: repeat-x;
}
#latest .item {
	float: left;
	width: 192px;
	background-position: top right;
	background-repeat: no-repeat;
}
#latest .item.right {
	background-image: none;
	width: 200px;
}
#latest .inner {
	min-height: 200px;
	_height: 200px;
	margin-left: 15px;
	padding: 16px 0 0 0;
}
/**	Match text sizes across latest items */
#latest h2 {
	font-size: 1.1em;
	padding-bottom: 0.7em;
}
#latest h3, #latest h4 {
	font-size: 11px;
	padding: 0;
}
#latest p, #videos p {
	font-size: 0.9em;
}
/**	Latest articles
 */
#latest .articles li {
	padding-bottom: 0.4em;
	margin: 0 0.7em 0.7em 0;
	border-bottom: 1px dashed #b4b4b4;
}

/** Your say */
#latest .yoursay h3 {
	padding: 0 4px 7px 0;
	text-transform: none;
}

/**	Upcoming events */
#latest .events li {
	clear: both;
	position: relative;
	left: -1px;
}
#latest .events li h3, div.date {
	float: left;
	width: 37px;
	height: 60px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}
#latest .events li h3 span, div.date span {
	display: block;
	padding-top: 2px;
	font-size: 18px;
}
#latest .events li h3 a, div.date a {
	text-decoration: none;
}
#latest .events li h4, #latest .events li p {
	float: left;
	width: 140px;
	padding: 0 0 0 6px;
}
#latest .events li p {
	margin-bottom: 15px;
}
div.date {
	margin-right: 10px;
}

/** Videos */
#videos {
	clear: both;
	background-position: top;
	background-repeat: repeat-x;
}
#videos .inner {
	padding-right: 0;
}
#videos .item {
	display: block;
	float: left;
	width: 100px;
	margin-left: 10px;
}
#videos .item.intro {
	width: 124px;
	margin: 0;
}
#videos .item a {
	display: block;
	position: relative;
}
#videos .item .thumb {
	display: block;
	width: 100px;
	height: 75px;
	background: #ccc;
}
#videos .item a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(common/video.png) no-repeat scroll center;
	opacity: 0.8;
	text-indent: -999px;
	cursor: pointer;
}
#videos .item .caption {
	padding-top: 0.8em;
	text-align: center;
	font-size: 0.9em;
}

/* Latest items more link */
#latest .more, #videos .more {
	font-size: 0.9em;
	padding-right: 0.7em;
}

/**	LHS items
 */
.Left h2 {
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 40px;
}
#mnav {
	text-transform: uppercase;
}
#mnav li {
	background-repeat: no-repeat;
	background-position: 1px 8px;
}
#mnav li.l1 {
	padding: 4px 0 4px 14px;
	border-style: dashed;
	border-width: 0 0 1px 0;
	margin-right: 15px;
	white-space: nowrap;
}
#mnav li.l1 a {
	font-size: 1.0em;
}
#mnav li.l1.active a {
	font-weight: bold;
}
#mnav li.l2 {
	padding: 3px 0 3px 12px;
}
#mnav li.l2 a {
	font-size: 0.9em;
	font-weight: normal !important;
}
#mnav li.l2.active a {
	font-weight: bold !important;
}
#mnav ul {
	display: none;
}
#mnav li.active ul {
	display: block;
}

/**
 *	RHS Items
 */
.Right .rhs {
	margin: 0 9px 6px 9px;
	padding-top: 2px;
	padding-bottom: 6px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.Right .rhs .banner {
	margin-left: 0;
	margin-right: 0;
}
.Right h2, .Right p, .Right ul {
	padding-left: 8px;
	padding-right: 8px;
}
.Right h2 {
	font-size: 1.0em;
}
.Right .signup a {
	display: block;
	width: 96px;
	height: 25px;
	overflow: hidden;
	text-indent: -999px;
}
.Right .quiz .correct {
	color: #00AA00;
}
.Right .quiz .incorrect {
	color: #CC0000;
}
.Right .quiz li {
	padding: 0 0 2px 0;
	font-size: 0.9em !important;
}
.Right .quiz li a {
	padding-left: 17px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.Right .quiz li a:hover, .Right .quiz li a:focus {
	background-position: 0 -20px;
}
.Right #quiz {
	background-repeat: no-repeat;
	background-position: center;
}
.Right #quiz.loading {
	background-image: url(common/quiz-loading.gif);
}
.Right #quiz.loading ul {
	visibility: hidden;
}
.Right .facebook {
	padding-bottom: 2px;
}

.Right .snapshot {
}
.Right .snapshot table {
	margin-left: 8px;
	font-size: 0.9em;
}

#partners-inner-swf {
	width: 160px;
}


/**
 *	Content padding
 */
.inner, .ViewContentContainer, fieldset {
	padding: 16px;
	padding-bottom: 0;
}
.ViewContentContainer.nopad {
padding-top: 0;
}
fieldset legend {
	padding-top: 16px;
	padding-bottom: 0;
}

.clear {
	display: block;
	clear: both;
}
.clear hr {
	display: none;
}
.hidden {
	height: 1px;
	overflow: hidden;
	text-indent: -999px;
}

/**
 *	Footer
 */
#footer {
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer li {
	display: inline;
	padding: 0 10px;
}
#footer h2, .bottom h2 {
	height: 0;
	padding: 0;
	overflow: hidden;
}
/** Footer banner */
#banner {
	clear: both;
	width: 728px;
	padding: 18px 0;
	margin : 0 auto;
}
/** Footer nav */
#footernav {
	padding: 7px 0;
	margin: 0 16px;
	text-align: center;
}
/** Footer quicklinks */
#quicklinks {
	padding: 7px 0 7px 40px;
}
#quicklinks #links {
	padding-left: 100px;
}
#quicklinks #links ul {
	margin: 0 auto;
}
#quicklinks #links ul li {
	width: 120px;
	float: left;
}
#quicklinks #links h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 6px;
	border-width: 0 0 1px 0;
	border-style: dotted;
}
#quicklinks #links ul li ul {
}
#quicklinks #links ul li ul li {
	float: none;
	display: block;
	font-style: italic;
	padding-left: 0;
}
#quicklinks #links ul li ul li a {
}
/*	Bottom links
 */
.bottom {
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.85em;
	text-transform: uppercase;
}
.bottom #cities {
	padding: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.bottom #cities li {
	display: inline;
	padding: 0 10px;
}

.bottom #cities a {
	color: #fff;
}

/**
 *	Content display
 */
.tplblock-viewcategory {
	padding: 16px;
}
/* Subcontent list */
.tplflag-category-contentlist .listRow {
	clear: both;
	padding-bottom: 16px;
}
.tplflag-category-contentlist .listRow h3 {
	padding-bottom: 0;
}
.tplflag-category-contentlist .listRow ul.PostDetails {
	padding: 2px 0 4px 0;
	font-style: italic;
}
.tplflag-category-contentlist .listRow li.ContentType {
	display: none;
}
.tplflag-category-contentlist .listRow li.ContentPublishDate {
	padding-right: 8px;
}
.tplflag-category-contentlist .listRow li.CommentsContentListDetails {
	background-repeat: no-repeat;
	padding-left: 18px;
}
/* Hide any images in the summary */
.tplflag-category-contentlist .listRow .listSummary img {
	display: none;
}
.tplflag-category-contentlist .listRow .AnchorImageBox {
	position: relative;
	margin-top: -20px !important;
}
.tplflag-category-contentlist .listRow .AnchorImageBox img {
	display: block;
	border: 1px solid #ccc !important;
}
.tplflag-category-contentlist .listRow .AnchorImageCaption {
	border: none !important;
}

/* Subcategory list */
.SubCategoriesList {
	width: 630px;
}
.SubCategoriesList .listRow {
	width: 181px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}
.SubCategoriesList .listRow h3 {
	padding: 0;
}
.SubCategoriesList .listRow a {
	display: block;
	padding: 12px 0;
	font-weight: bold;
}

/**	view article / content
 */
.BodyContent img {
	margin: 16px 0 !important;
	border: 1px solid #ccc;
}
img.Image_Left {
	display: block;
	float: left;
	margin: 8px 16px 8px 0 !important;
}
img.Image_Right {
	display: block;
	float: right;
	margin: 16px 0 16px 16px !important;
}

/**	Comments
 */
.ContentModulesContainer {
	clear: both;
}
.ContentComments {
	padding-top: 32px;
}
.ContentModulesContainer h3 {
	font-size: 1.1em;
	font-weight: bold;
}
.ContentModulesContainer legend {
	font-size: 1.1em;
	font-weight: bold;
}
.ContentModulesContainer fieldset {
	padding: 0;
}

/**	Pagination
 */
.page-prev {
	float: left;
	width: auto;
}
.page-next {
	float: right;
	width: auto;
}
ul.PagingList {
	clear: both;
	margin-top: 5px;
	padding: 5px 0;
	text-align: left;
	line-height: 1.3em;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
ul.PagingList li {
	display: inline;
}
ul.PagingList li a {
	padding: 0 2px;
}
ul.PagingList .tpllang-Previous {
	display: block !important;
	text-align: left;
	width: 50px;
	float: left;
}
ul.PagingList .tpllang-Next {
	display: block !important;
	text-align: right;
	width: 50px;
	float: right;
}

/** Breadcrumb */
.tplrepeat-breadcrumb {
	margin-bottom: 10px;
}
.tplrepeat-breadcrumb li, .landing-breadcrumb li {
	display: inline;
}
.tplrepeat-breadcrumb li a, .landing-breadcrumb li a {
	padding-right: 8px;
	background: transparent url(../img/bg-bcrumb.png) no-repeat scroll right 6px;
}

/**	Glossary
 */
#gnav {
	margin-top: 6px;
	padding: 10px 0 6px 0;
	text-align: center;
}
#gnav li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 4px;
	font-size: 1.2em;
	text-transform: uppercase;
}
h3.gterm {
	padding-top: 10px;
	margin-top: 4px;
}
#gnav, h3.gterm {
	border-top: 1px dotted #ccc;
}

/**
 *	Article images
 */

.AnchorImageBox {
	float: right !important;
	margin: 0 0 15px 30px !important;
}

/**
 *	Article details
 */
.PostDetails li {
	display: inline;
}

.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html[xmlns] .clearfix {
	display: block;
}

/* apply clearfix to all blocks to fix floating content issues */
.Block:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0; }
.Block { display: inline-block; } /* for IE/Mac */
html[xmlns] .Block { display: block; }
* html .Block { height: 1%; }

/**	Landing page
 */
.landing-breadcrumb {
	margin: 16px 16px 0 16px;
}
.landing-content, .landing-items {
	margin: 0 16px 16px 16px;
}
.landing-content {
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.landing-items {
	padding-bottom: 0;
	margin-bottom: 16px;
}
.landing-items li {
	padding-bottom: 10px;
}
.landing-items h3 {
	width: 70%;
}
.landing-items p.date {
	font-style: italic;
	display: none;
}
.landing-items.events div.date {
	float: left;
	width: 40px;
}
.landing-items.events .item {
	float: left;
	width: 460px;
	padding-bottom: 5px;
}
.landing-items.events h3, .landing-items.events p {
	width: auto;
}
.landing-items a.thumb {
	display: block;
	float: right;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 10px;
	margin-top: -2em;
	border: 1px solid #ccc;
}
.landing-items.articles a.thumb {
	width: 150px;
}
.landing-items.videos a.thumb {
	width: 120px;
}
.landing-items a.thumb img {
	display: block;
	margin: 0 auto;
}
.landing-items.videos a.thumb img {
	width: 120px;
	height: 90px;
}
.landing-pages {
	margin: 0 16px;
}

/**	Contact form module
 */
.contact-form label {
	display: block;
	padding-top: 3px;
}
.contact-form input.text, .contact-form textarea {
	padding: 3px;
	border: 1px solid #999;
}
.contact-form .text {
	width: 250px;
}
.contact-form .text.small {
	width: 80px;
}
.contact-form textarea {
	width: 400px;
	height: 200px;
}
.contact-form .captcha {
	text-transform: uppercase;
}
.contact-form .submit {
	width: 88px;
	padding: 2px 0;
	border: 1px solid #666;
}

p.form-errors {
	color: #ee0000 !important;
} 
ul.form-errors {
	color: #ee0000 !important;
	padding-left: 15px;
	padding-bottom: 0.5em;
}
ul.form-errors li {
	list-style-type: disc;
}

/**
 *	Content styles
 */
body {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 12px;
}
h1 {
}
h2, legend {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.4em;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 0.4em;
}
h4 {
	font-size: 1.0em;
	text-transform: uppercase;
	padding-bottom: 0.4em;
}
p {
	font-size: 1.0em;
	padding-bottom: 0.4em;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
strong, .strong {
	font-weight: bold;
}
em, .em {
	font-style: italic;
}
.align-c {
	text-align: center;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
center {
	text-align: left;
}
.small {
	font-size: 0.9em;
}

.landing-items h2 {
	padding-bottom: 0.8em;
}
.landing-content ul {
	padding-bottom: 0.4em;
}
.landing-content ul li {
	list-style-type: disc;
	margin-left: 16px;
	padding-bottom: 0.4em;
}

.hidden {
	display: none !important;
}

/**	Advanced search
 */
#advancedSearchForm {
}
#advancedSearchForm div.input {
	padding-bottom: 4px;
}
#advancedSearchForm div.checkbox {
	padding-bottom: 6px;
}
#advancedSearchForm label {
}
#advancedSearchForm label input {
	margin: 0;
}
#search_Query, #search_startdate, #search_enddate {
	padding: 2px 2px;
	margin-bottom: 6px;
	border: 1px solid #999;
}
#search_Query {
	display: block;
	width: 50%;
	margin-top: 2px;
}
#search_startdate, #search_enddate {
	margin: 0;
	width: 96px;
}
#advancedSearchForm .ui-datepicker-trigger {
	margin: 0;
	padding: 0 0 0 4px;
}
#advancedSearchForm .SubmitButton {
	display: block;
	margin-top: 5px;
	border-width: 1px;
	padding: 2px 8px;
}

#search_results {
	padding: 8px 16px;
}
#search_results .PagingList {
	margin: 12px 0;
}
#search_results .listRow {
	padding-bottom: 8px;
}
#search_results .listRow h3 {
	padding-bottom: 1px;
}
#search_results .listRow ul {
	padding-bottom: 2px;
}
#search_results .listRow ul .ContentType {
	display: none;
}
#search_results .listRow ul .ContentPublishDate {
	font-style: italic;
}


/* 
	Style override for Cool Australia comments
*/
div.CommentItem div.date {
	background: none;
	width: 200px;
	height: auto;
	text-align: left;
	margin-bottom: 6px;
}

div.CommentItem div.date span {
	font-size: 11px;
	font-style: italic;
	display: inline;
}

/* force "aligned" tables to not float */
table {
	float: none !important;
}

p.hide {
	display: none;
}

div.Content table.Image_Right {
	float: right !important;
}	

div.Content table.Image_Left {
	float: left !important;
}	


