
/*
 * Text styling
*/
.text {
    font-family: sans-serif;
    color: white;
    text-align: left;
    font-size: 16px;
}
.text a {
    text-decoration: none;
}

h1 {
    font-size: 22px;
    line-height: 22px
}

/* unvisited link */
.text a:link {
    color: white;
}
/* visited link */
.text a:visited {
    color: white;
}
/* mouse over link */
.text a:hover {
    color: #ccc;
}
/* selected link */
.text a:active {
    color: #ccc;
}
.bodyStyle {
    background-color:#BABFC3;
}

.masterContainer {
    width: 796px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    background-color: #FFFFFF;
    border: 1px solid;
    border-color:#959CA1;
}
/*
 * Styles to provide header formatting
*/
.header {
    float: left;
}

.header div {
    float: left;
}
.logoImage {
    margin-left: 20px;
    margin-top: 10px;
}
.focusImage {
    margin-left: 36px;
    margin-top: 46px;
}


/*
 * Bottom Links
*/
.bottomLinks {
    clear: left;
    float:left;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 20px;
}

.bottomLinks div {
    float: left;
    text-align: center;
}

.bottomLinks div a {
    padding-top: 4px;
    font-size: 12px;
    font-family: sans-serif;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
}


/* unvisited link */
.bottomLinks a:link {
    color: #ccc;
}
/* visited link */
.bottomLinks a:visited {
    color: #ccc;
}
/* mouse over link */
.bottomLinks a:hover {
    color: black;
}
/* selected link */
.bottomLinks a:active {
    color: black;
}

/*
 * Top Navigation
*/
.topNav {
    float:left;
    padding-top: 12px;
    padding-bottom: 2px;
}
.topNav div {
    background-image: url("/images/BUTTONTILE.png");
    background-repeat: repeat-x;
    width: 159px;
    float: left;
    margin-left: 2px;
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
}

.topNav div a {
    padding-top: 4px;
}
/*
* Left banner
*/
.leftBanner {
    width: 159px;
    margin-left: 2px;
    float: left;

}
/* Red */
.news {
    background-color: #E7A699;
    padding-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 10px;
}
.twitter {
    font-size: 12px;
    color:	#C4161C;
    margin-top: 8px;
}

.twitter a:hover, .twitter a:active, .twitter a:visited, .twitter a:link {
    text-decoration: underline;
    color:	#C4161C;
}

/*
* Center area
*/
.centerContent {
    float: left;
    margin-left: 2px;
    width: 786px;
}

.leftAndCenterContent {
    width: 782px;
}

.banner {
    width: 792px;
    overflow: hidden;
}
/*
* Center area
*/
.centerContentText {
    float: left;
    margin-left: 12px;
    margin-top: 4px;
    margin-bottom: 12px;
    font-family: sans-serif;
    text-align: left;
    font-size: 14px;
}

.centerContentText h2 {
    line-height: 30%;
    font-size: 18px;
}

.portfolioTop img, .portfolioMid img  {
    float: right;
    width: 260px;
    height: 180px;
    padding-right: 25px;
    padding-left: 20px;
    padding-bottom: 10px;

}


/*
* Contact us
*/

.formLabels {
    width: 200px;
    line-height: 25px;
}
.formInput {
    float:left;
}

.formSubmit {
    margin-top: 40px;
    margin-left: 70px;
}

.floatLeft {
    float: left;
    width:200px;
}

.floatRight {
    float: right;
    width:492px;
}

/*
* Right banner definition
*/
.rightBanner {
    float: right;
    margin-left: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
}
.rightBanner div {
    padding-left: 10px;
    padding-top: 10px;
    font-family: sans-serif;
    font-size: 16px;
    width: 160px;
}

/* Grey  - latest project*/
.project {
    background-color: #C7CBCE;
    height: 134px;
}

.latestProjectImage {
    margin-left: -5px;
    padding-top: 5px;
}

/* Blue  - contact us*/
.contact {
    background-color: #DAE6F6;
    height: 137px;
}

.contact span {
    margin-left:-5px;
    line-height:22px;
    color:	#C4161C;
}

.contact a:hover, .contact a:active, .contact a:visited, .contact a:link {
    text-decoration: none;
    color:	black;
}

/* White  - Ask Why */
#why {
    border-style: solid;
    border-width: 1px;
    width: 158px;
    font-size: 10px;
}


#why div {
    color:	#C4161C; /* Neway Red */
    margin-top: -4px;
    margin-bottom: 2px;
    margin-left: -10px;
    font-size: 16px;
}

#why p {
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 13px;
}

.footer {
    clear:both;
}

/*************************************************
*
* News page
*
*************************************************/

.timestamp {
    margin-top: 7px;
    color:gray;
}

.fullNews {
    font-size: 14px;
}