/* Stylesheet developed by Graham Holtshausen */
/* © 2008 Freedom Studios | All rights reserved */


/* Page Styles */

html, body {
	background: url(images/bg-gradient.png);
	background-repeat: repeat-x;	
	background-color: #eaf7fd;
	margin: 0px;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
	color: #2F4966;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FF8C00;
	text-align: left;
}

h1 {
	font-size: 28px;
	
}

h2 {
	font-size: 20px;
	border-bottom: thin dotted #1087d6;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #53ab47;
	
}



hr {
	color: White;
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	
}



p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}



a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
	background: #eaf7fd;
	border-bottom: thin dotted #1087d6; 
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}



a img {
border: 0;
	
}



.body12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	line-height: 14px;
	text-align: justify;
	}
	
.boldtext {
	font-weight: bold;
}	




#tagtext .tag0 { font-size: 9px; }
#tagtext .tag1 { font-size: 10px; }
#tagtext .tag2 { font-size: 11px; }
#tagtext .tag3 { font-size: 12px; }
#tagtext .tag4 { font-size: 13px; }
#tagtext .tag5 { font-size: 14px; }
#tagtext .tag6 { font-size: 15px; }
#tagtext .tag7 { font-size: 16px; }
#tagtext .tag8 { font-size: 17px; }
#tagtext .tag9 { font-size: 18px; }


#tagtext {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}


#tagtext a:link, a:visited {
	color: #38B5F1;
	text-decoration: none;
	}
	
	
#tagtext a:hover {
	color: #38B5F1;
	text-decoration: underline;
	}	



/* ID Styles */

#page {
	width: 770px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
		
}

#top-header {
	width: 770px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/top-header.png);
	background-repeat: no-repeat;	
}


#page-header {
	width: 770px;
	height: 312px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;	
}


#page-mid {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/page-bg.png);
	background-repeat: repeat-y;
	height: 100%;
}



#page-footer {
	width: 770px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;	
}





	
	
	#menu {
	height: 37px;
	float: right;
	padding-right: 35px;
	padding-top: 25px;

	
	}

div.outer {
	float: left;
	width: 83px; height: 37px;
margin: 0 3px 0 0;

	background: url( 'images/button.gif' ) 0 -50px no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 13px/1 Arial;
	color:#000;
	text-decoration: none;
	background: url( 'images/button.gif' ) top left no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 0px;
	text-align: center;
	}
div.outer a:hover {
background: url( 'images/button.gif' ) top left no-repeat;
background-position: -88px 0;
border: 0;

	}
div.outer a:active {
background: url( 'images/button.gif' ) top left no-repeat;
background-position: -88px 0;
	}



	
	
#left-col {
	float: left;
	width: 430px;

	text-align: justify;
	
	margin-left: 40px;
	padding: 10px;
}	


#left-col img {
border: 1px #eaf7fd solid;
}
	
	
#right-col {
	float: right;
	width: 205px;
	margin-right: 40px;
	padding: 10px;
	text-align: left;
}	
	
	
	
#centre-col {
	margin-right: 40px;
	margin-left: 40px;
	text-align: justify;
	width: 670px;
	padding: 10px;
}


#centre-col img {
border: 2px #eaf7fd solid;
}	
	
	
#centre-col-pic {
	width: 230px;
	padding: 0px;
	float: left;
}		


#centre-col-text {
	text-align: justify;
	width: 430px;
	padding: 0px;
	float: right;
}		
	


#textnav {
	background-color: #99ca3c;
	background-repeat: repeat-x;
	background-position: center;

	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #99ca3c;
	margin-left: auto;
	margin-right: auto;
	
}








blockquote {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
width: 372px;
  background: transparent url(images/quote-left.png) left top no-repeat;
}
blockquote div {
  padding: 0 60px;
  background: transparent url(images/quote-right.png) right bottom no-repeat;
}








input {
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #B9D979;
	margin: 1 !important;
	border: thin;
	border-color: #719529;
	border-style: solid;
}


select.invalid, textarea.invalid {
	background-color: #B9D979;
	margin: 1 !important;
	border: thin;
	border-color: #719529;
	border-style: solid;
}



div#errorDisplay {
	background-image: url(images/field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-color: Green;
	border-style: solid;
	background-color: #9ACD32;
	display: none;
	padding: 5px 0px;
	margin: 10px;
}
div#errorDisplay ul {
	list-style-type: square;
	margin-top:0px;
	margin-bottom:0px;
}


.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
	border: thin; border-color: #4682B4; border-style: solid;
}




form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 350px;
  max-width: 670px;
  width: 670px; 
}



form fieldset {
	border-color: #4682B4;
	border-width: 1px;
	border-style: solid;
	padding: 10px; /* padding in fieldset support spotty in IE */
	margin: 0;
	background-color: #eaf7fd;
}

 /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */


form fieldset legend {
	font-size:1.1em;
	
	} /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
							  
							  
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}							  



form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
											  
											  
											  
											  
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
										
										
										
										
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}



textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}


form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}																				  















