/* CSS Document */

body {
background:url(images/gradient.gif) repeat-x center top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#47465c;
margin:0;
padding:0;
}

a {
color:#47465c;
text-decoration:underline;;
}

a:hover {
color:#a50e0e;
}

#wrapper {
background-color:#FFFFFF;
margin:0 auto;
width:702px;
height:auto;
border-left:1px solid #CFCDD9;
border-right:1px solid #CFCDD9;
}

#logo {
float:left;
}


/* Icons Start Here */
#icons {
float:left;
}

#icons_content {
padding:85px 0 0 200px;
}

.icon_home {
display:block;
float:left;
width:15px;
height:15px;
background: url(images/icons/icon_home.gif) 0 0 no-repeat;
}

.icon_home:hover {
background-position: 0 -15px;
}

.icon_mail {
display:block;
float:left;
width:15px;
height:15px;
margin-left:20px;
background: url(images/icons/icon_mail.gif) 0 0 no-repeat;
}

.icon_mail:hover {
background-position: 0 -15px;
}

.icon_print {
display:block;
float:left;
width:15px;
height:15px;
margin-left:20px;
background: url(images/icons/icon_print.gif) 0 0 no-repeat;
}

.icon_print:hover {
background-position: 0 -15px;
}
/* Icons End Here */


/* Navigation Starts Here */
#nav {
clear:both;
}

.home {
display:block;
float:left;
width:315px;
height:43px;
background: url(images/nav/nav_home.gif) 0 0 no-repeat;
}

.home:hover {
background-position: 0 -43px;
}
	
.eval {
display:block;
float:left;
width:236px;
height:45px;
background: url(images/nav/nav_eval.gif) 0 0 no-repeat;
}

.eval:hover {
background-position: 0 -45px;
}

.devel {
display:block;
float:left;
width:207px;
height:43px;
background: url(images/nav/nav_devel.gif) 0 0 no-repeat;
}

.devel:hover {
background-position: 0 -43px;
}

.teams {
display:block;
width:207px;
height:43px;
background: url(images/nav/nav_teams.gif) 0 0 no-repeat;
}

.teams:hover {
background-position: 0 -43px;
}

.partnering {
display:block;
width:207px;
height:47px;
background: url(images/nav/nav_partnering.gif) 0 0 no-repeat;
}

.partnering:hover {
background-position: 0 -47px;
}

.people {
display:block;
width:207px;
height:40px;
background: url(images/nav/nav_people.gif) 0 0 no-repeat;
}

.float {
float:left;
margin:0 8px 0 0;
}

.people:hover {
background-position: 0 -40px;
}

.clients {
display:block;
width:207px;
height:43px;
background: url(images/nav/nav_clients.gif) 0 0 no-repeat;
}

.clients:hover {
background-position: 0 -43px;
}

#banner_pic {
float:left;
}
/* Navigation Stops Here */


#content {
clear:both;
}

#text {
padding:5px 15px 5px 2px;
line-height:18px;
}

#text ul {
margin-top:0;
}

.names {
font-size:14px;
font-weight:bold;
}

h3 {
display:none;
}

.center {
text-align:center;
}

#divider {
text-align:center;
padding:10px 0;
_padding:5px 0;
}

#footer {
background-image:url(images/footer.gif);
background-repeat:no-repeat;
width:702px;
}

#address {
text-align:center;
padding:10px 0 0 210px;
}

#bottom_nav {
text-align:center;
padding:25px 0 10px 210px;
}

.journal {
color:#CCCCCC;
}

.journal a {
color:#CCCCCC;
}

.journal a:hover {
color:#a50e0e;
}







