/*
	CompanyName (Screen Styles)
	Created: CreatedDate, WDG Brisbane
	
	# This stylesheet contains
	    - Base HTML Elements
	    - Link Styling
	    - Heading Styling
	    - Utility Styles
*/

/*
	** Imported stylesheets
*/
@import url(form.css);
@import url(structure.css);
@import url(components.css);
@import url(navigation-hover.css);


/*
	** Base HTML Elements
*/
body
{
	margin: 0;
	
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	text-align: center;
}

p
{
	margin: 0 0 11px;
	
	line-height: 155%;
}

sup
{
	font-size: 60% !important;
}

ul
{
	margin: 5px 0 10px;
	padding: 0;
}
ul li
{
	margin-left: 25px;
	padding: 0 0 11px;
}

/*custom styles*/
.small{font-size: 90%;}
.small .small{font-size: 1em;}

/*
	** Link Styling
*/
a:link, a:visited
{
	color: #2c2c2c;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: 0;
}

/*
	** Heading Styling
*/
h1, h2, h3, h4, h5, h6
{
	margin: 5px 0 10px;
	
	color: #111;
	font-size: 130%;
	letter-spacing: .5px;
}
h1
{
	margin: 4px 0 0 0;
	padding: 0 0 14px;
	font-size: 18px;
	
	background-image: url(../images/underline.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	
	color: #ff9100;
}
.jsEnabled h1
{
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 26px;
}
h2
{
	font-size: 20px;
	letter-spacing: normal;
	color: #D25636;
	padding: 0 0;
	margin: 0;
}
.jsenabled h2
{
	font-size: 17pt;
}
h3
{
	clear: both;
	font-size: 13px;
	color: #66b363;
	padding: 4px 0;
	margin: 0;
}
.jsEnabled h3
{
	/*update margin*/
	padding: 8px 0 0;
	font-size: 20px;
}
h4, h5, h6
{
	font-size: 100%;
}
h4
{
	font-size: 130%;
	letter-spacing: -1px;
}

/*
	** Utility Styles
*/
.offleft,
.sir h2,
.sir h3
{
	position: absolute;
	left: -8000px !important;
	width: 4000px !important;
}
hr 
{
	clear: both;
	visibility: hidden;
	height: 16px !important;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.group
{
	margin: 15px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.sir
{
	letter-spacing: -1000px;
	text-indent: -999px;
}

.box
{
}

.grey
{
	color: #5e5e5e;
}

.hide
{
	display: none;
}

img.left
{
	float: left;
	margin: 0 8px 8px 0;
}

img.right
{
	float: right;
	margin: 0 0 8px 8px;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 ? 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 0 !important;
    height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
	background: none !important;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}