/* JCJ 2007
SECTION 1 some basics for the page */

body{
background-color:#FFF;
color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
font-size: 12px;
text-align: center;
text-decoration: none;
}

/* standards for headings - note margin valuehere will produce gaps when Headings are added */
h1, h2, h3, h4, h5, h6{
color: #333;
padding: 0px;
margin:  10px;
background-color: transparent; /*transparent is the default background color so no real need to declare it*/ 
}

/* standard colour for all emphasized text*/
p em {
	color: #000;
	font-weight: bold;
	font-style:normal;
}

p a {
text-decoration:none;
color:#000;
}
/* universal class to clear both images on a page from unrelated content */
.clearit{
clear: both;
display: block;
}

.undoclearit{
clear:none;
}

/* main wrapper for all divs and content on page - including that LOVELY ORANGE */ 
#Wrapper{
width: 900px;
background-color:#FFF;
margin: 10px auto;
border: 1px solid #CCC;
text-align: left;
}

/* the top page banner */
#banner{
height: 107px;
background-image:url(../images/template/header_extend.jpg);
background-repeat: no-repeat;
}

/* the nav wrapper menu bar shape basics - NOTE !! was set to background-image:url(../images/template/nav_bkgrnd.jpg); */
#nav{
width: 898px;
background-color: #EDE8E5;
border: 1px solid #CCC;
height: 26px;
}

/* code for drop down menu system if want to use an image then need templated image and the following background-image: url(images/itemgradient.gif);  NOTE  - the HEX code needs 6 digits so double check it has six and is correct - the computer will underline it with red squiggly lines if it is wrong or an unacceptable colour (outside possible range)*/
#MenuBar3 li a {
	background-color: #EDE8E5;
}
#MenuBar3 a:hover, #MenuBar3 a:focus {
	background-color: #EDE8E5;
}
#MenuBar3 a.MenuBarItemHover, #MenuBar3 a.MenuBarItemSubmenuHover, #MenuBar3 a.MenuBarSubmenuVisible {
	background-color: #F6ECEB;
}
#MenuBar3 li {
	background-color: #F6ECEB;
}

/* content basics */
#content{
margin-left: 200px;
margin-top: 50px;
background-color: #FFF;
}

/* text inside p tages in content wrapper */
#content p{
font-size: 100%;
margin: 20px;
}

/* header 1's inside content wrapper */
#content h1{
font-size: 125%;
}
#content h1 a {
text-decoration:none;
color:#333333;
}


/* header 2's inside the content wrapper */
#content h2{
font-size: 120%;
}

#content h2 a {
text-decoration:none;
color:#333333;
}



/* left float behaviour for images */
.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #CCC;
}

/* right float behaviour for images */
.rightimage{
float: right;
margin-left: 15px;
border: 1px solid #CCC;
}

/* footer wrapper div */
#footer{
border: 1px solid #CCC;
background-image:url(../images/template/nav_bkgrnd.jpg);
color: #000;
}

/* p tag text for within the footer */
#footer p{
font-size: 80%;
margin: 0;
padding: 5px;
text-decoration: none;
}
#footer p a{
color:#000;
text-decoration:none;
}

/* left column */
#leftcol{
margin-top: 0;
margin-left: 0;
float:left;
width:170px;
background-color:#F8F5F0;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

#leftcol h1{
font-size:100%;
color:#000;
margin-left: 0;
}

#leftcol p{
font-size:90%;
color:#000;
}

#leftcol img{
margin-left: 25px;
}

/* text inside p tages in content wrapper */
#contentgallery p{
font-size: 80%;
margin: 20px;
}

/* header 1's inside content wrapper */
#contentgallery h1{
font-size: 105%;
}

/* contact page css */

.row {
		clear: both;
		padding-top: 5px;
		}
form {
		margin-bottom: 1em;
		width: 500px;
		padding-left: 20px;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px dotted #666666;
		}		
		
legend {
		padding: 0 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #666666;
		font-size: 1.0em;
		}
		
.formLabel {
		font-size: 1.2em;
		line-height: 1.6em;
		text-align: right;
		margin-right: 10px;
		width: 100px;
		float: left;
		}

.formControl {
		float: left;
		width: 326px;
		}
		
input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		font: 1em Verdana, Arial, sans-serif;
		background-color:#FFFFFF;
		}	
		
input {
		font-size: 1.2em;
		width: 322px;
		}			

textarea {
		width: 472px;
		}
		
.submitButton {
		background: #eeeeee;
		font: bold 1.0em Verdana, Arial, sans-serif;
		padding: 4px 6px;
		width: auto;
		}		
		
		
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
