@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, Verdana;
	background: url(../images/background.jpg) repeat-x #FFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #888;
}

/*
Dhruv Raniga
Website by CouchCreative
Last edit: 2008-02-27
-----------------------------------------------------------------------------
Copyright © 2008. National Convention Centre Canberra
-----------------------------------------------------------------------------
*/

 #container { 
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 

img {
border: 0;
}

/*=========*/
/*= Header =*/
/*=========*/

 #header { 
	height: 166px;
	background: url(../images/header_background.jpg) no-repeat;
} 

 #header h1 {
	margin: 0;
	padding: 10px 0;
}

 #logo { 
 	float: left;
	margin-left: 20px;
	padding-top: 10px;
} 

 #masthead { 
 	float: right;
	margin-right: 56px;
} 


/*===========*/
/*= Navigation =*/
/*===========*/

 #nav { 
	height: 60px;
	margin-left: 0px;
	width:745px;
	float:left;
}

#mainNav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
	display: inline;
	overflow: hidden;
	width: 201px;
	}
	
#mainNav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#mainNav a {
	float: left;
	padding: 0px 0 0 0;
	overflow: hidden;
	height:60px;
	text-indent:-900%;
	height /**/:60px; /* for IE5/Win */
	}
	
#mainNav a:hover {
	background-position: top left;
	background-repeat:no-repeat;
	}

#mainNav a:active, #nav a.selected {
	background-position: top left;
	background-repeat:no-repeat;
	}
	
#yourCanberra a  {
	width: 110px;
	background: url(/images/nav/nav_canberra.jpg) no-repeat center bottom;
	}

#yourCentre a  {
	width: 95px;
	background: url(/images/nav/nav_centre.jpg) no-repeat center bottom;
	}

#yourEvents a  {
	width: 92px;
	background: url(/images/nav/nav_events.jpg) no-repeat center bottom;
	}

#yourNews a  {
	width: 83px;
	background: url(/images/nav/nav_news.jpg) no-repeat center bottom;
	}

#yourCareer a  {
	width: 95px;
	background: url(/images/nav/nav_career.jpg) no-repeat center bottom;
	}

#yourCommunity a  {
	width: 118px;
	background: url(/images/nav/nav_community.jpg) no-repeat center bottom;
	}

#contactUs a  {
	width: 84px;
	background: url(/images/nav/nav_contactus.jpg) no-repeat center bottom;
	}

/*===========*/
/*= Sidebar 1 =*/
/*===========*/

#sidebar1 {
	float: left;
	width: 200px;
	margin: 0;
}


.ncc_menu_head:hover {
	background: url(../images/sub_nav_bg_a.jpg) no-repeat;
}

.ncc_menu_cont {
	font-weight: 400;
	display: none;
	text-align: left;
	margin: 1px 0;
	padding: 0;
	overflow: hidden;
}

.header_highlight {
	background: url(../images/sub_nav_bg.jpg) no-repeat;
	color: #FFF;
	display: block;
	width: 180px;
	height: 22px;
	padding: 8px 10px 0 10px;
	cursor: default;
	font-size: 13px;
	margin: 0;
	border-bottom: 1px #FFF solid;
}


#ad {
	margin: 0;
}

#facts {
	margin-top: 15px;
}

.slogan {
	margin-top: 10px;
}


/*=========*/
/*= Sidebar =*/
/*=========*/

 #sidebar2 {
	float: right;
	width: 200px;
	vertical-align:top;
}

 #search {
	float:right;
	margin-bottom: 1px;
	width:190px;
	height:40px;
	
	background:url(../images/bg_search.jpg);
	padding-top:20px;
	padding-left: 10px;
	overflow: hidden;
}


#search form {
	display: inline;
}
#search .txtbox{
	width:130px;
	height:18px;
	border: 1px solid #dcdcdc;
	line-height:10px;}

#search .btn{
	width:40px;
	height:22px;
	background:url(../images/bg_btn_search.jpg);
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:bottom;
	border: 0;
}


/*WHATS ON*/

#sidebar2 #whatson {
	width:180px;
	background-color:#1AB6E9;
	padding:10px 10px 10px 10px;
}

#sidebar2 #whatson .heading {
	padding:0 0 0 0;
	margin:0 0 10px 0;
}

#sidebar2 #whatson h2 {
	color:#FFF;
	font-size:16px;
	margin:10px 0 5px 0;
	padding:0;
}

#sidebar2 #whatson p {
	color:#FFF;
	font-size:12px;
	margin:0 0 0 0;
	padding:0;
}

#sidebar2 #whatson a {
	color:#FFF;
}

#sidebar2 #whatson a:hover {
	color:#fff;
}

#sidebar2 #whatson .link {
	margin:10px 0 0 0;	
}

#sidebar2 #whatson .pic {
	border:2px solid #FFF;
}



/*=========*/
/*= Banner =*/
/*=========*/

 #banner {
 	background:url(../images/flashBanner/banner_1.jpg) no-repeat center;
	height: 201px;
	margin: 0 0px;
}


/*==========*/
/*= Content =*/
/*==========*/

 #content { 
	margin: 0 200px;
	padding: 0 20px;
} 

.divider {
	border-bottom: 1px #bfbfbf solid;
	width: 100%;
	padding: 15px 0;
}

 #content h1 { 
	font-size: 24px;
	font-weight: normal;
	color: #1ab7ea;
	margin: 0;
}

td {
	color:#888;
	font-size:12px;
}

.thumbnail {
	padding: 0;
	float:right;
	margin:0 0 15px 15px;
}

#standard p.date {
	color:#F30;
	margin-top:-10px;
}

/*#container li { 
	font-size: 12px;
	list-style: square;
	display: list-item;
	line-height: 15px;
	color: #888;
	margin-left: -25px;
}
*/
.highlight {
	color: #1ab7ea;
	text-transform: uppercase;
}



/*================*/
/*= Standard Layout =*/
/*================*/

 #standard { 
	margin: 0;
} 

 #standard h1 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
} 

 #standard h2 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 10px;
}

 #standard h3 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #888;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 #standard p { 
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding-top: 15px;
}

 #standard a { 
	color: #666;
	text-decoration: underline;
}

 #standard a:hover { 
	color: #ee3424;
	text-decoration: underline;
}

#standard .imageright {
	float:right;
	margin:15px 15px 15px 15px;
	border:1px solid #CCC;
}

/*================*/
/*= Standard class Layout =*/
/*================*/

 .standardbox { 
	margin: 0;
} 

 .standardbox h1 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding-top: 15px;
} 

 .standardbox h2 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 .standardbox h3 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #888;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 .standardbox h4 { 
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	color: #1ab7ea;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 .standardbox p { 
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding-top: 15px;
}

 .standardbox a { 
	color: #888;
	text-decoration: none;
}

 .standardbox a:hover { 
	color: #ee3424;
	text-decoration: underline;
}

#standard ul, .standardbox ul, #column1 ul, #column2 ul{ 
	font-size: 12px;
	line-height: 12px;
	color: #888;
	margin: 0;
	padding-top: 10px;
}
#standard ul li, .standardbox ul li, #column1 ul li, #column2 ul li{ 
	font-size: 12px;
	line-height: 15px;
	padding-top:5px;
	color: #888;
	margin: 0;
}


/*================*/
/*= Column 1 Layout =*/
/*================*/

 #column1 { 
 	float: left;
	width: 235px;
	margin: 0;
} 

 #column1 h1 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
} 

 #column1 h2 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
} 

 #column1 h3 { 
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 #column1 h4 { 
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #777;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -14px;
}

 #column1 p { 
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding-top: 15px;
} 

 #column1 a { 
	color: #888;
	text-decoration: none;
}

 #column1 a:hover { 
	color: #ee3424;
	text-decoration: underline;
}


/*================*/
/*= Column 2 Layout =*/
/*================*/

 #column2 { 
 	float: right;
	width: 235px;
	margin: 0;
} 

 #column2 h1 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
} 

 #column2 h2 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
} 

 #column2 h3 { 
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 #column2 h4 { 
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #777;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -14px;
}

 #column2 p { 
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding-top: 15px;
} 

 #column2 a { 
	color: #888;
	text-decoration: none;
}

 #column2 a:hover { 
	color: #ee3424;
	text-decoration: underline;
}


/*=========*/
/*= Footer =*/
/*=========*/

 #footer { 
	background: url(../images/footer.jpg) no-repeat;
	margin: 40px 0;
} 

 #footer p {
 	font-size: 11px;
	line-height: 13px;
	color: #a3a3a3;
	margin: 0;
	text-align: right;
	padding: 10px 0;
}

 #footer a {
 	text-decoration: none;
	color: #a3a3a3;
}

 #footer a:hover {
 	text-decoration: underline;
	color: #a3a3a3;
}

.couch {
 	float: left;
	margin-top: 10px;
}


/*=======*/
/*= Misc =*/
/*=======*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****************
IMAGE GALLERY
****************/

.imgbox { 
	float: left;
	margin: 10px 10px 10px 10px;
	width: 106px;
	height: 125px;
	font-size: 10px;
	
}
.imgbox a{
 color: red;
}
.imgnav { 

	float: left;
	margin: 10px 10px 10px 10px;
	width: 484px;
	height: 25px;
	text-align: right;
	font-size: 12px;
}

.imgouterbox{
height: 310px;
}

.download{
float:left;
margin-top: 5px;

}

.download a{
color: #333;
	font-size: 11px;
}





/*==================================================================================================*/
/*============================== A C C O R D  I O N  M E N U ==============================================*/

#newMenu ul {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu{
position: relative;
z-index:2;
font-size: 0.9em;
border-bottom: 2px solid #fff;
}

#menu a {
display:block;
white-space:nowrap;
margin:0;
text-decoration:none;
padding: 0;
background:url(/canberra/images/mouseUp.jpg);
color: #fff;	
height: 26px;
line-height: 26px;
width: 200px;
text-indent: 15px;
cursor: pointer;
}

#menu a:hover{
background: #333 url(/canberra/images/mouseOver.jpg);
}

#menu a:active{
color:yellow;
background:#000;
}

#menu ul a {
  background: #333 url(/images/bg_search.jpg);
  background-position: 0 bottom;
  color: #FFF;
  font-size: 0.8em;
}

#menu ul a:hover  {
  background: #333;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

#menu li, #menu li:hover{
position:relative;
border-bottom: 1px solid #fff;
cursor: pointer;
}

#menu li ul{
position:absolute;
top:-1px;
left:200px;
display:none;
z-index: 20000;
background-color: #fff;
padding: 1px 1px 0 1px;
}

#menu ul,
#menu ul ul,
#menu li:hover ul ul,
#menu li:hover ul ul ul
{display:block;}

#menu li:hover ul,
#menu ul li:hover ul,
#menu ul ul li:hover ul
{display:block;}



/*==================================================================================================
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 200px;
  font-size: 0.9em;
  border-bottom:1px solid #FFF;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background:url(/canberra/images/mouseUp.jpg);
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background:url(/canberra/images/mouseOver.jpg);
}

ul#menu li ul li a {
  background: #000;
  color: #FFF;
  padding-left: 20px;
  font-size: 0.9em;
}

ul#menu li ul li a:hover {
  background: #aaa;
  padding-left: 15px;
}
*/

#cse-search-results{
}

div.heading {
	color:#4C4C4C;
	font-size:18px;
	font-weight:normal;
	line-height:19px;
	margin:0;
	padding-top:15px;
}

.boldtext {
	font-weight: normal;
}

.blueheading {
	color:#1AB7EA;
	font-size:24px;
	font-weight:normal;
	margin:0;
	border-bottom:1px solid #BFBFBF;
	padding:15px 0;
	width:100%;
}

.topkeywords {
	position: absolute;
	top: 5px;
	padding-left: 500px;
	/*padding-left: 350px;*/
}
.topkeywords h1 {
	font-size: 10px;
	font-weight: normal;
}

.crowne {
	padding-top: 10px;
}