/*  Cascading Style Sheet */

/* HTML elements */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #000000;
	background-color: #fcfcfc;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 144%; 
	font-size: 72%; 
	font-family: Verdana, Arial, Tahoma, Trebuchet, Geneva, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
}
a:hover {
	background: #ffffcc;
}

.buttonText a {
	text-decoration: none;
	font-weight: bold;
	color: #D5DFFF; 
}
.buttonText a:hover {
	color: #D5DFFF; 
	background: transparent;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
	padding: 0 0 10px 10px;
	text-align: center;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 10px 10px;
}
/* All un-ordered lists (ul) will have no bullets */
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
p {
	text-align: left;
	padding: 0 0 8px 0;
}

/* CLASSES */
.floatleft {
	float: left;
}
.floatright {
	float: right;
	padding: 5px;
	margin-right: 10px;
}
.floatleft {
	float: left;
	padding: 10px;
	margin-left: 10px;
}
.topbuttons1 {
	position: absolute;
	top: 0px;
	left: 339px;
	margin: 0px;
	padding: 0px;
}
#topbuttons2 {
	position: relative;
	top: 0px;
	float: right;
	right: 3px;
	padding: 0px;
}

.fvbebuttonup {
	/* border-top: 5px solid #AAB2D7; */
	border-top: 5px solid #bfc8eb;
	border-right: 5px solid #3F577D; 
	border-bottom: 5px solid #002A4A; 
	border-left: 5px solid #AAB2D7; 
	margin: 5px 5px 5px 5px;
	padding: 14px 3px 0px 3px;
	width: 142px;
	height: 29px;
	z-index: 5;
	text-align: center; 
	font-family: Arial, Verdana, Trebuchet, Tahoma, sans-serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #D5DFFF; 
	cursor: pointer, hand;
	/* filter:progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#aab2d7',endColorStr='#7f85ac'); */
	background: url('../images/grayband.gif') repeat-x left top;
}
.fvbebuttondown {
	/* border-top: 5px solid #AAB2D7; */
	border-top: 5px solid #bfc8eb;
	border-right: 5px solid #3F577D; 
	border-bottom: 5px solid #002A4A; 
	border-left: 5px solid #AAB2D7; 
	margin: 8px 2px 2px 8px;
	padding: 14px 3px 0px 3px;
	width: 142px;
	height: 29px;
	z-index: 5;
	text-align: center; 
	font-family: Arial, Verdana, Trebuchet, Tahoma, sans-serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #D5DFFF; 
	cursor: pointer, hand; 
	/* filter:progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#aab2d7',endColorStr='#7f85ac'); */
	background: url('../images/grayband.gif') repeat-x left top;
}
.buttonshadow {
	BORDER-TOP: black 1px solid; 
	BORDER-RIGHT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	width: 100%;
	BACKGROUND: green; 
	z-index: -1;
	FILTER: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='false', ShadowOpacity='0.20'); 
	CURSOR: hand; 
	POSITION: relative;
}

/* NAMED BLOCKS */
#container {
	width: 100%;
	margin-left: 0px;
}

#mainpage {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: left;
}

#header { 
	/* position: relative; */
	padding: 0;
	background: url('../images/BluePrintBackground16colors800x227.gif') repeat-x left top;
	height: 252px;
	text-align: center;
}
#header p {
	margin-top: -65px;
	margin-left: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
}
#fvbelogo { 
	position: relative;
	text-align: right;
	padding: 0;
	background: url('../images/fvbelogo.gif') no-repeat center top;
	height: 252px;
	width: 650px;
}
#content {
	padding: 10px 16px 10px 16px;
	/* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#fcfcfc',endColorStr='#d5dfff'); */
}

#column_left {
	float: left;
	width: 28%;
	top: 0;
	bottom: 0;
	/* height: 100%; */
}
#column_left h3 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	width: 97%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	color: #000099;
	/* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#D5DFFF',endColorStr='#7F85AC'); */
	background: url('../images/h3grayband.gif') repeat-x left top;
}
#column_left p {
	text-align: center;
}

#nav {
	width: 100%;
	/* height: 100%;
	margin: 0 auto;
	background: #AAB2D7; */
	/* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#d5dfff',endColorStr='#7f85ac'); */
	text-align: center;
}
#nav a {
	display: block;
	width: 90%;
	padding: 1px;
	margin: 1px;
	font-size: 12px;
	font-style: normal;
	background: #6666ff;
	border: 1px solid #ffffff;
	color: #ffffff;
}
#nav a:hover {
	background: #9999ff;
}
#nav li {
	padding: 2px;
	font-weight: bold; 
	font-style: italic;
	color: #6666ff;
}

#column1 {
	float: left;
	width: 39%;
	height: inherit;
	border-right: 1px solid #7F85AC;
	border-left: 1px solid #7F85AC;
}
#column1 h3 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	width: 97%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	color: #000099;
	/* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#D5DFFF',endColorStr='#7F85AC'); */
	background: url('../images/h3grayband.gif') repeat-x left top;
}
#column1 p {
	padding: 0 10px 10px 10px;
}
#column1 ul {
	list-style: disc inside;
	border: 1px ridge #7F85AC;
	font-size: 1em;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #D5DFFF;
}
#column1 ul li a {
	font-weight: bold;
}
#column1 ul li ul {
	list-style: square inside;
	font-size: 1em;
	border: 1px inset #7F85AC;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	background: #DDE8FF;
}
.highlightquote {
	border: 1px inset #7f85ac;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	background: rgb(255,255,240);
}
.highlightquotegray {
	border: 1px ridge #7f85ac;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #D5DFFF;
}

#fullcolumn {
	float: left;
	width: 71%;
	/* border-right: 1px solid #7f85ac; */
	border-left: 1px solid #7F85AC;
}
#fullcolumn h3 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	width: 98%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	color: #000099;
	/* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#D5DFFF',endColorStr='#7F85AC'); */
	background: url('../images/h3grayband.gif') repeat-x left top;
}
#fullcolumn p {
	padding: 0 0 10px 10px;
}
#fullcolumn ul {
	list-style: disc inside;
	border: 1px ridge #7F85AC;
	font-size: 1em;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #D5DFFF;
}
#fullcolumn ul li a {
	font-weight: bold;
}

#column2 {
	float: left;
	width: 32%;
	height: inherit;
	/* border-right: 1px solid #7F85AC; */
}
#column2 h3 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	width: 97%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	color: #000099;
	/* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorStr='#D5DFFF',endColorStr='#7F85AC'); */
	background: url('../images/h3grayband.gif') repeat-x left top;
}
#column2 p {
	padding: 0 0 10px 10px;
}
#column2 ul {
	list-style: disc inside;
	border: 1px ridge #7F85AC;
	font-size: 1em;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #D5DFFF;
}
#column2 ul li a {
	font-weight: bold;
}
#column2 ul li ul {
	list-style: square inside;
	font-size: 1em;
	border: 1px inset #7F85AC;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	background: #DDE8FF;
}
#column2 form {
	padding-bottom: 10px;
}
#column2 fieldset {
	text-align: right;
	white-space: nowrap;
}
#column2 #searchGadget {
	width: 160px;
}
#column2 select {
	font-size: 1em;
	padding: 0;
}
#column2 input.searchButton {
	background: #ffffff url('../Southern_Highlands_Information_Centre_files/search_icon.gif') no-repeat 2px 1px;
	cursor: pointer;
	margin-bottom: 1px;
	font-size: 1em;
	padding-left: 15px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*
#column2 table {
	width: 210px;
	background: #fefeec;
	text-align: center;
	position: relative;
	margin-left: 10px;
	border: 1px dashed #cccc99;
}
#column2 table th {
	background: #eeeecc;
}
#column2 table .weekdays {
	background: #eeeedd;
}
#column2 table tbody td {
	padding: 5px 0;
}
*/
#fvbecolumns {
	margin: 0px;
	text-align: left;
	width: 100%;
	height: 100%;
}
#fvbecolumns h1 {
	padding: 3px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 15px;
}
#fvbecolumns h1 span {
	float: right;
}
#fvbecolumns h2 {
	padding: 3px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 15px;
}
#fvbecolumns h3 {
	margin-bottom: 2px;
}
#fvbecolumns h4 {
	clear: both;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	color: #999999;
	border-top: 1px solid #eeeeee;
}
#fvbecolumns h4 a {
	color: #999999;
}
#fvbecolumns h4 span {
	float: left;
}

#footer {
	width: 100%;
	border-top: 1px solid #7F85AC;
}
#footer p {
	font-size: smaller;
	color: #7F85AC;
	padding: 10px 10px 10px 10px;
}
.bxwibuttonup {
	border-top: 5px solid #AAB2D7; 
	border-right: 5px solid #3F577D; 
	border-bottom: 5px solid #002A4A; 
	border-left: 5px solid #AAB2D7; 
	margin: 5px;
	padding: 5px 3px 0px 3px;
	width: 142px; 
	height: 38px; 
	z-index: 5; 
	text-align: center; 
	font-size: 14px; 
	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif; 
	font-weight: bold; 
	color: #D5DFFF; 
	cursor: hand; 
	background-color: #7F85AC;
}
.bxwibuttondown {
	border-top: 5px solid #AAB2D7; 
	border-right: 5px solid #3F577D; 
	border-bottom: 5px solid #002A4A; 
	border-left: 5px solid #AAB2D7; 
	margin: 8px 2px 2px 8px;
	padding: 5px 3px 0px 3px;
	width: 142px; 
	height: 38px; 
	z-index: 5; 
	text-align: center; 
	font-size: 14px; 
	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif; 
	font-weight: bold; 
	color: #D5DFFF; 
	cursor: hand; 
	background-color: #7F85AC;
}
