@charset "utf-8";
#box {
position:inherit;
border:1px solid #000;
background-color:#FFF;
width:100%;
margin:0;
padding:0 0 15px 0;
}

#box li,#box li a {
padding-top:7px;
padding-bottom:7px;
font-weight:700;
}

#box ul {
list-style-image:url("../Images/SQ4BlueBullet.gif");
padding-left:30px;
padding-right:7px;
margin:0;
}

.box-header {
font-weight:700;
font-size:14px;
color:#475d97;
background-color:#CAD4DE;
margin:0;
padding:4px 0;
}

#box-fill {
position:inherit;
margin-bottom:15px;
border:1px solid #000;
background-color:#e2e8f3;
font-weight:700;
width:94%;
padding:10px;
}

#box-fill ul {
padding-left:30px;
padding-right:7px;
margin:0;
}

#box-fill li,#box-fill li a {
padding-top:3px;
padding-bottom:3px;
font-weight:700;
}
#gallery{
clear:both;
width:100%;
margin:0;
padding:0;
}

#gallery .logo{
float: left;
}

#gallery .pics{
float:right;
}
/*-------------Start of Special homepage elements-------------*/
.slider-content-box {
	border:1px solid #000;
	background-color:#d4e3ed;
	padding:4px;
	height:270px;
}
.treeview ul { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}
.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	padding-bottom:5px;
	padding-top:5px;
	font-weight:500;
}
.treeview li {
	list-style-type: none;
	font-weight:bold;
}
.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: url(/Images/closed.gif) no-repeat left 1px;
	padding-left:20px;
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	padding-top:7px;
}
.treeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	margin-left:-25px;
}
.blue-bold {
	font-weight:bold;
	color:#4b6099;
	text-decoration:underline;
}
/*-------------End of Special homepage elements-------------*/