﻿/*Basic, browser resets*/

body {
	font-size: 62.5%; /*note using % first, then using ems, fixes IE bug using ems for text on pages. 
	Browser default is 16pixels for text if user doesn't change it, 16px = 100% or 1em. therefore 200% or 2em renders 32 pixel text, etc...*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0;
	background-color: #055055;
	margin: 0;
	background-image: url('art/bluish_green.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
 
ul {
	margin: 0px;
	padding: 0px;
}




p {
	margin: 0px;
	padding: 0px;
}




h4 {
	margin: 0px;
	padding: 0px;
}




h3 {
	margin: 0px;
	padding: 0px;
}




h2 {
	margin: 0px;
	padding: 0px;
}




h1 {
	margin: 0px;
	padding: 0px;
}




/*--------------------------------------------------------*/


/*Layout*/

#wrapper {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6FAFB;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3A553;
	border-right-color: #F3A553;
	border-bottom-color: #990134;
	border-left-color: #F3A553;

}



#masthead{
	width: 908px;
	height: 214px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 8;
	background-image: url(art/mastheadRev11.jpg);
	border-top-width: 2px;
	border-right-color: #EEA3AA;
	border-bottom-color: #FFFFFF;
	border-left-color: #EEA3AA;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
}


#navigation {
	position: absolute;
	width: 908px;
	left: 0px;
	top: 158px;
	height: 25px;
	z-index: 9;
}

#phototext {
	width: 908px;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*	height: 266px;*/

}


#ericmessage {
	position: absolute;
	height: 27px;
	width: 908px;
	left: 0px;
	top: 189px;
	color: #800000;
}


#textbuttons {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight: normal;
	text-align: center;
}
#textbuttons a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.1em;
}


#textbuttons a:hover {
	text-decoration: none;
	color: #990134;
	font-size: 1.1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EDBBBC;
	border-bottom-color: #EDBBBC;
	border-top-style: solid;
	background-color: #FFFFEA;
}


/*Navbar-----------------------------------------------------*/

#navBar{
	float: left;
	width: 210px;
	background-color: #E6FAFB;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6FAFB;
	
}


#navBar ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 6px;
}

#navBar li {
	width: 210px;
	height: 50px;
	display: block;

}


/*Content-----------------------------------------------------*/


#content{
	float: right;
	width: 698px;
	background-color: #e6fafb;
}
.closetab {
	width: 100px;
	float: right;
}





#content p {
	text-align: left;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-right: 44px;
	margin-left: 20px;
	padding-bottom: 12px;
	
}

#content a {
	color: #990134;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990134;
	}
	
#content a:hover {
	background-color: #FFFFE9;
	color: #990134;
	}



h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990134;
	border-bottom-color: #990134;*/
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	margin-top: 18px;
	text-transform: uppercase;
	text-align: left;
	margin-left: 2px;
	margin-right: 38px;
	background-image: url(art/h1gradient2.jpg);   /*url(art/tableGradient1.jpg);*/
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #990134;
	padding-left: 6px;
}


/*for content list */


#content ol {
	text-align: left;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-right: 44px;
	margin-left: 0px;
	margin-top: -3px;
	list-style-position: outside;
	padding-left: 38px;
	padding-bottom: 0px;
}
#content ul {
	text-align: left;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-right: 44px;
	margin-top: -3px;
	margin-bottom: 12px;
	padding-left: 38px;
	list-style-position: outside;
	list-style-type: square;
}

#content li {
	padding-bottom: 6px;
	}




/*Footer-----------------------------------------------------*/


#siteInfo{
	clear: both;
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFDFD;
	border-right-color: #FFFFFF;
	border-bottom-color: #167E97;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	background-color: #BDE5E7;

}
.siteinfoTinytext {
	font-size: 0.9em;
	text-transform: none;
}



.siteinfotext {
	line-height: 1.8em;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 6px;
	position: relative;
	font-weight: bold;
	color: #157D96;
	padding-right: 39px;
	padding-left: 230px;
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.siteinfotext a {
	text-decoration: none;
	color: #1E7EA8;
}

.siteinfotext a:hover {
	text-decoration: none;
	background-color: #E6FAFB;
}
.siteinfotext img {
	position: absolute;
	top: 9px;
	right: -32px;
}

/*photos and captions -----------------------------------------------------*/

.photorightCaption {
	width: 314px;
	float: right;
	margin-right: 40px;  /*this becomes 88 px in IE 6 unles you change display from block to inline (see *html hack for IE only below) -------*/
	margin-bottom: 0px;
	margin-left: 20px;
/*	display: inline;*/
	margin-top: 8px;
}

/** html .photorightCaption {
display:inline;

}*/

.photorightCaption p {     /*	the !important eliminated any ancestral influence on the caption's text */
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1.1em !important;
	font-style: italic !important;
	line-height: 1.3em !important;
	text-align: center !important;
	margin-top: 8px !important;
	margin-left: 6px !important;
	margin-right: 6px !important;
}


.photorightCaption img {
	border: 1px solid #11729D;
	padding: 3px;
}


/*------*/


.photoleftCaption {
	width: 314px;
	float: left;
	margin-right: 20px;  /*this becomes 88 px in IE 6 unles you change display from block to inline (see *html hack for IE only below) -------*/
	margin-bottom: 0px;
	margin-left: 20px;
/*	display: inline;*/
	margin-top: 8px;
}

/** html .photoleftCaption {
display:inline;

}*/

.photoleftCaption p {     /*	the !important eliminated any ancestral influence on the caption's text */
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1.1em !important;
	font-style: italic !important;
	line-height: 1.3em !important;
	text-align: center !important;
	margin-top: 8px !important;
	margin-left: 6px !important;
	margin-right: 6px !important;
}


.photoleftCaption img {
	border: 1px solid #11729D;
	padding: 3px;
}



/*------*/

.photoright {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #11729D;
	margin-top: 7px;
	
}

/** html .photoright {
display:inline;

}*/


/*------*/

.photoleft {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #11729D;
	margin-top: 7px;
}


* html .photoleft {
display:inline;

}

/*------*/

.clear {
clear: both;
}



/*for special event boxes on the left of any page*/


h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.3em;
	text-transform: none;
	color: #333333;
	padding-bottom: 6px;
	border-bottom: 1px dashed #800000;
	margin-bottom: 6px;
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 44px;
	font-style: normal;
}




/*table on Our Approach to Recovery page -----------------------------------------------------*/


.programElements {
	text-align: left;
	background-color: #FFFBE7;
	margin-right: 44px;
	margin-left: 20px;
	border: 1px none #800000;
}

.smallerText {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}



.programElements td {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 6px;
	font-size: 120%;
	text-align: left;
}




/*table for airlines reservations -----------------------------------------------------*/

.programElementsAirlines td {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 18px;
	font-size: 120%;
	text-align: left;
	background-color: #FFFBE7;
}
.programElementsAirlines {
	text-align: left;
	border: 1px dashed #800000;
	padding: 0px;
	margin-top: 12px;
	margin-right: 44px;
	margin-bottom: 12px;
	margin-left: 22px;
	width: 85%;
	background-color: #FFFBE7;
}
#programElementsWrapper {
	background-color: #FCFBE9;
	border: 1px solid #800000;
	margin-right: 44px;
	margin-left: 20px;
	margin-bottom: 12px;
	margin-top: 2px;
	background-position: 200px -1px;
	color: #333333;
}




#form1 {
	width: 344px;
}

/*table for the self help list on the resources page*/

.programElements_helpgroups td {

	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 18px;
	font-size: 110%;
	text-align: left;
}
.programElements_helpgroups {
	text-align: left;
	border: 1px solid #990134;
	padding: 0px;
	margin-top: 12px;
	margin-right: 74px;
	margin-bottom: 12px;
	margin-left: 22px;
	width: 85%;
	background-color: #FFFBE7;
}
.programElements_helpgroups th {
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	font-size: 1.2em;
	color: #666666;
	text-align: center;
	margin: 0px;
	background-color: #BDE5E7;

}

/*return to top of page*/

.returntop {
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 1.1em!important;
	font-style: normal;
}
.returntop a {
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 1em!important;
	font-style: normal;
	color: #990134;
}
.returntop a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 1em!important;
	font-style: normal;
	color: #990134;
	background-color: #FFFFEA;
}

/*preferred partners form 1....................*/


.formtable1 {
	font-size: 1.2em;
	width: 500px;
	float: left;
	text-align: left;
	margin-left: 16px;
}
.formtable1 td {
	text-align: right;
	padding: 4px;
}
.formtable1 tr {
	
}
.formtable1 th {
	background-image: url(art/tableGradient1.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 1.2em;
	color: #990134;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.formtable1 p {
	font-size: 1em !important;
	text-indent: 0px!important;
	line-height: 1.8em !important;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
}

/*used only on preferred partner forms page*/

h4 {
	background-image: url(art/tableGradient1.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 1.3em;
	color: #990134;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-right: 0px;
	margin-bottom: 16px;
}

/*'Importants' below zero out h3 , 'a' links from content div which kept adding dashed line to bottom of triggers*/

.menumagic1 {

	width: 175px;
	float: right;
	margin-top: 8px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	
}
.menumagic1 a {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

.menumagic1 a:hover {
	border-top-style: none !important;
	border-right-style:none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.menumagic1 h3 {

	border-top-style: none !important;
	border-right-style:none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.newMenutest {
	float: right;
	width: 300px;
	margin: 12px 44px 32px 22px;
}
h3 {
	border-top-style:  none !important;
	border-right-style:  none !important;
	border-bottom-style:  none !important;
	border-left-style:  none !important;
}
.newMenutest a {
	border-top-style:  none !important;
	border-right-style:  none !important;
	border-bottom-style:  none !important;
	border-left-style:  none !important;
}
#sanctuarySlideshow {
	float: right;
	width: 252px;
	margin-right: 44px;
	margin-bottom: 12px;
	margin-left: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFBE7;
	padding: 2px;
}
h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sanctuarySlideshow a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.slideshow_tutor {
	background-color: #191C09;
	color: #999999;
	font-size: 1em;
	padding: 1px 0px 1px 0px;
}
.spacer {
	height: 100px;
	background-color: #000000;
	border: 0px;
}
.slideshow_video {
	background-color: #000000;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
#video {
	z-index: 1;
	background-color: #000000;
	padding: 50px 0px 10PX 0;
}
#removephotext {     /*used because of white border on bottom of phototext div*/
	background-color: #000000;
}

.slideshowHeader {
	color: #999999;
	background-color: #333333;
}


/*calendar popup*/


.popup {
	text-align: left;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
		border-top-width: 1px;	
	border-top-style: dashed;
	border-top-color: #990134;
	
	
}
.popupAll {
	width: 550px;
	height:400px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:white;

	border-bottom-color: #990134;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.popupAll h1 {
	background-image: none!important;
	
}
.popupAll .popup a {
	color: #990134;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990134;
	margin-top: 0px;
}
.popupAll .popup a:hover {

	background-color: #FFFFE9;
	color: #990134;
}

#form2 {
	width: 280px;
	margin-top: 12px;
}
.formtable2 td {
	padding: 4px;
}
#dvdorder {
	width: 270px;
	float: right;
	margin-top: 12px;
	margin-right: 40px;
	margin-left: 20px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #E6FAFB;
	border: 1px solid #11729D;
}

#dvdorder p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.7em!important;
	font-size: 1.1em!important;
	margin: 0;
	padding: 0;
}
#form2 tr {
	text-align: right;
	background-color: #E6FAFB;
	margin-top: 12px;
}
.calendarTrigger {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#calendarTriggeredLayer {


	position: absolute;
	height: 350px;
	width: 500px;
	left: 225px;
	top: -470px;
	background-color: #E6FAFB;
	z-index: 120;
	visibility: hidden;
}
.photoleftNoBorder {
	float: left;
	padding-right: 12px;
	padding-top: 6px;
}
.pressRelease {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #4C9BA8;



	margin: 0, 12px, 0. 12px;
	margin-top: 0px;
	margin-right: 44px;
	margin-bottom: 24px;
	margin-left: 20px;
	background-color: #FFFBE7;
}
.menumagic1 #p7ABW1 #p7ABw1_1 #p7ABc1_1 img {
	border: 1px solid #68ABB3;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-right: 2px;
	margin-left: 4px;
}

#printlogo {
	text-align: left;
	display: none;
}


/*print media directive*/

@media print {

	body  {
	background-color: #FFFFFF!important;
}

#wrapper  {
	border-color: #FFFFFF;
	background-color: #FFFFFF!important;
	width: auto !important;    /*allows print to expand to sheet size*/
}


	#content  {
	background-color: #FFFFFF!important;
	float:left !important;
	
}

	
	#content p {
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 12pt!important;
	font-weight: normal!important;
	color: #000000!important;
	line-height: 15pt !important;
}
	
	h1 {
	margin-bottom: 16px !important;
	font-family: Geneva, Arial, Helvetica, "sans-serif !important";
	font-size: 13pt !important;
	font-weight: bold!important;
	color: #000000 !important;
	padding-top: 1px!important;
	padding-bottom: 14px !important;
	text-transform: uppercase;
	text-align: left!important;
	padding-left: 12px!important;
	border-bottom-style: solid!important;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

	h3 {
	font-family: Geneva, Arial, Helvetica, "sans-serif !important";
	font-size: 10pt !important;
	font-weight: bold!important;
	color: #000000 !important;
}

	#masthead {
	display: none !important;
}

	#navigation {
	display: none !important;
}

	#navBar {
	display: none !important;
}

	#phototext {
	display: none !important;
}

	#ericmessage {
	display: none !important;
}

	#textbuttons {
	display: none !important;
}

	.siteinfotext {
	line-height: 1.8em;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 6px;
	position: relative;
	font-weight: normal !important;
	color: #000000 !important;
	padding-right: 24px !important;
	padding-left: 1px !important;
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#content img {
	display:none !important;
	border-color:white ;

}

#printlogo {
	text-align: left!important;
	height: 75px!important;
	display: inline !important;
	margin-left: -200px;
}

#printlogo img {
	margin: 0px!important;
	padding: 0px!important;
	border-style: none!important;
	display: inline !important;
	text-align: left!important;
}

.programElementsAirlines td {
background-color: #ffffff;
}


.programElementsAirlines {
	background-color: #ffffff;
}	
	
#programElementsWrapper {
	background-color: #ffffff;
}

}         /*closes print media directive*/




.lastUpdated {
	color: #E21D24;
	width: 570px;
	display: block;
	text-align: right;
	font-style: italic;
	margin-top: -8px;
}
#centerTextblock {
	border-width: 1px 1px 1px 1px;
	border-color: #4C9BA8;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: dashed;
	margin-right: 44px;
	margin-left: 20px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom: 0px;
}

#centerTextblock p {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
}
.speakersHeader {
	border-width: 1px;
	border-color: #808080;
	color: #808080;
	border-top-style: dashed;
	font-weight: bold;
}
#speakersBackground {
	background-image: url(art/h1gradient2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.smallphotoleftCaption {

	width: 95px;
	float: left;
	margin-right: 20px;  /*this becomes 88 px in IE 6 unles you change display from block to inline (see *html hack for IE only below) -------*/
	margin-bottom: 0px;
	margin-left: 20px;
/*	display: inline;*/
	margin-top: 8px;
}
.smallphotoleftCaption img {

	border: 1px solid #11729D;
	padding: 3px;
}
.smallphotoleftCaption p {

	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1.1em !important;
	font-style: italic !important;
	line-height: 1.3em !important;
	text-align: center !important;
	margin-top: 8px !important;
	margin-left: 6px !important;
	margin-right: 6px !important;
}
.closingWellnesstext {
	font-size: 0.8em;
	background-image: url(art/h1gradient2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.closingWellnesstext p {
	padding-top: 2px;
}

h5 {
	font-size: 1em;
	color: #990134;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 6px;
}
#eric_lundham {
	text-align: left;
}

#eric_lundham_photoblock {
	width: 350px;
	float: left;
	padding-right: 24px;
	padding-left: 20px;
}

#eric_lundham img {
	padding-bottom: 6px;
}
.eric_lundham_caption {
	font-size: 1.1em;
	width: 350px;
	text-align: center;
	padding-top: 4px;
}

.photoLeftFran {

	float: left;
	margin-right: 20px;
	margin-left: 22px;
	padding: 3px;
	
	

}
#contentLeftBoxTestimonials {
	float: left;
	width: 420px;
	border: 1px solid #4C9BA8;
}
#contentLeftBoxMeditation {
	background-position: center top;
	float: right;
	width: 230px;
	border: 1px solid #58A2AD;
	margin-right: 22px;
	background-color: #C1DBD2;
	background-image: url(art/newspapergradient2.jpg);
	background-repeat: repeat-y;
}
#contentRightBoxAnniversaries {
	background-position: center top;
	float: right;
	width: 230px;
	border: 1px solid #58A2AD;
	margin-top: 22px;
	margin-right: 22px;
	background-image: url(art/newspapergradient2.jpg);
	background-repeat: repeat-y;
}

* html #contentLeftBoxTestimonials {
display: inline;
}

* html #contentLeftBoxMeditation {
display: inline;
}

* html #contentRightBoxAnniversaries {
display: inline;
}


#alumniDateMenu {
	float: right;
	margin-right: 42px;
	margin-left: 22px;
	width:	180px;
}

#alumniDateMenu p{
	padding-top: 6px!important;
	padding-bottom:1px!important;
	margin:1px!important;
}


* html #alumniDateMenu {
display: inline;
}

#addressLeft {
	width: 270px;
	float: left;
	margin-right: 12px;
	
}

#addressRight {
	width: 270px;
	float: right;
	margin-right: 124px;
	margin-left: 12px;
	
}

* html #addressRight {
display: inline;
}

* html #addressLeft {
display: inline;
}	
#homeVideoDiv {
	background-color: #e6fafb;
	height: 255px;
	width: 329px;
	float: left;
	padding-top: 7px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8fbfc1;
	border-right-color: #8fbfc1;
	border-bottom-color: #8fbfc1;
	border-left-color: #8fbfc1;
	border-right-style: solid;
	overflow: hidden;
}
#homePhotoDiv {
	background-color: #FFFFFF;
	height: 266px;
	width: 575px;
	float: right;
}

iframe {
	border: 0px;
	width: 318px;
	height: 261px;
	margin: 0px;
	overflow: hidden;
}
#captionTwo {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
}
#pdfBox {
	background-position: left center;
	float: right;
	width: 170px;
	height: 24px;
	padding: 12px;
	border: 1px dashed #055055;
	margin-right: 100px;
	background-color: #FFFFEA;
	background-repeat: no-repeat;
}
