/* CSS Document */

/************* DOCUMENT FONT STYLES ********/
p, li, h1, h2, h3, h4, td, th {
	color:#fff;
}
p, ul {
	padding-bottom: 10px;
}
p {
	line-height: 22px;
}
h1, h2, h3, h4 {
	padding-top: 10px;
	padding-bottom:5px;
}
ul li {
	margin-left:15px;
	list-style:outside square;
}
td {
	padding: 3px 5px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#F90;
	text-decoration: none;
}
a:visited {
	color:#BC720E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/************* MODIFY GRIDS ****************/
b, strong { font-weight:bold; }
i, em { font-style:italic; }
h1 { font-size:170%; }
h2 { font-size:150%; }
h3 { font-size:130%; }
h4 { font-size:110%; }


/*********** KS styles ************/
#doc {
	width:1001px;
}
h1.replace {
	display:none;
}
body {
	background-image:url(../layout/home_hd_bg.jpg);
	background-repeat:repeat-x;
	background-color: #999999;
}
.home .content {
	text-align:center;
}
#hd {
	background-image:url(../layout/home_header.jpg);
	background-repeat:no-repeat;
	height:103px;
	padding-top:75px;
	padding-right:130px;
	padding-left:100px;
}
#hd h2 {
	float:right;
	color:#fff;
	text-align:right;
}
#hd h2 span.sub {
	font-size:80%;
}
ul#topNav {
	margin-top:18px;
	margin-left:430px;
	float:right;
	clear:right;
	width: 475px;
} 
/* #topNav {
	margin-top:78px;
	margin-left: 442px;
	text-align:right;
	width: 515px;
} */
#topNav li {
	float:left;
	list-style:none;
	display:inline;
	margin:0;
}
#topNav li a, #topNav li a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
	padding:5px 10px;
}
#topNav li a:hover {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	font-size:110%;
	padding:5px 10px;
}
.leftNav {
	background-image:url(../layout/leftNav_gallery.gif);
	background-repeat:no-repeat;
	padding-top:20px;
}
.leftNav li {
	margin:0;
	display:inline;
}
.leftNav a, .leftNav a:visited {
	background-image:url(../layout/leftNav_bg.gif);
	background-repeat:repeat-y;
	padding:12px;
	list-style:none;
	display:block;
	margin:1px 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.leftNav a:hover {
	background-image:url(../layout/leftNav_hover.gif);
}
.leftNav a img {
	margin: -11px;
	margin-right:10px;
}
#bd, #ft {
	margin-right:9px;
	margin-left:4px;
	background-color: #333333;
	
}
#bd {
	/*background-image:url(../layout/bd_bg.gif);
	background-repeat:repeat-x;
	clear:both;*/
}
.home #bd {
	padding-top:10px;
	padding-bottom:30px;
}
#bd .content {
	padding:20px;
}
#content {
	clear:left;
}
.slideshow {
	background-image:url(../layout/home_slideshow_bg.gif);
	background-position:50% 0;
	padding:9px;
	background-repeat:no-repeat;
	position:relative;
	height:360px;
}
.slideshow .slide {
	position:absolute;
	top:8px;
	left:223px;
}
.slideshow img {
	margin-bottom:5px;
}

div.thumbnailContainer {
	display:block;
	clear:both;
	text-align: center;
	margin-left: 220px;
}
.thumbnails {
	margin:15px auto;
	/* width: 512px; */
}
ul.thumbnails {
	text-align: center;
}
.thumbnails li {
	margin:0;
	float:left;
	display:inline;
	list-style:none;
	text-align:center;
}
.thumbnails li a, .thumbnails li a:visited {
	background-image:url(../layout/home_thumbnail_bg.gif);
	background-repeat:no-repeat;
	background-position:52% 0;
	padding:9px 12px 10px 12px;
	float:left;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.thumbnails li a img {
	margin-bottom:4px;
}

table.thumbnailTable {
   width: 625px;
}
.thumbnailTable a, .thumbnailTable  a:visited {
	margin-top: 4px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.thumbnailTable td {
   text-align: center;
}

.thumbnailTable img {
   border: 4px solid #fff;
}

#ft {
	text-align:center;
	padding:10px;
	background-image:url(../layout/footer_top.gif);
	background-repeat:no-repeat;
	color:#ccc;
	font-size:90%;
	background-position:50% 0;
}
#ft a, #ft a:visited {
	color:#fff;
}
.leftCol {
   padding-left: 14px;
}
.bodyCopy {
	margin: 10px 50px 0px 50px;
	text-align: left;
}