/* CSS Document */

html {
	
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	background-color: #47678e;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #27211c;
	background-image: url(../images/body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #47678e;
	margin: 0px;
}

a {
	color:#47678e;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#4d7ea7;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color:#47678e;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #47678e;
	display: inline;
	padding-right:15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #804a1a;
	display: inline;
}
h3 {
	border-top: 1px dashed #CCC;
	padding: 5px 0px 0px 0px;
	margin: 4px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
h4 {
	margin-bottom:0px;
	font-weight: bold;
	font-size: 16px;
	color: #535353;
	font-weight: bold;
	display: block;
}
h5 {
	border-top: 1px dashed #CCC;
	padding: 5px 0px 0px 0px;
	margin: 4px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.h4old {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #47678e;
}
h5old {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 20px 0px 10px 0px;
}


hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}


/* IDs */

#bg {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 791px;
	text-align: left;
	background-color: #FFF;
	margin-bottom: 0px;
	overflow: hidden;
	padding-bottom: 20px;
}
#topLinks {
	font-size: 14px;
	float: right;
	padding: 10px 28px 0px 0px;
	color: #FFF;
}
#topLinks a {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}


#header {
	background-color: #804a1a;
	margin-top: 0px;
	height: 276px;
}
 
#inside #header {
	background-color: #804a1a;
	margin-top: 0px;
	height: 228px;
}


#logo{
	position: absolute;
	left: inherit;
	top: 13px;
	padding-left: 52px;
	z-index: 5;
}
#banner {
	position: absolute;
	left: inherit;
	top: 0px;
	z-index: 2;
}


#banner_bg {
	position: absolute;
	left: inherit;
	top: 87px;
	z-index: 1;
}

#banner_top {
	position: absolute;
	left: inherit;
	top: 61px;
	z-index: 2;
}

#banner_kids {
	position: absolute;
	left: inherit;
	top: 67px;
	z-index: 3;
}

#banner_bottom {
	position: absolute;
	left: inherit;
	top: 238px;
	z-index: 4;
}

#inside #banner_bottom {
	position: absolute;
	left: inherit;
	top: 195px;
	z-index: 4;
}

#main {
	z-index: 50;
	position: relative;
	margin-top: 0px;
}

#leftMenu,
#content {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

#leftMenu {
	float: left;
	width: 158px;
	background-color: #a0b9d3;
	padding: 0px;
	margin-top: 0px;
}
#leftMenu img {
	float: left;
	clear: right;
} 
#leftMenu a img {
	float: none;
	clear: none;
}
#leftMenu .menuItem {
	padding: 10px 15px;
	cursor: pointer;
}
#leftMenu .menuItemHover  {
	background-color: #cddae8;
}

#content {
	float:left;
	width: 573px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFF;
	margin-top: 0px;
	padding: 10px 30px;
	line-height: 20px;
}
#events {
	line-height: .8;
	font-size: 11px;
	margin-left: -16px;
	margin-top:10px;
}
#events a {
	color: #47678e;
	padding-right: 10px;
	line-height: inherit;
}

#events .header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #9f6914;
	padding-right: 10px;
	line-height: 1.3;
}
#events .date {
	font-weight: bold;
}
#events .location {
	color: #47678e;
}
#events .details {
	padding-right: 20px;
	text-align: right;
}

#events .left {
	background-image: url(../images/eventBox.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 8px 10px 0px 10px;
	width: 288px;
	height: 115px;
}

#events .right {
	float: right;
	background-image: url(../images/eventBox.gif);
	background-repeat: no-repeat;
	padding: 8px 0px 0px 10px;
	margin-right: -20px;
	width: 288px;
	height: 115px;
}

#picture_box {

	background-image: url(../images/pictbox.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 25px;
	padding: 15px 10px 0px 15px;
	float: right;
	
}

#picture_box img{
	padding-bottom: 15px;
}
#picture_box .caption {
	width: 250px;
	background-image: url(../images/pictboxCaption.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;	
	font-size: 11px;
	padding:10px 0 5px;
}







#Dpicture_box {
	height: 206px;
	background-image: url(../images/pictbox.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 20px;
	padding: 15px 10px 0px 10px;	
	float: right;
	position: block;
}

#Dpicture_box img{
	padding-bottom: 15px;
}
#Dpicture_box .caption {
	width: 250px;
	background-image: url(../images/pictboxCaption.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;	
	font-size: 11px;
	margin:-12px 0 25px -10px;
	padding:10px 0 5px;
	position: block;
}
















#apicture_box.caption {
	height: 245px;
	background-image: url(../images/pictboxCaption.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
	font-size: 11px;
}
#apicture_box .caption {
	width: 230px;
	line-height: 1;
	text-align: center;
	text-weight: bold;
	
}

#menuLevel {
	background-image: url(../images/menuGrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #a0b9d3;
	font-weight: bold;
	padding: 10px 15px 10px 12px;
}

#menuLevel ul {
	list-style: disc url(../images/bullet1.png) outside;
	line-height: 1.2;
	margin-left: 17px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
}
#menuLevel ul li{
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin-left: -5px;
	padding-bottom:  6px;
}
#menuLevel ul a {
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
#menuLevel ul.small {
	list-style: disc url(../images/bullet2.png) outside;
	line-height: 1.2;
}
#menuLevel ul.small li {
	margin: auto;
	margin-left:-4px;
}

#menuLevel ul.small a {
	font-size: 10px;
}

#contacts {
	margin-left:30px;
}

#contacts .left{
	width:50%;
	float:left;
}

#contacts .right {
	margin-left:50%;
}

/*Classes*/

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #804a1a;
}

.subsubtitle {
	background-image: url(../images/subsubtitle_bg.gif);
	background-repeat: no-repeat;
	padding-top: 5px 0px 0px 0px;
	margin: 4px 60px 0px -30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	display: block;
}