/*
/*- Page Structure */

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body {
	background: #FFF;
	color: #333;
	font-family: Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 0px; /* required for Opera to have 0 margin */
}

img {
	border: none;
}

hr {
	display: none;
	clear: both;
}

a:link,
a:visited,
a:active {
	color: #557700;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

.editlink img {
	width: 16px;
	height: 16px;
	border: none !important;
	padding: 0 !important;
	margin: 1px 0 0 !important;
	position: absolute;
	right: 0;
}

.alert {
	background: #FFF6BF;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
}

img.rss {
	float: right;
	margin: 0;
	padding: 4px 2px 0 0;
}

img.promo {
	margin: 0 0 8px 8px;
	float: right;
}

/* Basic Structure */

	#container {
		max-width: 70em;
		margin: 0 auto;
	}
	
	#mBody {
		clear: both;
		width: 900px;
		margin: 0px auto;
		padding: 0 0 1em 0;
	}

	#side {
		float: left;
		width: 23%;
		margin-bottom: 1em;
	}

	#mainContent {
		float: right;
		width: 75%;
		margin-bottom: 1em;
	}
	.nomenu #mainContent {
		float: none;
		width: 100%;
	}
	.bodyleft {
		float: right !important;
		width: 75% !important;
	}
	#mainContent.right {
		float: left;
		width: 62%;
	}
	
	#side.right {
		float: right;
		width: 35%;
	}

ul.news {
	margin: 0.5em 0 0 0;
	padding: 0;
}

.news li {
	margin: 0 0 0.7em 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
.news li a { font-weight: normal; }

.news .date {
	background: #FAF4C8;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
	float: left;
	text-align: center;
	line-height: 1.4em;
	padding: 2px 1px 5px 1px;
	width: 3.2em;
	color: #A19D68;
	margin: 0 0.5em 1em 0;
}

.news .date: first-line {
	font-size: 90%;
}


/* General Structure */

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: "ºÚÌå","ËÎÌå", 'Trebuchet MS', Verdana, Arial,  Sans-Serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 17px; font-weight: normal; }
	h2 { font-size: 16px; font-weight: normal; }
	h3 { font-size: 14px; }
	h4 { font-size: 12px; }
	h5 { font-size: 100%; }
	h6 { font-size: 100%; border: 0; }
	
/* Navigation */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }

/*----------------------------*/
/*---------- header ----------*/
/*----------------------------*/

#header {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
	height: 80px;
}

/* site-link */
#header .site-link {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	background: #FFF6A3 url(images/top-bg.gif) bottom repeat-x;
	border-bottom: 1px #ccb954 solid;
	list-style-type: none;
	width: 100%;
	max-width: 960px;
}

#header .site-link li {
	float: left;
	padding: 0 1px;
}
#header .site-link .partner {
	float: right !important;
}

#header .site-link a,
#header .site-link a:visited,
#header .site-link a:active {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	color: #6F6F6F;
}
#header .site-link a:hover {
	text-decoration: underline;
}

/* nav */
#header .nav {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#header .site-title {
	float: left;
	width: 183px;
	margin: 0;
	padding: 0;
}
#header .site-title a {
	width: 183px;
	height: 44px;
	display: block;
	margin: 0 auto 0 auto;
	text-indent: -10000px;
	background: #FFF url(images/logo.gif) bottom left no-repeat;
}

#header .nav-bg {
	float: left;
	width: 777px;
	height: 47px;
	background: #82B332 url(images/nav-bg.gif) bottom right no-repeat;
	margin: 0;
}
#header .nav-bg-l {
	float: left;
	width: 10px;
	height: 47px;
	background: #82B332 url(images/nav-bg.gif) bottom left no-repeat;
	margin: 0;
}

#header .nav-link {
	margin: auto 0 0 0;
	list-style-type: none;
}

#header .nav-link li {
	float: right;
}
#header .lsf {
	width: 162px;
	height: 29px;
	background: url(images/search-bg.gif) top left no-repeat;
	padding-left: 16px;
	padding-top: 12px;
	_padding-top: 11px;
	padding-right: 0;
}
#header .lsf form {
	margin: 0;
}
#header .lsf input {
	width: 100px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	_height: 14px;
	margin-left: 32px;
}
#header .nav .page_item a {
	float: left;
	display: block;
	padding: 13px 15px 0 15px;
	height: 28px;
	background: url(images/nav-bg-s.gif) top left no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#header .nav .current_page_item a {
	float: left;
	display: block;
	padding: 13px 15px 0 15px;
	height: 28px;
	background: url(images/nav-bg-s.gif) bottom left no-repeat;
	font-weight: bold;
	text-decoration: underline;;
	color: #FFF;
}

#header .nav .page_item a:hover,
#header .nav .current_page_item a:hover {
	background: url(images/nav-bg-h.gif) bottom left no-repeat;
	text-decoration: underline;
}

}

/*- Search Form and Livesearch */

.sb-search {
	margin-top: 20px;
}

.sb-search h2 {
	display: none;
}

input[type=text], textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
}

input#livesearch {
	width: 97.1%;
}

input#s {
	width: 75%;
}

.livesearchform input[type=submit] {
	margin: 0;
}

#LSResult {
	margin: 0;
	width: 145px;
	z-index: 100;
	position: absolute;
/*	background: #eee url('images/livesearchbg.jpg') center repeat-y;*/
	background: #eee;
	border-bottom: 1px solid #eee; 
	z-index: 900;
}

#LSResult a {
	text-decoration: none;
	color: #668833;
}

#searchcontrols {
	padding: 2px 2px 2px 2px;
/*	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;*/
	background: #ddd;
	position: relative;
	text-align: left;
}

#searchcontrols small {
	margin: 0;
	padding: 0;
}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
/*	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;*/
	background: #ffffcc;
}

#LSHighlight:hover {
	background: none;
	border: none;
	padding-left: 2px;
}

.LSRow {
	padding: 5px 10px;
	text-align: left;
}

.LSRow span a, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
}

h2 a { text-decoration: none; }
h2 a:link { color: #000; }
h2 a:visited { color: #000; }
h2 a:hover { color: #039; }

#mBody h2 { margin-top: 0; }
#mBody p { margin-top: 0; }

#front-feature div {
  padding: 15px 15px 25px 15px;
  text-align: center; 
}    


div.extrainfo {
	margin-top: 10px;
}

.homepage p {
	margin: 0 0 0.6em 0;
	line-height: 140%;
}

#feature-content {
	padding: 6px 330px 6px 10px;
}

#feature-content p {
	line-height: 160%;
	color: #4C5C5C;
}

#feature-content h2 {
	margin: 0;
}


#featurelink {
	display: block;
	width: 350px;
	height: 235px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
	text-indent: -2500px;
}

.frontcolumn {
	width: 30%;
	float: left;
	padding-right: 3%;
}

.frontcolumndouble {
	width: 63%;
	float: left;
	padding-right: 3%;
}

.frontcolumnlast {
	width: 33%;
	float: left;
}

.casecolumn	{
	width:45%;
	float: left;
	background: #FFFFF3;
	padding: 5px 10px;
	border: 1px solid #E3E3E3;
	margin: 5px auto;
}


.casecolumnlast {
	width:45%;
	float: left;
	background: #FFFFF3;
	padding: 5px 10px;
	border: 1px solid #E3E3E3;
	margin: 5px auto;
	margin-left: 20px;
}

/* Sidebar */

	#getcd {
		margin: 1em 0 0 45px;
	}

/* Sidebar */

	#nav:before {
		line-height: 0.1;
		font-size: 1px;
		background: transparent url("images/menu_tr.gif") no-repeat top right;
		margin: 0;
		height: 9px;
		display: block;
		border-bottom: 1px solid #ddd;
		content: url("images/key-point_tl.gif");
	}
	#nav {
		background: #E0E9E9 url("images/menu_back.gif") right repeat-y;
	}
	#nav:after {
		display: block;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
		content:  url("images/key-point_bl.gif");
		margin: 0 0 0 0;
		height: 8px;
		background: transparent url("images/menu_br.gif") scroll no-repeat bottom right ;
		border-top: 1px solid #fff;
	}
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav {
		margin-bottom: 1em;
	}	
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #666;
	}

	#nav li span#configParent, #nav li span #configuration {
		display: inline;
		font-weight: normal;
		padding: 0;
	}
	
	#nav li a {
		display: block;
		padding: 8px 10px;
		text-decoration: none;
		background: #EDF2F2;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
	}

	#nav li a:hover {
		background: #E0E9E9;
	}
	
	#nav li .current a {
		background: #E0E9E9
	}
	
	#nav li .sub-current a {
		background: #ffc;
	}
	
	#nav li li span { /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}
	
	#nav li li a {
		padding: 6px 8px 6px 20px;
	}
	
	#oN {
		background-color: #E0E9E9;
	}
	#oN:hover {
		background-color: #C6DCDC;
	}

/* Comments and other Asides */
	.key-point:before {
		line-height: 0.1;
		font-size: 1px;
		background: transparent url("images/key-point_tr.gif") no-repeat top right;
		margin: -15px -15px 0 -15px;
		height: 15px;
		display: block;
		border: none;
		content: url("images/key-point_tl.gif");
	}
	.key-point {
		background: #e4ecec url("images/key-point_back.gif") right repeat-y;
		padding: 15px;
		margin-bottom: 1em;
	}
	.key-point:after {
		display: block;
		clear: both;
		padding-top: 15px;
		line-height: 0.1;
		font-size: 1px;
		content:  url("images/key-point_bl.gif");
		margin: -15px;
		height: 8px;
		background: transparent url("images/key-point_br.gif") scroll no-repeat bottom right ;
	}
	
	.key-point h1,.key-point h2 {
		border: none;
		margin-top: 0;
		color: #4C5C5C;
	}
	
	.key-point h3, .key-point h4, .key-point h5 {
		border-bottom: 1px solid #999;
		margin-top: 5px;
		color: #4C5C5C;
	}
	


/* Footer */
#footer {
	background: #E3E3E3;
	clear: both;
	width: 960px;
	margin: 0 auto 20px auto;
	height: 20px !important;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	clear: both;
	position: relative;
}
#footer .nav {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
#footer .nav li {
	float: left;
}
#footer .nav a,
#footer .nav a:visited,
#footer .nav a:active {
	display: block;
	font-weight:bold;
	padding: 5px 15px 5px 15px;
	border-right: 1px #ccc solid;
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
#footer .nav a:hover {
	color:#557700;
	background:#F6F6F6;
	text-decoration: underline;
}
#footer .nav .copyright a,
#footer .nav .beian a {
	border-right: none;
	text-decoration: none;
}

#footer .nav .beian a {
	position: absolute;
	right: 0;
	white-space: nowrap;
}



/*accessibility tweaks*/
	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}
	hr.hide {
		display: none;
	}


