/*-----------------------------------------------------------------------------
CSJ (basic)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6, caption  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/

/* tags */
h1 {
	color: #1E6F36;
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	margin: 15px;
}
h2 {
	font-size: .75em;
	font-weight: bold;
	color: #1E6F36;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #1E6F36;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #1E6F36;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	color: #2E2E2E;
	line-height: 1.4em;
	margin: 10px 15px;
}


/* =Links
-----------------------------------------------------------------------------*/

a:link {
	color: #009900;
}
a:visited {
	color: #00CC00;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #009900;
}


/* =Prime positioning
-----------------------------------------------------------------------------*/
/* body */
body {
	background: #FFFFFF;
	text-align: center;
}
/* wrapper around code */
#wrapper {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../i2/backslice1.gif); 
} 
/* topsec */
#topsec {
	margin-left: 30px;
	margin-right: 30px;
	height: 152px;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/i2/toppic1.jpg);
}
#topsearch {
	float: right;
	margin-top: 85px;
}
#topsearch p {
	margin-right: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#topsearch img {
	margin-right: 5px;
}

/* primnav */
#primnav {
	background-color: #AAE0F9;
	margin: 0px 30px;
	padding: 0px;
}
#primnav ul {
	margin: 0;
	padding: 0;
	background-color: #AAE0F9;
	float: left;
	list-style: none;
	font-size: .7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C5C5C;
	width: 940px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #1B8F3E;
}
#primnav ul li {
	float: left;
	text-align: center;
}
#primnav ul a {
	padding: 0 2.2em;
	line-height: 2em;
	text-decoration: none;
	color: #000000;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5C5C5C;
}
#primnav ul a:hover {
  color: #FFFFFF;
}
#primnav .here {
	background-color: #1B8F3E !important;
	color: #FFFFFF;
}

/* maintable */
#maintable {
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
/*	background-image: url(../i2/backslice1.gif); */
	padding-top: 1px;
}
/* secondary navigation */
#secnav {
	float: left;
	width: 150px;
}
#secnav .social {
	width: 120px;
	margin-top: 30px;
	margin-left: 10px;
}
/* content ID */
#content {
	float: right;
	width: 780px;
}
#content li {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 50px;
	color: #2E2E2E;
}
#content ul {
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#primcontent {
	float: left;
	width: 575px;
}
#seccontent {
	float: right;
	width: 200px;
	margin-top: 30px;
}
.content1 { 
  width: 54%;
  float: left; 
}

.content2 {
	width: 44%;
	float: right;
} 
.content1a {
	width: 38%;
	float: left;
}

.content2a {
	width: 52%;
	float: right;
} 
/* contact ID */
#contact {
	text-align: center;
	padding: 5px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	background-color: #E2FAEA;
}
/* botnav ID */
#botnav p {
	text-align: center;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #BFC09A;
	border-right: none #BFC09A;
	border-bottom: 1px solid #BFC09A;
	border-left: none #BFC09A;
	font-size: .7em;
}
/* printpage ID */
#printpage p {
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
}
#printpage img {
	margin-left: 10px;
}
/* copyrightID */
#copyright { text-align: right; margin-top: 0px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 0.6em;
	text-align: right;
	line-height: 1.5em;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* enquiry form */
.enqform, .compform {
	padding: 10px;
	border: 2px solid #999999;
	background: #FFFFFF;
	color: #FFFFFF;
	margin: 10px 30px 30px;
}
.enqform th, .compform th {
	font-size: .75em;
	font-weight: bold;
	color: #666666;
	padding: 3px;
	text-align: right;
	vertical-align: top;
	width: 170px;
}
.enqform td, .compform td {
	font-size: .75em;
	font-weight: normal;
	color: #666666;
	padding: 3px;
}
.enqform p, .compform p {
	color: #666666;
	text-align: center;
}
.enqformnotes p {
	font-size: .7em; 
	text-align: left;
}
.enqformbutton, .compformbutton {
	color: #FFFFFF;
	background: #1E6F36;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCCCCC;
}
.enqformmess, .compformmess {
	background-color: #FFFFEA;
	margin: 10px;
	border: 2px solid #CCCCCC;
}
.enqformmess p, .compformmess p {
	color: #FF0000;
}
/* search form */
#searchmain {
	margin-right: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchmain input {
}
.searchbutton, .ASfilterbutton {
	background-color: #6C6C5E;
	background-image: url(../i2/searchslice1.gif);
	background-repeat: repeat-x;
	color: #393924;
	border: 1px solid #1C1C11;
	margin-left: 2px;
}


/* =Photos and Images
-----------------------------------------------------------------------------*/
/* floating photos */
.photobkr {
	float: right;
}
.photobkl {
	float: left;
}
.photobkc {
	margin-right: auto;
	margin-left: auto;
}
.photobkc .horiz2 {
	float: left;
	width: 50%;
}
.photobkc .horiz3 {
	float: left;
	width: 33%;
}
.photobkr, .photobkl, .photobkc  {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.photobkr img, .photobkl img, .photobkc img {
	display: block;
	margin-top: 20px;
}

/* =Tables
-----------------------------------------------------------------------------*/
/* training */
.TblTraining caption {
	font-size: .75em;
	font-weight: bold;
	color: #ADFF5B;
	padding: 5px;
}
.TblTraining {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 650px;
}
.TblTraining th {
	font-size: .75em;
	color: #FFFFFF;
	padding: 3px;
	background-color: #3F5E3E;
}
.TblTraining td {
	font-size: .75em;
	color: #FFFFFF;
	vertical-align: top;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F5E3E;
}

/* =Boxes
-----------------------------------------------------------------------------*/
/* testim - testimonials */
.testim {
	margin: 5px 15px 5px 30px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #778468;
	width: 300px;
}
.testim p {
	font-size: 0.7em;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}
/* linkbox - useful links */
.linkbox {
	font-size: .9em;
	border: 2px dotted #04331D;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 5px;
	background-color: #FFFBEC;
}
.linkbox h2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
}
/* notice box */
.notice {
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #9F1400;
}
.notice h3 {
	text-align: center;
}
/* xmas background */
.xmas {
	background-image: url(../i2/clip/holly.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/* twitter posts */
#twitter_div {
	margin: 20px 20px 5px 5px;
	padding: 0px;
	border: 1px solid #AAE0F9;
}
#twitter_div h2 {
	color: #3F3F27;
	background: #AAE0F9;
	margin: 0px 0px 10px;
	padding: 3px;
	text-align: center;
}
#twitter_div li {
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
	margin-right: 5px;
	font-size: 11px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAE0F9;
}
#twitter-link {
	margin-right: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
}

/* =Others
-----------------------------------------------------------------------------*/

/* location map */
.locmap {
	margin-left: 100px;
	margin-top: 10px;
}
/* classes */
.centre {
	text-align: center;
}
.red {
	color: #FF0000;
}
.grades {
	margin: 10px;
	float: right;
}
.domain {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.domain strong {
	color: #ADFF5B;
}
.primlist strong {
	font-weight: bold;
	color: #1E6F36;
}
.featpanel {
	border-left: 1px solid #FFFFFF;
	margin-top: 10px;
}
.tblLogin {
	margin-right: 20px;
	margin-left: 20px;
}
.tblLogin td {
	font-size: .75em;
	padding: 5px;
}
.loginMess {
	color: #FF0000;
	margin-top: 20px;
}
/* slideshow */
.slideshow {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}

