@CHARSET "ISO-8859-1";
body {
    background-color: #747470;
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    text-shadow: 1px 1px 1px #666;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #009;
}
a.fill-link {
	height:100%;
	width: 100%;
	display: block;
}
    a:hover {text-decoration: underline;}
br.clear {clear: both;}
#Wrapper{width: 1000px; margin: 0 auto;}
#Center{
    width: 1000px;
    height: 406px;
    background: url('../imgs/center.jpg');
    margin: -55px auto auto 0;
}
#Center .center-tag{
    text-align: right;
    float: right;
    padding-right: 390px;
    padding-top: 196px;
    font-size: 18px;
    font-weight: bold;
    color: #006;
    text-shadow: 1px 1px 3px #333;
}
#Center .center-tag span { color: #2d6691; }
#Center .center-contact{
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: -505px;
    margin-top: 215px;
}
#Center .center-contact a {
    color: #FFF;
    text-shadow: #000 1px 1px 3px;
}
h1.title {
    width: 299px;
    height: 153px;
    background: url('../imgs/header-title.png');
    margin: 0 0 0 25px;
    z-index: 10;
    position: relative;
}
h1.title span {display:none;}
h1.title a {display: block; height:100%; width: 100%;}
#Sidebar, #Content{
	margin: -326px 0 0 25px;
}
div.content-text {
    height: 490px;
    width: 910px;
    background: #FFF;
    float: left;
	padding: 20px;
	margin-bottom: 10px;
}
div.content-shadow{
    background: url('../imgs/content-shadow.png');
    height: 509px;
    width: 10px;
    float: left;
    position: relative;
    bottom: 0;
}
div.sidebar-text{
    min-height: 509px;
    width: 299px;
    background: #FFF;
    float: left;
}
div.sidebar-text p{
    margin-left: 65px;
    margin-right: 15px;
}
div.sidebar-text h2#CompanyTitle {
    background: url('../imgs/companyOverview.png');
    width: 191px;
    height: 42px;
    margin-left: 20px;
}
div.sidebar-text h2#WhyChooseUs {
    background: url('../imgs/whyChooseUs.png');
    width: 172px;
    height: 42px;
    margin-left: 20px;
}
div.sidebar-text h2 span {display: none;}
span.doubleArrows {
    height: 7px;
    width: 8px;
    background: url('../imgs/doubleArrows.png');
    display: inline-block;
}

#Footer {
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
    #Footer a{color: #000;}

/*************/
/** Top Nav **/
/*************/
#Navigation {
    float: right;
    margin-top: 58px;
    margin-right: 50px;
    font-size: 16px;
}
#Navigation a {
    color: #FFF;
    padding-left:15px;
    text-shadow: #000 1px 1px 3px;
}
#Navigation a:hover { color:#CC0; }
#Navigation a.active { color: #006; }



/**********/
/** Home **/
/**********/
#Bottom-Bar {
    width: 641px;
    height: 135px;
    margin-top: -158px;
    background: #e5e5de;
    padding-left: 359px;
    padding-top: 1px;
}
#Bottom-Bar-Secondary {
    width: 641px;
    height: 135px;
    margin-top: 370px;
    background: #e5e5de;
    padding-left: 359px;
    padding-top: 1px;
}
#Bottom-Bar h3#LatestProject{
    background: url('../imgs/latestProject.png');
    width: 150px;
    height: 42px;
    margin: 5px 20px 5px 0;
}
#Bottom-Bar h3#LatestProject span{display: none;}
#Bottom-Bar h3#Portfolio{
    background: url('../imgs/ourPortfolio.png');
    width: 192px;
    height: 42px;
    margin: 5px 20px 5px 0;
}
#Bottom-Bar h3#Portfolio span{display: none;}
#Bottom-Bar .subsection {
    width: 310px;
    height: 130px;
    float: left;
    padding: 0 5px;
}
#Bottom-Bar .subsection #LatestProjectImage {
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    /** This is just for the background **/
    background: url('../imgs/latestProjectImage.png');
    margin-right: 5px;
}
#Bottom-Bar .subsection #PortfolioImage {
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    /** This is just for the background **/
    background: url('../imgs/comingSoon.png');
    margin-right: 5px;
}