/* Main Site Formatting*/

body /*Page colour*/
{
	margin: 0px;
	padding: 0px;
	background-color: #BCBCCF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
p /*Body text paragraph formatting*/
{
	margin: 0px; 
	padding-bottom:10px;
}
#container
{
	position: relative;
	display: block;
	width: 800px;
	margin: 0px auto 0 auto;
	background: #FFFFFF url(../images/container.jpg) no-repeat right top;
}
#abpic{
	position:absolute;
	top:90px;
	left:400px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
#contentzone
{
	position: relative;
	float:right;
	margin:0px;
	padding: 0px;
	width: 610px;

}	
#header 
{
	margin: 0px;
	padding:0px;
	width: 800px;
	height: 267px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}






/*Navigation*/
#navigation
{
	margin: 0px;
	padding: 0px;
	width: 190px;
	position:relative;
	height: 1000px;
	text-indent: 0px;
	background-color: #ffffff;
	text-decoration: none;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	float:left;
	clear:right;
	text-decoration: none;
	list-style-image: none;

}
#navigation ul
{

	margin: 0;
	padding-top:50px;
	padding-left:30px;
	color: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	
	
	}
#navigation li
{
	margin:0px;
	padding:0px 15px 15px 7px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 0px;
	text-decoration: none;
	
		
}
#navigation a 
{
	padding: 2px;
	padding-bottom:5px;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
		
}
#navigation a:link, #navigation a:visited /*Text Colour of Navigation Bar*/
	{
		color: #29562D;
			font: bold 12px Arial, Helvetica, sans-serif;
	}
	#navigation a:hover /*Text Hover of Navigation Bar*/ 
	{
		color: #ffffff;
		font: bold 12px Arial, Helvetica, sans-serif;
	}
	#overlink a:link, #overlink a:visited, #overlink a:hover  /*Text Hover of Navigation Bar*/
	{
		color: #ffffff;
	}
	
	






/*Sub Nav*/

#subnav
{
	padding-top:0px;
	text-indent: 15pt;
}
#subnav li
{
	padding:7px 0px 0px 0px;
}
#subnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#subnav a
{
	display: block;
	padding: 2px;
	padding-bottom:3px;
	margin: 0px;
	width: 120px;
}

#subnav a:link, #subnav a:visited 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	margin:0px;
}
#subnav a:hover /* C */
{
	color: #18481C;
	font: bold 12px Arial, Helvetica, sans-serif;
}










/*Text Space*/
#content1 
{
	width: 350px;
	float: left;
	clear:both;
	padding: 50px 0px 0px 10px;
	margin: 0px 5px 0px 0px;
	color: #000000; 
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 21px;

	
}
#content1 ul
{
	width: 275px;
	padding: 0px 0px 0px 28px;
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
		line-height: 21px;
}
#content1 a:link, #content1 a:visited 
{
	color: #000000;
	text-decoration: underline;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#content1 a:hover
{
	color: #000000;
	text-decoration: none;
}






/* Text Headers*/
h1 
{
	color: #FFC20D; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: Bold; 
	padding: 10px 0px 10px 0px;/* Change for position of header */
	margin: 0px;

}
h2 
{
	color: #18481C; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: Bold; 
	padding: 7px 0px 5px 0px; /* Change for position of header */
	margin: 0px;

}
h3 
{
	color: #FFC20D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold; 
	padding: 4px 0px 5px 0px; /* Change for position of header */
	margin: 0px;
}
h4
{
	color: #18481C;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: Bold; 
	padding-bottom: 10px; 
	margin: 0px;
}
h6
{
	color: #000000;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding-bottom: 10px; 
	margin: 0px;
}







/* News text */

#news 
{
	padding: 0px 5px 15px 30px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

#news a:link, #news a:visited 
{
	color: #000000;
	text-decoration: underline;
	font: 12px Arial, Helvetica, sans-serif;
}
#news a:hover 
{
	color: #000000; 
	text-decoration: none;
}






/* Image space */
#content2 
{
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 50px 20px 0px 0px;
	color: #333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	float: right; 
	clear:right;

}






/* Footer*/
#footer
{
	position: relative;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 172px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
#footertext, #footertext a:link, #footertext a:visited
{
	color: #ffffff;
	text-decoration: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	line-height: 17px;
	padding: 130px 0px 0px 0px;
}
#footertext a:hover
{
	text-decoration: underline;
}











/* Image Class*/

.image1 
{
	margin: 20px 0px 20px 13px;
	border-top: 2px solid #000000;
	border-right: 0px solid #BCAD8D;
	border-bottom: 2px solid #000000;
	border-left: 0px solid #BCAD8D;
}















/* Contact Form*/
TABLE.tbl
{
	border: 1px solid #18481C; 
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
TR.tblr
{
	font-weight: bold; 
	color: #fff; 
	font-size: 13px; 
	background: #18481C; 
	padding: 4px; 
}
TR.tblh
{
	margin: 0px; 
}
TD.tblh
{
	font-weight: bold; 
	color: #18481C; 
	padding: 4px; 
}
TD.tblmh
{
	padding: 4px;
}
TD.tbld
{
	padding: 4px; 
	
}
TD.content
{
	vertical-align: text-top;
	padding: 4px; 
}
INPUT
{
	color: #000;
	border: 1px solid #000;
	background: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
}
TEXTAREA
{
	color: #000;
	border: 1px solid #000;
	background: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
}
SUBMIT
{
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal; 
	background: #f0f0f0; 
	border: 1px solid #336699; 
}


/*Gallery*/

h5 
{
	color: #FFC20D; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: Bold; 
	padding: 10px 0px 10px 0px;/* Change for position of header */
	margin: 0px;
	width: 550px;

}
#gallery{
	position:relative;
	width:530px;
	padding: 20px 0px 20px 20px;
	text-align: center;
}

#gallery img{
	width:150px;
	height:100px;
	margin: 20px 0px 0px 20px;
}


/*Text Space*/
#content4 
{
	width: 550px;
	float: left;
	clear:both;
	padding: 50px 0px 0px 10px;
	margin: 0px 5px 0px 0px;
	color: #000000; 
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 21px;
	clear: both;

	
}
#content4 ul
{
	width: 500px;
	padding: 0px 0px 0px 28px;
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	
}
#content4 a:link, #content4 a:visited 
{
	color: #000000;
	text-decoration: underline;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#content4 a:hover
{
	color: #000000;
	text-decoration: none;
}




/* Menu Pop Up*/

#pop{
	width: 625px;
	float: left;
	margin: 0px 30px 0px 30px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	padding: 10px 0px 0px 10px;
	text-align: center;
}

/* Aligns Large Image to the Center*/
#center{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 120px;
	}

#center1{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	}
#coursedisplay {
	border: 1px dashed #003366;
	padding: 10px 0px 10px 0px;

}	
#coursedisplay li {
  list-style-image: url(../images/top.gif);
  margin: 8px 0px 0px 0px;
}
#content4 #coursedisplay li a {
	color:#18481C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px 5px 10px 0px;
}
.coursedata {
  text-align: center;
  border: 2px solid #333;
  margin: 0px 0px 0px 40px;
  padding: 3px;
}
.coursetitle {
  text-align: center;
  background-color: #A2B691;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 4px;
  width:180px;
}
.coursetitle2 {
  text-align: center;
  background-color: #A2B691;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 4px;
  width:320px;
}
.bold {
  font-weight: bold;
}