/**************************************
***************************************

Title:      SynergySoccerClub.com base styles

**************************************
**************************************/

/* test of svn */

/* ******************************* */
/* general overall style specifics */
/* ******************************* */

@import url("reset.css");
@import url("960.css");
@import url("enriched.css"); /* For the newer CSS3 styles not supported by all */

html
{
	font-size: 62.5%;
}

body {
	background: #192f5a url('../images/bg_pattern.png') repeat 0 0; 
	color: #6a737b; 
	font-size: 1.3em; 
	line-height: 1.3em;
	font-family: Helvetica, Arial, Sans-serif;
}

a, a:link {
	color: #1A88C9;
	text-decoration: none;
}

a:hover {
	color: #b0d45e;
	text-decoration: underline;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	background: transparent url(../images/bg_bottom.png) repeat-x left bottom;	
	padding: 0 0 12px 0;
	width: 982px;
}

#leftShadow {
background:transparent url(../images/bg_left_shadow.png) repeat-y left top;
padding-left:11px;
}

#rightShadow {
background:transparent url(../images/bg_right_shadow.png) repeat-y right top;
padding-right:11px;
}


#container {
	background: #ffffff url(../images/bg_container.png) repeat-y top left;
	overflow: hidden;
	position: relative;
}

#homeBackground {
	position: absolute;
	background: url(../images/bg-home-image.jpg) no-repeat 0 0;
	width: 727px;
	height: 801px;
	top: 265px;
	left: 233px;
	display: block;
}


/***************************/
/*     TOPLINE             */
/***************************/
.date {
	color: #98a1a8;
	font-style: italic;
	padding: 10px 0;
}

.definition {
	text-indent: -9999px;
	background: url(../images/synergy_description.png) no-repeat 0 10px;
	width: 692px;
	height: 17px;
	padding: 10px 0;
}

/***************************/
/*     MASTHEAD            */
/***************************/
#header{
	clear: both;
	height: 201px;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url(../images/logo_synergy_soccer_club.png) no-repeat top left;
	width:280px;
	height:201px;
}

#header h3 {
	float: left;
	text-indent: -9999px;
	background: url(../images/synergy_header_1.png) no-repeat 10px 42px;
	width: 610px;
	height: 201px;
}

.teamTopHeader {
	display: none;
}

.header {
	background: url(../images/bg_header.jpg) no-repeat top left;
}

.u9-green-co-rec {
	background: url(../images/U9_Header.jpg) no-repeat top left;
}

.u10-green {
	background: url(../images/U10_Green_Header.jpg) no-repeat top left;
}

.u10-navy {
	background: url(../images/U10_Header.jpg) no-repeat top left;
}

.u11-green {
	background: url(../images/U11_Green_Header.jpg) no-repeat top left;
}

.u11-navy {
	background: url(../images/U11_Navy_Header.jpg) no-repeat top left;
}

.u12-green {
	background: url(../images/U12_Green_Header.jpg) no-repeat top left;
}

.u12-navy {
	background: url(../images/U12_Navy_Header.jpg) no-repeat top left;
}

.u13-green {
	background: url(../images/U13_Green_Header.jpg) no-repeat top left;
}

.u13-navy {
	background: url(../images/U13_Navy_Header.jpg) no-repeat top left;
}

.u14-green {
	background: url(../images/U14_Green_Header.jpg) no-repeat top left;
}

.u14-navy {
	background: url(../images/bg_header_team_U14DS.jpg) no-repeat top left;
}

.u15-green {
	background: url(../images/U15_Green_Header.jpg) no-repeat top left;
}

.u15-navy{
	background: url(../images/U15_Navy_Header.jpg) no-repeat top left;
}

.u18 {
	background: url(../images/U18_Header.jpg) no-repeat top left;
}


/***************************/
/*     NAVIGTAION          */
/***************************/
.nav {
	position: absolute;
	left: 233px;
	width: 727px;
	background: #b0ce5d url('../images/bg_nav_shadow.png') repeat-y left top;
	z-index: 85;
}

.nav ul li{
	float: left;
	position: relative;
}

.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	padding: 7px 13px 4px 13px;
	border-left: 1px solid #c3dd86;
}

.nav ul li a:hover {
	color: #1a88c9;
}

.nav ul li.home a {
	border-left: none;
	padding-left: 23px;
}

.nav ul li.current a {
	color: #1a88c9;
}

.nav ul li.mega a {
	background: url('../images/icon_nav_mega.png') no-repeat center right;
	padding-right: 26px;
}

.nav ul li.mega a:hover, .nav ul li.mega.current a {
	background: url('../images/icon_nav_mega_on.png') no-repeat center right;
}

#teamNav, #calNav {
	position: absolute;
	z-index: 80;
	width: 12em;
	background: #b0ce5d;
}

#teamNav li, #calNav li {
	float: none;
}

#teamNav li a, #calNav li a {
	background: none;
	border-top: 1px solid #c3dd86;
}

.nav ul li.current ul li a {
	color: #fff;
}

.nav ul li.current ul li a:hover {
	color: #1a88c9;
}

.nav ul li ul {
	display: none;
}

.hovering {
	position: relative;
	display: block;
}

/***************************/
/*     NAVIGATION2         */
/***************************/
#nav2{
	margin: 5px 0 20px 10px;
	width: 190px;
}

#nav2 li a, #nav2 li a:link, #nav2 li a:visited {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	padding: 7px 10px 4px 10px;
	border-bottom: 1px solid #616e78;
}

#nav2 li a:hover, #nav2 li a.current {
	background: #b0ce5d;
}

/***************************/
/*     SIDBAR ELEMENTS     */
/***************************/
#sidebar {
	position: relative;
}

a.funZone, a.funZone:link {
	display: block;
	text-indent: -9999px;
	background: url('../images/btn_funzone.png') no-repeat top left;
	width: 218px;
	height: 79px;
}

a.funZone:hover {
	background: url('../images/btn_funzone.png') no-repeat 0 -79px;
}

#nav2 #link-facebook a, #nav2 #link-facebook a:link {
	display: block;
	text-indent: -9999px;
	background: transparent url('../images/icon-facebook.png') no-repeat 7px 5px;
	height:  28px;
}

#nav2 #link-facebook a:hover{
	background-color: transparent;
}

#reminders {
	margin: 20px 0 50px 10px;
	width: 190px;
	text-align: center;
	line-height: 1.1em;
	color: #fff;
	text-transform: uppercase;
}

#reminders h3 {
	border: 1px solid #616e78;
	background: #465660;
	margin: 0;
	padding: 2px 0;
}

#reminders ul li {
	padding: 12px 5px;
	border-top: 1px solid #616e78;
}

#reminders ul li:first {
	border-top: none
}

#reminders ul li h4 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#reminders ul li p {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/***************************/
/*     BODY ELEMENTS        */
/***************************/
#content {
	/*overflow: hidden;*/
	margin-top: 50px;
}

#content h3 {
	color: #1a88c9;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}

#content p {
	padding: 0 0 10px 0;
}

.soccer_links {
	margin: 0 0 40px 0;
	overflow: hidden;
}

.soccer_links li {
	overflow: hidden;
	background: #ffffff url('../images/bg_soocer_links.png') repeat-x 0 0;
	border-top: 1px solid #e5f1cb;
	padding: 0 0 30px 10px;
}

.soccer_links li ul li {
	border-top: none;
	background: transparent;
	padding: 0;
}

.soccer_links li ul li a, .soccer_links li ul li a:link {
	color: #6a737b;
}

.soccer_links li ul li a:hover {
	text-decoration: underline;
	color: #b0d45e;
}

#searchsidebar {
	display: block;
	clear: both;
	width:190px;
	margin: 0 auto 20px 20px;
}

#searchBox {
	background: #cee4b1 url(../images/bg-search-box.png) repeat-x 0 50%;
	width:175px;
	padding:1px 5px 1px 10px;
	border-right: 2px solid #4d5257;
	border-bottom: 2px solid #4d5257;
	border-left: 1px solid #585d61;
	border-top: 1px solid #585d61;
}

#searchBox fieldset{
	margin: 7px 0 0 0;
}

#searchBox form input[type="text"] {
	color:#6a737b;
	font-size:0.9em;
	padding:2px;
	width:11em;
	float: left;
	margin: 1px 0 0 0;
}

#searchBox form input[type="text"]:focus {
	background:#fff;
}

#searchBox .middleColumn, #Search {
	display:inline;
}

#searchBox .action {
display: inline;
margin:0px 0 0 8px;
padding:0px 0px;

}


/* Home News
----------------------------*/
#news_home {
	background: transparent url('../images/bg_news_box.png') repeat-x 0px 33px;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
}

#news_home h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	background: #f0f6e0 url('../images/bg_news_headline.png') repeat-y top left;
	padding: 4px 0 1px 10px;
}

#news_home ul {
	padding: 5px 20px;
}

#news_home ul li {
	overflow: hidden;
	border-bottom: 1px solid #acb5ad;
	margin: 0;
	padding: 7px 0 7px 0;
}

#content #news_home ul li h3 {
	background: url('../images/btn_news_toggle_open.png') no-repeat right 6px;
	font-size: 1.05em;
	text-transform: none;
	color: #6A737B;
	padding: 0px;
}

#content #news_home ul li h3.opened {
	background: url('../images/btn_news_toggle_close.png') no-repeat right 6px;
	font-size: 1.05em;
}

#news_home ul li h3:hover {
	cursor: pointer;
}

.news_home_date {
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
	display: block;
}

.news_home_content{
	display: block;
	overflow: hidden;
	margin: 5px 0 0 0;
}

.news_home_content img {
	float: right;
}

.hasImage p {
	width: 295px;
	float: left;
}

.news_home_content p {
	float: left;
}

#content p.toggleNews, #content p.hide {
	cursor: pointer;
	text-align: right;
	background: transparent;
	color: #1A88C9;
	padding-bottom: 0px;
}

/* Trainers
----------------------------*/
#Trainer, #Co-Trainer{
	margin: 0 0 10px 0;
}

#Co-Trainer{
	margin: 0 0 40px 0;
}

#Trainer .panel, #Co-Trainer .panel{
	border: 1px solid #dadcde;
	overflow: hidden;
}

#Trainer .trainer_detail {
	overflow: hidden;
}

#Trainer .trainer_body {
	background:#f8fbf0 url('../images/bg_trainer_body_line.png') repeat-y 365px 0;
}

#Co-Trainer .trainer_body {
	background:#e6f5fc url('../images/bg_trainer_body_line.png') repeat-y 365px 0;
	overflow: hidden;
}

#Trainer img {
	padding: 0;
	margin: 0;
}

#content .main h3 {
	padding: 15px 0;
	color: #1A88C9;
	font-size: 1.1em;
}

.trainer_head .aside {
	color: #1A88C9;
	font-size: 0.9em;
	line-height: 1.2em;
}

.aside em {
	display: block;
}

h3 .normal {
	text-transform: none;
}

#Trainer div.trainer_head, #Co-Trainer div.trainer_head {
	background: #e3f0c7 url('../images/bg_trainer_body_line.png') repeat-y 365px 0;;
	border-bottom: 1px solid #dadcde;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#Co-Trainer div.trainer_head {
	background-color: #e6f5fc;
}

#Trainer div.trainer_body {
	padding: 0;
	overflow: hidden;
}

#Trainer .main, #Co-Trainer .main {
	/*border-right: 1px solid #dadcde;*/
	padding-right: 5px;
}

.trainer_head .aside {
	padding-top: 8px;
}

#Trainer .aside, #Co-Trainer .aside {
	padding-left: 5px;
}

.trainer_body .main, .trainer_body .aside  {
	padding: 15px 0px 25px 0;
}

#Trainer .panel, #Co-Trainer .panel {
	clear: both;
}

#Trainer .tabTrainers {
	background: #ebf4d7;
	overflow: hidden;
}

#Co-Trainer .tabCotrainers {
	background: #e6f5fc;
	overflow: hidden;
}
.tabTrainers li, .tabCotrainers li {
	float: left;
}

#content .tabTrainers li h3, #content .tabTrainers li a, #content .tabCotrainers li h3, #content .tabCotrainers li a {
	display: block;
	padding: 10px 10px;
	color: #1A88C9;
	text-decoration: none;
}

#content .tabTrainers li a.selected, #content .tabTrainers li a:hover {
	background: #d7e9ae;
}

#content .tabCotrainers li a.selected, #content .tabCotrainers li a:hover {
	background: #b1e4fb;
}


/* Content Inner Sections
----------------------------*/
.contentInner_main {
	margin: 0px;
	padding-right: 9px;
}

.contentInner_aside {
	margin: 0px;
	border-left: 1px solid #ebf4d7;
	padding-left: 9px;
}

.contentInner_image {
	clear: both;
	display: block;
	padding: 10px 0;
	margin: 10px 0 20px 0;
	border-top: 1px solid #ebf4d7;
	border-bottom: 1px solid #ebf4d7;
}


/***************************/
/*     FOOTER  ELEMENTS    */
/***************************/
#footer {
	margin-top: 0px;
	margin-bottom: 20px;
	background: #0069aa;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.2em;
}

#footer h5 {
	padding: 10px 0;
	color: #a0cf67;
	font-size: 0.9em;
	font-weight: normal;
}

#footer p {
	font-size: 0.9em;
	border-top: 1px solid #192f5b;
	color: #192f5b;
	padding: 7px 0;
}

#footer p a, #footer p a:link, #footer p a:visited {
	color: #192f5b;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer h4 a {
	display: block;
	text-indent: -9999px;
	background: url('../images/logo_footer_synergy.png') no-repeat left top;
	width: 176px;
	height: 49px;
	margin: 35px 0 20px 15px;
}

/***************************************/
/*     ACHIEVEMENTS TABLE  ELEMENTS    */
/***************************************/
.achievements {
	border-collapse: collapse;
	border-left: 1px solid #dadcde;
	border-top: 1px solid #dadcde;
	width: 100%;
	margin: 0 0 30px 0;
}

.achievements caption {
	color:#1A88C9;
	padding:10px 0 5px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.achievements th, .achievements td {
border-bottom:1px solid #dadcde;
border-right:1px solid #dadcde;
border-collapse:collapse;
vertical-align:middle
}

.achievements th {
	background: #009ddc;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding:5px 8px;
}

.achievements td {
	padding: 5px 8px;
	font-size: 0.95em;
}

.achievements tr.alt {
	background: #eff6df;
}

.achievements tr.over {
	background: #e6f5fc;
}

td .yes a {
	display: block;
	width: 30px;
	height: 24px;
	text-indent: -9999px;
	background: transparent url('../images/icon_camera.png') no-repeat 0 0;
	margin: 0 auto;
}

td .yes a:hover {
	background: transparent url('../images/icon_camera.png') no-repeat 0 -24px;
}

td .no a {
	display: none;
}

tfoot {
	text-align: right;
	background: #e6f5fc;
}


/***************************************/
/*     FORM ACTIONS ELEMENTS           */
/***************************************/
#Form_emailNewsletterForm, #Form_ContactForm {
	background: #dfeebf;
	border: 1px solid #c3cdb7;
	padding: 0 0 0 10px;
	margin-bottom: 40px;
	overflow: hidden;
}

/*.action {
background-color:#00589d;
border:1px solid #005398;
color:#FFFFFF;
font-size:0.85em;
margin:0 0 0 2px;
padding:5px 10px;
text-decoration:none;
text-transform:lowercase;
}*/

.Actions {
	margin: 5px 0 20px 0;
	padding: 0 0 0 0;
}

label {
	display: inline;
	font-size:1.1em;
	line-height: 1.1em;
	margin:0px 0 0 0;
	padding:10px 0 5px;
}

label.left{
	float: left;
	width: 100px;
}

#Form_ContactForm label.left {
	float: none;
	display: block;
	padding: 10px 0 0 0;
}

div.field {
	clear: both;
}

select {
	font-size:1.4em;
}

fieldset {
	border:none;
	margin:10px 0 10px 0;
	padding:0;
	display:block;
}

legend{
	display: none;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	color: #5BB223;
	font-weight: normal;
}

form input[type="text"], form input[type="password"]{
	font-size: 1.2em;
	width: 16em;
	border: 1px solid #c3cdb7;
	padding: 2px 0;
}

form input[type="text"]:focus, form input[type="password"]:focus,
form textarea:focus, 
form select:focus {
	border: 1px solid #0069aa;
	background-color: #e6f5fc;
	color: #6A737B;
}

form textarea {
	font-family: verdana;
	font-size: 1.2em;
	width: 16em;
	height: 10em;
	border: 1px solid #c3cdb7;
}

fieldset .message, #content_body #PageCommentInterface_Form_PostCommentForm_error{
	display: block;
	color: #cb3113;
	margin: 2px 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #cb3113;
	background: #fdf8bf;
}

/***************************************/
/*     CALENDAR PAGE ELEMENTS          */
/***************************************/
#calendar {
	margin: 0 0 40px 0;
}

#calendar .calendarArea {
	overflow: hidden;
	margin: 10px 0 0 0;
}

#calendar .tabCalendars {
	background: #ebf4d7;
	overflow: hidden;
}

.tabCalendars li {
	float: left;
}

#content .tabCalendars li h3, #content .tabCalendars li a {
	display: block;
	padding: 10px 10px;
	color: #1A88C9;
	text-decoration: none;
}

#content .tabCalendars li a.selected, #content .tabCalendars li a:hover {
	background: #d7e9ae;
}


/***************************************/
/*     TEAMS TABLE  ELEMENTS    */
/***************************************/
.teams {
	border-collapse: collapse;
	border-left: 1px solid #dadcde;
	border-top: 1px solid #dadcde;
	width: 100%;
	margin: 0 0 30px 0;
}

.teams caption {
	display: none;
}

.teams th, .teams td {
border-bottom:1px solid #dadcde;
border-right:1px solid #dadcde;
border-collapse:collapse;
vertical-align:top;
}

.teams th {
	background: #009ddc;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding:5px 8px;
}

.teams td {
	padding: 5px 8px;
	font-size: 0.95em;
}

.teams tr.alt {
	background: #eff6df;
}

.teams tr.over {
	background: #e6f5fc;
}

/***************************/
/*     FUN ZONE  ELEMENTS  */
/***************************/
.wallpapers {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#content .wallpapers h3 {
	padding: 15px 5px 12px 20px;
	border: 1px solid #cae4a9;
	background: #ebf4d7;
	margin: 0 0 25px 0;
	color: #0076c0;
	font-weight: normal;
}

.wallpapers h3 .larger, .trivia h3 .larger {
	font-size: 1.3em;
	font-weight: bold;
}

.wallpapers ul li {
	float: left;
	padding-bottom: 20px;
}

.wallpapers ul li img {
	float: left;
	display: block;
}

.wallpapers ul li ul {
	float: left;
	margin: 0 15px 0 5px;
}

.wallpapers ul li ul li {
	float: none;
	padding-bottom: 2px;
}

.wallpapers ul li ul li a {
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #6a737b;
}

.wallpapers ul li ul li a:hover {
	text-decoration: underline;
	color: #0076c0;
}

div.trivia {
	clear: both;
	margin: 10px 0 40px;
}

#content .trivia h3 {
	padding: 10px 5px 10px 20px;
	border-top: 4px solid #ccebf8;
	border-bottom: 4px solid #ccebf8;
	background: transparent;
	margin: 0 0 25px 0;
	color: #0076c0;
	font-weight: normal;
}

.trivia ol li {
	float: left;
	width: 240px;
	margin: 0 10px 0 0;
	background: #f3f9e7 url('../images/bg_trivia_question.png') no-repeat 100px 5px;
	padding: 20px 20px;
	display: block;
	height: 120px;
	overflow: auto;
	color: #0076c0;
}

/***************************/
/*  ONLINE STORE ELEMENTS  */
/***************************/
.SpiritWearItem {
	border-top: 1px solid #dadcde;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

#content .SpiritWearItem h4 {
	font-size: 1.2em;
}

.ProductPrice {
	font-size: 1em;
}

.ProductSpecs, .showDetails {
	font-size: 0.9em;
}

.ProductDescription {
	display: none;
	margin: 5px 0px;
}

.ProductDescription ul li {
	list-style: disc;
	padding-left: 0px;
	margin: 0 0 0 25px;
}

/***************************/
/*     TEAM ELEMENTS       */
/***************************/
.team_col1 {
	overflow: hidden;
	float: left;
	display: block;
	width: 190px;
}

.team_col2 {
	overflow: hidden;
	float: left;
	display: block;
	width: 430px;
}

.practice_link, .gameSchedule_link {
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
}

.practice_link a, .practice_link a:link, .gameSchedule_link a, .gameSchedule_link a:link {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	width: 90px;
	height: 106px;
	background: transparent url(../images/icon_calendar_link.png) no-repeat 0 0;
}

.practice_link a:hover, .gameSchedule_link a:hover {
	background: transparent url(../images/icon_calendar_link.png) no-repeat 0 -106px;
}

.coachComments {
	border: 1px solid #dadcde;
	padding: 15px 10px 10px 15px;
	background: #f7fbef url(../images/bg_coach_comments.png) repeat-x 0 0;
	margin: 0 0 15px 0;
}

.coachComments ul li {
	padding: 0 0 5px 0;
}

.commentDate {
	font-weight: bold;
}

.team_details ul {
	margin: 0 0 8px 0;
}

#coachCommentsAll {
	display: none;
}

#teamHero {
	display: block;
	float: none;
	overflow: hidden;
}

#teamHero ul li {
	float: left;
	padding: 1px 1px;
}

#teamHero ul li a {
	display: block;
	padding: 4px 4px 2px 4px;
}

#teamHero ul li a:hover {
	background: #B0CE5D;
}

/*----------------------------------------
USED FOR IWSL Inserted Javascript Tables
-----------------------------------------*/
.iwsl, .standings {
	border-collapse: collapse;
	border: 1px solid #dadcde;
	font-size: 0.8em;
	color: #6A737B;
}

.iwsl tr, .standings tr {
	text-transform: lowercase;
}

.iwsl td, .standings td {
	text-transform: capitalize;
}

.iwsl_header, .standings_header {
	background: #009ddc;
	color: #fff;
	text-transform: capitalize;
}

.teamHighlight {
	background: #e6f5fc;
}

.alt {
	background: #f0f1f2;
}

.over {
	background: #e6f5fc;
}

.iwsl td a, .iwsl td a:link, .standings td a, .standings td a:link {
	text-decoration: none;
	color: #6A737B;
	text-transform: capitalize;
}

/* ******************************* */
/*      VCARD Styles	           */
/* ******************************* */
.vcard {
	color: #1A88C9;
	margin: 30px 0 0 10px;
}

.organization-name {
	font-weight: bold;
}

.vcard .adr {
	padding: 0 0 0 0px;
}

.vcard .tel {
	padding: 5px 0 0 0px;
}

/* ******************************* */
/*      SEARCH RESULT Styles	           */
/* ******************************* */
#SearchResults li {
	border-top: 1px solid #dadcde;
	padding: 15px 0;
}

/* ******************************* */
/*      Recruit Styles	           */
/* ******************************* */
.recruits {
	display: block;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.recruits li {
	float: left;
	text-align: center;
	padding: 0 5px;
}

.recruits li img {
	display: block;
}
