body {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
    font-size: small;
    background: #999;
    margin: 0 0 20px 0;
    padding: 0;
    color: #333;
}
a:link, a:visited {
    color: #006666;
    text-decoration: none;
}
a:hover {
    color: #660000;
}
#header {
    color: #999;
    background-color: #ddd;
    padding: 2px 0 4px 20px;
    margin: 0 0 20px 0;
    border-bottom: 10px solid #333;
    border-top: 10px solid #333;
    height: 80px;
}
#header #logo {
    float: left;
}
#header #chrogo {
    float: right;
    margin: 0 10px 0 0;
}


.bluebox { 
    background: #383D44;
    margin: 0 auto 0 auto;
    width: 95%;
    max-width: 950px;
}
.blueboxtop { 
    background: url(img/top_right.gif) no-repeat top right;
}
.blueboxtop div { 
    height: 30px; 
    background: url(img/top_left.gif) no-repeat top left;
    text-align: right;
}
.blueboxtop div p { /*nav buttons*/
    margin: 0;
    padding: 10px 45px 0 0;
    color: #fff;
    font-weight: bold;
}
.blueboxbottom { 
    background: url(img/bottom_right.gif) no-repeat bottom right; 
}
.blueboxbottom div { 
    height: 35px; 
    background: url(img/bottom_left.gif) no-repeat bottom left;
    clear: both;
    text-align: center;
}
.blueboxbottom div p { /*footer*/
    padding: 5px 0 5px 0;
    color: #999;
}
.blueboxcontent {
    padding: 0px 10px 0px 10px;
}

.contact {
    cursor: pointer;
}
.contact:hover {
    color: #cc9999;
}
.contactinfo {
    padding: 10px 0 5px 40px;
    color: #fff;
    font-size: 130%;
	display: none;
}
.contactinfo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contactinfo li strong {
    color: #ccc;
}
.contactinfo .email {
    color: #fff;
}
.contactinfo .email:hover {
    color: #cc9999;
}

#wrapper {
    width: 95%;
    margin: 0 auto;
    max-width: 900px;
}
#center {
    font-size: 110%;
    padding: 10px 20px;
    border: 10px solid #333;
    background: #eee;
    float: left;
}
#center ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    list-style-image: url(img/bullet.gif);
}
#center li {
    margin: 3px 0 3px 0;
}
#center .centerleft {
    float: left;
    width: 66%;
}

/*project list*/
#center .centerright {
    float: right;
    width: 180px;
    padding: 10px;
    border: 5px solid #999;
    background: #ddd;
    font-size: 80%;
    margin: 15px 0 20px 0;
}
#center .centerright ul {
    list-style-image: none;
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}
#center .centerright li {
    height: 80px;
    margin: 0;
}
#center .centerright li p {
    line-height: 110%;
    margin: 0;
    padding: 0;
}
#center .centerright img {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #666;
}
#center .centerright strong {
    display: block;
    color: #383D44;
    font-size: 105%;
    padding: 0 0 3px 0;
    clear: left;
    line-height: 100%;
}
#pnav {
    text-align: center;
    margin: 10px 0 0 0 ;
}
#pnav img.bullet {
    float: none;
    border: 0;
    margin: 0;
    border: 1px solid #666;
}
#pnav img.bullet:hover {
    border: 1px solid #333;
}
#center .centerright h4 {
    margin: 0 0 10px 0;
    color: #660000;
    font-size: 150%;
}
#center .centerright a:hover strong {
    color: #006666;
}

#center h2 {
    margin: 0 0 5px 0;
    color: #660000;
    font-size: 160%;
}


#center p {
    margin: 5px 0 5px 0;
}
#center p strong {
    color: #000;
    font-weight: bold;
}

.noborder {
    border: 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
    border: 1px solid #333300;
	background-color: #666;
	color: #fff;
	padding: 5px;
/*  opacity: 0.80;*/
	width: 200px;
}
#tooltip h3, #tooltip div { 
    margin: 0; 
}
#tooltip h3 {
    font-size: 100%;
}