/*	EDIT: Set site CSS here, add copyright info to top of file  */


/*  General page formatting  */
body
    {
    background: #FFFFFF url('../images/bg.png') top left repeat-y;
    margin: 0px;
	text-align: left;
	font: normal 12px Geneva, Arial, sans-serif;
	}

/*  Page content formatting  */
#mainContent
    {
    width: 604px;
    }
#centerContent
    {
    width: 604px;
    min-height: 400px;
    height: auto;
    text-align: left;
    }
#navContent
    {
    background: #FFFFFF;
    height: 20px;
    padding-top: 4px;
	padding-left: 8px;
	vertical-align: middle;
	text-align: left;
	}
#leftGutter
    {
    width: 202px;
    float: left;
    }
#rightContainer
    {
    background: #FFFFFF;
    width: 390px;
    padding-left: 4px;
    padding-right: 8px;
    float: right;
    }
#imageContent
    {
    width: 360px;
	font: normal 12px Geneva, Arial, sans-serif;
	font-style: italic;
	text-align: center;
	color: #9B9B9B;
	padding-left: 20px;
	padding-top: 6px;
	float: left;
	}
#tagLine
    {
    width: 160px;
    text-align: left;
    min-height: 160px;
    padding: 4px;
    margin-top: 8px;
	font: normal 12px Arial, Geneva, sans-serif;
	color: #FFFFFF;
    background: #2E9DA9;
    }
#quoteLine
    {
    width: 160px;
    text-align: left;
    min-height: 160px;
    margin-top: 12px;
	font: normal 12px Arial, Geneva, sans-serif;
	color: #000000;
    }
#barLine
    {
    margin: 0px;
    padding: 0px;
    height: 5px;
    background: #147551;
    }
#barLinesm
    {
    margin: 0px;
    padding: 0px;
    height: 1px;
    background: #147551;
    }

/*  Standard link colours  */
a
    {
    text-decoration: none;
    }
a:link
    {
    color: #5CA9FF;
    }
a:visited
    {
    color: #5CA9FF;
    }
a:hover
    {
    text-decoration: underline;
	color: #147551;
	}


/*  Basic text block formatting  */
.txt
    {
	font: normal 12px Geneva, Arial, sans-serif;
	color: #000000;
	}
.txt2                            { font: normal 11px Geneva, Arial, sans-serif; color: #202020; }
.clients
    {
	font: normal 14px Geneva, Arial, sans-serif;
	text-transform: none;
	font-variant: small-caps;
	line-height: 20px;
	color: #000000;
	}
.imgBlurb
    {
	font: normal 12px Geneva, Arial, sans-serif;
    color: #006741;
    }
.galleryTxt
    {
	font: normal 12px Geneva, Arial, sans-serif;
	font-style: italic;
	text-align: center;
	color: #9B9B9B;
	}
.noteTxt
    {
	font: normal 11px Geneva, Arial, sans-serif;
	text-align: center;
	color: #9B9B9B;
	}
.heading
    {
    font-weight: bold;
	font-size: 14px;
	color: #147551;
	margin-bottom: -10px;
	}


/*  Navigation bar formatting  */
.nav
    {
	height: 20px;
    font: bold 12px Arial, Geneva, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #147551;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	font-size: 99%;
	white-space:nowrap;
	}
.navAt
    {
	height: 20px;
    font: bold 12px Arial, Geneva, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	font-size: 99%;
	white-space:nowrap;
    }
a.nav
    {
	text-decoration: none;
	}
a.nav:link
    {
	color: #147551;
	}
a.nav:visited
    {
	color: #147551;
	}
a.nav:hover
    {
	text-decoration: none;
	color: #5CA9FF;
	}
	
	
/*  Gutter links  */
a.gutter
    {
	text-decoration: underline;
	}
a.gutter:link
    {
	color: #323f55;
	}
a.gutter:visited
    {
	color: #323f55;
	}
a.gutter:hover
    {
	color: #00BEF5;
	}
a.gutterbright
    {
	text-decoration: underline;
	}
a.gutterbright:link
    {
	color: #323f55;
	}
a.gutterbright:visited
    {
	color: #323f55;
	}
a.gutterbright:hover
    {
	color: #FFFFFF;
	}


/*  Copyright block formatting  */
#copyrightContent
    {
	text-align: left;
	padding-left: 460px;
	padding-top: 8px;
	clear: both;
	}
.copyright
    {
	font: 11px Geneva, Arial, sans-serif;
	color: #444444;
	}
a.copyright
    {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	}
a.copyright:link
    {
	color: #444444;
	}
a.copyright:visited
    {
	color: #444444;
	}
a.copyright:hover
    {
	text-decoration: underline;
	color: #202020;
	}
