/* GLOBAL */
*
{
    margin: 0;
    padding: 0;
}
body
{
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    background-color: #F7F7EF;
    color: #5D3128;
}
input, textarea, select
{
    border: thin solid #CDCC02;
}
#coreTD
{
    width: 760px;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
  
}
.headerBlock
{
    background-color: #F7F7EF;
}
/* TYPOGRAPHY */
body, h2, h3, h6, p, a
{
    background-color: inherit;
    color: #5D3128;
    font-size: 12px;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
h1
{
    background-color: inherit;
    color: #5D3128;
    font-size: 16px;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
h4
{
    font-size: 16px;
    font-weight: bold;
    color: White;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
h5
{
    font-size: 16px;
    font-weight: bold;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
/* LINKS */
a, a:link, a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
a:link a:visited a:hover, a:active
{
    text-decoration: none;
}
.whiteLink
{
    color: White;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
    text-decoration: none !important;
}
.whiteLink:hover
{
    color: #333300;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
/* MISC */
.clear
{
    clear: both;
}
.borderTopLeft
{
    border-top: 1px solid #787878;
    border-left: 1px solid #787878;
}
.borderBottomRight
{
    border-right: 1px solid #787878;
    border-bottom: 1px solid #787878;
}
.borderRight
{
    border-right: 1px solid #787878;
}
.borderRightDotted
{
    border-right: 1px dotted #787878;
}
/* SITE WRAPPER */
#wrapper2, #wrapper
{
    text-align: left;
    width: 807px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
/* ID PLATE */
#idplate
{
    margin-bottom: 0px;
    margin-top: 0px;
}
#idplate .logo
{
}
/* SITE TITLE */
#sitetitle
{
    margin-bottom: 10px;
    border-bottom: 1px dotted #7f7f7f;
}
#sitetitle h1
{
    background-color: inherit;
    color: #7f7f7f;
    font-size: 20px;
}
/* COLLECTION HEADER */
#collectionHeader
{
    margin-bottom: 15px;
}
#collectionHeader h1
{
    font-size: 14px;
}
#collectionHeader p
{
    line-height: 16px;
    margin-top: 5px;
}
/* COLLECTION INLINE */
#collectionInline
{
    float: left;
    position: relative;
    color: inherit;
    background-color: #b3b3b3;
    width: 321px /*2 x CellWidth + 1px Gap*/;
    height: 482px /*3 x CellHeight + 2px Gap*/;
    overflow: hidden;
}
#collectionInline .padding
{
    padding: 15px;
}
#collectionInline h1
{
    background-color: inherit;
    color: #4c4c4c;
    font-size: 14px;
}
#collectionInline p
{
    background-color: inherit;
    color: #4c4c4c;
    line-height: 16px;
    margin-top: 5px;
}
/* STYLE SWITCHER */
#styleswitcher
{
    float: left;
    margin-bottom: 10px;
    border-right: 1px solid #787878;
}
#styleswitcher img
{
    float: left;
    border-left: 1px solid #787878;
    border-bottom: 1px solid #787878;
    width: 12px;
    height: 7px;
}


/* QUICK JUMP */
#quickjump
{
    float: right;
    margin-bottom: 10px;
    padding: 0;
}
/* CONTACT */
#contact
{
    /*float: left; */
    margin-bottom: 10px;
    padding: 5px 0;
    border-top: 1px dotted #7f7f7f;
}
#contact span, #contact a
{
}
/* STAGE */
#stage, #stage2, #index
{
    float: left;
    position: relative;
    margin: 0;
}

/* PREVIEW FULL */
#previewFull
{
    float: left;
    position: relative;
    color: inherit;
    background-color: #191919;
}
#previewFull .padding
{
    padding-top: 15px;
}
/* TRANSPORT CONTROLS */
#previewSmall .previewSmallNav
{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}
/* PAGINATION */
.previewFullNav ul
{
    margin: 0;
    padding: 5px;
}
.previewFullNav li
{
    display: inline;
    padding: 10px;
}
/* INDEX - GRID */
.thumbnail
{
    float: left;
    position: relative;
    color: inherit;
    background-color: #949494;
    width: 160px;
    height: 160px;
    overflow: hidden;
}
.selectedThumbnail, .thumbnail:hover
{
    color: inherit;
    background-color: #a1a1a1;
}
.emptyThumbnail
{
    float: left;
    position: relative;
    color: inherit;
    background-color: #949494;
    width: 160px;
    height: 160px;
    overflow: hidden;
}
/* INDEX */
.selected
{
    color: inherit;
    background-color: #a1a1a1;
}
.selected:hover
{
    color: inherit;
    background-color: #a1a1a1;
}
.selected .alignmentInner img
{
    border: solid 3px white;
    padding: 0;
    margin: 0;
}
.itemNumber
{
    z-index: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: inherit;
    color: #9c9c9c;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
}
.fullSize
{
    position: absolute;
    left: 0;
    bottom: 0;
}
.sendMail
{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* INDEX - LIST */
.row
{
    position: relative;
    color: inherit;
    background-color: #a1a1a1;
    width: 804px /*5 x CellWidth + 4px Gap*/;
    height: 160px;
    overflow: hidden;
}
.cellThumbnail
{
    float: left;
    position: relative;
    color: inherit;
    background-color: #949494;
    width: 200px;
    height: 100%;
    overflow: hidden;
}
.cellThumbnail:hover
{
    color: inherit;
    background-color: #949494;
}
.cellDescription
{
    float: left;
    position: relative;
    width: 350px;
    height: 100%;
    overflow: hidden;
}
.cellDescription .padding
{
    padding: 10px;
}
.cellDescription h1
{
    background-color: inherit;
    color: #E5E5E5;
    font-size: 14px;
}
.cellDescription p
{
    background-color: inherit;
    color: #E5E5E5;
    line-height: 16px;
    margin-top: 5px;
}
.cellMetaData
{
    float: left;
    position: relative;
    color: inherit;
    background-color: #9D9D9D;
    width: 250px;
    height: 100%;
    overflow: hidden;
}
.cellMetaDataContainer
{
    width: 250px;
}
.cellMetaDataLabel
{
    float: left;
    width: 40%;
    text-align: right;
}
.cellMetaDataLabel p
{
    background-color: inherit;
    color: #e5e5e5;
    font-size: 10px;
    line-height: 12px;
    padding-right: 3px;
}
.cellMetaDataData
{
    float: left;
    width: 60%;
    text-align: left;
}
.cellMetaDataData p, .cellMetaDataData a
{
    background-color: inherit;
    color: #E5E5E5;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    padding-left: 3px;
}
/* PROPER ALIGNMENT INSIDE CELLS */
.alignmentOuterGrid
{
    z-index: 1;
    position: static;
    text-align: center;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.alignmentOuter
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.alignmentOuter
{
    position: static;
    text-align: center;
    display: table;
}

.alignmentMiddle
{
    position: static;
    display: table-cell;
    vertical-align: middle;
}

.alignmentInner
{
    position: static;
}
.AdjustZIndex
{
    position: relative;
}
/* Metadata Formatting */
.previewFullMetadata hr
{
    border: 0;
    height: 0px;
    margin-left: 10px;
    margin-right: 10px;
}



#detailTitle
{
    margin: 10px 0 0 0;
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
}







#detailImage
{
    text-align: center;
    width: 100%;
}

#detailCaption
{
    margin: 10px;
    text-align: center;
}


.previewMetadataRow
{
    display: block;
    font-size: 11px;
    text-align: center;
    clear: both;
}

.previewMetadataLabel
{
    margin-right: 3px;
    display: inline;
    font-size: 11px;
    text-align: right;
    clear: both;
}


.previewMetadataData
{
    display: inline;
    font-size: 11px;
    font-weight: bold;
}

/*Textbox Watermark*/

.unwatermarkedSearchBox
{
    height: 18px;
    width: 168px;
}

.watermarkedSearchBox
{
    height: 18px;
    width: 168px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
.menuBar
{
    background-color: #EDEDE3;
}
.blueBarBackGround
{
    background-color: #256CB8;
}
#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider, #slider li
{
    /*  			define width and height of container element and list item (slide) 			list items must be the same size as the slider area 		*/
    width: 696px;
    height: 241px;
    overflow: hidden;
}
.contentArea
{
    background-color: #ECECE4;
}
.weBuildGreatConstructionHomePage
{
    background-color: #EDEDE3;
}
.projectTitle
{
    color: #5D3128;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: bold;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
.projectSubTitle
{
    color: #C14837;
    text-transform:lowercase;
    font-style: italic;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
.redItalicMedium
{
    color: #C14837;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
    font-style: italic;
}
.smallText
{
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
    font-size: 9px;
}
.menu_list
{
    width: 175px;
}
.menu_head
{
    padding: 5px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
.menu_head a
{
    cursor: pointer;
    position: relative;
    margin: 0px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
.menu_head a:hover
{
    color: #000000;
    text-decoration: underline;
}
.menu_body
{
    display: none;
}
.menu_body a
{
    display: block;
    color: #BE3E2C;
    padding-left: 20px;
    text-decoration: none;
}
.menu_body a:hover
{
    color: #000000;
    text-decoration: underline;
}
.menu_bodyshow
{
    display: block;
}
.menu_bodyshow a
{
    display: block;
    color: #BE3E2C;
    padding-left: 20px;
    text-decoration: none;
}
.menu_bodyshow a:hover
{
    color: #000000;
    text-decoration: underline;
}
.redUrl
{
    display: block;
    color: #BE3E2C;
    padding-left: 20px;
    text-decoration: none;
}
.redUrl:hover
{
    color: #000000;
    text-decoration: underline;
}
.gridalt
{
    padding: 10px;
    background: #E3E3E3;
    white-space: nowrap;
}
.griditem
{
    padding: 10px;
    background-position: #EEEEEE;
    background: #F8F8F8;
    white-space: nowrap;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #cccccc;
}
.griditem:hover
{
    background-color: #FFFF99;
    color: #000000;
}
.gridalt:hover
{
    background-color: #FFFF99;
    color: #000000;
}
.gridTtitle
{
    background: #425984;
    border: 1px solid grey;
    border-style: outset;
    color: White;
}
.gridtitle
{
    background: #425984;
    border: 1px solid grey;
    border-style: outset;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: helvetica, arial, tahoma, verdana, sans-serif;
    color: White;
}
/*Home Scroll*/
/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */



a.jScrollArrowUp
{
    background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover
{
    background-position: 0 -15px;
}
a.jScrollArrowDown
{
    background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover
{
    background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
    background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack
{
    background: #f60;
}
.orange-bar .jScrollPaneDrag
{
    background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane
{
    background: #69f;
}

.holder
{
    float: left;
    margin: 10px;
}

.scroll-pane
{
    width: 200px;
    height: 200px;
    overflow: auto;
    background: #ccc;
    float: left;
}

.wide
{
    width: 400px;
}

.super-wide
{
    width: 700px;
}

.tall
{
    height: 400px;
}

#pane1
{
}
#pane2
{
    height: 150px;
}
#pane3
{
    height: 190px;
}
#pane4
{
    height: 190px;
}
.clientArea {  

 
 margin: 0px;
 overflow: auto;
 padding: 1px;
 scrollbar-face-color: #EDEDE3;
 scrollbar-highlight-color: #EDEDE3;
 scrollbar-3dlight-color: #1B59A9;
 scrollbar-darkshadow-color: #1B59A9;
 scrollbar-shadow-color: #EDEDE3;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #7FA4CA;
 overflow-x: hidden;
 width: 775px;
 height: 176px;
}

/***/
