/*Design, Graphics and Source Code Copyright (C) 2004, 
Nadia Perre - PerreLink Design  http://www.perrelink.com.au
All rights reserved. 
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #A82269;
	background-image: url(../images/background.jpg);
	font-size: 100.01%;
	text-align: center;
	font-family:  Geneva, Verdana, Helvetica, Arial,  sans-serif;
	color: #49453F;
}

/* div that holds everything together */
#wrapper {
	width: 772px;
	w\idth: 769px; /*value for IE6*/
	margin: 10px auto;
	position: relative;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	border: 5px solid white;
	text-align: left;
}

/* top headerpic */
#strap {
height: 204px;
background-image: url(../images/strap.jpg);
background-repeat: no-repeat;

}

/* main content area */
#content {
	border-left: 1px solid #fff;
	width: 520px; 
	margin-left: 194px;
	width:/**/520px;
	padding: 10px 20px;
	background-color: transparent;
	font: .90em Geneva, Verdana, Helvetica, Arial,  sans-serif;
	}

* html body #content {
	width: 526px;  
	margin-left: 190px;
}


/* styles for the left content area */
#content h1 {
	font-size: 105%;
	color: #632E7C;
	margin-bottom: 1.3em;
}

#content h2 {
	font-size: 100%;	
	color: #8CC343;
		margin-bottom: 1.0em;
}

#content h3 {
	font-size: 85%;	
	color: #FF9900;
	margin-bottom: 0.9em;
}

#content h4 {
	margin-top: 25px;
	color: Maroon;
}

/* styles the paragraphs in the content area */
#content p {
	margin: 15px 0;
	font-size: 90%;
	line-height: 135%;
	color: #000;
}

#content a {
	color: #663399;
	text-decoration: none;
		font-size: 90%;

}
#content .coloredtext {
font-size: 90%;	
	color: #4A006F;
	margin-bottom: 0.9em;
}
#content .coloredtext a {
color: #660066;
text-decoration:none;
font-weight:bold;
}
#content .coloredtext a:hover {
color: #660066;
text-decoration:none;
font-weight:bold;
}

#content ul {
	padding: 15px 20px 10px 30px;
	list-style-position: inside;
}

#content ul li {
	font-size: 85%;
}
#content  a:img {
border: none;	

}

#content img {
	margin: 3px 8px 1px 0;
	border: 1px solid #999999;
	padding: 1px;
}

hr {
	width: 350px;
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
}
/* end image styles */

/* footer area styles */
#footer {
  background-color: #666666;
height: 60px;
  clear: both; 
  background-image: url(../images/footer.jpg);
  background-repeat: repeat-y;  
}

#footer p {
	font-size: 70%;
	text-align: right;
	padding: 7px 7px 2px 0;
	padd\ing: 9px 15px 0 35px;  /*value for IE6*/
	color: #FFFFFF;
	padding-top: 30px;
	
}

/* footer link styles */
#footer a {
	color: White;
	text-decoration: none;
	border-bottom: 1px dashed #ECDAF4;

}

#footer a:hover {
	color: #D0BFAF;
}
	
	/* left column styles */
#leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 10px 0 10px 10px;
}

* html body #leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 10px 0 10px 5px;
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;

}

* html #leftcol ul {
	margin-top: -3px; /*-5 */
}


#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;
}

* html #leftcol ul {
	margin-top: 0px; /*-5 */
}

#leftcol ul li {
	border: 1px solid white;
	border-top: 1px solid white;
	width: 170px;
	w\idth: 168px;
	line-height: normal;
	line-height:/**/118%;
	l\ine-height: normal;
	margin-bottom:/**/ -3px;
	ma\rgin-bottom: 0;
padding: 0px;
margin-bottom: 6px;
text-align: center;
}

/* the submenu in the left column styles */
#leftcol li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: White;
	padding: 4px 0 4px 4px;
	padd\ing: 4px 0 4px 2px;  /* for ie */
	background-color: #663366;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #B0C898;
color: #000; 
}

/* sets current page state */
#current a:link, #current a:visited, #current a:hover, #current a:active {
color: #484848;
text-decoration:none;
background-color: #F9C00F;
}

/* used to bold any text if needed */
strong {
	color: #A68767;
	font-size: 90%;
}

.DesPics {
	margin-top: -80px;
}

/***** Begin laying out the contact form *****/

#content form {
	margin: 20px 0 50px 7px; 
}
#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}

#content input, #content select {
	background-color: #F6F4EF;
	color: #414F4B;
	border: 1px solid #41141C;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

#content textarea {
	background-color: #F6F4EF;
	color: #41141C;
	border: 1px solid #41141C;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	color: #660000;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

#content .submitbutton {
  background-color: #F6F4EF;
  color: #666666;
  width: 100px;
  display: inline;
  font-size: 90%;
 border: 1px solid;
border-color: #999999 #41141C #41141C #999999;
}
/***** Ends the form layout *****/

#pictures {
margin-top: 40px;
text-align: center;
}
#pictures img {
	margin: 3px 8px 10px 0;
	border: 1px solid #4E6C23;
}
#pictures {
	font-size: 70%;
	color: white;
}

#TJK_ToggleON,#TJK_ToggleOFF {display:none}