/* layoutstyles.css */
/* Universal style rule */
* {
/* Temporary borders */
 /* border:dashed 1px #f00; */
}
/* Universal style rule */
* {
	/* Block all browser default margins and padding */
  margin:0;
	padding:0;/* Temporary borders */
  /* border:dashed 1px #f00; */
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* Put 20px margin above the wrapper */
  /* Set right and left to auto for centering */
  #wrapper {
	width: 50em;
	margin-top: 5em;
	border: 1px solid #666666;
	background-image: url(../images/palm_bkgrnd.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: left bottom;
}
/* Make branding a positioned element, but don't move it */
/* For absolutely-positioned hyperlinks */
#branding.home {
	position:relative;
	width: 50em;
	height: 6em;
}
#branding {
	position:relative;
	width: 50em;
	height: 7.5em;
}
#brandboxaveda {
	float: right;
	margin-top: 1.25em;
	width: 14em;
	margin-right: 2em;
}
#branding #logosmall {
	width: 20em;
	float: left;
	padding-left: 5em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
}
#brandboxaveda p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 0.75em;
	color: #929496;
	letter-spacing: 0em;
}

#rewards {
    padding-top: 1em;
    text-align: center;
}

#rewards a, #rewards a:link, #rewards a:visited {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	color: #d89c30;
    font-size: 0.65em;
    padding: 0.2em;
	border: 1px solid #d89c30;
	text-decoration: none;
    margin: 0 3.5em;
    letter-spacing: 0em;
    display: block;
}

#rewards a:hover {
	color: #666666;
}

#greenbanner {
	width: 50em;
}

#spacer4emsdeep {
	height: 3em;
    width: 100%;
    display: block;
}

#spacer4emsdeep a, #spacer4emsdeep a:link, #spacer4emsdeep a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d89c30;
	font-size: 65%;
	border: 1px solid #d89c30;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	text-decoration: none;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-right: 3.5em;
	margin-left: 0em;
	letter-spacing: 0em;
	float: right;
}
#spacer4emsdeep a:hover {
	color: #666666;
}


#leftcolumn /* Applies to paragraphs in the leftcolumn division */
 img {
	font-size: 85%;
	color: #333333;
}
#content {/* Remember, margin must match left column width */
	width: 50em;
	clear: both;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #666666;
	display: block;
	margin-left: 5.5em;
	height: 7em;
	line-height: 140%;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0em;
	margin-top: 3em;
}
/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	letter-spacing:0.03em;
}
/* Size h1 headings in the content division */
#content h1 {
	font-size:1.25em;
}
/* Size h2 headings in the content division */
#content h2 {
    font-size:1em;
	font-size: 1.00em;
}
/* Size h3 headings in the content division */
#content h3 {
	font-size:.90em;
}
#content p {
	line-height: 1.5em;
}
/* Applies to list elements in the content division */
#content ul, #content ol {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navbar {
	margin-left: 1.75em;
    height: 1em;
	margin-top: 1em;
	height: 1.5em;
}
#navbar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #000000;
	height: 2em;
	text-align: left;
	line-height: 2.75em;
	outline-style: none;
	padding-left: 0.2em;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 17em;
}
#navbar ul {
	list-style-type: none;
}
/* List items in the navbar */
#navbar li {
	float: left;
	/* Required for dropdown menu */
	position: relative;
    width: auto;
	padding-right: 0.3em;
	padding-left: 0.3em;
	display: block;
}
/* Drop-down menu styles */
#navbar li ul {
	position: absolute;
    z-index: 100;
    visibility: hidden;
	background-color: #FFFFFF;
	margin-left: -0.5em;
	top: 1.25em;
	left: 0.5em;
}

#navbar a, #navbar a:link, #navbar a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #666666;
	height: 2.75em;
	text-align: left;
	line-height: 2em;
	outline-style: none;
	padding-left: 1.5em;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #d89c30;
}
#navbar a:hover, #navbar a:active, #navbar li.selected a:link, #navbar li.selected a:visited {
	color: #000;
}
#navbar li:hover ul {
    visibility: visible;
    display: inline;
    float: left;
}
/* Applies to links on the drop-down menu */
#navbar li:hover ul li a, #navbar li a:hover ul li a { /* IE6 hack */
	color: #666666;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
	width: 16em;
	display: block;
	height: auto;
	padding-left: 1.5em;
}
/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover, #navbar li a:hover ul li a:hover { /* IE6 hack */
	color: #000000;
	background-color: #e1ead1;
}
#rightcolumn {
	margin-right: 10em;
	margin-left: 10.25em;
	margin-bottom: 0em;
}
#rightcolumn img {
	position: relative;
}
#rightcolumn p {
	font-size: 85%;
	color: #333333;
}
#rightcolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d89c30;
	letter-spacing: 0.02em;
	line-height: 1.25em;
	font-size: 115%;
	font-weight: normal;
}
#rightcolumn h2 {
	color: #d89c30;
	font-size: 82%;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-weight: lighter;
}
#rightcolumn h3 a {
	color: #d89c30;
	font-size: 100%;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	text-align: left;
	right: 10em;
	text-decoration: none;
}

#rightcolumn h3 {
	color: #666666;
	font-size: 88%;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	text-align: left;
	right: 10em;
	text-decoration: none;
}
#rightcolumn h4 {
	color: #e8ac41;
	font-size: 85%;
	letter-spacing: 0.1em;
}
#leftcolumn {
	width: 35em;
	height: 16em;
	margin-left: 5em;
	margin-top: 1.5em;
}
#leftcolumn #adbox {
	height: 250px;
	width: 250px;
	margin-left: 18em;
	border: 1px solid #CCCCCC;
}
#leftcolumn, #widecolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d89c30;
	letter-spacing: 0.02em;
	line-height: 1.25em;
	font-size: 115%;
	font-weight: normal;
}
#leftcolumn h2 {
	color: #d89c30;
	font-size: 82%;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-weight: lighter;
}
#leftcolumn h3 {
	color: #666666;
	font-size: 88%;
	letter-spacing: 0.001em;
	line-height: 1.5em;
	text-align: left;
	right: 10em;
}
.price_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: normal;
	padding-left: .5em;
}
.rightcolumn caption {
	font-size: 75%;
	color: #666666;
	line-height: 90%;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	line-height: 1.25em;
}
.boldintro {
	font-weight: bolder;
	color: #666666;
}
#widecolumn {
	width: 43em;
	margin-left: 5.5em;
	float: right;
}
#wrapper #content #widecolumn h3 {
	padding-right: 4em;
}
#widecolumn p {
	font-size: 85%;
	color: #333333;
	margin-right: 4em;
}
#widecolumn img {
	margin-right: 1em;
	margin-bottom: 1em;
}
#wrapper #footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content #widecolumn img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
