html,body,table,tr,td,p,img,h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration:none;
}

body {
	margin: 0px;
	background: #3E5E96 url(../images/design/bg.jpg) 50% 0 no-repeat;
}

h1 {
	margin-bottom: 12px;
	
	color: #F88C1C;
	font-family: "Arial";
	font-weight: normal;
	font-size: 3.4em;
	letter-spacing: -0.04em;
	line-height: 0.9em;
}

h2 {
	margin-top: 24px;
	margin-bottom: 12px;
	
	color: #373737;
	font-family: "Arial";
	font-weight: 300;
	font-size: 1.75em;
}

h3 {
	color: #373737;
	font-family: "Arial";
	font-weight: 300;
	font-size: 1.5em;
	margin-top: 0.5em;
}
.childPageList h3 {
	margin-top: 0;
}
.childPageList, .childPageList li {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 1em;
}

a {
	color: #0049D0;
	text-decoration: underline;
}
a:hover {
	color: #0026A2;
}
a:visted {
	color: #7D6EB3;
}

.smaller {
	font-size: 0.9em;
}

#pageContainer {
	width: 880px;
	-moz-box-shadow: 5px 3px 8px #304c83;
	-webkit-box-shadow: 5px 3px 8px #304c83;
	box-shadow: 5px 3px 8px #304c83;
	padding: 6px;
	background-color: white;
	margin-bottom: 2em;
	position: relative;	
	margin: 0 auto;
	margin-top: .5em;
}

.clearer {
	height: 1px;
	clear: both;
}
/***************************************************/
#bottomClearer {
	height: 3px;
	
	position: relative;
}

#copyrightBox {
	clear: both;
	height: 3.5em;
	width: 696px;
	padding: 12px 16px;
	background-color: #7DA1E3;
	color: white;
	font-family: "Verdana";
	font-size: 0.7em;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0 5px 5px;
	margin-top: 20px;
}

#copyrightBox p {margin-top: 0;}

#copyrightBox a {
	color: white;
	text-decoration: underline;
}

div.blueHeaderBox div.blueHeaderBox-title {
	padding: 0.5em 1em;
	background-color: #7DA1E3;
	
	color: white;
	font-family: "Arial";
}

/* ============ Programs ========= */

#bodyImage {
	margin: 1em 0px 26px 26px;
	float: right;
}
/***************************************************/
ul.childPageList p {
	padding: 0;
	margin: 0.2em 0 0 0;
}

ul.childPageList {
	list-style-type: none;
	display: block;
}

ul.childPageList li {
	padding: 16px 0px 8px 0px;
	border-bottom: 1px solid #DADADA;
	display: block;
}

ul.childPageList li .thumbImage {
	width: 79px;
	margin-top: -42px;
	position: absolute;
	top: 50%;
	margin-left: -90px;
}

ul.childPageList li div.content {	
	margin-left: 90px;
	font-size: 1em;
}

ul.childPageList li {
	padding-left: 90px;
}

/***************************************************/
.vertical-align-1 {
	height: 1%;
	position: relative;
}

/*
	Sidebar
*/
#sideBar {
	height: 100%;
	width: 147px;
	margin-right: 4px;
	
	float: left;
}
#sideBar ul, #sideBar ol, #sideBar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/***************************************************/
#menu {
	/*height: 199px;*/
	list-style-type: none;
	background-color: #3E5E96;
}
#menu a {
	padding: 0.5em 1em;
	display: block;

	color: white;
	font-family: "Verdana";
	font-size: 0.6875em;
	line-height: 1.1em;
	text-decoration: none;
}
/*
#menu a:hover {
	position: relative;
	left: 2px;
}
*/
#menu li {
	border-bottom: 1px solid #4E6DA3;
	position: relative;/* @TODO: to get rid of the render bug i IE that shows the background through */
}

#menu li a.active {
	font-weight: bold;
	margin-left: 10px;
	background: url(../images/blue-arrow.gif ) no-repeat 0 50%;
}
#menu li.active ul li a.active {
	font-weight: bold;
	padding-left: 10px;
	background: url(../images/white-arrow.gif ) no-repeat 0 50%;
}


#menu li ul li {
	border-bottom: 1px solid #9FBEF8;
	background-color: #7DA1E3;
}
#menu li ul li a {
	font-size: 0.625em;
}
#menu li ul li ahover {
	text-decoration: none;
}

#menu li ul li ul {
	padding-left: 15px;
	background-color: #99B8F2;
	border-bottom: 1px solid #B2CDFF;	
}

/***************************************************/
#bottomTitle {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	
	font-size: 0.75em;
	/*
	font-size: 12px;
	*/
}

a.sbTestimonials {
	color: #FFF;
	text-decoration: none;
}

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

.newsItem li {
	padding: 3px 11px;
	list-style-type: none;
	display: block;
	font-family: "Verdana";
	color: #666666;
	font-size: 0.63em;
	margin-bottom: .5em !important;
}
.newsItem li a {
	text-decoration: none;
	width: 145px;
	display: block;
	color: #3E5E96;
	font-weight: bold;
}

.newsItem li a:hover {text-decoration: underline;}

#sideBar a.viewMore,
#sideBar a.viewMore:hover,
#sideBar a.viewMore:active,
#sideBar a.viewMore:visited {
	font-family: "Arial";
	margin: 0 0 3px 11px;
	font-size: 0.75em;
}

#sideBar a.viewMore img {
	vertical-align: middle;
}


/***************************************************/
#brochure {
	width: 112px;
	margin-top: 12px;
	margin-left: 10px;
}

#brochure a {
	font-size: 0.63em;
}

#brochure a img {
	vertical-align: middle;
}

/* Easy Clearing Styles
----------------------------------------------------------- */
.group:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* CF, IE.css, IE6.css */


/*
	Top bar
*/

#topBarContainer {padding-bottom: 3px;}

/***************************************************/
#logoContainer {
	height: 86px;
	width: 148px;
	padding-right: 4px;
	
	float: left;
	text-align: center;
	background-color: white;
}

#logoContainer img.spacer {
	height: 86px;
	width: 1px;
	
	vertical-align: middle;
}

#logoContainer img#logo {
	height: 59px;
	width: 124px;
	padding: 12px;
	vertical-align: middle;
}
/***************************************************/
#topBar {
	height: 5.37em;
	width: 728px;
	background-color: #7DA1E3;
	float: left;
	position: relative;
}
/***************************************************/
#topBarContent {
	padding: 7px 12px;
	float: left;
	color: white;
	font-family: "Verdana";
	font-size: 0.8em;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#topBarContent h2.tagline {
	font-size: 1.3em; margin: 0; padding: 0; color: white; font-family: verdana;
}
/***************************************************/

#searchBar {
	height: 74px;
	width: 175px;/* @TODO: arbitrary large width...anything else we can do? */
	margin: 6px 7px;
	float: right;
	
	position: relative;
}
#searchBar #searchSite {
	position: absolute;
	top: 0px;
	right: 0px;
}

#searchBar #searchSite input#search {
	border: 1px solid #BBD2FE;
	vertical-align: middle;
}

#siteIndex {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 6px 7px;
}

#siteIndex a {
	color: #00276F;
	text-decoration: underline;
	font-family: "Verdana";
	font-size: 0.63em;
}
.searchResult-group-navigation-bottom .searchResult-group-navigation-display  {
	display: none;
}

.pagination .previous, .pagination .next {
	color: #0000EE;
	text-decoration: none;
	font-size: 1.1em;
}

.pagination .previous:hover, .pagination .next:hover {
	color: #E50006;
	text-decoration: underline;
	cursor: pointer;
}

.pagination .disabled, .pagination .disabled:hover {
	color:#DADADA;
	cursor:default;
	text-decoration:none;
}

.pagination .pageInfo {display: none;}

.pagination .paginator a.page {margin: 0 3px; text-decoration: none; font-size: 1.1em;}
	.pagination .paginator a.page:hover  {color: #E50006;
	text-decoration: underline;
	cursor: pointer;}

div#errors 			{ background: #FFF5E6 url(../images/design/form-error.gif) 0.0833em 6px no-repeat; border: 1px solid #FFEBCC; margin: 0 0 1.5em 0; padding: 0.5em 10px 0.5em 50px; }
	div#errors h4 	{ color: #FFB612; font: bold 0.917em arial, sans-serif; }
	div#errors p 	{ margin-bottom: 0.25em; color: #990000; font-size: 0.917em; }
	div#errors ul 	{ margin: 0 0 0 15px; }
		div#errors li 	{ margin-bottom: 0.5em; font-size: 0.917em; color: #000000;  }
		
		.rich-message-label {color: #990000;}
		
/* testimonials ================================================================== */
#sideBar div.testimonial {
	font-family: "Verdana";
	color: black;
	font-size: 75%;
	padding: 3px 11px;
}

#sideBar div.testimonial p.testimonial-quote {
	margin: 0;
	font-family: "Arial";
}

#sideBar div.testimonial p.testimonial-signature {
	margin: 0;
	font-size: 85%;
	margin-top: 0.25em;
	text-align: left;
}

#sideBar div.testimonial p.testimonial-signature span.testimonial-signature-name {
	font-weight: bold;
}

#sideBar div.testimonial p.testimonial-signature span.testimonial-signature-career {
	color: #787878:
}

#sideBar div.testimonial p.testimonial-signature span.testimonial-signature-origin {
	display: block;
	color: #787878:
}

#body div.testimonial {
	border: 0 solid #DADADA;
	border-top-width: 1px;
	padding: 1em 0;
}

#body div.testimonial p.testimonial-quote {
	margin: 0;
}

#body div.testimonial p.testimonial-signature {
	margin: 0;
	font-size: 95%;
	text-align: left;
}

#body div.testimonial p.testimonial-signature span.testimonial-signature-name {
	font-weight: bold;
}

#body div.testimonial p.testimonial-signature span.testimonial-signature-career {
	color: #787878:
}

#body div.testimonial p.testimonial-signature span.testimonial-signature-origin {
	display: block;
	color: #787878:
}

/* faq ================================================================== */
div#faq-index {
}

div#faq-index div.faq-index-group {
}

div#faq-index div.faq-index-group p.faq-index-question {
	margin: 0;
}
div#faq-index div.faq-index-group p.faq-index-question a {
}

div.faq-group {
}

div.faq-group div.faq-entry {
	border: 0 solid #DADADA;
	border-bottom-width: 1px;
	padding: 0.5em 0;
	padding-bottom: 1em;
}

div.faq-group div.faq-entry p.faq-question a {
	margin-bottom: 5px;
	color: #373737;
	font-family: "Arial";
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}
div.faq-group div.faq-entry p.faq-question a:hover {
	color: #0026A2;
}
div.faq-group div.faq-entry p.faq-question a.faq-question-number {
	color: #0026A2;
	text-decoration: none;
}


div.faq-group div.faq-entry div.faq-answer {
}


#body div.faq-group h2.strong-h2 {
	margin-bottom: 0;
}









/* Easy Clearing Styles
----------------------------------------------------------- */
.group:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* CF, IE.css, IE6.css */

#bodyBackground {
	background-image: url(../images/body-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#bodyContainer {
	width: 728px;
	margin-bottom: 4em;
	float: right;
}



#header {
	display: block;
	width: 728px;
	background-color: #3B5E9F;
	font-size: .75em;
	vertical-align: middle;
	background-image: url(../images/header/about-us-header2.jpg);
}
#bodyContainer .wineries-vineyards-agriculture {
	background-image: url(../images/wineries-header.jpg);
}
body.ensenada-mexico #header {
	background-image: url(../images/header/ensenada-mexico-header.jpg);
}

body.spanish-immersion-programs #header {
	background-image: url(../images/header/programs-header.jpg);
}
body.accommodations #header {
	background-image: url(../images/header/accommodations-header.jpg);
}
body.spanish-program #header {
	background-image: url(../images/header/enrollment-header.jpg);
}
body.spanish-immersion-student #header {
	background-image: url(../images/header/students-header.jpg);
}
body.contact-us #header {
	background-image: url(../images/header/contact-header.jpg);
}
body.spanish-language-school #header {
	background-image: url(../images/header/prices-header.jpg);
}
#header td {
	height: 89px;
	margin: 5px 0;
	padding: 0 33px;
	vertical-align: middle;
}

#header h1 {
	position: relative;
	top: 0.2em;
	color: white;
	font-size: 3.2em;
	line-height: 0.9em;
	font-family: "Helvetica", "arial";
	text-transform: uppercase;
}



#body {
	padding: 15px 33px 35px 33px;
	font-family: "Arial";
	font-size: .75em;
	line-height: 1.5em;
}
body.home #body {
	padding-top: 30px;
}

#body ul ul, #body ol ol, #body ul ol, #body ol ul { margin-top: 0; }

#body h2.strong-h2 {
	background-color: #7598D9;
	color: white;
	padding: 10px 12px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	clear: both;
	display: block;
}

/* ==== Declerations for use in page bodies ==== */
.bodyImage {
	float: right;
	margin: 25px;
	margin-right: 0px;
	margin-top: 0px;
}

.map {
	float: left;
	margin: 25px;
	margin-left: 0px;
	margin-top: 0px;
}


/* Price tables */
table.prices, table.styled {
	 border-collapse: collapse;
	 width: 100%;
}
table.prices th, table.styled th {
	border-bottom: 2px solid white;
}
table.prices th, table.prices td, table.styled th, table.styled td {
	padding: 4px 8px;
}
table.prices th, table.styled th {
	text-align: left;
	background-color: #F88C1C;
	color: #FFF;
	font-size: 1.05em;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "arial";
}
table.prices td, table.styled td {
	border-bottom: 1px solid #DADADA;
}

table.prices p, table.styled p {
	margin: 0 0 0.2em 0;
}
table.prices span.price-foot-note {	
	display: block;
}
table.prices span.prices-note {	
}
table.prices span.prices-days-avaliable {
	display: block;
	color: #565656;
}

table.prices .prices-row-label, table.styled .row-label {
	margin: 0;
	vertical-align: middle;
	font-weight: bold;
	background-color: #FAFAFA;
	text-align: right;
	width: 15%;
}


div.orangeHeaderBox div.orangeHeaderBox-title {
	padding: 0.3em 0.8em;
	background-color: #F88C1C;
	color: white;
	font-family: "Arial";
}
div.orangeHeaderBox div.blueHeaderBox-title {
	padding: 0.3em 0.8em;
	background-color: #7DA1E3;
	color: white;
	font-family: "Arial";
}

div.orangeHeaderBox div.orangeHeaderBox-content {
	padding: 10px 20px;
	border: 1px solid #DADADA;
	border-top: none;
}

.image-left {
	float: left;
	margin: 1.5em 2em 1.5em 0;
}
.image-right {
	float: right;
	margin: 1.5em 0 1.5em 2em;
}

/****************** Forms ********************/
fieldset, div.fieldset-style {
	padding: 13px 10px;
	border: 1px solid #DADADA;
	background-color: #FCFCFC;
	margin: 0 0 0.8em 0;
}
fieldset h3 {
	font-weight: bold;
	color: #1F4190;
	font-family: "Arial";
	font-size: 120%;
}

fieldset label { 
	width: 12em;
	float: left;
}


fieldset textarea, fieldset select,  fieldset input {
	width: 345px;
	margin-right: 0.2em;
	border: 1px solid #7F9DB9;
	padding: 2px;
	margin-bottom: .5em;
}

.commentsFieldArea textarea {width: 93% !important;}

.requiredMarker {font-weight: bold; color: #1F4190;}

fieldset input.form-date-field {
	width: 5em;
}
fieldset input.form-input-checkbox {
	width: 1em;
}
fieldset input.form-input-submit {
	width: auto;
}
fieldset input:hover, fieldset textarea:hover, fieldset select:hover {
	background-color: #FEFFD9;
}

.fieldArea { position: relative; }

.forms-help-container { display: inline; position: absolute; left: 185px; top: 2px; }

	form#application .emailFieldArea .forms-help-container, form#application .email2FieldArea .forms-help-container { left: 11em; }
	
	form#contact .forms-help-container { left: 10.5em; }
	
.forms-help {
	visibility:hidden;
	position:absolute;
    border-style: dotted;
    border-width: 1px;
    padding: 5px;
    background-color:#FFFFC0; /* light yellow */
    width: 180px;
    z-index:1000; /* must be higher than forms-tabContent */

	top: -1px !important;
	left: 14px !important;
}
div.forms-validation-errors {
	clear: both;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #706F6B;
    padding: 20px;
    background-color:#FFFFC0; /* light yellow */
    margin-bottom: 1em;
}
div.forms-validation-errors h3 {
	font-size: 200%;
	font-weight: bold;
}

.forms-field-required {
	color: #1F4190;
    font-weight: bold;
    font-size: 120%;
}
.forms-validation-message, a.forms-validation-message:link {
    color: red;
    font-weight: bold;
    text-decoration: none;
}
a.forms-validation-message:hover {
	color: #1F4190;
}

fieldset.double {float: left; width: 245px; margin-right: 10px;}
	
	fieldset.right {margin-right: 0;}

	fieldset.double label, fieldset.double input, fieldset.double select, fieldset.double textarea {width: 220px !important;}
	
	fieldset fieldset.double {width: 234px;}
	
	fieldset fieldset fieldset.double {width: 222px;}
		
		fieldset fieldset fieldset.double label, fieldset fieldset fieldset.double input {width: 200px !important;}
	
body.spanish-immersion fieldset label {width: 200px; margin-bottom: .2em;}

body.spanish-immersion fieldset input{width: 380px;}

body.spanish-immersion fieldset .commentsFieldArea {width: 430px;}

.interestFieldArea label, .hearAboutFieldArea label {width: 350px !important;}

.interestFieldArea table {clear: left;}
	
	.interestFieldArea table input {float: left; width: 25px !important;}
	
.largeLabel label {width: 350px;}

.largeLabel input, .largeLabel textarea, .largeLabel select {width: 470px;}

.submit {margin-right: 10px;}

.allergiesFieldArea table {width: 100px; float:left;}

.allergiesFieldArea table label {width: 110px !important; float:left;}

.allergiesFieldArea table input {width: 15px !important; float:left;}

.understandFieldArea label, .understandFieldArea input {float: left;}

	.understandFieldArea input {width: 15px; float: left;}
	
	.understandFieldArea label {width: 490px; float: right;}
	
.startDateFieldArea, .endDateFieldArea {width: 175px; margin-top: 10px; float: left;}
	
	.startDateFieldArea {margin-right: 55px;}
	
	.startDateFieldArea label, .endDateFieldArea label {width: 70px; }	
	
	.startDateFieldArea input, .endDateFieldArea input {width: 75px; float: left;}	
	
	.startDateFieldArea .forms-help-container, .endDateFieldArea .forms-help-container {top: 3px;}
	
#requestBrochure .emailFieldArea input, #requestBrochure .email2FieldArea input {}	

	
/* ========================================== */

#contactInformation {
	width: 258px;
	margin: 1em 0px 25px 25px;
	float: right;
}
#contactInformation ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#contactInformation ul {
	padding: 0;
	margin: 0;
}

/* ========================================== */
#bulletedSummary {
	width: 258px;
	margin: 1em 0px 25px 25px;
	float: right;
}
#bulletedSummary ul {
	padding: 0;
	margin: 0;
}
#bulletedSummary ul li {
	margin-left: 4px;
	list-style-type: none;
	line-height: 1.3em;
	position: relative;
}

#bulletedSummary .bullet {
	height: 3px;
	width: 4px;
	
	position: absolute;
	left: -8px;
	top: 0.5em;
}
/***************************************************/
#bodyImage {
	float: left;
	margin: 25px;
	margin-left: 0px;
}
/***************************************************/
#tuitionSummary .blueHeaderBox-title {
	margin-top: 1.25em;
	margin-bottom: 1em;
	font-size: 1.3em;
}
/***************************************************/
#sgipPrices {
	margin-top: 1.25em;
	margin-bottom: 1em;
}

#sgipPrices tr.headerRow td {
	font-size: 1.25em;
}
/***************************************************/
table.bottomButtons {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
}

table.bottomButtons .button1 {
	margin: 2px;
	
	font-size: 0.83em;
}



/* =========== News. ============ */
#body table.news-summary-table, #body tr.news-summary-table {
	border: 0 solid #DADADA;
	border-top-width: 1px;
	
}
#body table.news-summary-table {
	border: 0 solid #DADADA;
	border-top-width: 1px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	width: 100%;
}
#body table.news-summary-table th, #body table.news-summary-table td, #body table.news-summary-table th, #body table.news-summary-table td {
	padding: 4px 8px;
}
#body table.news-summary-table td.news-summary-date {
	vertical-align: middle;
	font-weight: bold;
	background-color: #FAFAFA;
	text-align: right;
	width: 26%;
}

/* =========== Search. ============ */
div.searchResult-query {
	font-size: 1.1em;
	margin: 1em 0;
}

div.searchResult-query p {margin-top: 0;}

div.searchResult-field-url a {
	color: #0049D0;
}
div.searchResult-field-url a:hover {
	color: #0026A2;
}
div.searchResult-field-url a:visited {
	color: #7D6EB3;
}
h5.searchResult-field-title {
	font-family: "Arial";
	font-weight: 300;
	font-size: 1em;
	margin-top: 0.5em;
}
h5.searchResult-field-title a.searchResult-document-link {
	color: #373737;
	font-family: "Arial";
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.5em;
	text-decoration: none;
}
h5 strong.searchResult-highlight {
	text-decoration: none;
}
strong.searchResult-highlight {
	font-weight: bold;
}
h5.searchResult-field-title a:hover.searchResult-document-link {
	color: #0026A2;
}


.links-affiliations h2 {
	margin-bottom: 0;
}
.links-affiliations h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
.links-affiliations ul {
	margin-top: 0;
}



.button1 {
	background-color: #1F4190;
}

.button1 a {
	padding: 0.5em 0.9em;
	display: block;
	
	color: white;
	font-family: "Verdana";
	text-decoration: none;
}

.button1 a:hover {
	color: white;
	text-decoration: underline;
}


/* ============ Button 1 ============ */
.button1 .top-left,
.button1 .top-right,
.button1 .bottom-right,
.button1 .bottom-left {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.button1 .top-left {
	background-image: url(../images/button1/top-left.gif);
	background-position: top left;
}

.button1 .top-right {
	background-image: url(../images/button1/top-right.gif);
	background-position: top right;
}

.button1 .bottom-right {
	background-image: url(../images/button1/bottom-right.gif);
	background-position: bottom right;
}

.button1 .bottom-left {
	background-image: url(../images/button1/bottom-left.gif);
	background-position: bottom left;
}


/* =================== HOMEPAGE styles (updated 6/16 by dan f) ======================= */

/*.exRotate { height: auto; width: 160px; margin: auto }*/
.exRotate img { padding: 0; border: 0;}

.testRotate span {
	display: block;
}
.testRotate span.testimonial-signature-name {
	font-weight: bold;
}
#home-mainContent {
	float: left;
	width: 460px;
	margin-bottom: 20px;
}
#home-testimonials {
	width: 160px;
	float: right;
	border-left: 1px solid #dadada;
	padding: 10px 20px;
	margin: 0;
	margin-bottom: 20px;
}
#home-testimonials h3 {
	padding: 0;
	margin: 0;
}
#home-testimonials p.testimonial-signature {
	margin-bottom: 10px;
}
.facebookCallOut {
	width: 132px;
	margin: 0 auto;
	padding-top: 21px;
}
#featuredIn {
	border-top: 1px solid #dadada;
	padding-top: 16px;
	margin-top: 16px;
	width: 204px;
}
h4#featuredIn-Title {
	color: #3e5e96;
	padding-bottom: 7px;
	margin-bottom: 0;
}



