@charset "utf-8";

body{
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	background-color:#004981;
	margin:0px;
	font-size:20px;
	color:#000;
	font-family:Arial;
}

h1{
	margin:0px;
	padding:0px;
	font-size:26px;
	text-align:center;
	text-transform:capitalize;
}

h2{
	font-size:20px;
	padding:0px 0px 4px 0px;
	margin:0px;
}

h3{
	font-size:18px;
	padding:0px 0px 4px 0px;
	margin:0px;
}

.list{
	margin-top:0px;
	padding-left:14px;
}

.list li{
	padding-bottom:10px;
}

#long li{
	padding-bottom:20px;
}

.birthdayPic{
	margin: 10px 10px 10px 10px;
	float:left;
}

.clearFix{
	clear:both;
	margin-top:100px;
	font-family:'Times New Roman';
}

#mainWrap{
	margin:0px auto;
	width:1024px;
}

#header{
	background-image:url(../images/header.png);
	width:962px;
	height:261px;
	margin:0px auto;
}

#logo{
	background-image:url(../images/logo.png);
	width:296px;
	height:249px;
	position:absolute;
	margin-top:20px;
}

#linkWrap{
	background-image:url(../images/linkBG.png);
	width:936px;
	height:37px;
	margin:-10px auto 0px auto;
	color:#FFF;
	overflow:none;
	font-size:18px;
	padding:14px 0px 0px 0px;
}

#linkWrap a{
	color:#fff;
	filter:shadow(color:#000000, strength:5, direction:135);
}

#linkWrap ul{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	list-style-type:none;
}

#links li{
	float:left;
	border:0px;
	border-left:1px;
	border-style:solid;
	border-color:#fff;
	padding-right:10px;
	padding-left:10px;
}

#links li:first-child{
	border:0px;
	padding-left:0px;
}

#links li ul li{
	margin-left:10px;
	border:0px;
	padding:0px;
	margin-top:-15px;
}

#links li ul li:first-child{
	margin-top:3px;
}

#linkWrap ul a{
	display:block;
	text-decoration:none;
	margin:0px;
}

#linkWrap ul a:hover{
	color:#898989;
}

#linkWrap li ul{
	display:none;
	background-image:url('../images/belt.jpg');
	position:absolute;
	z-index:2;
}

#linkWrap li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:2;
	width:180px;
	padding: 0;
	margin: 0;
	border:1px solid black;
	margin-left:-11px;
	width:200px;
}

#contentWrap{
	position:absolute;
	z-index:-1;
	width:1012px;
	margin:-40px auto 0px auto;
	font-size:18px;
}

#conTop{
	background-image:url(../images/mainTop.png);
	width:892px;
	height:47px;
	padding:60px 60px 0px 60px;
}

#conMid{
	background-image:url(../images/mainMid.png);
	background-repeat:repeat-y;
	width:892px;
	padding:0px 60px 0px 60px;
}

#conMidLeft{
	float:left;
	width:634px;
	padding-right:8px;
	margin-bottom:100px;
}

.spacer{
	 height:38px;
}

.center{
	text-align:center;
	width:100%;
}

#conMidRight{
	float:right;
	width:250px;
	height:100%;
}

#rColTop{
	width:250px;
	height:32px;
	background-image:url('../images/rColTop.png');
}

#rColMid{
	background-image:url('../images/rColMid.png');
	height:100%;
	padding:5px 5px 5px 5px;
	position: relative;
}

#rColBot{
	width:250px;
	height:13px;
	background-image:url('../images/rColBot.png');
}

#conBot{
	background-image:url(../images/mainBot.png);
	width:1012px;
	height:107px;
}

#schedules table{
	font-size:15px;
	width:278px;
}

#schedules div{
	margin-right:18px;
}

.time{
	width:86px;
}

#calendar a{
	color:#fff;
}

#calendar a:hover{
	color:#000;
}

.formSub{
	width:300px;
	height:80px;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	margin:20px 0px 40px 300px;
}

#summerCheck td{
	text-align:center;
}

/*Gallery*/

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 580px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #000;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
	color: #898989;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 415px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('..images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 580px;
	height: 415px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 580px;
	height: 415px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 415px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 580px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/*End Gallery*/

#rikki{
	position: absolute;
	bottom: 358px;
}