/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
#shell{ margin:auto; padding:0 0 0 0;}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 175px;
	height: 350px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right:0; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}

#kwick_1 {

	background:url(Images/pic1_envir.jpg) no-repeat;
}
#kwick_2 {
	background:url(Images/pic2_envir.jpg) no-repeat;
}
#kwick_3 {
	background:url(Images/pic3_envir.jpg) no-repeat;
}
#kwick_4 {
	background:url(Images/pic4_envir.jpg) no-repeat;
}
#kwick_5 {
	background:url(Images/pic5_envir.jpg) no-repeat;
}
#kwick_6 {
	background:url(Images/pic6_envir.jpg) no-repeat;
}
#kwick_7 {
	background:url(Images/pic7_envir.jpg) no-repeat;
}
#kwick_8 {
	background:url(Images/pic8_envir.jpg) no-repeat;
}
#kwick_9 { 
	xbackground-color: #000066;
}
.kwicks.horizontal #kwick_3 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_3 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}


.menu_tbl{ padding:0; margin:0; color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.menu_tbl tr{ padding:0; margin:0;}
.menu_tbl tr td{ padding:5px; margin:0; color:#FFFFFF; font-weight:bold; background:url(Images/boder_btm.gif) bottom repeat-x;}

.menu_tbl tr td a{ text-decoration:none; color:#FFFFFF; font-weight:bold;}
.menu_tbl tr td a:link, a:active, a:visited{ text-decoration:none; color:#FFFFFF; font-weight:bold;}
.menu_tbl tr td a:hover{ text-decoration:none; color:#ffde00; font-weight:bold;}




.clr{ clear:both}