﻿body
{
    background-color: #584942;
    color: #584942;
    font-family: Lucida Sans Unicode, 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
    overflow: auto;
}
body, td, div
{
    font-size: 10px;
    line-height: 14px;
}
h1
{
    font-size: 25px;
}
h3
{
    font-size: 16px;
    color: White;
}
a:link, a:visited
{
    text-decoration: none;
    color: White;
}
a:hover
{
    color: #38170c;
}
table
{
    width: 100%;
    height: 100%;
    border: none;
}
td
{
    vertical-align: top;
}
input.textbox
{
    border: 0;
    border: 1px dashed White;
    background: none;
    margin-left: 10px;
    font-family: Lucida Sans Unicode, 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
    width: 100%;
}
input.button
{
    border: 0;
    color: White;
    background-color: #584942;
    padding: 2px 4px;
    margin-top: 10px;
    font-family: Lucida Sans Unicode, 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
}
textarea.txtArea
{
    border: 0;
    border: 1px dashed White;
    background: none;
    font-family: Lucida Sans Unicode, 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    margin-left: 10px;
    width: 100%;
    overflow: auto;
    resize: none;
    height: 150px;
}
.requiredField
{
    margin-left: 20px;
}
.regularField
{
    margin-left: 20px;
}

.cellTopLeft, .cellTopRight
{
    height: 355px;
    background-color: #FBB033;
}
.cellTopLeft
{
    width: 707px;
    text-align: right;
}
.cellTopRight
{
    width: 235px;
}
.slogan
{
    text-align: right;
    color: #FBB033;
    font-weight: bold;
    font-size: 13px;
    line-height: 10px;
    padding-right: 3px;
}
.horizontalSplit1
{
    height: 9px;
    background-color: #FBB033;
}
.horizontalSplit2
{
    height: 5px;
}
.verticalSplit
{
    width: 9px;
    background-color: #FBB033;
}

.menu
{
    height: 75px;
}
.menu .logoBg
{
	background-color: #FBB033;
	width: 116px;
	height: 75px;
	cursor: pointer;
}
.menu .logo
{
    background-image: url(../images/logo.png);
    width: 116px;
    height: 75px;
}
.menu .logo a
{
    width: 116px;
    height: 75px;
    line-height: 75px;
}
.menu ul
{
    position: absolute;
    margin-top: -132px;
    *margin-top: -129px;
    padding-top: 20px;
    padding-bottom: 50px;
    display: none;
    
}
.menu ul li
{
    margin: 3px 0;
    padding: 1px 0 1px 5px;
    background: #584942;
    width: 180px;
    font-weight: bold;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .5;
}
.menu ul li a div
{
    font-size: 10px;
}
.mouseOverLi
{
    background: #FBB033 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
.mouseOverA
{
    color: #38170c !important;
}

/***** ABOUT *****/
/*****************/
.blankLeft
{
    width: 83px;
    background-color: #F0A528;
}
.bannerLeft
{
    background-image: url(../images/about_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 136px;
}
.bannerRight
{
    background-image: url(../images/about_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 355px;
}
.about
{
    width: 369px;
    height: 100%;
    background-color: #F0A528;
    float: right;
}
.about h3
{
    padding: 17px 0 4px 10px;
}
.about div
{
    padding: 0 50px 0 10px;
    text-align: justify;
}


/***** CONTACT *****/
/*******************/
.namecard
{
    background-image: url(../images/namecard.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 235px;
    height: 345px;
    margin-top: 9px;
    float:right;
    color: White;
    text-align: right;    
}
.namecard div
{
    margin-right: 8px;
    font-size: 11px;
    line-height: 15px;
}
.namecard .header
{
    margin-top: 40px;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
}
.contactBlankContent
{
    background: #FBB747;
    width: 120px;
    height: 345px;
    margin-left: -9px;
    margin-top: 9px;
    position: absolute;
}
.tdContactForm
{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 30px;
    width: 100%;
}
.tdContactForm table
{
    height: auto;
}
.tdContactForm td
{
    font-size: 11px;
}
.tdContactForm .contactTitle
{
    padding-top: 4px;
    width: 70px;
    text-align: right;
}
.divContactInfo
{
    display: none;
    font-size: 13px;
    margin-left: 55px;
    margin-top: 135px;
}
span.error
{
	color: Yellow;
	display: block;
    height: 17px;
    margin-left: 20px;
	visibility: hidden;
}


/***** PROJECT MANAGEMENT *****/
/***** ACHITECTURAL SERVICES *****/
/***** DEVELOPMENT & CONSTRUCTION *****/
/**************************************/
.archSvcs, .dev, .project
{
    background-color: #F0A528;
    margin-top: 11px;
}
.archSvcs h3, .dev h3, .project h3
{
    font-size: 14px;
    padding: 24px 0 4px 4px;
}
.archSvcs div, .dev div, .project div
{
    padding: 0 10px 20px 4px;
    text-align: justify;
}

.catalog
{
    position: absolute;
    margin-top: 370px;
    margin-left: 13px;
	float: left;
	display: block;
}
.catalog ul li
{
    float: left;
    margin-right: 5px;
}

.catalog ul li a
{
    background-color: Black;
    padding: 2px 6px;
}
.catalog ul li a:hover, .catalog ul li .selected
{
    background-color: #FBB033;
}

/***** SLIDE SHOW *****/
/**********************/
/* =Numbers
-------------------------------------------------------------- */
.box_skitter .info_slide
{
	filter: alpha(opacity=75) !important;
}
/* =Label
-------------------------------------------------------------- */
.box_skitter .label_skitter
{
    padding: 4px 3px;    
    filter: alpha(opacity=80) !important;
}
.box_skitter .label_skitter td
{
    font-size: 9px;
    color: White;
	text-transform: uppercase;
}