/********************************************
   	AUTHOR:  		Catherine Eloreine
   	WEBSITE:   		http://www.gss.com.au
	TEMPLATE NAME: 	3 Column Layout
   	       	
 *******************************************/ 
 
/* --- global settings --- */
* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #DDE0E6 url(images/bg.gif) repeat-x;	
}

a { 
	color: #ab9142;
	text-decoration: none;
}

a:hover {
	color: #e61a4f;
}

/* --- paragraph formatting --- */
h1, h2, h3 {
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-weight: bold; 		
	color: #988039;
	padding: 5px;
}

p{ 
	font-size: 70%;
	color: #867238; 
	line-height: 20px;
	padding: 5px;
}

h1 {
	font-size: 100%;	
	padding: 15px 0 5px 0;
	text-transform: uppercase;
}

h2 { font-size: 95%; }

h3 { font-size: 85%; }

ul, ol{
	margin: 5px 15px 5px 30px;
	padding: 5px;
	font-size: 70%;
	line-height: 20px; 
}

.link { font-weight: bold; }
.link2 { color: #1858a8; font-weight: bold; }

#sidebar h1 { font-size: 90%; margin-left: 10px; text-transform: none; color: #9d9d96; }
#sidebar ul, ol { padding: 5px 0; color: #9d9d96; }

.mainpoint { list-style-type: square; line-height: 20px; color: #867238; }
.numpoint { list-style-type: decimal; line-height: 20px; color: #867238; }

#rightbar p { font-size: 60%; margin: 0 10px; color: #a7996d; }
#rightbar h1 { text-align: left; font-size: 85%; margin: 0 15px; color: #a7996d; text-transform: none; }

#header ul span, ol span { color: #a9a18c; }
#header h1 span { font-size: 1.35em; color: #1858a8; text-transform: uppercase; }

/* --- LAYOUT --- */
#wrap {
	width: 800px; 
	height: 100%;
	margin: 0 auto;	
	background: #fff;
}


/* --- company name header --- */
#header {
	position: relative;
	height: 125px;	
	background: #fff url(images/headerbg.gif) repeat-x 0% 100%;	
}

#float_left{
	width: 350px;
	height: 100px;
	float: left;
}

#float_right{
	width: 450px;
	height: 100px;
	float: right;
	background: url(images/logo.jpg) no-repeat center center; 
	margin: 1px 0 0 0;
	padding: 0;
}

#header h1#logo {
	margin: 5px 0; 
	padding: 0;
	position: absolute;	
	font: bold 2em "trebuchet MS", Arial, sans-serif;
	color: #76b900;
	letter-spacing: -2px;	
	border: none;	
	text-transform: lowercase;	
}

/* --- left column --- */
#sidebar {
	float: left;
	width: 22%;
	display: inline;
}

#sidebar ul {
	list-style: none;
	margin: 10px 0 10px 10px;
}

#sidebar ul li {
	margin-bottom: 1px;
	border: 2px solid #f2f2f2;
}

#sidebar ul a {
	display: block;
	font-weight: bold;
	color: #9da59d;	
	text-decoration: none;	
	padding: 2px 5px 2px 10px;
	background: #f7f7f7;
	border-left: 6px solid #CCC;	
	min-height: 18px;
}

#sidebar ul a:hover {
	padding: 2px 5px 2px 10px;
	background: #f7f7f7;
	color: #9da59d;
	border-left: 6px solid #e61a4f;
}


/* --- right column --- */
#rightbar {
	float: right;
	display: block;
	width: 225px;
	text-align: left;
	margin: 40px 10px 0 0;
	border: 1px solid #edebeb;
	background-color: #edebeb;
}

.content_right { background-color: #F7F7F7; }


/* --- navigation nestle in header --- */
#header ul {
	position: absolute;
    margin: 0; 
   	padding: 0;
    list-style: none;
	right: 0; 
	bottom: 6px !important; 
	font: bold 80% "trebuchet MS", Arial, sans-serif;	
}

#header li {
   	display: inline;
   	margin: 0; 
	padding: 0;
}

#header a {
   float: left;
   background: url(images/tableft.gif) no-repeat left top;
   margin: 0;
   padding: 0 0 0 4px;
   text-decoration: none;
}

#header a span {
   float: left;
   display: block;
   background: url(images/tabright.gif) no-repeat right top;
   padding: 6px 15px 3px 8px;
   color: #FFF;
}

#header a:hover {
   background-position: 0% -42px;
   cursor: default;
}

#header a:hover span {
   background-position: 100% -42px;
   cursor: default;
   color: #FFF;
}

#header #current a {
   background-position: 0% -42px;
	color: #FFF;
}

#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}

/* --- main column --- */
#main {
	float: left;
	margin-left: 15px;
	padding-bottom: 25px;
	width: 43%;	
	text-align: justify;	
}


/* --- footer --- */
#footer { 
	width: 800px;
	clear: both; 
	color: #fff; 
	background: #1858a8; 
	border-top: 6px solid #76b900;
	height: 50px;	  
	font-size: 70%;	
	padding: 10px 0;
	margin: 15px auto 0 auto;
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #fff;
}

#footer a:hover{ color: #e61a4f;}

.footer-left{
	float: left;
	width: 45%;
	margin: 0 55px;
	line-height: 20px;
}

.footer-right{
	float: right;
	width: 30%;
	line-height: 20px;
}
