/*
    Blue = #00767a
    Yellow = #a88102
    Lt Yellow = #ffc500
    Gray = #cfcece
*/

/* Globals */

a:link img, a:hover img, a:active img, a:visited img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #00767a;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #ffc500;
}

/* ID Definitions */

#content {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    top: 0;
    text-align: center;
}

#content h1{
    display: none;
}

#contentArea {
	width: 900px;
	margin: -1px 0 0 0;
	padding: 0;
	background-image:url(img/home_back.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#subContentArea {
    width: 900px;
    margin: 0;
    padding: 40px 0 20px 0;
    text-align: left;
    overflow: auto;
}

#homeContent {
    width: 400px;
    height: 200px;
    margin: 0;
    padding: 50px 0 0 40px;
    font-family: "times new roman", times;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
	float:left
}

#homeContentRight {
    width: 420px;
    height: 200px;
    margin: 0;
    padding: 50px 0 0 40px;
    font-family: "times new roman", times;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
	float:left;
}

#servicesImage {
    float: right;
    margin: 0;
    padding: 0 30px 0 0;
}

#servicesContent {
    margin: 0;
    padding: 0 0 0 70px;
}

#portContent {
    margin: 0;
    padding: 0 0 0 20px;
}

#portNav {
    float: right;
    width: 200px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
}

#aboutContent {
    width: 800px;
    margin: 0;
    padding: 0 0 0 80px;
}

#servicesList {
    margin: 0;
    padding: 10px 0 0 100px;
    font-family: "times new roman", times;
    font-size: 16px;
    line-height: 24px;
}

#servicesList li {
    margin: 0;
    padding: 0;
    font-family: "times new roman", times;
    font-size: 16px;
    line-height: 24px;
}

#clientListLeft {
    margin: 10px;
    padding: 10px;
    font-family: "times new roman", times;
    font-size: 14px;
    line-height: 24px;
}

#clientListRight {
    margin: 10px;
    padding: 10px;
    font-family: "times new roman", times;
    font-size: 16px;
    line-height: 28px;
    list-style: disc;
}

#contactContent {
    width: 800px;
    margin: 0;
    padding: 0 0 0 80px;
    text-align: center;
}

#contactInfo {
    width: 700px;
    margin: 0;
    padding: 0;
    font-family: "times new roman", times;
    font-size: 16px;
    line-height: 24px;
}

#footer {
    width: 900px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    text-align: center;
    line-height: 18px;
}

#footerLinks {
    list-style: none;
}

#footerLinks li {
    padding: 0 15px 0 15px;
    display: inline;
}

/* Class Definitions */

.block {
    display: block;
}

.navPad {
    padding: 2px 15px 0 15px;
}

.spacing {
    font-family: "times new roman", times;
    font-size: 16px;
    line-height: 28px;
}
