/**
 *	This code appropriated from Ben Bailey (benbailey.com.au)
 *	from his work on the Swing Patrol AJC sub-site (swingpatrol.com.au/ajc)
 */

*
{
margin: 0;
padding: 0;
}

#wrapper
{
position: relative; /* allows me to absolutley position a couple of divs in relation to the wrapper */
width: 718px; 
margin: 0 auto;
padding: 0 20px 10px 20px;
text-align: left; /* resetting the centering hack on the body for IE5 */
background: #FFF;
}

.skip
{
display: none;
}

#header
{
height: 115px;
}


#logo
{
height: 115px;
background: url(../i/logo.jpg) no-repeat;
z-index: -100;
}

#logo h1
{
margin: 0;
padding: 0;
}

#logo h1 a
{
display: block;
width: 180px;
height: 85px;
text-indent: -2000px;
border: 0;
text-decoration: none;
}

#logo ul
{
display: none;
}

#navContainer
{
position: absolute;
top: 95px;
left: 300px;
/*padding-bottom: 30px;*/
}

#navContainer ul
{
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
font-size: 1.0em;
font-family: verdana, arial, sans-serif;
}

#navContainer ul li {
display: inline;
}

#navContainer ul li a
{
padding: 2px 15px 2px 2px;
text-decoration: none;
}

#navContainer ul li a:hover
{
text-decoration: underline;
}

#navContainer ul li a:visited
{
color: #A50101;
}

#navContainer ul li.active
{
font-weight: bold;
}

#sideCol
{
float: right;
margin: 0;
padding-top: 45px;
padding-bottom: 20px;
width: 300px;
text-align: right;
}

#mainCol
{
margin: 0 300px 0 0;
padding-bottom: 20px;
}

#footer
{
clear: both;
height: 2.0em; /* IE struggles without a height */
text-align: center;
font-size: 75%;
}

#footer a
{
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}

.breakout {
background-color: #990000;
border: 1px #CCC solid;
}

.breakout p {
color: #CCC;
padding: 0 5px 0 5px;
}


/* HTML tag guff */
body
{
font-size: 80%;
font-family: verdana, arial, helvetica, sans-serif;
color: #333;
background: #CCC;
text-align: center; /* needed to center the wrapper in IE5 */
}

h1, h2, h3, h4, h5, h6, dt
{
font-weight: normal;
font-variant: normal;
font-family: verdana, arial, sans-serif;
margin: 10px 5px;
padding-bottom: 3px;
color: #A50101;
}

h1
{
font-size: 1.6em;
margin: 10px 5px;
}

h2, h3, h4, h5, h6
{
font-size: 1.4em;
margin: 20px 5px -10px 5px;
}

h3, h4, h5, h6
{
font-family: verdana, arial, sans-serif;
font-size: 1.1em;
/*color: #000;*/
margin: 20px 5px -10px 5px;
}

p, address
{
font-size: 0.95em;
line-height: 1.4em;
margin: 10px 5px;
}


hr
{
display: none;
}

a
{
color: #A50101;
text-decoration: underline;
}

a:visited
{
color: #666;
}

a:hover
{
text-decoration: none;
}

ul, ol, dl
{
list-style-type: none;
margin: 7px 10px;
color: #333;
}

ol
{
list-style-type: decimal;
margin-left: 55px;
}

li, dd
{
padding-left: 10px;
font-size: 0.95em;
line-height: 1.7em;
}

li
{
background: transparent url('../i/arrow.gif') no-repeat;
background-position: 0 5px;
}

dt
{
color: #333;
font-weight: bold;
margin: 7px 0 0 0;
padding-left: 10px;
background: transparent url('../i/arrow.gif') no-repeat;
background-position: 0 5px;
}



img
{
border: 0;
}

form
{
margin: 15px 0;
}

label
{
clear: left;
cursor: pointer;
}

label:hover
{
text-decoration: underline;
}

span.error
{
font-weight: bold;	
color: #A50101;	
}

acronym
{
border-bottom: 1px dotted #333;
_border-bottom: 1px solid #eee;
cursor: help;
}

fieldset
{
margin: 10px;
padding: 10px;
}

/* ---- END REDEFINED HTML TAGS ---- */
