/*
---------------------------------------------------------------------------------------------
Template - CSS
Designed By: Iven Stevens / Ben Southall
Version: 22nd January 2007
Description: A default css made for Temporary Use
Resolution: [1024x768] [center H + V]
URL: http://dev.digitalventures.com.au
Email: iven.stevens@digitalventures.com.au
---------------------------------------------------------------------------------------------

===== CONTENTS =====
note: append a ( = ) flag in front of the title for fast search

    1. ESSENTIAL
    2. SETUP
    3. LAYOUT
    4. FOOTER

Category Content Sections

====================


The IE6 PNG Haxx0r (copy & paste when needed)

	background: url(../images/PNG24.png) !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/PNG24.png');


---------------------------------------------------------------------------------------------
1. =ESSENTIAL
---------------------------------------------------------------------------------------------
*/

/* Universal Selectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All universal selector resets are place here as well. This will return
default browser pre-defined margins to 0 ( sweet ).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

a {
	position: relative;
	z-index:1000;
}

/*
---------------------------------------------------------------------------------------------
2. =SETUP
---------------------------------------------------------------------------------------------
*/

html,body {
	background: url('/images/background_main.jpg') fixed;
	background-color: #9e9054;
	padding: 0px;
	height: 100%;
	margin: 0px;
	font-family: lucida grande, tahoma, arial, verdana;
	font-size: 9pt;
	color: #6b6b6b;
}


/*
---------------------------------------------------------------------------------------------
3. =LAYOUT
---------------------------------------------------------------------------------------------
*/


.bg_panel {
	background-position:top left;
	background: url('/images/background_panel_body.png') no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/background_panel_body.png');
}

.bg_contentarea {
	background: url('/images/tbl_contentarea.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/tbl_contentarea.png');
}

.bg_header {
	background: url('/images/tbl_header.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/tbl_header.png');
}

.header_golf {
	background: url('/images/header_golf.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/header_golf.png');
}

.header_aboutus {
	background: url('/images/header_aboutus.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/header_aboutus.png');
}

.header_contactus {
	background: url('/images/header_contactus.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/header_contactus.png');
}

.header_events {
	background: url('/images/header_events.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/header_events.png');
}

.header_membership {
	background: url('/images/header_membership.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/header_membership.png');
}

.header_proshop {
	background: url('/images/header_proshop.png') !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/header_proshop.png');
}

.bg_footer {
	background: url('/images/tbl_footer.png') no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/tbl_footer.png');
}

table {
	text-align: left;
}

div#menu2 {
	margin: 0px;
	padding: 0px;
}

div#menu2 #nav ul {
	margin:0px;
	padding:0px;
}

#nav, div#menu2 #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 9999;
}

#nav a {
	font-family: arial, tahoma;
	font-weight: bold;
	font-size: 11px;
	display: block;
	z-index: 9999;
	color: #fff;
	text-decoration: none;
	padding-top:13px;
	padding-bottom:13px;
	padding-left: 9px;
	padding-right: 9px;
}

#nav a:hover {
	color: #ffe251;
	background: #6b7c33;
}

#nav li { /* all list items */
	float: left;
	z-index: 9999;
	font-weight: normal;
	color: #fff;
	font-size: 9px;
	text-align: center;
	border-right: 1px solid #8c7524;
	border-left: 1px solid #d2c587;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url('/images/background_dropdown.png');
	width: 170px;
	display: none; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left:1px solid #9a8e53;
	border-right:1px solid #9a8e53;
	border-bottom:1px solid #9a8e53;
	z-index: 9999;
	line-height: 15px;
}

#nav li ul li {
	width: 170px;
	border-right: 0px solid #8c7524;
	border-left: 0px solid #d2c587;
	z-index: 9999;
}

#nav li ul li a {
	padding: 4px;
	text-align: left;
	font-weight: normal;
	color: #8e614d;
	font-size: 11px;
	z-index: 9999;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: block;
	z-index: 9999;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	z-index: 9999;
	
}

div#miclublogo {
	position: static;
	background: url('/images/miclub.png') no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/miclub.png');
	width: 66px;
	height: 25px;
	top: none;
	left: none;
	margin: 0px;
	padding: 0px;
}

a.flink {
	color: #ebcf3b;
	text-decoration: none;
	font-weight: bold;
}

a:hover.flink {
	color: #fce04e;
}

#body_contentarea h1 {
	font-size: 14px;
	color: #6a7a32;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#body_contentarea h2 {
	font-size: 12px;
	color: #6a7a32;
	font-weight: bold;
}


#body_contentarea p {
	line-height: 22px;
	font-family: verdana, tahoma, arial, verdana;
	font-size: 11px;
	color: #6b6b6b;
}

#body_contentarea a {
	color: #8e7a26;
	text-decoration: none;
}

table.portal {
 	border-top: 1px solid #485322;
 	border-left: 1px solid #485322;
 	border-right: 1px solid #485322;
 	padding: 0px;
}
 
table.portal td, table.portal th {
 	padding: 5px;
}

table.portal th {
	background-color: #d3dae2;
	background: url('/images/portal_table_background.gif');
	color: #fff;
}
