/*
* 2 column layout CSS
*
* @author	Duncan Mundell <duncan@lantech.co.nz>
* @version	1.0
* @updated	31/10/06
*/

/* Faux column effect for right column */
#pageinnerwrapper {
	padding-top: 30px;
	background: url(../images/interface/col2.bg.png) repeat-y right;
	}
	
	
/* Left column */
#col1 {
	margin-left: 7px;
	padding-bottom: 15px;
	width: 540px;
	float: left;
	}
	
/* Stupid IE */
#pageinnerwrapper > #col1 {
	margin-left: 15px;
	}
	
	
/* Font / element styles */
#col1 h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #055789;
	font-size: 2em;
	font-weight: bold;
	margin-top: 0;
	}
	
#col1 h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8DA64C;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
	}
	
#col1 h2 strong,
#col1 h2 b {
	color: #055789;
	font-weight: normal;
	}

#col1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
	}

	
#col1 p {
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}
	
#col1 a:link,
#col1 a:visited {
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
	color: #FFF;
	background-color: #BFCD94;
	border-bottom: 1px solid #8DA64C;
	}
	
#col1 a:hover {
	color: #8DA64C;
	background-color: transparent;
	}
	
#col1 li {
	margin: 10px 0;
	}

/* Right Column */
#col2 {
	float: left;
	width: 210px;
	padding: 0 10px;
	padding-bottom: 5px;
	margin-left: 15px;
	}


/* Side graphic */
#col2 div.sidegraphic {
	background: #FFF;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 10px;
	}

#col2 div.sidegraphic p {
	margin: 6px 0 0 0;
	color: #656565;
	}


/* Side links */
#col2 div.sidelinks {
	padding: 6px;
	margin-bottom: 10px;
	background-color: #FFF;
	}

#col2 div.sidelinks h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #055789;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 5px;
	height: 0.001%;
	}
		
/* Undo height fix for Stupid IE */
#col2 div.sidelinks > h1 {
	height: auto;
	}
	
#col2 div.sidelinks ul,
#col2 div.sidelinks li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #CBDFA2;
	height: 0;
	}

/* Undo height fix for IE6 */
#col2 div.sidelinks > ul,
#col2 div.sidelinks > ul li {
	height: auto;
	}
	
#col2 div.sidelinks li a {
	padding: 5px 5px 5px 21px;
	display: block;
	height: 1%;
	border-bottom: 1px solid #DDE9C6;
	color: #474747;
	background: url(../images/widgets/link.arrow.blue.gif) 7px no-repeat;
	text-decoration: none;
	}	
	
/* Undo height fix for IE6 */
#col2 div.sidelinks li > a {
	height: auto;
	}
	
#col2 div.sidelinks a:hover,
#col2 div.sidelinks a.current {
	background-color: #e9efdc;
	}
