@charset "UTF-8";
/* CSS Document */
body             { margin: 0px; padding: 0px 0 0 0; font-family:Arial; background-color: #1B1438; }
#container       { width: 100%; height: auto; background: url('images/body.gif') repeat-x #493F92; border-bottom: 1px solid #fff; }
#wrapper         { margin: 0 auto; width: 817px; border-right: 0px solid #ccc;  border-left: 0px solid #ccc;}
#header          { float: left; width: 817px; height: 376px; margin: 0px; padding: 0px; background: url('images/header.jpg') no-repeat;}
.dotted          { background: url('images/dotted.gif') repeat-y top left; border: 0px solid #FF0000;}
#title           { float: right; margin: 60px 0 0 0; padding: 0px;}
.subheader       { font-size: 12px;}
/*---------------------- MENU -------------------*/
#topmenu        { float: left; margin: 120px 0 0 0px; padding: 0px 0 0 0; width: 817px;  border: 0px solid #000;} 
#topmenu ul     { float: left; list-style:none;margin:0;padding:15px 0 0 20px; }
#topmenu li     { float:left; width:105px; margin:0; padding:0; text-align:center;}
#topmenu li a   { display:block; padding:11px 10px 9px 10px; height:100%; color:#fff; text-decoration:none; border-right:0px solid #fff;  font-size: 12px; font-weight: bold; text-transform: uppercase;}
#topmenu #left  { border-left:0px solid #fff;}
#topmenu li a:hover, li a:focus, li a:active { background-position:-150px 0; color:#fff; }
#topmenu #d a   { background:url('images/bg4.jpg') repeat 0 0; }
/*-------------------- CONTENT -----------------*/
#content         { float: left; width: 817px;  height: 350px; min-height: 350px; height: auto; margin: 0px; background: url('images/bck.gif') repeat-x top #3A3180;}
#innercontent    { padding: 13px 0px 0px 0px; _height: 350px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-align: justify; color: #fff; width:790px; margin: 0px auto; border: 0px solid red;}
h1               { font-size: 19px; color: #000; font-weight: bold; width: 300px; text-align:left; margin: 0px 0 5px 0; text-transform:uppercase;}
h2               { color: #948BDF; border-bottom: 1px dashed #493F92; font-size: 18px; font-weight: normal; padding: 0px; margin: 0px 0px 5px 0px;  text-transform:uppercase;}   
#logo            { color: #fff; font-size: 10px; padding-top: 0px; margin: 0px;}
#logo img,#logo a{ text-decoration:none; color:#fff; border: none;}
.left            { float: left; width: 790px; margin: 0px 0 5px 0; padding: 0px; color: #fff; border: 0px solid green; height: 300px; min-height: 300px; height: auto;}
.left ul         { margin: 0 0 0 10px; padding-left: 0px;}
.left img        { margin: 0 0 10px 0;}
.left a          { color: #948BDF; padding: 3px;}
.left a:hover    { color: #948BDF; text-decoration: none;}
.clearfix        { clear: both;}
.pics img        { margin: 0 auto; padding: 0px;}
/*---------------------- GALLERY ------------------*/
#right          { float: right; width: 380px; margin: 0px; padding: 5px 16px 0 0px; _padding:5px 12px 0px 0px; color: #fff; text-align:left;}
#right a        { color: #948BDF;} #right a:hover   { text-decoration: none; color: #948BDF;}
#right img      { margin: 0 0 0px 0; }
DIV#right.loading { background: transparent url('js/loading_image.gif') no-repeat center center;}
/*---------------------- GALLERY ------------------*/
#footer          { width: 819px; height: 44px; background: url('images/footer.gif') repeat; margin: 0px auto; border-bottom: 0px solid #fff; border-right: 0px solid #fff;  border-left: 0px solid #fff; }
#foot-inner      { padding: 4px 0px 0 0; margin: 0px 0 0 0; font-size: 10px; color:#000; font-weight: bold; width: 788px;}
#foot-inner a    { color: #fff;}
#foot-inner a:hover{ text-decoration:none;}
#logo            { float: right;  font-size: 9px; padding: 0px 0px 0 0;}
#logo img, #logo a{ text-decoration:none; color:#fff; border: none; padding: 0px 0px 0 0;}
/*-------------------- FORM -----------------*/
label            { width: 10em; float: left; font-size:12px; }
label.error      { float: left; color: #fff;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
.submit          { margin: 0 0 10px 120px; _margin: 0 0 10px 123px; position: relative; }
fieldset         { margin: 0px; width: 360px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
fieldset p       { padding: 0px; margin: 12px 0px;}
#formtext        { color: #fff;}
textarea         { border: 1px solid #ccc;}
input            { border: 1px solid #ccc;}
form             { border: none;}
	
.day {
	width:185px;
	height:235px;
	float:left;
	margin:5px;
	font-size:18px;
	padding:0px;
	color:#222;
	background:#cbc5ff;
}
.day h4 {
	color:#fff;
	background:#D61B2A;
	width:185px;
	height:20px;
	padding:7px 0px 5px 0px;
	margin:0px;
	text-align:center;
}
.day span {
	color:#D61B2A;
	}
.day ul, .day p {
	margin:10px 20px;
	list-style-position:inside;
	list-style-image:url('images/li.png');
	text-align:center;
}
.day span.smaller {
	font-size:12px;
	color:#222;
}

table { width:100%; border-left:1px solid #948BDF; border-top:1px solid #948BDF; }
table tr td { border-right:1px solid #948BDF; border-bottom:1px solid #948BDF; }
