#support {
	background: #fff;
	font: bold 120% Arial, Helvetica, sans-serif;
	text-align: center;
}
#support a {
	color: #007ddd;
	display: block;
	text-decoration: none;
}

#support a:hover {
	background: #ffffcc;
	color: #004aaa;
}

#support h5 {
	display: inline;
}

#support hr {
	margin-top: 0;
}

#links ul {
        list-style-type: none;
        width: 700px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #007ddd;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 700px;
}

#links li a:hover {
    	background: #ffffcc;
		color: #004aaa;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0 0 0;
}

.floatleftclear{
	float: left;
	clear: left;
	margin: 4px;
}

/* Thumbnail Container */
.thumbnailContainer {
	width: 800px;
	/*border-top: 1px solid #ccc;*/
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
}

#kwick .kwicks {
	display: block;
	height: 300px;
	margin: 10px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 300px;
	width: 97px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .brotherhood {
	background: #ccc url(../images/balance/brotherhood.jpg) ;
}

#kwick .academics {
	background: #ccc url(../images/balance/academics.jpg);
}

#kwick .leadership {
	background: #ccc url(../images/balance/leadership.jpg);
}

#kwick .adventure {
	background: #ccc url(../images/balance/adventure.jpg);
}

#kwick .nobility {
	background: #ccc url(../images/balance/nobility.jpg);
}

#kwick .community {
	background: #ccc url(../images/balance/community.jpg);
}

#kwick .extreme {
	background: #ccc url(../images/balance/extreme.jpg);
	border-right: 0;
}
