/* Reset
--------------------------------------------------*/
@import url("reset.css");

body{
background: #FFFFFF;
margin: 0 auto;
}

#container{
width: 960px;
margin: 0 auto;
}

#header{
width: 960px;
height: 183px;
border-bottom: 1px solid #b7b7b7;
margin: 10px 0 10px 0;
}

#logo{
width: 275px;
height: 183px;
float: left;
}

#motto{
width: 606px;
height: 75px;
margin: 50px 0 0 0;
background: url('../images/motto.jpg');
float: left;
}

#topbar{
width: 960px;
height: 194px;
}

#prospectives{
width: 376px;
height: 174px;
background: #103675;
padding: 10px;
margin: 0;
float: left;
}

.photo{
width: 178px;
height: 194px;
margin: 0 0 0 10px;
float: left;
}

#content_welcome{
width: 554px;
padding: 0 0 0 406px;
background: url('../images/pagetitle_welcome.jpg') no-repeat;
}

#content_whatwedo{
width: 554px;
padding: 0 0 0 406px;
background: url('../images/pagetitle_whatwedo.jpg') no-repeat;
}

#content_services{
width: 554px;
padding: 0 0 0 406px;
background: url('../images/pagetitle_services.jpg') no-repeat;
}

#content_aboutus{
width: 554px;
padding: 0 0 0 406px;
background: url('../images/pagetitle_aboutus.jpg') no-repeat;
}

#content_contact{
width: 554px;
padding: 0 0 0 406px;
background: url('../images/pagetitle_contact.jpg') no-repeat;
}

#footer{
margin: 50px 0 10px 0;
clear: both;
text-align: right;
float: right;
}

/* navigation
--------------------------------------------------*/
#nav{
width: 895px;
height: 38px;
background: #7c5c3b;
margin: 10px 0 10px 0;
text-align: center;
padding-left: 65px;
}

.nav_item{
float: left;
padding: 10px;
margin: 0 30px 0 0;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

.nav_item:hover{
color: #FFFFFF;
}

.nav_item_current{
float: left;
padding: 10px;
margin: 0 30px 0 0;
font-weight: bold;
text-decoration: none;
color: #F7C21C;
}

.nav_item_current:hover{
color: #F7C21C;
font-weight: bold;
text-decoration: none;
}

/* Type
--------------------------------------------------*/
p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
}


p.prospective{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

p.prospective a{
color: #FFFFFF;
text-decoration: none;
}

.right{
float: right;
}

p.footer{
font-family: Verdana, sans-serif;
font-size: 10px;
color: #000000;
}

li{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
list-style-position: inside;
}
