﻿/*****************************************************************************/
/*                      Kent School Global Styles                            */
/*****************************************************************************/


/*** Generic Typography ******************************************************/

/*** Next line per Kevin's request to fix pictures in News section ******************************************************/


html .bodyCopy img { position: relative; }
.bodyCopy table { position: relative; float: left; }
.bodyCopy img { position: relative; }

body {
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #666;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #123b61;
}

a:active, a:hover {
	color: #f32;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.2em 0 0.5em 0;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.8em;
}

h6 {
}

.title {
  font-family: georgia, times, "times new roman", serif;
}


/*** Even-Width Column Layouts ***********************************************/

.colOuter {
  width: 100%; /* makes IE5.5 happy, doesn't hurt anything else */
  overflow: hidden;
}

.colOuter .col {
  float: left;
}

.twoColOuter .col {
  width: 50%;
}

/* The odd value of the 3-column layout causes some variation in different 
browsers. Noteably, Safari 2 and Opera 9.5 ignore the decimal places and has 
a larger gap after the last column. */
.threeColOuter .col {
  width: 33.33%;
}

.fourColOuter .col {
  width: 25%;
}

.fiveColOuter .col {
  width: 20%;
}

.colInner {
  margin: 0.5em;
}


/*** Common styles ***********************************************************/

body { 
	margin: 0;
	padding: 0;
  background: #092947 url(../Images/Common/bgPage.jpg) center top repeat-y;
}

img {
  border: none;
}

.pageOuter {
  margin: 0 auto;
  background: #123b61 url(../Images/Common/bg.jpg) no-repeat;
}

.contentWidth {
  width: 997px;
}

.inlineList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inlineList li {
  display: inline;
  padding: 0 0.6em;
}

.centeredListOuter {
  float: left;
  position: relative;
  width: 800px;
  height: 35px;padding-top:42px;
}
* html .centeredListOuter {
  overflow: auto;
}

.centeredList {
  position: relative; margin-top: 0px; 
}

.clearFix {
  height: 0;
  clear: both;
}


/*** Left Column *************************************************************/

.colLeft {
  position: relative;
  float: left;
  width: 188px;
}

.colLeftAdjust {
  margin-left: 188px;
}

.logoOuter {
  margin-bottom: 20px;
}

.leftNav {
  margin: 0 1px 24px 2px;
  padding: 0;
  list-style-type: none;
}

.leftNav li {
  margin-bottom: 1px;
}

.leftNav li a, 
.leftNav li a:link, 
.leftNav li a:visited {
  position: relative;
  display: block;
  padding: 5px 8px;
}

/* Submenus are hidden by default */
.leftNav ul {
  display: none;
}

/* Submenus display when parent item is active */
.leftNav li.current ul {
  display: block;
}

.leftNav ul {
  position: relative;
  margin: -1px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.secondaryNav {
  position: relative;
  border-bottom: solid 1px #5A7691;
  margin-bottom: 2px;
}

.secondaryNav .last {
  margin-bottom: 2px;
}

.secondaryNav li a, 
.secondaryNav li a:link, 
.secondaryNav li a:visited {
  background: #F0EEDD;
  color: #000;
}

.secondaryNav ul {
  background: #fff;
  margin-right: -1px;
  padding: 0 1px 1px 1px;
}

.secondaryNav ul li {
  margin-bottom: 0;
  border-top: solid 1px #fff;
}

/* The style of 'current' will change color and display and sub items */
.secondaryNav li.current {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-right: -1px;
}

.secondaryNav li.current a,
.secondaryNav li.current a:link,
.secondaryNav li.current a:visited {
  border: solid 1px #fff;
  border-width: 1px 0 0 1px;
  font-weight: bold;
  color: #BAB9A9;
  background: #2D2D2D;
}

/*--- Second level ---*/

.secondaryNav li.current ul .last {
  margin-bottom: -1px;
}

.secondaryNav li.current ul li {
  background: #2D2D2D url(../Images/Common/arrowRight4.gif) 8px 9px no-repeat;
}

.secondaryNav li.current ul li a,
.secondaryNav li.current ul li a:link,
.secondaryNav li.current ul li a:visited {
  padding-left: 20px;
  border-width: 0;
  font-weight: bold;
  color: #BAB9A9;
  background: none;
}

/*--- Third level ---*/

.secondaryNav li.current ul ul {
  padding-bottom: 0;
  padding-left: 0;
}

.secondaryNav li.current ul ul li {
  border-top: none;
  background: #2D2D2D;
}

.secondaryNav li.current ul li ul a,
.secondaryNav li.current ul li ul a:link,
.secondaryNav li.current ul li ul a:visited {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 30px;
  background: #2D2D2D;
}

/*--- Fourth level ---*/

.secondaryNav li.current ul li ul ul a,
.secondaryNav li.current ul li ul ul a:link,
.secondaryNav li.current ul li ul ul a:visited {
  padding-left: 40px;
  font-weight: normal;
}

/*--- Selected item style ---*/
/* The style of 'selected' will highlight and display marker arrow */

.secondaryNav li.selected a,
.secondaryNav li.selected a:link,
.secondaryNav li.selected a:visited {
  color: #fff;
  background: #2D2D2D url(../Images/Common/arrowLeft.gif) right center no-repeat;
}

.secondaryNav li.current li.selected a,
.secondaryNav li.current li.selected a:link,
.secondaryNav li.current li.selected a:visited {
  color: #fff;
  background: transparent url(../Images/Common/arrowLeft.gif) right center no-repeat;
}

.secondaryNav li.current ul li.selected ul li a,
.secondaryNav li.current ul li.selected ul li a:link,
.secondaryNav li.current ul li.selected ul li a:visited {
	background-color: #2D2D2D;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	color: #BAB9A9;
}

.secondaryNav li.current ul li ul li.selected a,
.secondaryNav li.current ul li ul li.selected a:link,
.secondaryNav li.current ul li ul li.selected a:visited {
  color: #fff;
  background: #2D2D2D url(../Images/Common/arrowLeft.gif) right center no-repeat;
}

.secondaryNav li.current ul li ul li.selected ul li a,
.secondaryNav li.current ul li ul li.selected ul li a:link,
.secondaryNav li.current ul li ul li.selected ul li a:visited {
	background-color: #2D2D2D;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	color: #BAB9A9;
}

/*--- Audience Nav ---*/

.audienceNav li a, 
.audienceNav li a:link, 
.audienceNav li a:visited {
  background: #858479;
  color: #fff;
}

.audienceNav li.current a, 
.audienceNav li.current a:link, 
.audienceNav li.current a:visited {
  font-weight: bold;
  background: #E8352C;
  color: #fff;
}

.audienceNav li.current ul a, 
.audienceNav li.current ul a:link, 
.audienceNav li.current ul a:visited {
  font-weight: normal;
  background: #F0EEDD;
  color: #000;
}

.colLeft .spiff {
  text-align: center;
  margin-bottom: 20px;
}


/*** Header ******************************************************************/

.header {
  position: relative;
  width: 800px;
  overflow: hidden; 
}
* html .header { overflow: auto; }

.header a, 
.header a:link, 
.header a:visited {
  color: #fff;
}

.searchControls {
  float: right;
  margin: 8px 5px 0px 8px;
}

.searchBox {
  border: solid 1px #000;
  width: auto;
}

.searchButton {
  vertical-align: middle; height: 19px;
}

.tacticalNav {
  float: right;
  line-height: 2.8em;
}

.primaryNav {
  font-size: 1.25em;
  white-space: nowrap;
  height: auto; padding-left: 12px
}

.primaryNav img {
  vertical-align: middle;
}

.primaryNav li {
  padding: 0;
}

.primaryNav li.dim a, 
.primaryNav li.dim a:link, 
.primaryNav li.dim a:visited {
  color: #8093A3;
}

.primaryNav li.sep { /* between items separator */
  padding: 0 0.8em;
}


/*** Main body ***************************************************************/

.bodyOuter {
  position: relative;
  margin-right: 2px;
  background: #fff;
}

.bodyContentOuter {
  padding: 5px;
  overflow: hidden;
}

.bodyContentInner {
  background: url(../Images/Common/bgBodyContentInner.gif) repeat-y;
}

.bodyContentOuter .spiff {
  position: relative;
  width: 175px;
  margin: 0 auto;
  text-align: left;
  background: #EEEDEC;
}

.bodyContentOuter .spiff .headingImage {
  display: block;
}

.bodyContentOuter .spiff .content {
  padding: 1px 5px 5px 5px;
  overflow: hidden;
  font-size: 0.9em;
  line-height: 1.3em;
}

.bodyContentOuter .spiff .title {
  margin-top: 5px;
  font-size: 1.4em;
  line-height: 1.2em;
}

.bodyContentOuter .spiff .title, 
.bodyContentOuter .spiff .title a, 
.bodyContentOuter .spiff .title a:link, 
.bodyContentOuter .spiff .title a:visited {
  color: #000;
}

.bodyContentOuter .spiff .title a:hover {
  color: #f32;
  text-decoration: none;
}

.bodyContentOuter .spiff p {
  margin: 3px 0 10px 0;
}

.bodyContentOuter .spiff .readMore {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  float: right;
  width: 15px;
  height: 10px;
  background: url(../Images/Common/arrowRightRollover.gif) no-repeat;
}

.bodyContentOuter .spiff .readMore .text {
  display: none;
}

.bodyContentOuter .spiff .readMore:hover {
  background-position: -15px 0;
}

.bodyBanner {
  position: relative;
  height: 302px;
  z-index: 0;
  overflow: hidden;
}

.bodyBanner img {
  display: block;
}

.bodyBannerShort {
  height: 63px; 
}

.titleArea {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 797px;
  height: 77px;
  margin: 5px;
  background: url(../Images/Common/bgTitleArea.png) no-repeat;
}

.titleArea_Giving {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 797px;
  height: 77px;
  margin: 5px;
  background: url(../Images/Common/bgTitleArea_giving.png) no-repeat;
}

.titleAreaSolid {
  background: url(../Images/Common/bgTitleArea-Solid.png) no-repeat;
}

.titleAreaBlue {
  background: url(../Images/Common/bgTitleArea-Blue.png) no-repeat;
}

.titleArea h1 {
  margin: 0;
  padding: 25px 0 9px 17px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.bodyContent {
  margin-right: 174px;
  padding: 5px 0 20px 20px;
}

.bodyContentWide {
  margin-right: 0;
  margin-bottom: -5px;
  background: #fff;
}

.bodyContent h2,
.bodyContent h2 a,
.bodyContent h2 a:link,
.bodyContent h2 a:visited {
  margin-top: 0;
  font-weight: normal;
  color: #c1251d;
  text-decoration: none;
}

.bodyContent h2 a:hover,
.bodyContent h2 a:active {
  text-decoration: underline;
}

.rssLink {
  display: block;
  float: right;
  margin: 9px 10px 13px 15px;
  font-size: 0.9em;
}

.rssLink, 
.rssLink:link, 
.rssLink:visited {
  color: #999;
}

.rssLink img {
  vertical-align: bottom;
}

.bc { /* breadcrumbs */
  margin: 10px 0 15px 0;
  text-transform: uppercase;
  font-size: 0.8em;
}

.bc a, .bc a:link, .bc a:visited {
  color: #d02f26;
}

.bc li {
  padding: 0 3px 0 13px;
  color: #d02f26;
  background: url(../Images/Common/arrowRight2.gif) 0 4px no-repeat;
}

.bc .first {
  padding-left: 0;
  background: none;
}

.bodyCopy {
  position: relative;
  padding-right: 75px;
  font-size: 0.9em;
  line-height: 1.5em;
}

.bodyContentWide .bodyCopy { 
  margin-right: 20px;
}

.bodyCopy h2 {
  font-size: 1.55em;
}

.bodyCopy p {
  margin: 0 0 20px 0;
}

.bodyCopy a,
.bodyCopy a:link,
.bodyCopy a:visited {
  text-decoration: underline;
}

.bodyContent2Col {
  background: url(../Images/Common/bgBodyContent2Col.gif) repeat-y;
}

.bodyContent2Col .bodyCopy {
  padding: 0;
  margin-right: 225px;
}

.bodyContent2Col .colRight {
  position: relative;
  float: right;
  margin-top: 9px;
  width: 175px;
  /*background: #F3F2F1;*/
}

.bodyContent2Col .colRight h2 {
  font-size: 1.2em;
}

.bodyContent2Col .colRight .colInner {
  margin-top: 0;
  /*padding: 5px 10px;*/
}

.bodyContent2Col .colRight ul {
  margin: 10px 0 30px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
}

.bodyContent2Col .colRight ul li {
  position: relative;
  background: url(../Images/Common/arrowRight3.gif) 0 4px no-repeat;
  padding: 0 0 5px 13px;
}

.bodyContent2Col .colRight ul a,
.bodyContent2Col .colRight ul a:link,
.bodyContent2Col .colRight ul a:visited {
  color: #2d2d2d;
}

/* function links */
.bodyCopy .fLink, 
.bodyCopy .fLink:link, 
.bodyCopy .fLink:visited {
  float: left;
  padding-left: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  background: url(../Images/Common/arrowRight3.gif) 0 5px no-repeat;
}

.newsLinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.2em;
}

.newsLinks li {
  margin: 10px 0;
}

.newsLinks a, 
.newsLinks a:link, 
.newsLinks a:visited {
  color: #c1140b;
  text-decoration: none;
}

.newsLinks a:hover, 
.newsLinks a:active {
  text-decoration: underline;
}


/*** Body Tabs Navigation ****************************************************/


#tabsOuter {
  position: relative;
  background: url(../Images/Common/shadowLeft.gif) 0 5px repeat-y;
}

.tabsNav {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  border-top: solid 3px #fff;
  border-bottom: solid 1px #D4D2C3;
  list-style-type: none;
  background: #F0EEDD url(../Images/Common/bgTabsNav.gif) right top repeat-y;
}

.tabsNav li {
  padding: 2px;
  border-top: solid 1px #D4D2C3;
  border-left: solid 1px #D4D2C3;
  font-size: 1.4em;
}

.tabsNav li a,
.tabsNav li a:link,
.tabsNav li a:visited {
  display: block;
  padding: 14px 12px;
  text-decoration: none;
  color: #2d2d2d;
}

.tabsNav .ui-tabs-selected {
  padding-right: 0;
}

.tabsNav .ui-tabs-selected a,
.tabsNav .ui-tabs-selected a:link,
.tabsNav .ui-tabs-selected a:visited {
  color: #fff;
  background: #2D2D2D url(../Images/Common/arrowLeft.gif) right center no-repeat;
}

.tabPage {
  margin-left: 150px;
  margin-right: -60px;
  padding: 20px;
  background: url(../Images/Common/shadowTop.gif) right top no-repeat;
}

.tabPage .content {
  position: relative;
  width: 230px;
}

.tabPage .colRight {
  position: relative;
  float: right;
  padding: 0 0 20px 0;
}

.tabPage .colRight img {
  border: solid 1px #000;
}

.tabPage .colRight ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.tabPage .colRight ul .fLink {
  float: none;
  padding: 0;
  background: none;
}


/*** Right Column ************************************************************/

.rightColOuter {  
  position: relative;
  float: right;  
  top: -243px;
  margin-bottom: -243px;
  z-index: 2;
  width: 174px;
  padding-top: 17px;
  border-left: solid 5px #fff;
}

.rightCol {
  min-height: 250px;
  padding-bottom: 20px;
  border: solid 1px #E5E4D7;
  border-bottom-width: 0;
  background: url(../Images/Common/bgRightCol.gif) repeat-y;
}

.rightColOuterShort .rightCol {
  min-height: 203px;
}

.rightCol .spiff {
  width: 172px;
  margin-bottom: 20px;
  background: #E8E6DC;
}

.rightColOuterShort .spiff {
  margin-bottom: 5px;
}

.rightCol h2 {
  position: relative;
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #858479 url(../Images/Common/bgTitle.gif) left bottom repeat-x;
}

.itemPicker {
  position: relative;
  margin: 0;
  background: #fff;
  margin-bottom: 20px;
}

.itemPicker .imgOuter img {
  display: block;
}

.itemPicker .textOuter {
  margin-top: 3px;
}

.itemPicker .title {
  margin: 0 15px;
  text-align: center;
  font-size: 1.3em;
}

.itemPicker .subtitle {
  margin: 0;
  font-size: 0.9em;
}

.itemPicker .title,
.itemPicker .title a,
.itemPicker .title a:link,
.itemPicker .title a:visited {
  color: #c1251d;
}

.itemPicker .summary {
  padding: 10px;
  font-size: 0.9em;
}

.itemPicker .navLink {
  padding: 3px 5px;
  vertical-align: middle;
  cursor: pointer;
}

.itemPicker .leftLink {
  float: left;
}

.itemPicker .rightLink {
  float: right;
}


/*** Footer ******************************************************************/

.footer {
  margin-right: 5px;
  padding: 10px 0;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}

.footer a, .footer a:link, .footer a:visited {
  color: #fff;
}

.footerNav {
}

.footerNav li {
  line-height: 1.4em;
  padding: 0 0.6em 4px 0.8em;
  border-left: solid 1px #416281;
}

.footerNav li.first {
  border-left: none;
}

.footer .bottom {
  margin-top: 3px;
  padding-top: 5px;
  border-top: solid 1px #416281;
  text-align: right;
  font-size: 0.9em;
}

/*** Search Page *************************************************************/
form { margin: 0px; padding: 0px; }

.searchResultsStatistics
{
  font-size:1.31em;
  color:#d02f26;
}

.searchResults
{
  font-size:1.31em;
}

.searchResultBlock
{
  margin-top:1em;
}

.searchResultBlock span
{
  display:block;
  font-weight:bold;
  color:#d02f26;
}

.searchResultBlock span a, .searchResultBlock span a:link, .searchResultBlock span a:visited
{
  color:#d02f26;
  text-decoration:none;
}

.searchResultBlock span a:hover, .searchResultBlock span a:active
{
  text-decoration:underline;
}

.searchResultBlock p
{
  margin:0;
}

.searchResultGoogleBlock
{
  color:#666;
  font-size:76%;
}

.searchResultGoogleBlock a, .searchResultGoogleBlock a:link, .searchResultGoogleBlock a:visited
{
  color:#666;
  text-decoration:none;
}

.searchResultGoogleBlock a:hover, .searchResultGoogleBlock a:active
{
  text-decoration:underline;
}

.searchPagination, .searchPagination a, .searchPagination a:link, .searchPagination a:visited
{
  color:#d02f26;
  text-decoration:none;
}

.searchPagination a:hover, .searchPagination a:active
{
  text-decoration:underline;
}

/*** Student Profiles Page ***************************************************/

.studentProfilesCopy h2
{
  color:#000;
}

.studentProfilesCopy h3
{
  font-weight:normal;
  color:#c1251d;
}

.studentProfilesContentNav h3
{
  font-weight:normal;
  color:#c1251d;
}

.bodyContent2Col .colRight .studentProfilesContentNav ul li {
  position: relative;
  background: url(../Images/Common/arrowRight3.gif) 0 4px no-repeat;
  padding: 0 0 5px 13px;
}

.bodyContent2Col .colRight .studentProfilesContentNav ul a,
.bodyContent2Col .colRight .studentProfilesContentNav ul a:link,
.bodyContent2Col .colRight .studentProfilesContentNav ul a:visited
{
  color:#123b61;
}

.studentProfilesRightColumn img
{
  display:block;
  margin-bottom:1px;
}

/*** Contact Page ************************************************************/

.formFields {
  overflow: hidden;
}

.formFields .pair {
  padding-bottom: 10px;
}

.formFields label {
  font-weight: bold;
  display: block;
}

.formFields input, .formFields textarea {
  width: 300px;
}

.buttons {
  width: 300px;
  text-align: right;
}

.buttons input {
  width: auto;
}

/*** Calendar ****************************************************************/

.colTitle {
  padding: 4px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #15395A;
}

.calendar {
  margin-bottom: 10px;
  width: 100%;
  background: #F9FAF4;
}

.calendar th {
  padding: 18px 0 6px 0;
  vertical-align: middle;
  font-size: 130%;
  font-weight: normal;
  text-align: center;
  color: #2d2d2d;
}

.calendar th img {
  vertical-align: middle;
}

.calendar td {
  width: 14.3%;
  padding: 2px 3px;
  font-size: 0.9em;
  color: #2d2d2d;
}

.calendar a, 
.calendar a:link, 
.calendar a:visited {
  display: block;
  color: #2d2d2d;
}

.calendar .hasContent {
  background: #E1DFD0;
}

.calendar .selected {
  color: #fff;
  background: #C1251D;
}

.calendar .selected a, 
.calendar .selected a:link, 
.calendar .selected a:visited {
  color: #fff;
}

.eventsListing {
  padding: 0 10px;
}

.eventsListing .date {
  font-size: 0.9em;
  font-weight: bold;
  color: #2d2d2d;
}

.rightCol .linksList {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
}

.rightCol .linksList li {
  position: relative;
  background: url(../Images/Common/arrowRight3.gif) 0 4px no-repeat;
  padding: 0 0 5px 13px;
}

.rightCol .linksList a,
.rightCol .linksList a:link,
.rightCol .linksList a:visited {
  color: #2d2d2d;
}

.rightCol .linksList .title {
  padding: 0 0 5px 0;
  font-size: 1.4em;
  color: #C1251D;
  background: none;
}

#userlogin {
  margin: 0;
  padding: 8px;
  background: #fff;
}

#userlogin .title {
  padding-bottom: 5px;
  font-size: 1.4em;
  color: #C1251D;  
}

#userlogin label {
  font-size: 0.9em;
  line-height: 1.8em;
}

#userlogin .textbox {
  width: 100%;
  border: solid 1px #7F7F7F;
}

#userlogin .loginOuter {
  padding: 2px 0;
  text-align: right;
}

#userlogin .linkOuter {
  padding-bottom: 10px;
  font-size: 9px;
  color: #6E635C;
}

#userlogin .linkOuter a,
#userlogin .linkOuter a:link,
#userlogin .linkOuter a:visited {
  color: #6E635C;
}

.required {
  color:#d02f26;
}

.g { float: left; clear: both; }




/*** Virtual Kent ************************************************************/
    
.carouselBrowserOuter {
  padding: 6px;
  width: 606px;
  background: #D8D4BF;
}

#carouselBrowser {
  border: solid 1px #BBB48F;
  padding: 2px 0 0 0;
  background: #F2F0E1;
}

.carouselNav {
}

#navLeft {
  float: left;
}

#navRight {
  float: right;
}

.carouselNav.disabled, 
.carouselNav.disabled {
  /*visibility: hidden;*/
}

#carouselContentOuter {
  margin-left: 30px;
  width: 543px;
  background: #D8D4BF;
}

#carouselContent ul {
  margin: 0;
  padding: 0;
}

#carouselContent ul li {
  float: left;
  width: 176px;
  height: 324px;
  margin: 0;
  padding: 3px 0 0 4px;
}

#carouselContent ul li ul li{
  width: auto;
}

.meetKentItem {
  float: left;
  margin: 0 0 3px 0;
  width: 176px;
  height: 160px;
  background: #F9F8F2;
}

.meetKentItem .inner {
  padding: 1px;
}

.meetKentItem .summary {
  padding: 3px 9px;
  font-size: 90%;
  line-height: 150%;
}

