@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CBEDAB;
	background-image: url(../images/background02.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
a:link {
	color: #BA492D;
	text-decoration: none;
}
a:visited {
	color: #5779B8;
	text-decoration: none;
}
a:hover {
	color: #FDB913;
	text-decoration: none;
}
a:active {
	color: #EB7A49;
	text-decoration: none;
}
.thrColFix #mainHeader {
	padding: 18px;
	width: 762px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/header_background02.gif);
	text-align: left;
}
.titleTagline {
	float: right;
	text-align: left;
	font-weight: bold;
	color: #FFCC00;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.thrColFix #container {
	width: 762px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 18px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	overflow: visible;
	height: 450px;
	background-image: url(../images/containerBackground.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.thrColFix #sidebar1 {
	color: #FFCC00;
	font-weight: bold;
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: auto;
	height: auto;
}
.thrColFix #mainContent {
	width: 287px;
	text-align: justify;
	margin-left: 175px;
	padding-left: 18px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	min-height: 358px;
	line-height: 18px;
	font-size: 11px;
	height: 450px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFix #container #sidebar2 #photoCredit {
	text-align: right;
	font-size: smaller;
}
.thrColFix #container #sidebar2 #ideasImage {
	margin-bottom: 9px;
}
.thrColFix #container #mainContent p {
}
.thrColFix #container #sidebar1 p {
	margin-top: 0px;
}
.thrColFix #container #sidebar1 a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.thrColFix #container #sidebar1 a:visited {
	color: #666666;
	font-weight: normal;
}
.thrColFix #container #sidebar1 a:hover {
	color: #FDB913;
	font-weight: normal;
}
.thrColFix #container #sidebar1 a:active {
	color: #EB7A49;
	font-weight: normal;
}
.ideasHeader {
	font-size: 18px;
	color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	font-weight: normal;
	margin-top: 0px;
}
.thrColFix #navHeader {
	width: 762px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	padding: 18px;
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
}
.horizontalNav01 {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.horizontalNav02 {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 18px;
}
.horizontalNav02b {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 18px;
}
.horizontalNav02c {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 18px;
}
.horizontalNav02d {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 18px;
}
.horizontalNav02e {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 18px;
}
.horizontalNav03 {
	padding-left: 18px;
}
.horizontalNav02f {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 18px;
}
.thrColFix #footer {
	background-color: #FFFFFF;
	padding: 18px;
	height: auto;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	font-size: smaller;
	color: #666666;
}
.thrColFix #container #sidebar2 #ideasImage img {
	border: 1px solid #CCCCCC;
}
.lastParagraph {
	margin-bottom: 0px;
}
.ideasFirstParagraph {
	margin-top: 4px;
	font-weight: bold;
}
.thrColFix #navHeader #markerWedding {
	width: 80px;
	position: absolute;
	margin-top: 19px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA492D;
	height: 1px;
	margin-left: 90px;
}
.thrColFix #navHeader td {
	padding-right: 30px;
}
.thrColFix #container #mainContent #arrows {
	position: relative;
	float: right;
	margin-top: 5px;
}
.thrColFix #container #mainContent #arrows #arrowLeft {
	margin-right: 22px;
}
.thrColFix #homeContainer #leftHome {
	float: left;
	width: 445px;
	text-align: justify;
}
.thrColFix #homeContainer #rightHome {
	float: right;
	width: 296px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.thrColFix #homeContainer {
	width: 762px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 18px;
	text-align: left;
	margin-bottom: 9px;
	background-image: url(../images/containerBackground.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.paraBottomLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 18px;
}
#introMovie {
	height: 600px;
	width: 800px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#EnterSite {
	width: 800px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	visibility: hidden;
}
.thrColFix #homeContainer #leftHome p {
	padding-right: 18px;
}
.thrColFix #homeContainer #rightHome #homepageSlideshow {
	text-align: right;
	margin-bottom: 9px;
}
.thrColFix #homeContainer #rightHome #homepageSlideshow img {
	border: 1px solid #CCCCCC;
}
.thrColFix  #container  #sidebar2  {
	text-align: justify;
	width: 262px;
	font-size: 11px;
}
.thrColFix #homeContainer #rightHome #photoCredit {
	text-align: right;
	font-size: smaller;
}
.thrColFix #homeContainer #rightHome #homeAmazon {
	margin-top: 18px;
	text-align: justify;
	margin-left: -18px;
}
.thrColFix #homeContainer #rightHome #homeAmazon form {
	text-align: left;
}
.thrColFix #homeContainer #rightHome #homeAmazon .messagePara {
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.largerText {
	font-size: 16px;
	color: #A9E173;
	font-weight: bold;
}
.thrColFix #homeContainer #leftHome #tabEveryday {
	margin-bottom: -4px;
}
.thrColFix #homeContainer #leftHome #tabHoliday {
	margin-bottom: -4px;
}
.thrColFix #homeContainer #leftHome #tabWedding {
	margin-bottom: -4px;
}
#responseContent {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 18px;
	width: 432px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 36px;
}
.thrColFix #homeContainer #rightHome #homeAmazon .messageParaNoBorder {
}
#responseContent p {
	padding: 0px;
}
.topLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 18px;
	margin-top: 16px;
}
.thrColFix #footer {
	margin-bottom: 9px;
}
