﻿/* @group General Styles */

@font-face {
	font-family: Junction;
	src: url('fonts/junction.otf');
}

@font-face {
	font-family: Graublau;
	src: url('fonts/Graublau.otf');
}

@font-face {
	font-family: YanoneKaffeesatz;
	src: url('fonts/YanoneKaffeesatz.otf');
}


body {
	margin: 0;
	font: 12px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	color: #1a1b1b;
}

p {
	margin: 0;
	padding: 0;
}


br {
	margin: 0;
	padding: 0;
}

img {
   border: none;
}

.pbody {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	padding:0;
}

.pbodybold {
	font-weight:bold;
	margin-top:16px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	padding:0;
}

.pbodyreg {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	padding:0;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 12px 3px 0px;
}

.image-left-screenshot {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 12px;
}

.image-details {
	float:right;
	margin:0px 3px 12px 12px;
	border:2px solid gray
}

a:link, a:visited {
	text-decoration: none;
	color: #777e2c;
}

a:hover, a:active {
	text-decoration: none;
	color: #51561e;
}

.clearer {
	clear: both;
}

blockquote {
}

code {
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 32px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

hr {
	border-top: 1px solid #bfbfbf;
}

.imageStyle {

}

#container #content ul {
}

#container #content li {
}

/* @end */

/* @group Layout */

#top-bar {
	height:6px;
	background:#000;
}
	
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 10px;
}

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 6px;
}

.topper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.topper h1 {
	text-transform: none;
	letter-spacing: -1px;
	font: normal normal 34px/36px Junction, sans-serif;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.contentContainer {
	width: 940px;
	margin: 0;
	padding-bottom: 20px;
	background-repeat: repeat-y;
	padding-top: 6px;
}

#header {
	width: 890px;
	height: 145px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 18px auto 26px;
}

#headerSpacer {
	position: relative;
}

#header h1 {
	margin-left: 25px;
	margin-right: 25px;
	letter-spacing: -1px;
	font: normal normal 34px/34px Junction, sans-serif;
}

#header h2 {
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 34px;
}

.sidebarContainer {
	width: 240px;
	float: right;
	display: block;
}


.sidebar h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.sidebar {
	margin-right: 5px;
	margin-left: 5px;
}

.content {
	margin-left: 25px;
	margin-right: 300px;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.content .indent {
	margin-right: 20px;
	margin-left: 20px;
}

.breadcrumbContainer {
	width: 940px;
	height: 50px;
	margin-bottom: 37px;
	background: #dee0e1 no-repeat;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #11487c;
}

.footer a {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #155897;
}

.footer a:hover {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #e0e0e0;
}

.divider {
	width: 15px;
	background: url(../images/divider.png) no-repeat center center;
	display: inline-block;
	float: left;
	height: 22px;
}

.logoContainer {
	width: 240px;
	overflow: hidden;
	text-align: center;
}

.logoContainer img {
	background-position: center center;
}

	
/* @end */

/* @group Horizontal Menu */

/* Toolbar Styles */

.navcontainer {
	overflow: hidden;
	font-size: 13px;
	height: 40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.navcontainer .current {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	max-width: 124px;
	overflow: hidden;
	width: 123px;
	height: 41px;
}

.navcontainer .current a:link {
	width: 123px;
	text-align: center;
	color: #4a4a4a;
	text-shadow: none;
	font-size: 12px;
	height: 41px;
	font-weight: bold;
}

.navcontainer .current a:hover {
	text-align: center;
	color: #3e3e3e;
	text-shadow: none;
	font-size: 12px;
	width: 123px;
	height: 41px;
}

.navcontainer .current a:visited {
	text-decoration: none;
	display: inline-block;
}

.navcontainer .currentAncestor {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	max-width: 124px;
	overflow: hidden;
	width: 123px;
	height: 41px;
}

.navcontainer .currentAncestor a {
	width: 123px;
	text-align: center;
	text-shadow: none;
	font-size: 12px;
	color: #6e6e6e;
	height: 41px;
}

.navcontainer .currentAncestor:visited {
	text-decoration: none;
	display: inline-block;
}

/* Parent - Level 0 */

.navcontainer ul{
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 31px;
	height: 26px;
}

.navcontainer ul li {
	float: left;
	width: 123px;
	padding-top: 11px;
	height: 26px;
}

.navcontainer a{
	text-decoration: none;
	display: inline-block;
	color: #7e7e7e;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

.navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
	color: #515151;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
}

.navcontainer a:visited{
}

.navcontainer a:active {
	text-decoration: none;
	display: inline-block;
	color: #424242;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

/* Child - Level 1 */

.navcontainer ul ul  {
	display: none;
}

.navcontainer ul ul li {
}

.navcontainer ul ul a {
}

.navcontainer ul ul a:hover {
}

.navcontainer ul ul .current {
}

.navcontainer ul ul .current:hover {
}

.navcontainer ul ul .currentAncestor  {
}

/* Child - Level 2 */

.navcontainer ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul {
	display: none;
}

/* @end */

/* @group Sidebar Menu */

.subnavcontainer {
	position: relative;
	border-style: none;
	font-size: 12px;
}

/* Parent - Level 0 */

.subnavcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subnavcontainer li {
	position: relative;
	display: inline;
	height: 0;
}

.subnavcontainer a {
	display: none;
	text-decoration: none;
}

.subnavcontainer a:visited {
	text-decoration: none;
}

.subnavcontainer a:hover {
	text-decoration: none;
}

/* Child - Level 1 */

.subnavcontainer ul ul {
	margin-bottom: 24px;
}

.subnavcontainer ul ul .current a {
	background-color: #a0a0a0;
	color: #fff;
}

.subnavcontainer ul ul .current a:hover {
	color: #fff;
	background: #858585 repeat-y;
}

.subnavcontainer ul ul a {
	display: block;
	padding: 5px 12px;
	margin-bottom: 6px;
	background-color: #fff;
	color: #858585;
	text-align: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.subnavcontainer ul ul a:hover {
	display: block;
	padding: 5px 12px;
	background-color: #a0a0a0;
	color: #fff;
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a {
	margin-right: 12px;
}

.subnavcontainer ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 3 */

.subnavcontainer ul ul ul ul a {
	margin-right: 24px;
}

.subnavcontainer ul ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul a {
	margin-right: 36px;
}

.subnavcontainer ul ul ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul ul a {
	margin-right: 48px;
}

.subnavcontainer ul ul ul ul ul  {
	margin-bottom: 0;
}

/* @end */

/* @group sideblock */

.sideblock {
	position:relative;
	margin: 10px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(../images/sideblock.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 17px 18px 17px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #444;
}

.sideblock H3 {
	background-color: #ffffff;
	background-image: url(../images/sideblock_header.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 14px 10px 9px 17px;
	font-size: 12px;
	line-height: 12px;
	color: #c8c8c8;
	margin: 0px -17px 8px -17px;
}

/* @end */

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

ul.disc { list-style-type: disc;
}

ul.contact { list-style-type: disc;
}

ul.contact li {
	margin-bottom:8px;
}


ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { 
	list-style-type: decimal;
	font-size: small;
	line-height:normal;
	margin-left:-20px;
}

ol.arabic-numbers li {
	margin-bottom:8px;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end */

/* @group Bread-crumb */

#breadcrumb {
	text-align:center;
	width: 900px;
	height: 23px;
	background: #b0b2b2 url(../images/bc_bkg.png) repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1px;
}

#breadcrumb ul {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 1px 0 0;
}

#breadcrumb a {
	display: inline;
	color: #585858;
	text-shadow: #eee 0 1px 0;
}

#breadcrumb a:hover {
	display: inline;
	color: #292929;
}

.bctinytext {
	text-align:center;
	font-size:x-small;
}

.bcitem {
	float: left;
	display: inline;
	padding-right: 4px;
	padding-left: 8px;
}
	
/* @end */
