@charset "UTF-8";
/* CSS Document */


body{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#a9a9a9;
}

a:link{color:#a9a9a9}
a:visited{color:#a9a9a9}
a:hover{color:#333333}
a:active{color:#000000}

img{
border:none;
}

h1{
color:#000000;
font-size:12px;
font-weight:bold;
}

li{
margin-top:5px;
line-height:20px;
}

strong{
color:#666666;
}


/*----------------------------MAIN PAGE LAYOUT DIVS--------------------------*/
#wrapper{
width:901px;
margin: 0px auto;
background:url(images/background.jpg);
background-repeat:no-repeat;
}

#inner_wrapper{
width:885px;
padding-left:8px;
}

#content_wrapper{
margin-left:19px;
margin-top:27px;
width:847px;
}

#content_wrapper_other{
margin-left:19px;
margin-top:27px;
width:520px;
}


#logo{
height:100px;
}





#menu{
height:33px;
}

#home{
padding-left:14px;
width:54px;
float:left;
}

#overview{
padding-left:21px;
width:116px;
float:left;
}

#bonds{
padding-left:25px;
width:51px;
float:left;
}

#projects{
padding-left:21px;
width:65px;
float:left;
}

#contact{
padding-right:17px;
width:62px;
float:right;
}




#bottom_bar a:link{color:#ffffff}
#bottom_bar a:visited{color:#ffffff}
#bottom_bar a:hover{color:#a9a9a9}
#bottom_bar a:active{color:#333333}

#bottom_bar{
background-image:url(images/bottom_bar.jpg);
background-repeat:no-repeat;
background-position:5px 0px;
height:30px;
width:901px;
color:#ffffff;
margin-top:35px;
margin-bottom:15px;
}

#bottom_left{
width:426px;
height:21px;
padding-top:9px;
padding-left:24px;
float:left;
}

#bottom_right{
width:427px;
height:21px;
padding-top:9px;
padding-right:24px;
text-align:right;
float:right;
}

/*----------------------------END MAIN PAGE LAYOUT DIVS------------------------*/

/*----------------------------HOME PAGE DIVS----------------------------------*/

#home_text{
/*width:507px; for others*/
width:567px;
font-size:11px;
margin-top:35px;
line-height:15px;
}

#home_tabs{
margin-top:35px;
height:230px;
}

#left_tab{
width:400px;
height:230px;
background-image:url(images/left_tab.jpg);
background-repeat:no-repeat;
float:left;
}

#right_tab{
width:400px;
height:230px;
background-image:url(images/right_tab.jpg);
background-repeat:no-repeat;
float:right;
}

.tab{
margin-left: 10px;
margin-top:215px;
}

.home_strong{
color:#bf9553;
}


/*----------------------------END HOME PAGE DIVS------------------------------*/

/*------------------------------OTHER DIVS------------------------------------*/

#page_title{
margin-top:62px;
}

#page_content{
font-size:12px;
}

#page_content p{
line-height:20px;
margin-top:15px;
margin-bottom:0px;
}

.project_images{
width:520px;
height:171px;
margin-bottom:30px;
}

.image1{
margin-left:27px;
float:left;
}

.image2{
margin-right:27px;
float:right;
}



/*-----------------------------OTHER DIVS END HERE----------------------------*/