/* This CSS doc contains the styles used exclusively for the SPLASH PAGE */

body {
	margin: 0px;
	background-color: 28324B;
}

#Header {
	margin: 10px;
	width: 100%;
	background-color: 28324B;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 8pt;
	color: DBCECB;
}

#MenuLayer {
	width: 100%;
}

#LogoCell {
	background-image: url('../images/logo_bkgnd.gif');
	background-repeat: repeat-x;
	background-color: DBCECB;
	text-align: left;
	vertical-align: bottom;
}

#MenuCell {
	width: 290px;
	height: 106px;
	text-align: right;
	background-image: url('../images/menu_bkgnd.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: 28324B;
}

#Content {
	width: 100%;
}

.ContentCell {
	background-color: DBCECB;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 8pt;
	color: 28324B;
	vertical-align: top;
	text-align: left;
	padding: 20px;
}

#PhotoCell {
	width: 475px;
	background-image: url('../images/photo_bkgnd.gif');
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: bottom;
}

#Info {
	width: 100%;
}

#ContactCell {
	background-image: url('../images/contact_bkgnd.gif');
	background-repeat: repeat-x;
	background-color: 28324B;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 7pt;
	color: 667AA5;
	text-align: left;
	vertical-align: bottom;
	padding-left: 20px;
	padding-top: 30px;
	height: 65px;
}

#ContactCell a {
	color: #667AA5;
}

#ContactCell a:hover {
	color: #DBCECB;
}

#TickerCell {
	background-image: url('../images/ticker_bkgnd.gif');
	background-repeat: no-repeat;
	background-position: top;
	background-color: 28324B;
	width: 458px;
	height: 65px;
	padding-top: 6px;
	padding-right: 17px;
	text-align: right;
	vertical-align: top;
}

#ImageGalleries {
	width: 100%;
	background-color: 28324B;
	margin-left: 10px;
	margin-right: 10px;
}

#GalleryTitle {
	height: 22px;
	background-image: url('../images/gallery_title_bkgnd.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: 28324B;
	vertical-align: top;
	text-align: right;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 7pt;
	color: DBCECB;
}

#GalleryIntro {
	height: 38px;
	vertical-align: bottom;
	text-align: right;
	background-color: 28324B;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 7pt;
	color: DBCECB;
}

#Footer {
	width: 100%;
	vertical-align: top;
	text-align: center;
	background-color: 28324B;
}

.PictureCell {
	text-align: center;
	vertical-align: top;
	width: 110px;
}