* { margin: 0; }

/*---[STRUCTURE]----------*/

body
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 136.5%; 
    text-align: center; /*IE hack to center*/
    color: #000;
    background: #333 url(../images/bg_gradient.jpg) repeat-x 0 0;
    height: 100%;
    padding-bottom: 1px; /*force scrollbar in FF to avoid "content jog" on short pages*/
    *padding-bottom: 0; /*reset scrollbar forcing for IE, which doesn't need it*/
}

html
{
    height: 100%;
}

#wrapper
{
    position: relative;
    width: 844px;    
    margin: 0 auto;
    text-align: left; /*turn off centered text due to hack*/
    background: #fff;
    min-height: 100%;
    _height: 100%; /*for IE6*/
}


#masthead
{
    position: relative;
    margin: 0 0 27px 0;
    height: 90px;    
}


#masthead img 
{
    _margin-bottom: 0; /*fix goofy IE6 image bug*/
}

#masthead a
{
    height: 50px;
    width: 245px;
    position: absolute;    
    left: 5px;
    top: 30px;
    display: block;
    background: transparent url(../images/1x1.gif) no-repeat 0 0; /*IE hack to make empty anchor tag work*/
}

#nav
{
    position: relative;
    overflow: hidden;
    width: 844px;
    margin-bottom: 0;
    height: 42px;
    background-color: #000;    
}




/*need this for footerStickAlt idea*/
#contentWrapper
{
    position: relative;
    float: left;
    width: 844px;
    background-color: #fff;
    padding-bottom: 100px;
    *padding-bottom: 170px;
}


#content
{
    float: left;
    width: 814px;
    margin-left: 15px;
    _display: inline; /*kill IE double float margin bug*/
}


/*25% width*/
.col25
{
    width: 196px;    
    float: left;
}

/*50% width*/
.col50
{
    width: 402px;
    _display: inline;
    float: left;
}

/*75% width*/
.col75
{
    width: 608px;
    float: left;
}

/*75% width*/
.col100
{
    width: 814px;
    float: left;
}

.col25, .col50, .col75
{
    margin-right: 10px;
    margin-bottom: 10px;
}

.last
{
    margin-right: 0;
}

/*---[HOME PAGE SPECIAL TEXT STYLES]----------*/

.homeText
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 95%;
}


/*page uses man in blue footerStickAlt method to force footer to bottom of viewport*/

#footer
{
    position: relative;
    clear: both;
    width: 844px;
    height: 100px;
    margin: -100px auto 0 auto;
    text-align: left;
    background-color: #333;
}

#footerTextContainer
{
    background-color: #fff;
    width: 844px;
}

#footer p
{
    border-top: 1px solid #d1d1d1;
    text-align: left;
    background-color: #fff;
    height: 30px;
    margin: 0 12px;
    padding-top: 8px;
    font-size: 77%;
    width: 814px;
}





/*---[NAVIGATON]----------*/

#nav ul
{  
    position: absolute;
    bottom: 0;
    right: 5px; 
    padding: 0;
    list-style: none;      
}

#nav ul li
{
    display: block;
    float: left;   
}

#nav ul li a
{
    display: block;
    float: left;    
    padding: 6px 12px;
    margin-left: 7px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;    
}


/*hover and menu "on" states*/

#nav ul li a:hover
{
    color: #fc9e2f;
}

#nav ul li.navOn a
{
    color: #fc9e2f;
    background-color: #333;
}





/*---[HEADINGS]----------*/



#pageHeading
{
    position: relative;
    height: 50px;
    margin-left: 15px;
    width: 814px;
}

#pageHeading span
{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 90%;    
}

h1
{
    font-size: 130%;
    color: #333;
    margin-bottom: 0;    
    line-height: 1.0em;
}

/* original style commented out
h1.homeLink
{
    font-size: 135%;
    font-weight: normal;
    color: #555;
    margin-bottom: 0;    
    line-height: 1.3em;
} */

h1.homeLink
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 115%;
    font-weight: normal;
    color: #555;
    margin-bottom: 0;    
    line-height: 1.3em;
}

h1.homeLink a
{
    color: #444;
}


h1.homeLink a:hover
{
    color: #ff6418;
}


h2
{
    font-size: 115%;
    color: #333;
    margin-bottom: 0;
}

h3
{
    font-size: 100%;
    color: #444;
    margin-bottom: 0;
}


h4
{
    font-size: 100%;
    color: #fc5900;
    margin-bottom: 0;
}

h5
{
    font-size: 100%;
    color: #444;
    margin-top: -3px;
    margin-bottom: 7px;
}

h6
{
    font-size: 87%;
    color: #fc5900;
}


/*home page caption styles*/

#homeCaption
{
    width: 805px;    
    background-color: #333;
    margin-top: -7px;
    margin-bottom: 25px;
    padding: 8px 0 0 9px;
    height: 30px;
}

#homeCaption h3
{
    color: #fff;
    font-weight: bold;    
    display: inline;
    margin-right: 9px;
}

#homeCaption a
{
    color: #fff;
    font-weight: bold;
}

#homeCaption a:hover
{
    color: #c1c1c1;
}




/*---[TEXT]----------*/

a
{
    color: #333;
}

a:hover
{
    color: #ff6418;
}


p
{
    margin-bottom: 1.5em;
}


/*---[WORK GALLERY]----------*/

#galleryDiv img
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#galleryDiv img.last
{
    margin-right: 0;
}


/*---[UTILITY]----------*/

img
{
    border: none;
    display: block;
}

img.floatRight
{
    float: right;
    margin-left: 10px;
}

img.stacked
{
    margin-bottom: 5px;
}

/*preload the large home page image for each house to improve fadeIn */
.preloadImg
{
    display: none;
}