@charset "utf-8";
/* CSS Document */

body {
    font-size: 12px;
	background-color: #EBE6CF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#siteholder {
    width: 982px;
	margin: 0 auto;
	position: relative;
}

.imgTop {
    position: absolute;
	top: 0px;
	left: 0px;
}

.imgBot {
    position: absolute;
	bottom: 0px;
	right: 0px;
}

.imgLeft {
    position: absolute;
	left: 0px;
}

.imgRight {
    position: absolute;
	right: 0px;
}

.shadowRight {
    background-image: url(images/shadow_rigbac.png);
	background-repeat: repeat-y;
	height: 530px;
	width: 8px;
}

.shadowBot {
    background-image: url(images/shadow_botbac.png);
	position: relative;
	height: 10px;
	width: 943px;
	margin: 0 auto;
}

#topHeader {
    background-image: url(images/topband.jpg);
	width: 975px;
	height: 99px;
	position: relative;
}

#introTophead {
    width: 975px;
	height: 81px;
	position: relative;
	background-image: url(images/topband2.jpg);
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	margin: 0 auto;
	top: -35px;
	left: 408px;
}

#mainContent {
    background-image: url(images/bodyback.jpg);
	width: 975px;
	height: 451px;
	position: relative;
}

#introContent {
    background-color: #D8CFAB;
	width: 975px;
	height: 469px;
	position: relative;
}

.cmsWrapper {
    padding: 15px 45px 5px 45px;
	color: #635A36;
	font-size: 115%;
}

.cmsWrapper a{
    color: #635A36;
	font-weight: bold;
	text-decoration: none;
}

.cmsWrapper h3 {
    color: #990000;
	font-style: italic;
	font-size: 120%;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: lighter;
}

.cmsWrapper h4 {
    color: #990000;
	font-weight: bolder;
	margin-bottom: -5px;
	margin-top: -3px;
	font-size: 115%;
}

.italicOne {
    font-style: italic;
}

.italicTwo {
    font-size: 80%;
	font-style: italic;
	font-stretch: condensed;
}

#introWrapper {
    padding: 0;
}

#bottomDiv {
    position: relative;
	width: 983px;
	margin: 0 auto;
}

#langVin {
    position: absolute;
	left: 0px;
	top: 10px;
	color: #675323;
}

#langVin a{
	color: #675323;
	text-decoration: none;
	margin-right: 10px;
	vertical-align: top;
	font-weight: bold;
}

#langVin a:hover {
    text-decoration: underline;
}

#bottomSuN {
    position: absolute;
	top: 22px;
	left: 0px;
}

.fis_credits {
    position: absolute;
	top: 5px;
	right: 8px;
	color: #B49F70;
	font-size: 75%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.fis_credits a{
    border: 0;
	color: #B49F70;
	text-decoration: none;
}

.bottomLine {
    position: absolute;
	bottom: 0px;
	z-index: 90;
	width: 970px;
}
.bottomLine a{
    margin: 0px 15px;
}

.navHolder {
	width: 975px;
	z-index: 101;
	margin-top: 60px;
}

.navBar {
    margin: 0 auto;
}

.imgBorders {
    background-color: #EAE3D0;
	border: 1px solid #9A7B3A;
	margin: 5px;
	padding: 5px;
}

.biggerLink a{
    color: #990000;
	font-size: 110%;
	text-decoration: none;
}

#exline {
    padding-top: 10px;
    margin: 0 auto;
	width: 500px;
	text-align: center;
	font-size: 90%;
	color: #988352;
	border-top: #988352 1px solid;
}

#exline a{
    color: #988352;
	text-decoration: none;
	margin: 0px 10px;
}

/* Popup Window */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {min-height:320px; min-width:600px; color:#635A36; background-color:#E9E4C6; border:2px solid #C3C0AA; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color: #990000; text-decoration: none;}
#simplemodal-container a.modalCloseImg { background-image:url(images/button_close.png); no-repeat; width:25px; height:25px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

/* Popup Window */

#basic-modal-contentt {display:none;}

#simplemodal-container #basic-modal-contentt {padding:8px;}

