/* CSS Document */
.container {
	width: 560px;
	padding-left: 10px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background-color: #AAB674;
}
ul.tabs li a {
	text-decoration: none;
	color: #333333;
	display: block;
	font-size: 1.1em;
	border: 1px solid #fff;
	outline: none;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
}
ul.tabs li a:hover {
	background-image: url(../graphics/newstabak.gif);
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	border-bottom: 1px solid #E7F1F8;
	background-image: url(../graphics/newstabgrad.gif);
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-color: #E7F1F8;
}
.tab_content {
	padding: 10px;
	font-size: 12px;
	color: #333333;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 6px;
	font-size: 16px;
	color: #35536A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.tab_content h3 a{
	color: #254588;
}

/* gallery links */
#switchholder {
	width: 302px;
	height: 100px;
	float: right;
	background-color: #999999;
	position: relative;
	margin-top: 10px;
	margin-right: 9px;
}
#set_of_links {
	position:absolute;
	width: 300px;
	padding: 0px;
	margin-top: 1px;
	margin-left: 1px;
}
#set_of_links a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #AAB674;
	height: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	width: 142px;
}
#set_of_links a.middle {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #AAB674;
	height: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	width: 142px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADEC2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADEC2;
}
#set_of_links a:hover {
	background-color: transparent;
	background-image: url(../graphics/gallhilight.gif);
}
#set_of_links a span {
display:none
}
#set_of_links a:hover span {
display:inline;
position:absolute;
top:0px;
left:152px;
width:300px;
height:100px}
.site_1 {
	background-image: url(../graphics/gallsm1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.site_2 {
	background-image: url(../graphics/gallsm2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.site_3 {
	background-image: url(../graphics/gallsm3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.picstart {float:right;
}

