/*-----------------------------------------------------------------------------
GGFWF (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  {
	font-family: Verdana, Geneva, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/

/* tags */
h1 {
	color: #388233;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px;
	line-height: 1.5em;
	font-style: italic;
}
h2 {
	font-size: 0.75em;
	font-weight: bold;
	color: #3263A6;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #388233;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #388233;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	color: #666;
	line-height: 1.6em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#content ul {
	font-size: 0.75em;
	font-weight: normal;
	color: #464646;
}


/* =Links
-----------------------------------------------------------------------------*/

a:link {
	color: #060;
}
a:visited {
	color: #063;
}
a:hover {
	color: #09C;
}
a:active {
	color: #09C;
}
/* external links */
.extlink {
	background-image: url(../i/icon/extlink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}


/* =Prime positioning
-----------------------------------------------------------------------------*/
/* body */
body {
	background: #FFF; /* content width plus 20 */
	text-align: left;
}
/* wrapper around code */
#wrapper {
	width: 736px;
	text-align: left;
} 
/* topsec */
#topsec {
	background-image: url(../i/logotop.gif);
	background-repeat: no-repeat;
	height: 70px;
}
#topsec h2 {
	font-size: 18px;
	text-align: right;
	margin-right: 0px;
	margin-top: 0px;
	color: #63995B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 25px 20px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topsec img {
	display: inline;
	margin-right: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* bar */
.bar {
	background-image: url(../i/barslice.gif);
	background-repeat: repeat-x;
}
.bar .barend {
	float: right;
}
/* primnav */
#primnav {
	float: left;
	width: 160px;
	background-image: url(../i/paneltop2.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 10px;
	padding-top: 10px;
}


/* maintable */
#maintable {
	margin: 0px;
}
/* content ID */
#content {
	float: right;
	width: 560px;
}
#content li {
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 1.5em;
	margin-right: 10px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
.content1 { 
  width: 49%;
  float: left; 
}

.content2 {
	width: 49%;
	float: right;
} 
/* local photo columns */
.content1local { 
  width: 200px;
  float: left; 
}
.content2local {
	width: 410px;
	float: right;
} 
/* contact ID */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* botnav ID */
#botnav {
	margin-top: 1px;
	margin-bottom: 1px;
	border: 2px solid #FFF;
}
#botnav p {
	text-align: center;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	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 {
	padding: 10px;
	border: 2px solid #91B4CE;
	background: #EAEAEA;
	color: #FFFFFF;
	margin: 10px 30px 30px 10px;
}
.enqform th {
	font-size: 0.75em;
	font-weight: bold;
	color: #388233;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
.enqform td {
	font-size: 0.75em;
	font-weight: normal;
	color: #3263A6;
	padding: 3px;
}
.enqform p {
	color: #91652B;
	text-align: center;
}
.enqformbutton {
	color: #FFFFFF;
	background: #548233;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCCCCC;
	padding: 3px;
}
.enqformmess {
	background-color: #FFFFCC;
	margin: 10px;
	border: 2px solid #999999;
}
.enqformmess p {
	color: #FF0000;
}
/* enquiry form */
.optformfield {
	float: left;
	margin-left: 10px;
}
.bxoptform {
	border: 2px solid #CCC;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F9F9FF;
	background-image: url(/i/icon/email_add.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	visibility: hidden;
	width: 500px;
}
.bxoptform p {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.frmrequired {
	font-weight: bold;
	color: #FF0000;
}
.bxoptform label {
	font-size: 0.75em;
	color: #333333;
}
.btnoptform {
	margin-left: 10px;
	color: #FFFFFF;
	background: #980E0C;
	font: bold .75em Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCCCCC;
	padding: 3px;
}
.bxoptform h4 {
	margin-bottom: 0px;
	margin-left: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CE2426;
}
.bxoptform td {
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 10px;
}
.bxoptform form {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* twitter posts */
#twitter_div {
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
	width: 200px;
	border: 1px solid #D2E1F0;
}
#twitter_div h2 {
	color: #060;
	background-color: #D2E1F0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2E1F0;
	font-style: normal;
}
#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: #999;
}
#twitter-link {
	margin-right: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
}

/* =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 img, .photobkl img, .photobkc img {
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	display: block;
	border: 2px solid #2c0f0e;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}
/* gradesh - horizontal, centre */
.gradesh {
	text-align: center;
	vertical-align: middle;
}
.gradesh img {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
/* credit cards horizontal */
.cards {
	margin-top: 2px;
	margin-bottom: 5px;
}
.cards img {
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* localphotos - vertical, left float */
.localbkv {
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
	border: 1px solid #CBB07E;
	padding-top: 5px;
	background-color: #FCFAF5;
}
.localbkv p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

/* =Tables
-----------------------------------------------------------------------------*/
/* =Boxes

-----------------------------------------------------------------------------*/
/* testim - testimonials */
.testim {
	margin: 15px 15px 5px;
	padding: 5px;
	border: 1px solid #006A1E;
	background-color: #F2F9F2;
	float: right;
	width: 250px;
}
.testim p {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #666666;
}
/* linkbox - useful links */
.linkbox {
	font-size: .9em;
	border: 2px dotted #CBB07E;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 5px;
	background-color: #FCFAF5;
}
.linkbox h2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
}
/* panel on front page */
.fpanel {
	margin: 20px auto 10px;
	border: 1px solid #7C2510;
	width: 580px;
}
.fpanel h2 {
	color: #FFFFFF;
	background-color: #7C2510;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #C03A18;
}
.fpanel img {
	float: right;
	margin: 5px;
}
/* notice */
.notice {
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #2C4E74;
	background-color: #F1F7FA;
}

/* =Others
-----------------------------------------------------------------------------*/

/* location map */
.locmap {
	margin-left: 50px;
	margin-top: 20px;
}
/* classes */
.centre {
	text-align: center;
}
.red {
	color: #FF0000;
}
.disclaimer {
	font-size: .6em;
}
.disclaimer strong {
	color: #FF0000;
}
#content .mainlist {
	font-weight: bold;
	color: #3263A6;
}
/* classes */
.adsensebott {
	margin-left: 5px;
}
.twitter {
	padding-top: 20px;
	padding-left: 20px;
}
