/* Main Navigation Bar for home page */
#mainNav {
top: 109px;
}

/* Content positioning for Home Page */
#content {
top: 400px;
}

/*---Main Content---*/
#mainContent {
float: left;
background: #;
width: 340px;
height: 382px;
}

#mainContent p {
padding: 0 15px;
}

#mainContent h1, #secondaryContent h2 {
font: bold 16px Times, serif;  /*-------------EDIT THIS LINE------Font depends on design---------*/
margin: 15px 0 0 15px;
}

#secondaryContent {
float: left;
width: 620px;
height: 382px; /*-------------EDIT THIS LINE---------------*/
background: #;
}

/*-----Services-----*/
#service1, #service2, #service3 {
position: relative;
float: left;
width: 320px;
background: #;  /*-------------EDIT THIS LINE---------------*/
}

#service1 div, #service2 div, #service3 div {
width: 320px;
height: 45px;
}

#service1 div {
background: # url(../images/division-bar.jpg) no-repeat top left;
}

#service2 div {
background: # url(../images/division-bar.jpg) no-repeat top left;
}

#service3 div {
background: # url(../images/division-bar.jpg) no-repeat top left;
}

#service1 h3 a, #service2 h3 a, #service3 h3 a {
position: absolute;
top: -11px;
padding: 21px 0 0 21px;
font: "Times New Roman", Times, serif;
text-decoration: none;
color: #EEE;
font-size: 16px;
white-space: pre-line;
display: block;
width: 300px;
height: 45px;
line-height: 33px;
}

#service1 h3 a:hover {
background: url(../images/division-bar-hover.jpg) no-repeat left top;
color: #AAA;
}

#service2 h3 a:hover {
background: url(../images/division-bar-hover.jpg) no-repeat left top;
color: #AAA;
}

#service3 h3 a:hover {
background: url(../images/division-bar-hover.jpg) no-repeat left top; 
color: #AAA;
}

#service1 p {
font-size: 14px;
padding: 0 7px 0 30px;
line-height: 23px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#service2 p {
font-size: 14px;
padding: 0 15px 0 19px;
line-height: 23px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#service3 p {
font-size: 14px;
padding: 0 28px 0 6px;
line-height: 23px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}



