/* @group Layout */

html, body {
	margin: 0;
	padding: 0;
	background-color: #aacbeb;
}

#wrap {
	background-color: #fffbd2;
}

div.block {
	width: 910px;
	margin: 0 auto;
	position: relative;
}

#head {
	height: 120px;
	width: 100%;
	position: relative;
	background-color: #aacbeb;
	border-bottom: 11px solid #221973;
}

#head #logo {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top:30px;
	width: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 18pt;
}

#head #story {
	position: absolute;
	right: 0;
}

#story #quote {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 38px;
	width: 300px;
	height: 50px;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
}

#story #char {
	float: right;
}

#main {
	margin-top: 20px;
	padding-bottom: 50px;
}

#main #menu_div {
	
}

#main #menu {
	float: left;
	width: 200px;
	overflow: hidden;
}

#main #content {
	float: right;
	width: 670px;
	overflow: hidden;
	margin-top: 34px;
}

#content #left_col,
.left_col {
	float: left;
	width: 210px;
	overflow: hidden;
}

#content #main_col,
.main_col {
	float: right;
	width: 430px;
}

* html #content #main_col { overflow: hidden; }
* html.main_col { overflow: hidden; }

#footer {
	position: relative;
	width: 100%;
	border-top: 55px solid #221973;
	margin-bottom: 50px;
	text-align: center;
	padding-bottom: 30px;
}

#footer img#credit {
	margin-top: 2px;
	float: left;
}

#footer p#credit {
	margin-top: 10px;
	float: right;
	font-size: 7pt;
}

/* @end */

/* @group Menu */

#menu,
#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #221973;
	text-decoration: none;
}

#menu li {
	padding: 8px 0 8px 40px;
	width: 162px;
	text-transform: uppercase;
}

#menu li.ACT {
	background: url(../img/main_li_act.gif) no-repeat 0 0;
}

#menu ul {
	list-style: none;
	margin: 5px 0 9px 40px;
	padding: 0;
}

* html #menu ul {
	margin: 10px 0 0;
}

* + html #menu ul {
	margin: 10px 0 0;
}

#menu ul li {
	margin: 0;
	padding: 2px 0;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 8.5pt;
	height: auto;
	background: none;
	text-transform: none;
}

#menu ul li.ACT {
	background: none;
}

#menu ul li a {
	color: #221973;
}

#menu ul li a:hover {
	color: #aacbeb;
}

#menu ul li.ACT a {
	color: #000;
}

/* @end */

/* @group Typography */

html, body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 10pt;
}

a {
	color: #221973;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
}

h1 { font-size: 20pt; margin-bottom: 14pt; font-family: Georgia, "Times New Roman", Times, serif;}
h2 { font-size: 16pt; margin-bottom: 12pt; }
h3 { font-size: 14pt; margin-bottom: 11pt; }
h4 { font-size: 12pt; margin-bottom: 10pt; font-weight: bold; color: #221973; font-family: Georgia, "Times New Roman", Times, serif;}
h5 { font-size: 16pt; margin-bottom: 10pt; font-weight: bold; color: #ec743a; font-family: Georgia, "Times New Roman", Times, serif;}
h6 { font-size: 8pt; margin-bottom: 7pt; font-weight: bold; }

div.container_orange h5 {
	border-bottom: 1px solid #221973; padding: 5px 5px 5px 10px; color: #FFF; font-size: 12pt; font-weight: normal; font-family: Verdana, "Lucida Grande", Lucida, sans-serif; font-size: 10pt; background-color: #221973;
}

div.container_orange p {
	margin: 10px 10px 0;
}

p {
	margin: 0 0 10pt;
	font-size: 1em;
}

#content ul {
	list-style: none;
}

#content ul li {
	padding-left: 50px;
	background: url(../img/acc_in.gif) no-repeat 0 3px;
	margin-bottom: 8px;
}

#content li.csc-textpic-image {
	padding-left: 0;
	background: none;
	margin-bottom: 0;
}

/* @end */

/* @group Blocks */

div.container {
	border: 1px solid #aacbeb;
	padding: 40px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

div.container_orange {
	margin-bottom: 15px;
	background-color: #aacbeb;
	border: 1px solid #221973;
	padding-bottom: 10px;
}

#left_col .csc-textpic-imagewrap,
div.container,
.slide {
	border: 1px solid #aacbeb;
	padding: 6px;
	background-color: #FFFFFF;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {	float: none;}

#left_col img {
	xmargin-bottom: 5px;
}

#left_col div.container, 
.csc-textpic-clear,
.slide {
	margin-bottom: 15px;
}

.csc-textpic-caption {
	font-size: 8.5pt;
}

#next,
.accordion h3 {
	cursor: pointer;
}

.am-menu-item .main_col a {
	text-decoration: none;
	color: #000;
}

/* @group Accordion */

.accordion {
	width: 348px;
}

.accordion h3,
.accordion h3.accordion-inactive {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 50px;
	background: url(../img/acc_in.gif) no-repeat 0 3px;
	margin-bottom: 10pt;
}

.accordion h3.accordion-active {
	background: url(../img/acc_act.gif) no-repeat 0 0;
	height: 40px;
	margin-bottom: 0;
}

.accordion div.element_wrap {
	border-left: 1px solid #aacbeb;
	border-right: 1px solid #aacbeb;
	border-bottom: 1px solid #aacbeb;
	padding: 0 20px 10px 50px;
	margin-bottom: 10pt;
}

.accordion div.element_wrap img {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}

/* @end */

/* @group Carousel */



#carousel p {
  width: auto;
}

#carousel {
  border: 1px solid #aacbeb;
  margin-bottom: 20px;
  width: 680px;
  height: 360px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

#carousel ul {
  width: 16000px;
  position: absolute;
  list-style: none;
  font-size: 1em !important;
  left: 0;
  margin: 0;
}

#carousel ul li {
  width: 600px;
  list-style: none;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
  margin-left: 20px;
  margin-right: 80px;
  margin-top: 15px;
  padding: 0;
  background: none;
}
.carousel-link {
  width: 680px;
  text-align: right;
}
/*
#carousel ul li .div {
  width: 364px;
  height: 180px;
  overflow: hidden;
}
*/

/* @end */

/* @end */

/* @group Form */input, select,
textarea {	padding: 0;	margin: 0 0 5px;}fieldset {	border: none;	margin: 20px 0;	padding: 0;}input,label {	float: left;	margin-bottom: 5px;}input.mf-radio {	clear: left;}label {	width: 140px;	padding-right: 20px;}.csc-mailform-field {	clear: both;}input#mailformformtype_mail {	margin-left: 160px;}select {	margin-bottom: 5px;}span.csc-mailform-radio {	float: left;}span.csc-mailform-radio fieldset {	margin: 0 0 5px;	padding: 0;}span.csc-mailform-radio legend {	visibility: hidden;	height: 0;	overflow: hidden;	font-size: 0;	margin: 0;	padding: 0;	float: right;}span.csc-mailform-radio label {	width: auto;	margin-right: 10px;	margin-left: 5px;}span.csc-mailform-radio input {	margin: 0;}

input,
textarea {
	background-color: #fffbd2;
	border: 1px solid #aacbeb;
}

input.mf-submit {
	background-color: #aacbeb;
	border-top: 2px solid #CCE4FC;
	border-left: 2px solid #CCE4FC;
	border-bottom: 2px solid #94BAE0;
	border-right: 2px solid #94BAE0;
	padding: 3px;
}/* @end */

/* @group Table */

table.contenttable {
	font-size: 0.8em;
}

table.blue {
	margin-bottom: 15px;
	padding: 0;
	border: 1px solid #221973;
	background-color: #aacbeb;
	border-collapse: collapse;	border-spacing: 0;
}

table.blue thead {
	background-color: #221973;
}

table.blue tr,
table.blue th,
table.blue td {
	margin: 0;
	padding: 3px 5px 0 10px;
	border-collapse: collapse;	border-spacing: 0;
}

table.blue th,
table.blue td {
	padding: 3px 5px 3px 10px;
}

table.blue th {
	text-align: left;
	color: #FFF;
	font-weight: normal;
}

table.blue tr td {
	vertical-align: top;
	width: 214px;
}

table.blue tbody tr.tr-even {
	background-color: #9fc4e8;
}

table.blue tr.tr-last td {
	padding-bottom: 10px;
}

/* @end */

/* @group Classes */

.clear {
	clear: both;
	text-align: justify;
}

.clear-am {
	clear: both;
	margin-bottom: 20px;
}

.link {
	text-decoration: underline;
	color: #221973;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* @end */

/* @group sIFR */

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/*---- Header styling ---*/

/* @end */

/* @group Typo3 */

.csc-textpic-caption {
	padding-top: 5px;
	font-family: "Comic Sans MS" "Brush Script MT" cursive;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {	display:inline;	margin-left:0px;}

/* @end */