﻿/***************************************************************************/
/* main layout, using pixel positioning                                    */
/* originally generated by webforms designer, so there are some weird bits */
/***************************************************************************/
body {
    background-color: #FFFFFF;
    width: 970px;
    height: 900px;
}

header {
	text-align: center;
	margin-right: 240px;
    height: 119px;
}

main {
    position: relative;
    background-image: url('../images/curve.png');
    width: 930px;
    height: 700px;
    margin-left: 40px;
    margin-top: -30px;
    background-repeat: no-repeat;
}

footer {
    text-align: center;
    margin-left: 50px;
}

article {
    position: absolute;
    top: 120px;
    left: 270px;
    z-index: 0;
    margin-left: 20px;
}

.button a {
    color: #4A77A5;
    background-color: #DDDDDD;
    font-family: Tahoma;
    padding: 4px 0px 4px 0px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 100px;
}

/*****************************/
/* drop down menu navigation */
/*****************************/
nav li {
    list-style-type: none;
}

nav li a:hover, .current > a {
    background-color: #4A77A5;
    font-family: Tahoma;
    padding: 4px 0px 4px 0px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #DDDDDD;
}

nav li ul {
    display: none;
}

nav li:hover ul, nav li ul.current {
    display: block;
}

nav li ul li {
    padding-top: 2px;
}

nav > ul > .button {
    position: absolute;
}

/***************************************/
/* lay the buttons out along the curve */
/***************************************/
#DefaultButton {
	top:20px;
	left:240px;
}

#AboutUsButton {
	top:80px;
	left:120px;
}

#PeopleButton {
	top:140px;
	left:20px;
}

#ProjectsButton {
	top:220px;
	left:-10px;
}

#CareersButton {
	top:295px;
	left:-22px;
}
	
#ContactUsButton {
	top:368px;
	left:-13px;
}

#LinksButton {
	top:440px;
	left:-2px;
}

/*************************************/
/* sub-page layout, normal text flow */
/*************************************/
article p {
    FONT-SIZE: 12pt;
    FONT-FAMILY: 'Arial Narrow';
    color: #336699;
    margin-right: 0pt;
    text-indent: 0pt;
    margin-top: 0pt;
}

article h1 {
    font-size: 16pt;
    font-family: 'Eras Demi ITC';
    font-weight: normal;
    color: #336699;
    margin-right: 0pt;
    text-indent: 0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

article a:link{
   color: #990099;
}

article a:visited {
    color: #CC0000;
}

article a:hover {
    color: #FF0000;
}

article a:active {
    color: #FF0000;
}