/********************************************
   	AUTHOR:  		Catherine Eloreine
   	WEBSITE:   		http://www.gss.com.au
	TEMPLATE NAME: 	2 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;
}

.img { border: none; }


/* --- 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; }

#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: 1px 0 0 0;
	padding: 2px 0 0 0;
	position: absolute;	
	text-align: center;
	font: bold 2em "trebuchet MS", Arial, sans-serif;
	color: #76b900;
	letter-spacing: -2px;	
	border: none;	
	text-transform: lowercase;	
}

/* --- 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: 73%;	
	text-align: justify;	
}


/* --- 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;
}


/* --- 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;
	margin: 0 55px;
	width: 45%;
	line-height: 20px;
}

.footer-right{
	float: right;
	width: 30%;
	line-height: 20px;
}


/* --- table --- */
	#table1 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#table1:after { clear:both; content:'.'; display:block; height:0; visibility:hidden; }
		
	caption {
		font-size: 50%; 
		color: #383838;
		padding: 0 0 5px 75px;
		width: 100%;	
		font-weight: bold;
		text-align: right;
	}

	th {
		font-size:70%;
		color: #005c96;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 6px 6px 6px 12px;
		background: #86A8E6;
		border: 1px solid #cc9;
	}

	td{
		font-size: 65%;
		border: 1px solid #d8d6e7;
		padding: 6px 6px 6px 12px;
		color: #005c96;
		text-align: left;
	}

	td.alt {
		background: #e9f5fd;
	}

	#table2 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	td.ofp {
		font-size: 70%;
		padding: 6px 6px 6px 12px;
		color: #a9a18c;
		text-align: left;
		border: 1px solid #fff;
		line-height: 20px;
	}
	
	#table2:after { clear:both; content:'.'; display:block; height:0; visibility:hidden; }
	
	#table 3 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	td.indexpix {
		font-size: 100%;
		color: #a9a18c;
		line-height: 20px;
		padding: 6px 6px 6px 12px;
		border: 1px solid #fff;
		
	}
	

/* --- hoverlight code ---*/

.hoverbox {	cursor: default; list-style: none; }

.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 110px;
}

.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox a { cursor: default; }

.hoverbox a .preview { display: none; }

.hoverbox .preview { border-color: #F2F4F9;	width: 300px; height: 220px; }

.hoverbox a:hover .preview { display: block; position: absolute; top: -33px; left: -45px; z-index: 1; }

.caption{
	text-align: center;
	font-size: 80%; 
	color: #66774D;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

/* --- Internet Explorer Fixes --- */

.hoverbox a { position: relative; }

.hoverbox a:hover { display: block; font-size: 100%; z-index: 1; }

.hoverbox a:hover .preview { top: -38px; left: -50px; }

.hoverbox li { 	position: static; }