/*html,
body {
	min-height: 100%;
}*/
body {
	background-image: url('../ui_images/top_background.png');
	/*background-image: url('../home.jpg');*/
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/*html:after,
body:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 1px;
	height: 0;
}*/
/* LAYOUT */
.block {
	/*border: solid 1px red;*/
	margin-bottom: 10px;
}
#main {
	/*background: transparent url('../ui_images/top_background.png') no-repeat top center;*/
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
#branding {
	/*background: #ddd;
	height: 150px;*/
	overflow: hidden;
}
#content {
	 /*background: #aaa;*/
}
#content-page {
	margin: 20px 40px 0 40px;
}
.clear:after,
#content:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 1px;
	height: 0;
}
#site-info {
	border-top: 1px solid #d9d9d9;
	height: 22px;
	margin: 40px auto 10px auto;
	padding-top: 2px;
	width: 900px;
}
/* /LAYOUT */
/* ROUNDED BOX */
/* bottom right corner */
.rounded-box,
.rounded-box-5,
.rounded-box-12 {
	background: transparent url('../ui_images/rounded-box-5-bottom-right-corner.png') no-repeat right bottom;
}
.rounded-box-12 {
	background-image: url('../ui_images/rounded-box-12-bottom-right-corner.png');
}
/* bottom border + bottom left corner */
.rounded-box .border,
.rounded-box-5 .border,
.rounded-box-12 .border {
	background: transparent url('../ui_images/rounded-box-5-bottom.png') no-repeat bottom left;
	margin: 0 5px 0 0;
	padding: 0 0 5px 0;
}
.rounded-box-12 .border {
	background-image: url('../ui_images/rounded-box-12-bottom.png');
	margin-right: 12px;
	padding-bottom: 12px;
}
/* right border + top right corner */
.rounded-box .border .border,
.rounded-box-5 .border .border,
.rounded-box-12 .border .border {
	background-image: url('../ui_images/rounded-box-5-right.png');
	background-position: top right;
	margin: 0 -5px 0 0;
	padding: 0 5px 0 0;
}
.rounded-box-12 .border .border {
	background-image: url('../ui_images/rounded-box-12-right.png');
	margin-right: -12px;
	padding-right: 12px;
}
/*.rounded-box .topleft,*/
.rounded-box .border .border .border,
.rounded-box-5 .border .border .border,
.rounded-box-12 .border .border .border {
	background-image: url('../ui_images/rounded-box-5-top-left.png');
	background-position: top left;
	padding: 5px 0 0 5px;
	margin: 0;
}
/* left, top borders + corner */
.rounded-box-12 .border .border .border {
	background-image: url('../ui_images/rounded-box-12-top-left.png');
	padding-top: 12px;
	padding-left: 12px;
}
/* /ROUNDED BOX */
/* BUBBLE */
.rounded-box-12.bubble-left .border {
	background-position: 36px 100%;
}
.rounded-box-12.bubble-left .border .border {
	background-position: top right;
}
.rounded-box-12.bubble-left .border .border .border {
	background: transparent url('../ui_images/bubble-12-top-left.png') no-repeat top left;
	padding-left: 42px;
}
.rounded-box-5.bubble-top .border .border {
	background-position: 100% 5px;
}
.rounded-box-5.bubble-top .border .border .border {
	background: transparent url('../ui_images/bubble-5-top-left.png') no-repeat top left;
	padding-top: 10px;
}
.rounded-box-5.bubble-bottom {
	background-image: url('../ui_images/bubble-5-bottom-right.png');
}
.rounded-box-5.bubble-bottom .border {
	background: transparent url('../ui_images/bubble-5-bottom.png') no-repeat bottom left;
	padding-bottom: 5px;
}
.rounded-box-5.bubble-bottom .border .border {
	background-image: url('../ui_images/rounded-box-5-right.png');
	background-position: top right;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.rounded-box-5.bubble-bottom .border .border .border {
	background-image: url('../ui_images/rounded-box-5-top-left.png');
	background-position: top left;
}
.rounded-box-5.blue-box {
	background-image: url('../ui_images/rounded-box-5-blue-bottom-right-corner.png');
}
.rounded-box-5.blue-box .border {
	background-image: url('../ui_images/rounded-box-5-blue-bottom.png');
}
.rounded-box-5.blue-box .border .border {
	background-image: url('../ui_images/rounded-box-5-blue-right.png');
}
.rounded-box-5.blue-box .border .border .border {
	background-image: url('../ui_images/rounded-box-5-blue-top-left.png');
}
/* /BUBBLE */
/* HORIZONTAL MENU */
.horizontal-menu {
	overflow: hidden;
}
.horizontal-menu li {
	float: left;
	display: inline;
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
}
.horizontal-menu li.first a {
	padding: 0 9px 0 0;
}
.horizontal-menu li.last a { 
	padding: 0 0 0 9px;
	border: none; 
}
.horizontal-menu li a {
	display: block;
	padding: 0 9px;
	line-height: 12px;
	border-right: solid 1px #a1a1a1;
}
/* /HORIZONTAL MENU */
/* TAB MENU */
.tab-menu {
	background: transparent url('../ui_images/gray-dot.png') repeat-x 0 100%;
	height: 1%;
	/*overflow: hidden;*/
}
.tab-menu:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 1px;
	height: 0;
}
.tab-menu li {
	float: left;
	font-size: 18px;
	display: inline;
	margin: 0;
	padding: 4px 12px 4px 12px;
}
.tab-menu li a {
	padding: 4px 0;
}
.tab-menu li.active {
	background: #fff url('../ui_images/gray-dot.png') repeat-x 0 0;
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
}
.tab-menu li.active a {
	color: #424242;
}
.tab-menu li.first {border-left: none; padding-left:0;}
.tab-menu li.first a {}
.tab-menu li.last {}
.tab-menu li.last a {}
/* /TAB MENU */
/* INLINE LIST */
.inline-list {
	/*background: #ccc;*/
}
.inline-list:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 1px;
	height: 1px;
}
.inline-list li,
.inline-list dd {
	float: left;
	display: inline;
	padding-right: 4px;
}
/* /INLINE LIST */
/* INLINE BLOCK LIST */
.inline-block-list {

}
.inline-block-list li,
.inline-block-list dd {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
}
/* /INLINE BLOCK LIST */
/* BRANDING */
#logo {
	/*background: blue;*/
	display: inline;
	float: left;
	height: 102px;
	margin: 20px 0 0 15px;
	width: 156px;
}
#slogan {
	display: inline;
	float: left;
	margin: 25px 0 0 26px;
	text-indent: -40px;
	padding-left: 40px;
	width: 280px;
}
#slogan .text, #slogan #ticker {
	color: #707173;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	display: inline;
	font-size: 24px;
}
#slogan .quote {
	display: none;
}
#slogan #ticker {
	display: block;
	list-style-type: none;
	background: #fefefe;
	padding: 0;
	margin: 0;
	width: 300px;
	text-indent: 0px;
}
#curiosity {
	/*background: pink;*/
	color: #777777;
	clear: right;
	display: inline;
	float: right;
	margin: 5px 40px 0 0;
	min-width: 270px;
	text-align: right;
}
#curiosity .number {
	font-weight: bold;
	color: #60a528;
}
/* /BRANDING */
/* CONTENT */
/* /CONTENT */
/* SITE-INFO */
#links {
	float: left;
	margin: 0 0px;
}
#copyright {
	float: right;
	margin: 0 0px;
}
/* /SITE-INFO */

/* FAQ-LIST */
#faq-list ol {
    list-style-type: decimal;
}

#faq-list ul {
    list-style-type: disc;
}

#faq-list ol li, #faq-list ul li {
    margin: 10px 0 10px 30px;
}

#faq-list dt {
    display: block;
    color: #60a528;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
    margin: 10px 0 10px 0;
}

#faq-list dd {
    margin-left: 60px;
}
/* /FAQ-LIST */
/* HELP */
.help-button{
	font-size: 12px;
	margin-left: 8px;
	vertical-align: middle;
}
#user-status-help{
	float: right;
	margin: 0;
}
.scrollable{
	height: 300px;
	overflow: auto;
}
/* /HELP */
