@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document
Adobe Gallery Main Stylesheet

*/

* {
margin: 0;
}

html, body {
height: 100%;
}

body {
background-image: url("../img/bg1.png");
background-repeat: repeat-x;
background-color: #cdc6b8;
font-family:"Times New Roman", Times, serif;
}

#container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
}

#page {
width: 821px;
margin: 0 auto;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
display: block;
}

/* Headings */
h1 {font-size: 3em}
h2, span.h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h1, h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1.1;
margin:0 0 0.5em;
}

h1 {color: #ffffff;}

h2, h5, span.h2 {color: #554233;}


.level-two #main-content h1 {
color: #c03b0d;
background-image: url("../img/double-break.png");
background-repeat:no-repeat;
background-position: bottom left;
padding: 0 0 10px 0;
}

/* Anchors */
a {outline: 0; text-decoration: none;}
a img {border: 0px;}
a:link, a:visited {
color: #ffffff;
}

a:hover, a:active {
text-decoration: underline;
}

img {
border: 0;
}

#main-content img {
margin: 10px;
}

/* Paragraphs */
p {margin-bottom: .5em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
list-style: outside disc;
}

ol {
list-style: outside decimal;
margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

/* Thead */
thead th {padding: .5em .4em; text-align: left;}
thead td {}

/* Tbody */
tbody td {padding: .5em .4em;}
tbody th {}

tbody .alt td {}
tbody .alt th {}

/* Tfoot */
tfoot th {}
tfoot td {}

/* header elements */

header {
height: 120px;
}

#adobe-logo {
margin: 18px 0 0 0;
float: left;
}

/* form elements */

label, input, textarea, select {
display: block;
}

div.input {margin: 0 0 10px 0;}


/*
Main Content
*/

section#main-content {
clear:both;
color:#34281E;
float:left;
margin:70px 0 30px;
width: 100%;
min-height: 500px;
}


section#main-content a {
color: #c03a0d; 
}




/* Footer elements */

section#footer-container,
.push {
height: 61px;
}

section#footer-container {
background-image: url("../img/error-footer-bg.png");
background-repeat: repeat-x;
background-color: #554233;
width: 100%;
clear: both;
font-size: 13px;
color: #ffffff;
}

div#footer-inner {
margin: 0 auto;
width: 821px;
padding: 30px 0 0 0;
}

nav#footer-nav ul {
margin: 0;
padding: 0;
list-style:none;
width: 25em;
}

nav#footer-nav ul li {
float: left;
width: 12em;
}

div.foot-left {
float: left;
width: 400px;
}

div.foot-right {
float: right;
background-image: url("../img/condo-vaction-rental.png");
background-repeat:no-repeat;
background-position: top right;
width: 420px;
position: relative;
top: -29px;
padding: 30px 0 0 0;
font-size: 16px;
}

div.address {
float: left;
}

div.hours {
float: right;
margin: 40px 0 0 0;
}

div.copyright {
font-size: 12px;
color: #edd7ab;
clear: both;
position: relative;
top: 30px;
}

