/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #29384B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#main_table {
	margin-left:auto;
	margin-right:auto;
	border:0px solid #000000;
	margin-top: 20px;
	background-color: #29384B;
}

#main_cell, #main_cell_contact {
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	background-color: #29384B;
	height:550px;
	vertical-align:top;
}

#main_cell_contact{
	background-color: #4D6A8B;
	background-image: url(../images/contact_main.jpg);
}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}

p{
	margin-top: 6px;
	margin-bottom: 6px;
}

.bio_text {
	padding-left:12px;
	line-height:1.3em;
	color:#c8def7;
}

.bio_text p {
	font-size:13px;
	margin-top:0;
	margin-bottom:12px;
}


/******************************/
/* code from http://www.cssplay.co.uk/menu/scroll_gallery.html */
#scrollbox {
	width:620px; 
	height:83px; 
	background:transparent; 
	overflow:auto; 
	border:1px solid #aaa;
}

#thumbs {
	width:1000px; /* defines how many thumbnails can fit in the line; need to increase as you add thumbnails */
	height:60px;
	vertical-align: middle;
}

#thumbs a {
	text-decoration:none;
	padding-right:10px;
}

#thumbs a img {
	border:1px solid #000000;
	background-color: #f4ffb4;
}

#thumbs .current {
	border:2px solid #ce518d;
	background-color: #f4ffb4;
	margin-right:10px;
}

/***********************/
#footer {
	position: absolute;
	top: 618px;
	text-align: center;
	font-size: 10px;
	color: #29394B;
}

#footer a {
	text-decoration:none;
	color: #29394B;
}

#footer a:hover {
	color:#6D9DCF;
}

/******************************/
ul#sitemap {
	list-style:none;
	color:#000033;
}

ul#sitemap li a {
	color:#000033;
}

/*****************************/
#contact_info {
	color: #9fba6a;
	width: 248px;
	position: relative;
	top: 270px;
	left: 470px;
}

#contact_info a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color: #9fba6a;
}

#contact_info a:hover {
	color: #FFFFFF;
}
.home_text {
	display: none;
}
