/**********************************************
CSS FILE FOR FIRTH - LAYOUT STYLES
DEVELOPED BY PHOSPHOR ESSENCE
COPYRIGHT 2009 - www.phosphor.co.nz


/*-------- Contents ------------

-=Global stuff
-=Layout elements
-=Header area
-=Paragraphs, Anchors and Lists
-=Headers
-=Navigation
-=Forms
-=Footer

#E0E1E2 - Light Grey
#EFEFF0 - Lighter Grey
#FFCB05 - Yellow
#ED1C24 - Red
#8E9297 - Dark Grey
#333333 - Darker Grey
#8E9297 - Navigation pipe

**********************************************/

html, body {
	background:#fff;
	width:100%;
	height:100%;
	font-family:Arial;
	font-size:90%;
}

p {margin:7px 0 7px 0;}
.introtext {font-weight:normal;}
.small {font-size:11px;}

a {outline:none; color:#ED1C24; text-decoration:none;}
a:link {}
a:hover {color:#ED1C24; text-decoration:underline;}
a:visited {}
a:active {}

ol{margin:4px 0 10px 0;}
ul{list-style:disc; margin:4px 0 10px 0;}
li{}

hr{margin:15px 19px; height:1px; border:none; background:url(../userfiles/images/line_dotted_hr_darkgrey.gif) repeat-x;}


.button {
	background:url(/userfiles/images/button.png) no-repeat;
	height:27px;
	width:49px;
	border:none;
	cursor:pointer;
	color:#8E9297;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:6px 2px;
}
.external{padding:0 0 0 15px; background:url(../userfiles/images/structure/arw.gif) left 2px no-repeat;}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/*-------------------- -=Headers -------------*/
h1 {font-size:200%;}
h2 {font-size:160%; line-height:100%; margin:4px 0;}
h3 {
	font-size:90%;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 7px 0;
}
h4 {font-size:100%;}

/*-------------------- -=Navigation -------------*/

.prev, .next {
	display:block;
	background:transparent url(/userfiles/images/signpost_small_white_left.gif) no-repeat top left;
	width:50px;
	height:15px;
	overflow:hidden;
	font-size:12px;
	color:#5E646B;
	line-height:13px;
	text-indent:-9999px;
    -moz-opacity:0.6;
    opacity:0.6;
	float:left;
}
.next {
	background:url(/userfiles/images/signpost_small_white_right.gif) no-repeat top left;
	margin-left:60px;
}
.backToTop {
	font-size:11px;
    font-weight:bold;
    line-height:100%;
    width:36px;
	height:22px;
    margin:30px 0 0 0;
    padding:2px 0 0 24px;
	background:url(../userfiles/images/backtotop.gif) left top no-repeat;
	display:block;
}
a.backToTop {
	color:#333;
	text-decoration:none;
}
a.backToTop:hover {
	color:#ED1C24;
}
a.back {
	margin:-3.5em 0 24px 0;
    color:#CCC;
    font-size:85%;
    text-transform:uppercase;
    display:block;
	z-index:999;
}
a.back:hover {
    color:#EEE;
    text-decoration:none;
}
