@charset "UTF-8";


/* Ad Club Career Day CSS */



/*---------------------------------

Structure

-----------------------------------*/

#mainContent {
	width: 990px;
	height: 728px;
	position: relative;
	margin: 25px auto;
	border: none;
}

.information {
	margin: 15px 125px 0 0;
	float: left;
}

#subContent {
	color: #555555;
	padding: 0;
	width: 340px;
	float: left;
	border: none;
}

#navBar {
	font-weight: bold;
	padding: 5px;
	width: 335px;
	display: block;
	/* float: left; */
}

#logoLink {
	background-image: url(../../images/adclub_logo.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 137px;
}

.SlidingPanels { 
	position: relative;
	width: 295px;
	height: 398px;
	margin: 18px 0;
	padding: 0px;
	text-align: left;
}

.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	height: 398px;
	overflow-y: auto;
	margin: 0px;
	padding: 0px;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel {
}

.SlidingPanelsFocused {
}


/* 		Text & Links		*/

.SlidingPanels, #p1, #p2, #p3, #p4, #navBar { 
	color: #555555;
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-weight: normal;
	line-height: 13px;
}

a, a:visited {
	color: #555555;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	color: #bb573d;
	text-decoration: none;
}

img {
	border: none;
}

/* Panels */

#p1, #p2, #p3, #p4 { 
	margin: 0;
	padding: 0 5px 0 0;
}