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

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



#header {
	display: block;
	width: 611px;
	background-color: #3B5E9F;
	font-size: .75em;
	vertical-align: middle;
	background-image: url(../image/header/about-us-header.jpg);
}
body.ensenada-mexico #header {
	background-image: url(../image/header/ensenada-mexico-header.jpg);
}
body.spanish-immersion-programs #header {
	background-image: url(../image/header/programs-header.jpg);
}
body.accommodations #header {
	background-image: url(../image/header/accommodations-header.jpg);
}
body.school-enrollment #header {
	background-image: url(../image/header/enrollment-header.jpg);
}
body.spanish-students #header {
	background-image: url(../image/header/students-header.jpg);
}
body.contact-school #header {
	background-image: url(../image/header/contact-header.jpg);
}
body.prices #header {
	background-image: url(../image/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";
}



#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 table {
	width: 100%;
}
fieldset input.form-input, fieldset textarea, fieldset select {
	width: 90%;
	margin-right: 0.2em;
	border: 1px solid #7F9DB9;
	padding: 2px;
}
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;
}

td.form-lable-cell {
	width: 12em;
}
.forms-help-container {
	position: relative;
	display: inline;
}
.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;
}

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

#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;
}
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;
}






