/***********************************************/
/* HTML Tag Styles                             */
/***********************************************/  

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	line-height: 1.166;
	background-color: #EBEBEB;	
	margin: 0px;
	padding: 0px; 
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #003366;
}

h1{
	font-size: 90%;
}

h2{
	font-size: 80%;
}

h3, h4, h5, h6 {
	font-size: 70%;
	color: #8DBA25;
}

p {
	font-size: 70%;
	line-height: 1.4;
}

a, a:link, a:visited, a:hover {
	font-weight: normal;
	color: #00386E;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	font-size: 70%;
	line-height: 1.4;	
}

ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ul ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ol {
	font-size: 70%;
	line-height: 1.4;
}

ol ol {
	font-size: 100%;
	line-height: 1.4;
}

ol ol ol {
	font-size: 100%;
	line-height: 1.4;
}

hr {
	border: none 0; 
	border-top: 2px solid #14A8E0;
	border-bottom: 1px solid #FFF;
	height: 3px;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	background-image: url(/assets/images/header_sky.jpg);
}

#menutop {
	background-image: url(/assets/images/rule.gif);
}

#menu {
	background-image: url(/assets/images/menu_bg.jpg);
}

#menu2 {
	background-image: url(/assets/images/menu2_bg.jpg);
}

#menubottom {
	background-image: url(/assets/images/rule.gif);
}

#mapWrapper {
	width: 616px;
	margin: 0px auto;
	margin-left: expression( (document.body.clientWidth - 616) / 2 + 'px');
}

#wrapper {
	width: 994px;
	margin: 0px auto;
	margin-left: expression( (document.body.clientWidth - 994) / 2 + 'px');
}

#presentation { 
	text-align: left;
}

#content {
	margin: 15px 36px 20px 36px;
}

#footerrule {
	background-image: url(/assets/images/rule.gif);
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#skip {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#content a, a:link, a:visited {
	font-weight: normal;
	color: #00386E;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#categories p {
	color: #666;
	line-height: 1.4;
}

#categories a:hover {
	color: #000;
	text-decoration: underline;
}

#breadcrumbs {
	font-size: 11px;
	color: #666;
	padding: 5px 0 5px 5px;
	background-color: #EBEBEB;
}

#breadcrumbs a, a:link, a:visited {
	font-weight: normal;
	color: #0C5F7E;
	text-decoration: none;
}

#breadcrumbs a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#credit {
	padding: 10px;
	margin: 0px auto;
	background-color: #FFF;
	color: #999;
	font-size: 65%;
}

#mapCredit {
	padding: 10px;
	margin: 0px auto;
	background-color: #FFF;
	color: #333;
	font-size: 65%;
}

/***********************************************/
/*Component Styles                             */
/***********************************************/

.panelLeft {
	background-image:  url("/assets/images/panel_left.gif");
}

.panelCenter {
	background-color: #FFF;	
}

.panelRight {
	background-image:  url("/assets/images/panel_right.gif");
}

#weather {
	font-size: 10px;
	color: #000000;
}

.legend {
	font-size: 10px;
	color: #003366;
}

.search {
	font-size: 11px;
	font-weight: bold;
	color: #0C5F7E;
	padding-top: 1px;
}

.search_input {
	height: 15px;
	width: 145px;
	margin: 2px;
	font: 11px verdana;
	color: #003366;
	border: #799F20 1px solid;
	background-color: #E0F1B8;
	padding-top: 2px;
}

.input {
	height: 15px;
	margin: 2px;
	font: 11px verdana;
	color: #000;
	border: #999 1px solid;
	background-color: #FFF;
}

.inputSelect {
	height: 20px;
	margin: 2px;
	font: 11px verdana;
	color: #000;
	border: #999 1px solid;
	background-color: #FFF;
}

.inputArea {
	font: 11px verdana;
	color: #000;
	border: #999 1px solid;
	background-color: #FFF;
}

.inputRO {
	font: 11px verdana;
	color: #000;
	border: #F1F1F1 1px solid;
	background-color: #F1F1F1;
}

#sideNav ul {
	margin: 0;
	padding: 0;
}

#sideNav ul a, a:link, a:visited {
	font-weight: normal;
	color: #0C5F7E;
	text-decoration: none;
}

#sideNav ul a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#sideNav ul li {
	list-style-type: none;
	font-weight: normal;
	padding: 5px 16px 2px 31px;
	background-image: url("/assets/images/side_nav_bg.gif");
}

#credit a, a:link, a:visited {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

#credit a:hover {
	font-weight: normal;
	color: #00386E;
	text-decoration: none;
}

#mapCredit a, a:link, a:visited {
	font-weight: normal;
	color: #0C5F7E;
	text-decoration: none;
}

#mapCredit a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.grey {
	color: #999;
}

.blue {
	color: #00386E;
}

.blue2 {
	color: #0C5F7E;
}

/***********************************************/
/*Tool Tip Styles                             */
/***********************************************/

div#tipDiv {
	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	background-color:#fff; border:4px solid #999; 
	width:170px; padding:8px;
	color:#000; font-size:11px; line-height:1.3;
}

div#tipDiv div.img {
	text-align:center
}

div#tipDiv div.txt {
	text-align:left; margin-top:4px
}

/***********************************************/
/*Navbar Styles                             */
/***********************************************/

#billboard, #billboard, #billboard:visited {
	width:139px; 
	}

#business, #businessButton, #businessButton:visited {
	width:156px; 
	}

#alburywodonga, #alburywodongaButton, #alburywodongaButton:visited {
	width:209px; 
	}

#about, #aboutButton, #aboutButton:visited {
	width:187px; 
	}

