/*{margin:0;padding:0;}*/
body {font-size:11px;font-family:Helvetica, "Times New Roman", Times, serif;color:#666;padding:0;margin:0;}
img {border:0}
h1 {border-bottom:1px dotted #999;margin:0 0 10px 10px;font-size:16px;line-height:2em;}
h2 {border-left:10px solid #007B38;color: #007B38;padding-left:10px;margin:20px 0 10px 0px;font-size:1.1em}
a{
	text-decoration:none;
	color:white;
}

a:link {
	font-weight:bold;
}

a:hover {
	color:#0000FF;
}

a:visited {
	color:#ffffff;
}

.srch{
	border:0;width:69px;border:1px solid #fff;background-color:#00954E;color:#fff;
}

/*Begin slider*/
div.sc_menu_wrapper {
	position: relative; 	
	height: 200px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 160px;
	
	margin-top: 0;
	margin-left:30px;
	overflow: auto;
	font-size: 13px;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 10px;
	width: 130px;
	font-weight: bold;
	
	/*border: 2px rgb(79, 79, 79) solid;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	/* background: rgb(79, 79, 79);*/	
}

.sc_menu a:hover {
	color:#123;
}

.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}

/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}

ul.lft-smn li {
	list-style-type:square;
	padding-left:0;
	margin-bottom:5px;
	font-size:12px;
	margin-left: -10px;
}

ul.lft-smn li a, ul.lft-smn a:link, ul.lft-smn li a:visited,ul.lft-smn li a:active {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	
}
ul.lft-smn li a:hover {
	color:#00954E;
}
/*End Slider*/