	/* DEFAULTS */

	* { margin: 0px; padding: 0px; border: collapse; }
    * a:active { outline: none; }
	* -moz-any-link:focus { outline: none; }
	* :focus { outline: none; }	

	HTML  { height: 100%; font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; color: #666; line-height: 1.8em; }
	body { height: 100%; background: #fff url(../images/backgroundMain.jpg) top center fixed repeat; }  
	td { vertical-align: top; }
	p { margin: 0 0 12px 24px; }
	.clear { clear: both; line-height: 0px; }

	h1 { font-weight: normal; font-size: 2em; font-family: georgia, times, garamond, serif; margin-bottom: 24px; color: #1b4665; }
	h2 { font-weight: normal; font-size: 1.6em; font-family: georgia, times, garamond, serif; padding-top: 12px; padding-bottom:12px; color: #1b4665; }
	h3 { font-weight: normal; font-size: 1.4em; font-family: georgia, times, garamond, serif; padding-top: 12px; padding-bottom:12px; color: #1b4665; }
	h4 { font-weight: normal; font-size: 1.2em; font-family: georgia, times, garamond, serif; padding-top: 12px; padding-bottom:12px; margin-left: 24px; color: #1b4665; }  

	a,
	a:visited,
	a:active { color: #04619a; text-decoration: none; }
	a:hover { color: #0879bf; text-decoration: underline; }	
	
/* PAGE SETTINGS */

	#pageWrapper { width: 900px; margin: auto; }
	
	/* Header */
	
	#headerTop { width: 900px; height: 145px; background: #000 url(../images/backgroundHeader.gif) no-repeat; }
	#headerTop .facebook { text-align: right; padding: 6px 6px 0 0; }
	#headerFlash { border-bottom: 3px solid #0e76bc; }
	#topNav { width: 880px; height: 16px; text-align: center; padding-left: 20px;  background: #fff url(../images/backgroundTopNav.gif) top no-repeat; border-bottom: 7px solid #0e76bc; }

	/* Page Content */
	
	#pageContent { width: 900px; min-height: 300px; background: #fff url(../images/backgroundPageContent.gif) top center repeat-y; }
	#pageBody { float: left; width: 568px; padding: 32px 0 32px 32px; }
	#pageBody ul, ol {  } 
	#pageBodyFull { padding: 32px; }		
	#sideBar { float: left; width: 236px; padding: 32px; }

	.pageTopCopy { font-weight: bold; font-style: italic; }
	.pageBottomCopy { padding-top:8px; }

	/* Footer */

	#footer { background-color: #fff; }
	
	#footerSection1 { text-align: center; background-color: #0E76BC; color: #fff; }
	#footerSection1 a,
	#footerSection1 a:visited,
	#footerSection1 a:active { color: #666; text-decoration: none;  }
	#footerSection1 a:hover { text-decoration: underline; }

	#footerSection2 { width: 900px; text-align: center; background-color: #fff; font-size: .85em; margin-top: 12px; }
	#footerSection2 ul { display: inline; }
	#footerSection2 li { display: inline; }
	#footerSection2 a { display: inline-block; height: 28px; line-height: 28px; padding: 0 12px; }
	#footerSection2 a,
	#footerSection2 a:visited,
	#footerSection2 a:active { color: #04619a; text-decoration: none; text-transform: uppercase;  }
	#footerSection2 a:hover { color: #0879bf; text-decoration: underline; }

	#footerSection3 { width: 900px; padding: 24px 0 12px; text-align: center; background-color: #fff; color: #666; font-size: .8em; }
	#footerSection3 ul {}
	#footerSection3 li { display: inline; }
	#footerSection3 a { display: inline-block; height: 28px; line-height: 28px; padding: 0 12px; }
	#footerSection3 a,
	#footerSection3 a:visited,
	#footerSection3 a:active { color: #04619a; text-decoration: none;  }
	#footerSection3 a:hover { color: #0879bf; text-decoration: underline; }

	/* Copyright */

	#copyright { font-size: .75em; text-align: center; padding-bottom: 12px; }

/* NAV BAR */
	
	.navbar {white-space:nowrap /*IE hack*/; width:900px; font-family: verdana,arial,helvetica,sans-serif; font-size: 12px !important /*Non-IE6*/; font-size: 12px /*IE6*/;} /*Color navigation bar normal mode*/
	
	/* Menu Bar */
	
	.navbar ul {list-style-type: none;}
	.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; }
	.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height: 16px; line-height: 8px; border-bottom: 2px solid transparent; padding: 0 22px; text-decoration:none; color: #898989; border-right:solid 0px rgb(215,215,215); text-transform: uppercase; }
	.navbar ul li ul {display:none; border:none;}
	
	/* SubMenu (Non-IE6 hovering) */
	
	.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
	.navbar ul li:hover a {border-bottom: 7px solid #87bbde; text-decoration:none; color: #87bbde; } /*Color main cells hovering mode*/
	.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:1.8em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 0px rgb(215,215,215);}
	.navbar ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-16px; padding:4px 16px 4px 16px; border-right:solid 0px rgb(215,215,215); border-left:solid 0px rgb(215,215,215); border-bottom: solid 0px rgb(215,215,215); background-color: #eaeef5; font-weight: normal; color: #04619a; text-transform: none; font-size: .9em; } /*Color subcells normal mode*/
	.navbar ul li:hover ul li a:hover {background-color: #fff; text-decoration:underline; color: #0879bf; } /*Color subcells hovering mode*/
	
	/* SubMenu (IE6 hovering) */
	
	.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
	.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; text-decoration:none;} /*Color main cells hovering mode*/
	.navbar ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:1.8em; left:0px; margin-top:0.1em; border-top:solid 0px rgb(215,215,215); }
	.navbar ul li a:hover ul li a {white-space:normal; display:block; width:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 0px rgb(215,215,215); border-left:solid 0px rgb(215,215,215); border-bottom: solid 0px rgb(215,215,215); background-color:#f2f2f2; font-weight:normal; color: #898989;} /*Color subcells normal mode*/
	.navbar ul li a:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/* BREAD CRUMB NAVIGATION */

	.B_crumbBox { margin-bottom: 24px; font-size: .8em; text-transform: none; }

/* PAGE BODY IMAGES */

	.imageRight { float: right; padding: 0 0 24px 24px; }

/* SIDEBAR IMAGES */

	.imagesSideBar { }
	.imageSideBar01,
	.imageSideBar02,
	.imageSideBar03 { width: 236px; height: 134px; }	
	.imageSideBar01,
	.imageSideBar02 { margin-bottom: 32px; }

	/* Randomizer */
	
	#randomImages { margin-bottom: 12px; }
	#randomImages .randomImage { text-align: center; padding-bottom: 32px; } 
	
/* LISTS */

	ul.customBullets { padding: 12px 0 12px 42px; }
	ul.customBullets li { list-style-image: url(../images/customBullet.gif); margin: 0 0 10px 26px; padding-left: 6px;  line-height: 1.8em; }
	ul.customBullets li ul { margin-top: 10px; }
	ul.customBullets li ul li { list-style-image: none; margin: 0 0 10px 26px; padding-left: 6px; line-height: 1.8em; }	

	ol.customList { padding: 12px 0 12px 42px; }
	ol.customList li { margin: 0 0 10px 26px; padding-left: 6px; line-height: 1.8em; }
	ol.customList li ul { margin-top: 10px; }
	ol.customList li ul li { list-style-image: none; margin: 0 0 10px 26px; padding-left: 6px; line-height: 1.8em; }	

/* DHTML DROP LISTS */

	td.dropArrow { padding: 6px 6px 6px 0; }
	.dropText { padding: 12px 0 12px 26px; border: 0px solid #d3d9cf; }

/* TABSTRIP */

	.tabStrip ul { margin: 0; padding: 0; list-style-type: none; font-size: .9em; }
	.tabStrip li { margin: 0 2px 0 0; list-style-type: none; float: left; }
	.tabLink { display: block; text-decoration: none; padding: 5px 10px; background: #eaeef5; border: #dadada solid; border-width: 1px 1px 0 1px; color: #04619a; }
	.tabLinkActive { display: block; text-decoration: none; padding: 5px 10px; background: #fff; border: #c0c0c0 solid; border-width: 1px 1px 0 1px; color: #04619a; }
	.tabContent { display: none; }
	.tabContentActive { clear: both; border-top: 1px solid #ccc; border-bottom: 0px solid #ccc; padding-top: 18px; margin-left: 24px; }
	.downloadPDF { margin: 12px 0; }
	
	/* UL OL Overides in Tab Content*/
	.tabContentActive ol,ul {  }

/* FAUX OPTIN FORM */

	#fauxOptIn { width: 410px; margin: auto; font-size: .8em; padding: 6px 0; }
	#fauxOptIn input,
	#fauxOptIn textarea,
	#fauxOptIn select { width: 120px; background-color: #fff; border: 1px solid #999; border-collapse: collapse; padding: 3px 4px 2px 4px; font-size: 1em; height: 14px; color: #333; }
	#fauxOptIn td.formLabel { vertical-align: bottom; padding: 0 6px 3px 0; }
	#fauxOptIn td.buttonOptIn { padding-left: 6px; }
	#fauxOptIn .button { padding: 0 6px; height: 19px; line-height: 19px; background-color: #f1f3ef; cursor: pointer; }
	#fauxOptIn .buttonOff { background-color: #eaeef5; border: 1px solid #d9d9d9; }
	#fauxOptIn .buttonOn { background-color: #eaeef5; border: 1px solid #0879bf; color: #0879bf; }
	#fauxOptIn .highlightOff { border-color: #d9d9d9; }
	#fauxOptIn .highlightOn { border-color: #0879bf; }
	#fauxOptIn a,
	#fauxOptIn a:visited,
	#fauxOptIn a:active { display: inline; padding: 0; }

/* INPUT FORMS */

	.inputForm {padding-left:24px; } 
	.inputForm table { width: 100%; } 
	.inputForm .row { }
	.inputForm .rowAlt { }	
	.inputForm .formComment { padding: 12px 0 0 0; }	
	.inputForm input,
	.inputForm textarea,
	.inputForm select { width: 280px; height: 20px; background-color: #fff; border: 1px solid #999; border-collapse: collapse; padding-left: 4px; padding-right: 0px; line-height: 20px; font-family: verdana,arial,helvetica,sans-serif; font-size: 1em; color: #333;}
	.inputForm input { vertical-align: middle; }
	.inputForm input.radioButtons { width: 25px; height: 20px; margin: 0 3px 0 3px; vertical-align: bottom; border: 0; }
	.inputForm input.checkbox { border: 0; }		
	.inputForm select { width: 165px; }	
	.inputForm .formLabel { vertical-align: top; padding: 5px 24px 3px 0px; width:148px; }
	.inputForm .formInput { width: 242px; text-align: right; font-size: 12px; padding: 2px 2px 2px 0; }
	.inputForm .formRadioButtons { width: 242px; text-align: left; font-size: 12px; padding: 2px 2px 2px 0; }
	.inputForm .checkbox ( border: 0; width 20px; )
	.inputForm .line { width: 100%; border-top: 1px solid #d9d9d9; margin-top: 12px; padding: 8px 6px 36px 0;}
	.inputForm .submitButton { text-align: right; }	
	.inputForm .button { float: right; display: inline-block; cursor: pointer; padding: 6px 12px; margin-top: 12px; }
	.inputForm .buttonOff { background-color: #eaeef5; border: 1px solid #ccc; margin-right:2px; }
	.inputForm .buttonOn { background-color: #eaeef5; border: 1px solid #0879bf; margin-right: 2px; }
	.inputForm .highlightOff { border-color: #d9d9d9; }
	.inputForm .highlightOn { border-color: #0879bf; }
 	.inputForm .formError { margin-bottom: 12px; color: #bd2a07; font-weight: bold; font-size: .9em; border: 1px solid #bd2a07; padding: 3px; text-align: center; }

	/* Mods for Contact Verification code */
	
	#veriCode { border: 1px solid #d9d9d9; padding: 8px; margin-top: 12px; }
	#veriCode  h1 { font-weight: normal; font-size: 1.2em; margin: 0 0 12px 0; color: #1b4665; }	
	#veriCode  p { margin: 0 0 12px 0; font-style: italic; font-size: .9em; }
	#veriCode  .wrapper { float: right; padding-left: 24px; }

	/* Mods for OptIn Registration */
	
	.inputForm .buttonSignUp { width: 300px; border-top: 0px solid #99c83c; margin-top: 6px; }
	.inputForm .buttonSignUp td { padding-top: 6px; }
	
	/* Mods for Login */

	.inputForm .login,
	.inputForm .passwordReminder { border: 1px solid #ccc; width: 316px; padding: 8px; margin-top: 12px; }

/* WHAT'S NEW */

	#whatsNew { font-size: .9em; line-height: 1.3em; }
	#whatsNew  h1 { }
	#whatsNew  a { }		
	#whatsNew .newsItem { padding: 6px 0 3px; }
	#whatsNew .headline {}
	#whatsNew .datePosted { font-style: italic;}
	#whatsNew .summary { font-size: 7.5pt; }
	#whatsNew .moreNews { margin-top: 12px; }
	#whatsNew .moreLink { float: right; width: 70px; text-align: right; padding-right: 4px; border-top: 1px solid #dadada; }
	#whatsNew .title { }
	#whatsNew .subtitle { font-style: italic; font-size: .8em; padding-bottom: 8px; }
	#whatsNew .date { width:48px; }		
	
/* SITE ADMINISTRATION */

	.inputForm .admin { width: 400px; text-align: left; }
	
	/* General Navigation Bar */

	.inputForm .formNavTop { width: 100%; border-bottom: 1px solid #ccc; padding-bottom: 6px; margin: 0 0 24px 0; }
	.inputForm .formNavBottom { width: 100%; border-top: 1px solid #ccc; padding-top: 6px; margin: 72px 0 0 0; }
	.inputForm .lineNavBottom { width: 100%; border-bottom: 1px solid #ccc; height: 72px; }	
			
	.navTopBar { }
	.navBottomBar { margin: 36px 0 0 0; }
	.navLeft,
	.navCenter,
	.navRight { white-space: nowrap;}
	.navCenter { width: 100% }		
	
/* INDEXED CONTENT */

	/* Filters */
	
    #filters .filterBar { width: 100%; margin-bottom: 12px;}
	#filters .filterBarLeft { padding-left: 4px; }
	#filters .filterBarRight { text-align: right; white-space: nowrap; padding: 4px 4px 0 0; }
	#filters select { width: 100px; background-color: #fff; border: 1px solid #999; border-collapse: collapse; padding-left: 4px; padding-right: 0px; line-height: 20px; color: #333; }
	
	#filters .dropDownBox { width: 120px; }
	#filters .pagination { margin: 12px 0; }
	
	#filters .selectCountry { margin: 12px 0; }

	/* Indexes - Announcements & Media Clippings */

	#index { background-color: #ededed; border: 0px solid #e4e4e4; padding: 4px; }
	#index table { width: 100%; }
	#index tr.row { background-color: #fff; cursor: pointer; }
	#index tr.rowAlt { background-color: #fafafa; cursor: pointer; }
	#index tr.highlight { background-color: #f5f5f5; cursor: pointer; }	
	#index th { padding: 8px 4px 4px; text-align: left; vertical-align: bottom; font-size: 1.2em; font-weight: normal; }	
	#index td { font-size: .9em; }
	#index .colDate { white-space: nowrap; padding: 4px 12px; }
	#index .colType { white-space: nowrap; padding: 4px 12px; }
	#index .colDescription { width: 100%; padding: 4px 12px; }
	#index .colEdit { white-space: nowrap; padding: 4px 12px; }	

	/* Display and Entry Pages - Announcements */
	
	#announcements .navTopBar { }
	#announcements .navBottomBar { margin: 36px 0 0 0; }
	#announcements .navLeft,
	#announcements .navCenter,
	#announcements .navRight { white-space: nowrap;}
	#announcements .navCenter { width: 100% }
	#announcements .title { text-align: center; padding: 12px 4px; }
	#announcements .title h1 { margin-bottom: 12px; line-height: 1.4em; }
	#announcements .title h2 { margin: 0; }
	#announcements .byLine { font-size: .9em; margin: 4px 0 4px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 4px; }	
	#announcements .byLineLeft { width: 274px; float: left; white-space: nowrap; padding-left: 6px; }
	#announcements .byLineRight { width: 274px; float: left; text-align: right;  white-space: nowrap; padding-right: 6px; }
	#announcements .content { padding: 0 4px; padding-top:12px; }
	#announcements .imageCenter { text-align: center; }
	#announcements .imageRight { margin: 4px 0 20px 10px; }			
	#announcements .topLine { background: transparent; height: 14px; border-bottom: 1px solid #dae5e8; }
	#announcements .bottomLine { background: transparent; height: 20px; border-top: 1px solid #dae5e8; }

	#announcements .thumbLink { text-align: center; }
	#announcements .pdfLink { text-align: center; }	

/* DATA GRIDS */
	
	.dataGrid { background-color: #ededed; border: 0px solid #e4e4e4; padding: 4px; margin: 18px 0 24px 24px; }
	.dataGrid table { width: 100%; }
	.dataGrid tr.row { background-color: #fff; }
	.dataGrid tr.rowAlt { background-color: #fff; }	
	.dataGrid th,
	.dataGrid td { padding: 4px 12px; font-size: .9em; }
	.dataGrid .col1 { width: 100%; }	
	.dataGrid .col2 { text-align: center; white-space: nowrap; }
	.dataGrid .col3 { width: 150px; }
	.dataGrid .col4 {  }				
	.dataGrid .colType { width: 150px; }	
	.dataGrid p { margin: 0; }
	.dataGrid .highlight { background-color: #fafafa; }

/* HOMEPAGE TAB CONTENT BOTTOM LINKS*/
	.links { padding-left: 24px; }
	.links a { padding-right: 24px; }
	
/* WEDDINGS TAB CONTENT STYLE OVERRIDES */	
	.weddingAtSea p { margin-left:0; } 
	.weddingOnLand p { margin-left:0; } 	
