/*<group=General Styles>*/

img {
	border: 0px solid transparent;
}

body {
	background: url("images/background.png") repeat top left;
}

a {
	color: #000000;
}

/*</group>*/

/*<group=Layout>*/

#content {
	margin-left: -375px;
	padding-left: 50%;
	padding-top: 30px;
}

#header {
	height:95px;
	width: 750px;
}

#header_left {
	position:relative;
	float: left;
	width:35px;
	height:95px;
}

#header_content {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 681px;
	height: 95px;
}

#header_content #logo img {
	margin: 10px 20px 0 0;
}

#header_content #title {
	width: 100%;
}

#header_content h1, #header_content h2 {
	color: #000000;
	margin: 0px;
	text-shadow: 0px 1px 2px #ffffff;
}

#header_content h1 {
	padding-top: 5px;
}

#header_right {
	position:relative;
	float: left;
	width:34px;
	height:95px;
}

#toolbar {
	background: url("images/toolbar.png") repeat-x top left;
	position:relative;
	width: 750px;
	height:21px;
}

#toolbar_right {
	background: url("images/toolbar_right.png") no-repeat top left;
	position:absolute;
	right: 0px;
	width:180px;
	height:34px;
	z-index: 100;
}

#toolbar_content {
	position:absolute;
	width:690px;
	height:21px;
	white-space: nowrap;
	line-height: 21px;
	padding: 0 5px;
	z-index: 200;
}

#page {
	width:750px;
	background-color:#e6e6e6;
}

#page_container {
	position: relative;
	width:520px;
	background-color:#ffffff;
	border-right: 0px solid #cccccc;
	margin-bottom: 0px;
}

#page_content {
	width:520px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#page_bottom {
	background: url("images/page_bottom.png") no-repeat top left;
	width: 550px;
	height: 10px;
	margin-bottom: -10px;
}

#breadcrumb {
	width: 520px;
	background-color:#ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li,
#breadcrumb ul li a {
	color: #cccccc;
}

#breadcrumb ul li:hover,
#breadcrumb ul li a:hover {
	color: #000000;
}

#sidebar {
	position: relative;
	width:190px;
	margin: 20px;
}

#sidebar_top {
	background: url("images/sidebar_top.png") no-repeat top left;
	width: 190px;
	height: 10px;
	margin-bottom: -2px;
}

#sidebar_title, #sidebar_content {
	width:168px;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	border-top: 0px;
	border-bottom: 0px;
	padding: 5px 10px;
	margin: 0px;
}

#sidebar_title {
	padding-top: 7px;
}

#sidebar_title {
	font-size: 1.1em;
	font-weight: bolder;
	padding-bottom: 0px;
}

#plugin_sidebar {
	width:168px;
	padding: 10px;
}

#sidebar_bottom {
	background: url("images/sidebar_bottom.png") no-repeat top left;
	width: 190px;
	height: 10px;
}

#footer_content {
	width: 730px;
	clear: both;
	padding: 10px;
}

#footer {
	background: url("images/footer.png") no-repeat top left;
	width: 750px;
	height: 19px;
	margin: 0px;
}

#standards {
	text-align: center;
	color: #888888;
	font-size: 0.24cm;
	width: 750px;
	margin-top: 5px;
}

#standards a {
	color: #888888;
	text-decoration: none;
}

/*</group>*/

/*<group=Menus>*/

#toolbar_content>ul {
	margin: 0;
	padding: 0;
	float: left;
}

#toolbar_content ul ul {
	width: auto;
	border: 1px solid #888888;
	background-color: #ffffff;
}

#toolbar_content ul {
	cursor: default;
	margin-left: 0px;
	padding-left: 0px;
}

#toolbar_content ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 25px 0 5px;
	position: relative;
	white-space: nowrap;
	_behavior: url( IEmen.htc );
}

#toolbar_content ul li > ul {
	display: none;
	position: absolute;
	left: 100%;
	margin-top: -22px;
}

#toolbar_content #current,
#toolbar_content ul ul li:hover,
#toolbar_content ul li.CSStoHighlight,
#toolbar_content ul ul li:hover>a,
#toolbar_content ul li.CSStoHighlight>a {
	color: #000000;
}

#toolbar_content ul ul.CSStoShow {
	display: block;
}

#toolbar_content ul li:hover > ul {
	display: block;
}

#toolbar_content ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #888888;
}

#toolbar_content ul li:hover > a, #toolbar_content ul li a:hover, #toolbar_content ul li a.CSStoHighLink {
	color: #000;
}

#toolbar_content > ul > li {
	border: 0px;
}

#toolbar_content > ul > li > ul {
	border-top: 0px;
	margin-top: 0px;
	top: 21px;
	left: 0px;
}

#toolbar_content > ul li {
	float: left;
	padding: 0 10px;
}

/*</group>*/

/*<group=Blog>*/

.blog-entry {
}

.blog-entry-title {
	color: #888888;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}

.blog-entry-date {
	margin-bottom: 10px;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
	color: #aaaaaa;
}

/*</group>*/

/*<group=qTip>*/

#qTip
{
	display: none;
	position: absolute;
	left: -999px;
	z-index: 1500;
	list-style: none;
	max-width: 150px;
	padding: 10px 30px 10px 10px;
	margin: 0;
	background-color: #ffffe0;
	border: 1px solid #888870;
}

[title] {
	cursor: default;
}

/*</group>*/

