@charset "windows-1252";
/* CSS Document */

body {
background-color: #ffffff;
font-family:"Lucida Grande", Lucida, Tahoma, Helvetica, Arial, sans-serif;
width:750px;
margin:100px auto;
color:#666666;
font-size:12px;
font-weight:lighter;
}

h1, h2, h3{
margin:8px 2px 2px 0px;
}

h1, h2, h3{
font-weight:lighter;
}

/*menu*/

#menu{
padding:22px 0px 0px 0px;
float:right;
height:38px;
list-style:none;
display:inline-block;
width:auto;


}

#menu li{
width:auto;
float:left;
text-align:center;
}

#menu li a {
text-decoration:none;
background:url(../img/bg3.jpg);
background-position:top;
padding:10px 10px 10px 10px;
margin:0px -1px 0px -1px;
display:block;
float:left;
height:18px;
font-size:15px;
color:#eeeeee;
width:auto;
}


#menu li.first{
background:url(../img/menucorner.jpg) no-repeat left  ;
width:19px;
padding:0px;
height:38px;
}

#menu li.last{
background:url(../img/menucorner.jpg) no-repeat top right;
width:19px; 
padding:0px;
height:38px;
}

#menu li a:hover{
/*background:url(img/menubg.jpg);
background-position:bottom;*/
}

#maindiv{
width:710px;
padding:20px;
border:thin solid #aaaaaa;
}

.green{
color:#95b046;
}

.blue{
color:#3381b9;
}
.darkgreen{
color:#4d6901;
font-weight:bold;
}

a{
color:#3381b9;
}

/*portfolio table*/

table.portfolio{
border:none;
}

table.portfolio td{
background:url(../img/portfoliothumbbg.jpg) no-repeat;
height:146px;
width:145px;
margin:0;
padding:0;	
text-align:center;
}

table.portfolio th{
text-align:left;
margin:0;
padding:0;	
}

table.portfolio img{
border:none;
margin:0;
padding:0;	
padding-bottom:6px;
padding-right:4px;
}


table.portfolio img:hover{
margin:0;
padding:0;	
border-right:6px #cccccc solid;
border-bottom:7px #cccccc solid;
border-top:7px #cccccc solid;
border-left:6px #cccccc solid;
overflow:hidden;
padding:0px;
margin:-6px -0px 0px -4px;

}


