<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Global Reset*/

html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

li, dd, blockquote {
        margin-left: 1em;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

img {
border: 0px;
}
/*End Global Reset*/



body {
background: url(img/cloud.jpg);
font-family: Arial, sans-serif;
font-size: 1em;
line-height: 1.5em;
color: #543a1f;

}


h1 {
text-transform: uppercase;
font-size: 2em;
line-height: 2.5em;
}

h2 {
text-transform: uppercase;
font-size: 1.7em;
line-height: 2.3em;
}

#left_content h2 {
font-size: 1.9em;
margin-bottom: -20px;
padding-top: 20px;
}

h3 {
text-transform: uppercase;
font-size: 1.5em;
}

li {
background: url(img/bullet.png);
background-repeat: no-repeat;
position: relative;
padding-left: 23px;
margin-bottom: 10px;
}

ul {
list-style-type: none;
}

.white {
color: #ffffff;
}

.dotted {
border-bottom: 3px #543a1f dotted;
width: 100%;
margin-top: 30px;
margin-bottom: 20px;
}

a {
color: #5eafbd;
text-decoration: none;
}

#right_content a {
color: #93dae6;
text-decoration: none;
}

hr {
color: #fff7ee; 
background-color: #fff7ee; 
border: 3px #543a1f dotted;
border-style: none none dotted; 
}


/*----------------------------Containers &amp; layout---*/
#wrap {
width: 985px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#outer_content {
position: relative;
top: 15px;
width: 100%;
background-color: #ffffff;
border: 1px #543a1f solid;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
padding: 10px;
margin-bottom: 150px;
}

#inner_content {
position: relative;
width: 100%;
background-color: #fff7ee;
border: 1px #ebceb1 solid;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
-webkit-box-shadow: 1px 1px 5px 1px #a2a29f;
-moz-box-shadow: 1px 1px 5px 1px #a2a29f;
box-shadow: 1px 1px 5px 1px #a2a29f; 
}

#content {
width: 965px;
position: relative;
top: 80px;
padding: 20px;
}

#left_content {
width: 630px;
float: left;
padding: 0px 6px 0px 6px;
}

#left_content_wide {
width: 940px;
float: left;
padding: 0px 6px 0px 6px;
}

#right_content {
width: 280px;
float: right;
padding: 0px 20px 0px 10px;
}

/*-------------------------------Header-----*/

#header {
position: relative;
}

#logo {
position: absolute;
top: 45px;
left: 30px;
z-index: 5;
}

#headline{
width: 713px;
position: relative;
top: -65px;
float: right;
margin-bottom: 50px;
}

#headline h1 {
font-size: 5em;
position: absolute;
top: 0px;
left: 0px;
 
}

#headline h2 {
position: absolute;
top: 130px;
left: 0px;
font-size: 1.7em;
}

#echopark #headline h2 {
font-size: 2.2em;
position: absolute;
top: 120px;
}

#silverlake #headline h2 {
font-size: 1.9em;
}

#lines {
clear: both;
position: relative;
top: 80px;
}

#thin {
color: #543a1f;
background-color:#543a1f;
border: 0;
height: 4px;
}

#thick {
color: #543a1f;
background-color:#543a1f;
border: 0;
height: 15px;
margin-top: -3px;
}


/*-------------------------------Navigation-----*/

#nav{
padding-bottom: 55px;
border-bottom: 3px #543a1f dotted;
width: 100%;

}

#nav li a {
color: #543a1f;
text-transform: uppercase;
text-shadow: 0px 1px 3px #5c5c5c;
filter: dropshadow(color=#5c5c5c, offx=0, offy=1); 
}

#about .current {
color: #5eafbd;
}

#services .current {
color: #5eafbd;
}

#testimonials .current {
color: #5eafbd;
}

#photo .current {
color: #5eafbd;
}

#contact .current {
color: #5eafbd;
}

#nav li a:hover {
color: #5eafbd;
text-transform: uppercase;
}

#nav ul {
list-style-type: none;
position: absolute;
top: 6px;
right: 30px;
}

#nav li {
float: left;
background: url(img/star.png);
background-repeat: no-repeat;
position: relative;
padding-left: 30px;
font-size: 1.2em;
margin-right: -10px;
}

/*-------------------------------Sidebar-----*/

#left_content_wide .sidebar_box {
width: 270px;
float: right;
position: relative;
top: 20px;
margin-left: 10px;
}

.sidebar_box {
background-color:#543a1f;
padding: 10px;
color: #ebceb1;
position: relative;
margin-bottom: 30px;
}.sidebar_box_alert {background-color:#d22c57;padding: 10px;color: #ebceb1;position: relative;margin-bottom: 30px;}.interior_box_alert {border: 2px #ebceb1 solid;padding: 5px;}

.interior_box {
border: 2px #ebceb1 solid;
padding: 5px;
}

#about .interior_box img {
position: relative;
left: 10px;
}


.center {
position: relative;
left: 20px;
}

/*-------------------------------Footer-----*/
#footer {
background: url(img/footer.png);
background-repeat: no-repeat;
clear: both;
position: relative;
top: 100px;
left:-16px;
width: 1014px;
height: 224px;
}

#left_footer {
position: absolute;
left: 105px;
bottom: 45px;
}

#left_footer ul {
list-style-type: none;
}


#left_footer li {
float: left;
margin-right: -20px;
background: none;
}

#left_footer a {
color: #ffffff;
text-transform: uppercase;
font-size: 1.2em;
}

#right_footer {
position: absolute;
right: 155px;
bottom: 45px;
}

#right_footer ul {
list-style-type: none;
}


#right_footer li {
float: left;
margin-right: -20px;
background: none;
}

#right_footer a {
color: #ffffff;
text-transform: uppercase;
font-size: 1.2em;
}

#ffwd {
position: relative;
top: -30px;
font-size: .7em;
text-align: center;
width: 100%;
}

#ffwd a {
color: #543a1f;
font-weight: bold;
}


/*------------------------------------Misc-----------------*/
#right_flourish {
background: url(img/right-flourish.png);
background-repeat: no-repeat;
width: 91px;
height: 147px;
position: absolute;
top: 40px;
right: -110px;
}

#left_flourish {
background: url(img/left-flourish.png);
background-repeat: no-repeat;
width: 92px;
height: 147px;
position: absolute;
top: 170px;
left: -90px;
}


/*-------------------------------Services Page-----*/

#services_wrap {
position: relative;
width: 950px;
}

#services_left {
width: 465px;
position: relative;
float: left;
padding-right: 10px;

}

#services_right {
width: 465px;
position: relative;
float: right;
padding-left: 10px;

}

#areacallout  {
width: 420px;
background-color:#543a1f;
padding: 10px;
color: #ebceb1;
position: relative;
margin-bottom: 20px;
margin-top: 30px;
}

#areacallout li {
margin-bottom: 5px;
}

#areacallout h2 {
text-align: center;
}


.rightcallout {
float: right;
width: 200px;
position: absolute;
top: 80px;
right: 20px;
}

/*-------------------------------photo gallery-----*/
#PictoBrowser120201171824 {
border: 4px #543a1f solid;
margin-bottom: 40px;
}



/*-------------------------------Contact Page-----*/



#contactform input {
width: 600px;
height: 30px;
margin-top: 5px;
margin-bottom: -10px;
background-color: #543a1f;
color: #ffffff;
border: 0px;
}

#contactform fieldset {
width: 100%;
position: relative;
left: -20px;

}

#contactform fieldset p {
float: left;
margin-left: 20px;
}

#contactform fieldset input {
width: 290px;
}
.comments {
margin-top: 40px;
}

#contactform textarea {
width: 600px;
margin-top: 5px;
background-color: #543a1f;
color: #ffffff;
border: 0px;
}

#captchainput {
background-color: #543a1f;
color: #ffffff;
border: 0px;
margin-left: 20px;
}

#submitbutton {
float: right;
position: relative;
top: -45px;
left: -30px;
}


iframe {
border: none;
}

#testimonials #headline h2 {
font-size: 1.6em;
}</pre></body></html>