
/*
* Colours:
* Dark green: 71a86e
* Light green: cae7c8
*/

/* RESET */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
ul { list-style: none; }
b { font-weight: bold; }
strong { font-weight: bold; }
i { font-style: italic; }

/* LAYOUT */

html, body { font-size: 0.9em; }

body {
	background: #cae7c8 url("../gfx/bg_for.png") top left;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color: #51884e;
}
a:hover {
	color: #71a86e;
}

.stdmargin { margin: 10px; }
.end { overflow: hidden; height: 1px; font-size: 1px; clear: both; }
.center { text-align: center; }

/* ie-hacks */
#whiteleft { float: left; background-color: #fff; padding-top: 10px; }
#whitetop { background-color: #fff;  padding: 10px 0; }

#container {
	margin: 10px auto;
	margin-bottom: 1px;
	background: #fff url("../gfx/bg.gif") repeat-y top left;
	width: 980px;
	border: 1px #71a86e solid;
	text-align: left;
}

#leftmenu {
	width: 200px;
	margin: 0 10px;
	background-color: #71a86e;
	font-size: 12px;
}
	#leftmenu .logo {
		margin: 10px 10px -4px 10px;
	}
	#leftmenu h2 {
		margin: 10px 10px 2px 10px;
		font-weight: bold;
		color: #000;
		border-top: 1px #fff solid;
		padding-top: 10px;
	}
	#leftmenu ul {
		margin: 0 10px;
		background-color: #71a86e;
	}
	#leftmenu ul li {
		padding: 1px 0;
		line-height: 120%;
	}
	#leftmenu ul li a {
		display: block;
		background: #71a86e url("../gfx/menudotw.gif") no-repeat center left;
		color: #fff;
		font-size: 11px;
 		font-weight: bold;
		text-decoration: none;
		padding: 2px;
		padding-left: 16px;
	}
	#leftmenu ul li a:hover {
		/*color: #666;*/
		/*background-color: #cae7c8;*/
	}
	#leftmenu ul li a.selected {
		background: #fff url("../gfx/menudot.gif") no-repeat center left;
		color: #4b7448;
	}
	#leftmenu li.separator {
		margin-top: 4px;
	}
	#leftmenu .menucontainer {
		margin: 10px 0;
	}

#content {
	float: left;
	width: 750px;
	background: #fff url("../gfx/bg.gif") repeat-y -220px 0;
}
	#content #topbox {
		background-color: #71a86e;
		text-align: center;
		padding: 10px 0;
	}
	#content #topbanner {
		margin: 0 auto;
		width: 728px;
		height: 90px;
		padding: 1px 0;
	}
	
	#content #navbar {
		min-height: 20px;
		color: #fff;
		background-color: #71a86e;
		margin-top: 10px;
		line-height: 20px;
		font-weight: bold;
		font-size: 11px;
		padding: 0 4px;
		overflow: hidden;
	}
		#navbar form {
			float: right;
			font-weight: normal;
		}
		#navbar form .inptext {
			width: 150px;
			border: 1px #71a86e solid;
			color: #999;
		}
		#navbar form .searchbtn {
			width: 15px;
			vertical-align: bottom;
		}
		#navbar form #searchbox {
			height: 15px;
			overflow: hidden;
			font-size: 11px;
		}
		#navbar h1 {
			width: 550px;
			overflow: hidden;
		}
		#navbar h1 a:link, #navbar h1 a:visited {
			color: #fff;
		}
		#navbar h1 a:hover {
			color: #cae7c8;
		}

#c {
	float: left;
	width: 430px;
	margin-right: 10px;
	background-color: #fff;
	font-family: verdana, sans-serif;
	
	/* hack to prevent background showing while loading */
	min-height: 450px;
	_height: 450px;
}

#right1 {
	float: left;
	width: 140px;
	margin-right: 10px;
	background-color: #eee;
	font-size: 12px;
	overflow: hidden;
	
	/* hack to prevent background showing while loading */
	min-height: 450px;
	_height: 450px;
}

#right2 {
	float: left;
	width: 140px;
	background-color: #71a86e;
	padding: 0 10px;
}
	#right2 div {
		margin: 10px 0;
	}

#bottom {
	height: 10px;
	background-color: #fff;
	clear: both;
	font-size: 9px;
}

address {
	color: #666;
	font-family: verdana;
	font-size: 10px;
}


/* FORMS */

.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.wmax { width: 320px; }
.h50  { height: 50px; }
.hsml { height: 100px; }
.hbig { height: 350px; }

.inptext, textarea, select {
	padding: 0 1px;
	border: 1px #71a86e solid;
	font: inherit;
}

.inpcheck, .inpradio {
	vertical-align: middle;
}

.inpbtn {
	padding: 1px 8px;
	background: #71a86e url("../../../static/gfx/menudot.gif") no-repeat 1px 1px;
	border: 1px #cae7c8 solid;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.caption {
	float: left;
	width: 100px;
}

fieldset  {
	border: 1px #cae7c8 solid;
	padding: 0 10px;
}
label {
	font-size: 11px;
}


.jobad h4 {
	background-color: #71a86e;
	color: #fff;
	font: bold 12px arial, sans-serif;
	padding: 2px;
}
.jobad h4 a {
	color: #fff;
	text-decoration: none;
}
.jobad em {
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
.jobad cite {
	display: block;
	text-align: right;
	font-size: 10px;
	margin-bottom: 5px;
}
.jobad .joblogo {
	float: right;
	margin: 0 0 10px 10px;
}
.jobad ul {
	list-style: disc;
	padding-left: 20px;
}

/* CONTENT */

.fr { float: right; }
.tr { text-align: right; }


.notify {
	padding: 5px;
	overflow: hidden;
}
.notify.green {
	background-color: #ccf2cc;
	border: 1px #0c0 solid;
}
.notify.red {
	background-color: #f2cccc;
	border: 1px #c00 solid;
}


#c h1 {
	font: bold 1.5em arial, helvetica, sans-serif;
}
#c h2 {
	font: bold 1.3em arial, helvetica, sans-serif;
}
#c h3 {
	font: bold 1.2em arial, helvetica, sans-serif;
	margin-bottom: 8px;
}
	#c h3 a {
		text-decoration: none;
		color: #000;
	}
	#c h3 a:hover {
		text-decoration: underline;
	}

#c p {
	margin: 1em 0;
}

#c hr {
	height: 1px;
	color: #71a86e;
	background-color: #71a86e;
}

#c td { vertical-align: top; }

#c .cuff {
	font-weight: bold;
	font-size: 1.1em;
}

#c .articleimg {
	margin-bottom: 10px;
}

#c .articletop {
	color: #666;
	font-size: 11px;
	margin-bottom: 5px;
}

.listitem {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #71a86e solid;
}
	.listitem img {
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.listitem .readmore {
		float: right;
		font-size: 0.85em;
	}

#c dl dt {
	float: left;
	width: 70px;
	margin-bottom: 8px;
	color: #666;
	font-size: 11px;
	padding-top: 2px;
}
#c dl dd {
	width: 320px;
	float: left;
	border-left: 5px #71a86e solid;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 8px;
}
	#c dl dd a {
		text-decoration: none;
	}

.sidebarnewsitem {
	margin: 10px;
}
	.sidebarnewsitem p {
		font-size: 0.85em;
	}
	.sidebarnewsitem a {
		font-size: 0.85em;
		float: right;
	}

#right1 h1 {
	font: bold 13px arial, helvetica, sans-serif;
	margin: 10px;
}
#right1 h2 {
	font: bold 11px arial, helvetica, sans-serif;
	margin: 2px 0;
}
#right1 ul {
	margin: 10px;
}
#right1 ul li {
	margin: 5px 0;
	font-size: 11px;
}


.pagination {
	text-align: center;
	line-height: 22px;
}
	.pagination a, .pagination span {
		background-color: #cae7c8;
		border: 1px solid #71a86e;
		padding: 1px 4px;
		margin: 1px;
		color: #000;
		text-decoration: none;
	}
	.pagination .flat {
		background-color: #d3d3d3;
		border: 1px solid #828282;
	}
	.pagination a.raised:hover {
		background-color: #fff;
	}

.relationbox {
	width: 290px;
	background-color: #ff8;
	border: 1px #ee3 solid;
	margin: 10px 0 0 60px;
	padding: 5px;
}
	.relationbox h6 {
		font: bold 12px arial, helvetica, sans-serif;
	}
	.relationbox ul {
		background-color: #fff;
		border: 1px #cc3 solid;
		padding: 2px;
		font-size: 11px;
	}
		.relationbox ul li {
			padding: 2px 0;
		}

/* send-to-friend */
#bigbg {
	display: none;
	position: absolute;
	background-color: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
}
#sendtofriend {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 2px #999 solid;
	padding: 0 10px;
	width: 260px;
	left: 50%;
	margin-left: -128px;
	z-index: 9999;
}
	#sendtofriend h6 {
		background-color: #71a86e;
		color: #fff;
		margin: 0 -10px;
		font: bold 12px arial, helvetica, sans-serif;
	}
	#sendtofriend label {
		float: left;
		width: 100px;
	}
