/*<group=General Styles>*/

img {
	border: 0px;
}

body {
	background: url("images/background.png") repeat top left;
	font-size: 0.23cm;
}

h1 {
	font-size: 0.66cm;
}

h2 {
	font-size: 0.44cm;
}

h3 {
	font-size: 0.33cm;
}

h4 {
	font-size: 0.28cm;
}

a {
	color: #000000;
}

div.image-left {
	float: left;
}

div.image-right {
	float: right;
}

/*</group>*/

/*<group=Layout>*/

#content {
	padding-top: 30px;
	min-width: 750px;
}

#header {
	position: relative;
	white-space: nowrap;
	overflow: visible;
	height:95px;
	width: auto;
}

#header_left {
	width: 35px;
	height: 95px;
}

#header_content {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 95px;
}

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

#header_content #header_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 {
	width: 34px;
	height: 95px;
}

#toolbar {
	position:absolute;
	top: 0px;
	width: 100%;
	height: 21px;
	overflow: visible;
}

#toolbar_right {
	background: url("images/toolbar_right.png") no-repeat top left;
	position:relative;
	float: right;
	width:180px;
	height:34px;
}

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

#page {
	position:relative;
	width:100%;
	white-space: nowrap;
	background: #e6e6e6 url("images/toolbar.png") repeat-x top left;
	padding: 21px 0 0 0;
	margin: 0;
}

#page_container {
	position: relative;
	width: 69%;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#page_content {
	height: 100%;
	padding: 20px 20px 45px 20px;
	white-space: normal;
}

#page_bottom {
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	background: #ffffff url("images/page_bottom.png") repeat-x bottom left;
}

#breadcrumb {
	background-color:#ffffff;
	padding: 0px 20px 0px 20px;
	text-align: center;
	clear: right;
}

#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 0px;
	right: 20px;
}

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

#sidebar_title, #sidebar_content {
	width:160px;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	border-top: 0px;
	border-bottom: 0px;
	padding: 4px 14px;
	margin: 0;
	overflow: hidden;
	white-space: normal;
}

#sidebar_title {
	padding-top: 7px;
	margin: 10px 0 0 0;
}

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

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

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

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

#footer {
	background: url("images/footer.png") no-repeat top center;
	width: 100%;
	height: 20px;
	margin: 0px;
}

#footer_center {
	background: url("images/footer_center.png") repeat-x top center;
	height: 20px;
}

#footer_left, #footer_right {
	width: 357px;
	height: 20px;
}

#footer_left {
	background: url("images/footer_left.png") no-repeat top left;
}

#footer_right {
	background: url("images/footer_right.png") no-repeat top right;
}

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

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

/*</group>*/

/*<group=Menus>*/

#toolbar_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#toolbar_content a {
	text-decoration: none;
}

#toolbar_content li {
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

#toolbar_content li a {
	line-height: 20px;
	color: #333333;
	font-weight: 800;
	padding: 0 10px 0 5px;
}

#toolbar_content li ul {
	display: none;
	position: absolute;
	z-index: 1500;
	top: 20px;
	left: 0;
	float: none;
	background-color: #aaaaaa;
	padding-bottom: 1px;
}

#toolbar_content li ul li {
	float: none;
}

#toolbar_content li ul li a {
	line-height: 16px;
	color: #404c5a;
	padding: 0 4px;
	display: block;
	font-weight: 100;
	width: 150px;
	background-color: #f0f0f0;
	margin: 0 1px 0 1px;
}

#toolbar_content li ul li a:hover {
	background-color: #bbbbbb;
	color: #ffffff;
}

#toolbar_content li > ul {
	top: auto;
	left: auto;
}

#toolbar_content li ul li ul {
	position: absolute;
	margin-top: -17px;
	margin-left: 159px;
	border-top: 1px solid #aaaaaa;
}

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

#toolbar_content li.over ul,
#toolbar_content ul li.over ul,
#toolbar_content ul ul li.over ul,
#toolbar_content ul ul ul li.over ul {
	display: block;
}

#toolbar_content li.over ul ul,
#toolbar_content li.over ul ul ul,
#toolbar_content li.over ul ul ul,
#toolbar_content li.over ul ul ul ul {
	display: none;
}

/*</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>*/

/*<group=IEHacks>*/

#toolbar {
	_margin-left: -10px;
}

#toolbar_content li ul li ul {
	_margin-top: -21px;
	_margin-left: 158px;
}

/*</group>*/
