@charset "UTF-8";

/*  REDEFINES  */

* {margin: 0; padding: 0;}
img, div { behavior: url(includes/iepngfix-mod.htc) }
a img {border: none;}
a:focus{
outline: none;
}

body{
background: #f1e9d3 url(../images/body-bg.jpg) no-repeat center top;
text-align: center;
margin: 0 auto;
font-size: 1em;
behavior: url(includes/csshover.htc);
}
p{
}

/*  LAYOUT IDs  */

#topBg{
background: url(../images/topBg.jpg) repeat-x left top;
}
#container{
background: url(../images/content-bg.jpg) no-repeat center top;
width: 993px;
height: 1000px;
margin: 0 auto;
position: relative;
}
#logo{
position: absolute;
left: 2px;
top: 30px;
}
#logo a{
}
#nav{
position: absolute;
left: 415px;
top: 44px;
padding: 20px 0;
}
#nav a{
float: left;
margin: 0 0 0 28px;
height:30px;
}
a#navAbout{
height: 30px;
width: 49px;
background: url(../images/nav-about.png) no-repeat;
}
a#navAbout:hover, a.current#navAbout {
height: 30px;
width: 49px;
background: url(../images/nav-about-on.png) no-repeat;
}
a#navResidential{
height: 30px;
width: 92px;
background: url(../images/nav-residential.png) no-repeat;
}
a#navResidential:hover, a.current#navResidential {
height: 30px;
width: 92px;
background: url(../images/nav-residential-on.png) no-repeat;
}
a#navUrban{
height: 30px;
width: 127px;
background: url(../images/nav-urban-planning.png) no-repeat;
}
a#navUrban:hover, a.current#navUrban {
height: 30px;
width: 127px;
background: url(../images/nav-urban-planning-on.png) no-repeat;
}
a#navSketchbook{
height: 30px;
width: 97px;
background: url(../images/nav-sketchbook.png) no-repeat;
}
a#navSketchbook:hover, a.current#navSketchbook{
height: 30px;
width: 97px;
background: url(../images/nav-sketchbook-on.png) no-repeat;
}
a#navContact{
height: 30px;
width: 66px;
background: url(../images/nav-contact.png) no-repeat;
}
a#navContact:hover, a.current#navContact{
height: 30px;
width: 66px;
background: url(../images/nav-contact-on.png) no-repeat;
}
#nav ul{
list-style: none;
}
#nav li{
display: inline;
}
#flash{
position: relative;
top: 10px;
left: 0;
}
#content{
position: absolute;
top: 100px;
left: 3px;
height: 672px;
width: 987px;
}
#content p{
text-align: left;
font: 11pt "Times New Roman", Times, serif;
color: #630;
line-height: 1.3em;
overflow: hidden;
margin: 16px 10px 0 10px;
}
#content a,
#content a:link,
#content a:active,
#content a:visited{
color: #633;
}
#content a:hover{
color: #630;
}
#content.coffee{
background: transparent url(../images/coffee-stain.png) no-repeat 830px 0px;
}
#galleryThumbs{
margin-left: 10px;
}
#galleryLarge{
}
#leftCol{
width: 340px;
float: left;
padding: 30px 0 10px 30px;
overflow: hidden;
}
#rightCol{
width: 510px;
float: right;
padding: 60px 70px 0 20px;
overflow: hidden;
}
#rightCol img{
float: left;
border: 1px #e1cda2 solid;
}
#rightColSk1{
position: absolute;
top: 90px;
left: 500px;
width: 410px;
overflow: hidden;
}
#leftColSk1{
position: absolute;
top: 90px;
left: 30px;
width: 410px;
overflow: hidden;
}
#footer{
position: absolute;
left: 250px;
top: 795px;
padding: 20px 0;
color: #963;
font: bold 11px "Times New Roman", Times, serif;
}
#footer li img{
margin-left: 12px;
}
#footerNav .current{
color: #930;
text-decoration: underline;
}
#footerNav ul{
list-style-image: url(../images/bullet.png);
}
#footerNav li{
display: inline;
padding: 5px;
}
#footerNav li.bullet{
}
#footerNav a{
color: #963;
text-transform: uppercase;
text-decoration: none;
}
#footerNav a:link, #footerNav a:active, #footerNav a:visited{
color: #963;
text-decoration: none;
}
#footerNav a:hover, #footerNav a.current{
color: #930;
text-decoration:underline;
}
#borderBottom{
background: url(../images/border-bottom.png);
background-repeat: repeat-x;
position: fixed;
bottom: 0;
left: 100%;
width: 100%;
height: 27px;
margin-left: -100%;
}
#borderTop{
background: url(../images/border-top.png);
background-repeat: repeat-x;
position: fixed;
top: 0;
left: 100%;
width: 100%;
height: 27px;
margin-left: -100%;
}
#borderRight{
background: url(../images/border-right.png);
background-repeat: repeat-y;
position: fixed;
right: 0;
top: 0;
height: 100%;
width: 34px;
margin: -10px;
}
#borderLeft{
background: url(../images/border-left.png);
background-repeat: repeat-y;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 34px;
margin: 0;
}

/*  CLASSES  */

.small{
margin: 10px 0;
display: block;
font-size: 16px;
color: #930;
font-weight: bold;
}
.floatR{
float: right;
}
.floatL{
float: left;
}
.icon{
position: relative;
top: 4px;
}