/**
 *	BRUNY TOURISM INC.
 *	http://www.brunyisland.org.au
 *	
 *	CSS for website
 *	By Andrew Hennessy
 *	
 */

/**
 *	Colours
 *
 *	TitleBanner Green: #539332
 *	Header Dark blue: #004B86
 *	Right Box light blue: #6CABE7
 *
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* shrink to allow em = px/10 */
	/*font-size: 13px ;*/
	padding: 0px;
	margin: 0px;
}
div {
	padding: 0;
	margin: 0;
}
ul {
	list-style-image:url(images/star3.gif);
}
.clear { clear: both; }
.ClearRight { clear: right; }
.Heading3 {
	color: #004B86;
	font-size: 1.4em /* 14px */;
}
h3,h2 {
	color: #004B86;
	font-size: 100%;
}
.Heading3 a, .Heading3 a:link, .Heading3 a:visited, .Heading3 a:hover {
	text-decoration: none;
}
img { display: block; }
a img { border-width: 0px; }
#pageFrame { 
	font-size: 1.3em;
	max-width: 990px;
}
#TopArea {
	background-color: #004B86;
	font-size: 4.8em;
	height: 100px;
}
#RightColumn {
	float: right;
}
#TitleBanner {
	background-color: #539332;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1.8em;
	padding: 8px;
	margin: 0px;
}
.RightBox {
	background-color: #ACCC9B;
	margin: 20px 0px 20px 5px;
	padding: 0px;
	padding-bottom: 5px;
	width: 150px;
}
.RightBoxTitle {
	background-color: #539332;
	color: #FFFFFF;
	text-transform:uppercase;
}
.RightBoxTitle a:link, .RightBoxText a:link, .RightBoxTitle a:visited, .RightBoxText a:visited {
	text-decoration: none;
}
.RightBoxTitle a:link, .RightBoxTitle a:visited {
	color: #FFFFFF;
}
.RightBoxText a:link, .RightBoxText a:visited {
	color: #000000;
}
.RightBoxTitle a:hover, .RightBoxText a:hover {
	color: #E47E00;
}
.WeatherTemperature {
	font-size: 16px;
	font-weight: bold;
}
.WeatherTemperature, .WeatherForecast {
	padding: 0px;
}
.WeatherIcon {
	float: right;
}
.RightBox {
	font-size: 12px;
}
.RightBox div {
	padding: 4px;
}
.RightBoxImage {
	text-align: center;
}
.RightBoxImage img { 
	display: inline; 
}
.RightBoxLink {
	text-align: right;
	padding: 0px;
}
#MiddleColumn {
	margin-right: 180px;
}
#MiddleColumn, #MainColumn {
	padding: 15px 5px 15px 30px;
}
#MainColumn {
	min-height: 380px;
}
#PhotoStrip { 
	border-top: 1px solid #FFFFFF;
	height: 129px; 
	font-size: 48px;
}
#Breadcrumbs {
	font-size: 11px;
	padding: 2px;
}
.FeaturePicture {
	float: right;
	padding: 8px;
	margin: 0px 0px 15px 15px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.FeaturePictureNoBorder {
	float: right;
	padding: 8px;
	margin: 0px 0px 15px 15px;
}
.FeatureCaption {
	text-align: left;
	font-size: 10px;
}
.SearchFormHeading {
	font-weight: bold;
	padding-right: 7px;
	text-align: left;
	vertical-align: top;
}
.SearchFormField {
	text-align: left;
	vertical-align: top;
}
input, select, textarea {
	font-size: 12px;
}
select {
	width: 300px;
}
input.text, textarea.text {
	width: 300px;
}
input.button {
	border-width: 1px;
	font-size: 13px;
	height: 25px;
	width: 100px;
}
.small {
	font-size: 9px;
}
#BigMapContainer {
	width: 736px; 
	height:650px;
}
.MapKey {
	width:732px; 
	background-color:#FFFFCC;  
	padding: 2px; 
	text-align: center; 
	margin-top: 15px;
}
.MapInfoWindow {
	width: 300px;
}
.MapInfoWindowPic {
	float:right; 
	margin-left: 5px;
	width: 100px;
	height: 75px;
}

/* Box Container */
	.BoxContainer {
		width: 610px;
	}
	.BoxContainer .BoxRow {
		height: 100px;
	}
	.BoxContainer .BoxLeftColumn {
		float: left;
		width: 300px;
	}
	.BoxContainer .BoxRightColumn {
		float: left;
		margin-left: 10px;
		width: 300px;
	}
	.BoxContainer .BoxCell {
		min-height: 100px;
	}
	.BoxContainer .BoxCell img {
		float: left;
	}

/* Accom Box Container */
	.AccomBoxContainer {
		width: 750px;
	}
	.AccomBoxContainer .BoxLeftColumn {
		float: left;
		width: 360px;
	}
	.AccomBoxContainer .BoxRightColumn {
		float: left;
		margin-left: 20px;
		width: 370px;
	}
	.AccomBoxContainer .BoxRightColumn .BoxLeftColumn {
		float: left;
		width: 150px;
	}
	.AccomBoxContainer .BoxRightColumn .BoxRightColumn {
		float: left;
		margin-left: 10px;
		width: 200px;
	}
	.AccomBoxContainer .BoxRightColumn .BoxLeftColumn .BoxCell img {
		padding: 4px 0px 4px 0px;
	}
	.AccomBoxContainer .BoxRightColumn .BoxRightColumn .BoxCell, .AccomBoxContainer .BoxRightColumn .BoxRightColumn .BoxCell .Heading3 {
		font-size: 11px;
		text-align: right;
	}


.LeftCell img, .RightCell img {
	float: left;
}
.LeftCell {
	float: left;
	vertical-align: middle;
	width: 300px;
}
.RightCell {
	float: left;
	margin-left: 10px;
	width: 300px;
}
.ResultsTable a:link, .ResultsTable a:visited {
	text-decoration: none;
}

.floatright {
	float: right;
	text-align: right;
}
.smaller {
	font-size: 88%;
}
#TariffTable td, #TariffTable th {
	padding: 1px 8px 1px 0px;
}
#TariffTable .TariffDescription {
	width: 120px;
}
#MapAndPanelMap {
	float: left;
	height: 550px;
	width: 68%; 
}
#MapAndPanelPanel {
	margin-left: 72%;
	overflow: scroll;
	height: 550px;
}
#MapAndPanelContainer {
	/*width: 600px;*/
}
.SearchResultListing {
	height: 100px;
	margin: 10px;
}
.SearchResultListing img {
	margin: 5px;
}
.SearchResultListing p {
	padding-top: 5px;
}
.SearchResultImage {
	background-image:url(images/product_result_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	padding: 5px;
	width: 100px;
}

#SocialBookmarks ul, #SocialBookmarks li
{
	display: inline;
	list-style: none;
}

#SocialBookmarks img {
	display: inline;
}


/**** Left Column Container (inside page content container) ****/
	#leftcolumn { margin-right: -205px; }	 /* IE 4 fix */	
	#leftColumn {
		float: left;
		width: 205px;
		/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
	}
	#innerLeftColumn {
		background-color: #FFFFFF;
		background-image:url(images/swoosh.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		padding: 10px;
		padding-top: 25px;
		padding-bottom: 90px;
	}
	#innerLeftColumn img {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#innerLeftColumn, #innerContentColumn
	{
		/* Fix the Win32 IE italics bug */	
		overflow: visible;
		height: 100%;
	}
	#innerleftcolumn, #innercontentcolumn {
		/* IE5.0 fix for the Win32 IE italics bug */
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	#innerleftcolumn/* hide from IE5.0 */, #innercontentcolumn/* hide from IE5.0 */ {
		overflow: visible;
		height: 100%;
		width: auto;
	}
	#innerLeftColumn p
	{
		font-family: Arial, Verdana, sans-serif;
		font-size: 70%;
		line-height: 140%;
		/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
	}
	#innerLeftColumn h3
	{
		margin: 1em 0 0 0;
	}
/**** End Left Column Container  ****/





/**** Content Container (inside page content container) ****/
	.ContentContainer {
		background-image:url(images/background.jpg);
		background-repeat:repeat-y;
		margin: 0px;
		text-align: left;
	}
	#MainContentColumn {
		padding: 0px;
		margin: 0px;
		/*width: 760px;*/
	}
	#contentColumn 	{
		/*margin-left: 169px;*/
		margin-left: 206px;
	}
	#innerContentColumn
	{
		overflow: visible;
		height: 100%;	/* fix the Win32 IE float bug */
		min-height: 400px;
	}
	#contentColumn>#innerContentColumn
	{
		height: auto;	/* fix Opera 5 which breaks with the above IE fix */
	}
	#innercontentcolumn
	{
		height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
	}
/**** End Content Container ****/


/**** Footer ****/
	#innerFooter
	{
		font-size: 11px;
		padding: 10px;
		text-align: center;
	}
	#footer
	{	
		clear: both;
		margin-top: 5px;
		z-index: 10;
		
	}
/**** End Footer ****/

/**** Left Navigation ****/
.vnav
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
.vnav ul, .vnav ul li
{
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.vnav ul li ul { margin-bottom: 10px; }
.vnav ul li ul, .vnav ul li ul li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	line-height: 100%;
	margin-left: 10px;
	padding: 0px;
	font-weight: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}
a:link, a:visited {
	color: #004B86;
}
a:hover {
	color: #E47E00;
	text-decoration: underline;
}
/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */

