@charset "UTF-8";
/* CSS Document */

#justcontent, #homeleft, #homeright, #homebottom {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Subnav Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#subnav {
	width: 160px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#subnav #category_list {
	width: 160px;
}

#subnav #category_list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #666;
	border: 1px solid #fff;
	font-size: 12px;
}

#subnav #category_list ul li {
	float: left;
	position: relative;
	display: block;
	width: 160px;
}

#subnav #category_list ul li a {
	color: #fff;
	display: block;
	height: auto;
	padding: 5px 10px;
	text-decoration: none;
	position: relative;
}

#subnav #category_list ul li a:hover {
	text-decoration: underline;
}

#subnav #category_list ul li:hover ul, #subnav #category_list ul a:hover ul, #subnav #category_list ul li.over ul {
	display: block;
	visibility: visible;
}
	
#subnav #category_list ul li ul {

}

#subnav #category_list ul li ul li {
	background-color: #BBCBC8;
	border-top: 1px solid #fff;
	border-bottom: none;
	width: 159px;
	height: auto;
}

#subnav #category_list ul li ul li a {
	color: #000;
	padding: 5px 10px 5px 20px
}

#subnav #category_list ul li ul li a:hover {
	background-color: #dddddd;
	background-image: none;
}

/* ------------------------------------------------------------------ */
/* ------- Subcontent Styling --------------------------------------- */
/* ------------------------------------------------------------------ */

#subcontent {
	width: 551px;
	height: auto;
	float: left;
}

#subcontent a {
	color: #274253;
	text-decoration: none;
}

#subcontent a:hover {
	text-decoration: underline;
}

#subcontent .csc-header h2 {
	margin-top: 0px;
	border-bottom: 1px solid #000;
	width: 100%;
	font-size: 1.9em;
}

#subcontent .tx-sgglossary-pi1 br {
	display: none;
}

#subcontent .tx-sgglossary-pi1 td {
	padding: 0px;
}

#subcontent .tx-sgglossary-pi1 td b {
	font-size: 1.4em;
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Smooth Gallery Styling ----------------------------------- */
/* ------------------------------------------------------------------ */

.myGallery {
	border: none !important;
}

.tx-rgsmoothgallery-pi1 {
	background: #fff !important;
	margin: 0px;
}

.tx-rgsmoothgallery-pi1 a {
	color: #fff !important;
}

.slideElement {	
	background-color: #fff !important;
}

.loadingElement {
	background-color: #fff !important;
}