@charset "UTF-8";
body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg_slice.jpg) repeat-x top left;
	/*background: #fff url(images/bg.jpg) no-repeat fixed center;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #58595b;
}
#top_bar {
	background: #ffec14 url(images/australia_small.jpg) no-repeat 90% top;
	height: 20px;
	width: auto;
}
#header  {
	background: #54d129 url(images/header_bg_slice.jpg) repeat-x left top;
	padding: 0;
	margin: 0px;
	width: auto;
	border-bottom: 4px solid #FFF;
}
#menu_wrapper  {
	width: 85%;  /* this will create a container 85% of the browser width */
	margin: 0 auto;
	padding: 0px;
	background: url(images/logo_header.jpg) no-repeat left top;
	position: relative;
} 


#menu_tabs{
width: 100%;
margin:0;
overflow: hidden;
}

#menu_tabs ul{
float:right;
margin: 50px 0px 0px 0px;
padding: 0px 15% 0px 0px;
font: bold 12px Verdana;
list-style-type: none;
}

#menu_tabs li{
display: inline;
margin: 0;
}

#menu_tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px 20px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

#menu_tabs li a:visited{
color: white;
}

#menu_tabs li a:hover, #menu_tabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


#container  {
	width: 85%;  /* this will create a container 85% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#highlight {
	background: #333;
	margin-bottom: 15px;
	padding: 15px 0px 0px 10px;
	position: relative;
}
#highlight_advice {
	float:left;
	background: #333;
	margin-bottom: 15px;
	padding: 15px 0px 0px 10px;
}

#sidebar_right  {
	float: right; /* since this element is floated, a width must be given */
	width: 27%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 6px; /* top and bottom padding create visual space within this div  */
	margin-right: 15px;
}
#sidebar_left  {
	float: left; /* since this element is floated, a width must be given */
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 6px; /* top and bottom padding create visual space within this div  */
	margin-left: 15px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent  {
	margin: 0 32% 0 10px;
} 
#advice  {
	background:white;
	padding-right: 7%;
	margin-left: 22%;
	padding-left: 15px;
	position: relative;
}
#application  {
	margin: 0;
	padding: 0px 40px 0px 20px;
} 

#pieces {
	position: absolute;
	width: 200px;
	height: 150px;
	bottom: -52px;
	right: 55px;
	z-index: 99;
	background: url(images/pieces.png) no-repeat right bottom;
}

#pieces_advice {
	position: absolute;
	width: 200px;
	height: 150px;
	bottom: -12px;
	right: 55px;
	z-index: 99;
	background: url(images/pieces.png) no-repeat right bottom;
}

h1 {
	color: #4a982f;
}
h2 {
	color: #66b44c;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 135%;
}
p {
	margin-top: 0px;
}
#calendar  {
	padding: 0 10px;
} 
#form  {
	padding: 0 10px;
}
#contacts {
	padding-left: 20px;
}

.calendar_table {
	font-size: x-small;
	color: #333;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}

.form_table {
	width:100%;
	border-collapse: collapse;
}

td.bar_calendar {
	background: #54d129 url(images/calendar_bg_slice.jpg) repeat-x left top;
	color: #fff;
	padding: 0.5em 0.8em;
	font-size: 120%;
}

td.bar_events {
	background: #ff9;
	color: #000;
	padding: 0.5em 0.8em;
	font-size: 120%;
}

td.bar_name {
	background: #666;
	color: #fff;
	width: 50%;
	padding: 0.5em 0.8em;
	border-right: 1px solid #ccc;
}

td.bar_place_date {
	background: #666;
	color: #fff;
	width: 25%;
	padding: 0.5em 0.8em;
	border-right: 1px solid #ccc;
	text-align: center;
}

td.event {
	background: #ebfeea;
	width: 50%;
	border-bottom: thin solid #ccc;
	padding: 0.5em 0.8em;
	border-right: 1px solid #ccc;
}

td.place_date {
	background: #fff;
	width: 25%;
	border-bottom: thin solid #ccc;
	padding: 0.5em 0.8em;
	border-right: 1px solid #ccc;
	text-align: center;
}

th {
	width: 40%;
	color:#fff;
	padding: 0.2em 0.8em;
	text-align: right;
}

#record  {
	padding: 0 10px;
}
.two_column_table {
	vertical-align: top;
}

.record_table {
	font-size: x-small;
	color: #333;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}

td.bar_record_title {
	background: #54d129 url(images/calendar_bg_slice.jpg) repeat-x left top;
	color: #fff;
	padding: 0.5em 0.8em;
	font-size: 120%;
}

td.bar_record_name {
	background: #666;
	color: #fff;
	padding: 0.5em 0.8em;
	border-right: 1px solid #ccc;
}

td.record {
	background: #ebfeea;
	border-bottom: thin solid #ccc;
	padding: 0.5em 0.8em;
}

td.record_two {
	background: #fff;
	border-bottom: thin solid #ccc;
	padding: 0.5em 0.8em;
}

.fifty_percent_wide {
	width: 50%;
	vertical-align: top;
	padding-left: 3%;
	padding-right: 3%;
}



td.form_field {
	width: 60%;
	padding: 0.2em 0.8em;
	text-align: left;
}

td.form_field_white_text {
	width: 60%;
	padding: 0.2em 0.8em;
	text-align: left;
	color:#fff;
}

/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
}
.margin_top_0 {
	margin-top: 0px;
}
.padding_top_add {
	padding-top: 15px;
	margin-top: 0px;
}
.padding_bottom {
	padding-bottom: 15px;
}
.valign_top {
	vertical-align: top;
}

a:link {
	color: #fff;
	padding:3px;
	text-decoration: none;
	background: #666;
}

a:visited {
	color: #fff;
	padding:3px;
	text-decoration: none;
	background: #666;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background: #4a982f;
}

.bold {
	font-weight: bold;
}

.white_text {
	color: #FFF;
}

.regular_text {
	font-weight: normal;	
}

.extra_line_height {
	line-height: 1.85em;
}

a.reverse_link:link {
	color: #fff;
	padding:3px;
	text-decoration: none;
	background: #4a982f;
}

a.reverse_link:visited {
	color: #fff;
	padding:3px;
	text-decoration: none;
	background: #4a982f;
}

a.reverse_link:hover {
	color: #fff;
	text-decoration: none;
	background: #666;
}

.center_pad_top_bot {
	text-align: center;	
	padding: 5px 0px 6px 0px;
}

a.design_by:link {
	color: #58595b;
	font-size: xx-small;
	text-decoration: none;
	background: none;
}

a.design_by:visited {
	color: #58595b;
	font-size: xx-small;
	text-decoration: none;
	background: none;
}

a.design_by:hover {
	color: #58595b;
	font-size: xx-small;
	text-decoration: underline;
	background: none;
}



#home-link {
	position: absolute;
	top: 6px;
	left: 20px;
	width: 100px;
	height: 75px;
	background-color: transparent;
}
