/*	©2008 Internal Fire Glass  */


/*  General page formatting  */
body {
    background: #FFFFFF url('../images/bg.jpg') repeat-x;
    margin: 0px;
    padding: 0px;
    font: normal 13px Arial, sans-serif;
    text-align: center;
    }


/*  Front page content formatting  */
#pageHolder {
    width: 820px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    }
#mainContent {
    text-align: justify;
    margin-left: 16px;
    margin-right: 12px;
    }


/*  Mini page content formatting  */
#miniPageHolder {
    width: 300px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #FFFFFF;
    }
#miniPageContent {
    min-height: 100px;
    width: 276px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 12px;
    text-align: justify;
    position: relative;
    }


/*  Email list form  */
#subEmailList {
    width: 280px;
    height: 18px;
    text-align: right;
    position: absolute;
    right: -4px;
    float: left;
    clear: none;
    }
input.emailForm {
    font: normal 10px Verdana, Arial, sans-serif;
    width: 200px;
    height: 18px;
    background: #FFFFFF url("../images/bgInput.png") no-repeat top left;
    border: 0px;
    color: #AAAAAA;
    float: left;
    clear: none;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 3px;
    }


/*  Standard link colours  */
a.txt
    {
    text-decoration: none;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
    margin-right: -2px;
    }
a.txt:link
    {
    color: #FF7319;
    }
a.txt:visited
    {
    color: #FF7319;
    }
a.txt:hover
    {
    background: #FF7319;
    color: #FFFFFF;
	}


/*  Basic text block formatting  */
.heading {
    font: bold 20px Arial, sans-serif;
    color: #444444;
    }
.txt {
    font: normal 13px Arial, sans-serif;
    color: #000000;
    }
.note {
    font: normal 10px Arial, sans-serif;
    font-style: italic;
    color: #444444;
    }


/*  List items  */
li {
    margin-bottom: 6px;
    }


/*  Copyright block formatting  */
#copyrightContent {
    width: 820px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: right;
    }
.copyright {
    font: 10px Verdana, Arial, sans-serif;
    color: #CCCCCC;
    }
a.copyright {
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    color: #CCCCCC;
    }
a.copyright:link {
    color: #CCCCCC;
    }
a.copyright:visited {
    color: #CCCCCC;
    }
a.copyright:hover {
    text-decoration: none;
    border: 0px;
    color: #BBBBBB;
    }