html, body {
height: 100%;
padding:0px;
margin:0px;
}
body {
background: url('images/tile.jpg');;
font-family: "Arial";
font-size: 11px;
color:#3B495A;
padding:0px;
margin:0px;
}
a, a:link {
text-decoration: underline;
color:#8C8C8C;
}
a:hover {
text-decoration: none;
color:#8C8C8C;
}
a:active {
text-decoration: underline;
color:#8C8C8C;
}

#container {
width: 756px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

#core_header {
width: 756px;;
height: 101px;
background: #FFFFFF url(images/header.jpg);
margin:0px;
padding:0px;
}
#core_header_home {
width: 756px;;
height: 101px;
background: #FFFFFF url(images/headerhp.jpg);
margin:0px;
padding:0px;
}
#core_header_philosophy {
width: 756px;;
height: 101px;
background: #FFFFFF url(images/headerph.jpg);
margin:0px;
padding:0px;
}
#core_header_project {
width: 756px;;
height: 101px;
background: #FFFFFF url(images/headerpr.jpg);
margin:0px;
padding:0px;
}
#core_header_about {
width: 756px;;
height: 101px;
background: #FFFFFF url(images/headerau.jpg);
margin:0px;
padding:0px;
}
#core_header_contact {
width: 756px;;
height: 101px;
background: #FFFFFF url(images/headercp.jpg);
margin:0px;
padding:0px;
}
#core_header_services {
width: 756px;;
height: 101px;
background: #FFFFFF url(images/headerserv.jpg);
margin:0px;
padding:0px;
}


#header_text
{
 position:relative;
 right:15px;
 top:15px;
 font-size:14pt;
 color:#8C8C8C;
 font-family:"Arial";
 float:right;
}

img
{
 margin:0px;
}
#core_container2
{
width: 756px;
height:auto;
position: relative;
margin:0px;
padding:0px;
background-color: #FFF;
}

#core_left {
margin: 0;
float: none;
width: 756px;
background-color: #f6f6f6;
}
#core_right {
margin: 0;
float: right;
width: 756px;
min-height:250px;
color:#000;
background:#FFF;
}
.banner-box
{
 height:auto !important;
 float:left;
 width: 756px;
 font-family: "arial";
 font-size: 10px;
 color:#000;
 margin-bottom:10px;
 margin-left:0px;
}
.content-box
{
 height:auto !important;
 float:left;
 width: 720px;
 font-family: "arial";
 font-size: 15px;
 color:#000;
 margin-bottom:12px;
 margin-left:10px;

}
.content-box-tab
{
 height:auto !important;
 float:left;
 width: 400px;
 font-family: "Arial";
 font-size: 15px;
 color:#000;
 margin-bottom:2px;
 margin-left:150px;
}
.tumb
{
 float: left;
 margin-right:5px;
 padding:0px;
}

.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

#footer {
visibility:hidden
}



#footer_text
{
 color:#787878;
 font-size:10px;
 float:center;
 margin-right:0px;
 margin-top:2px;
}

#footer2
{
width: 756px;

text-align: center;
height:30px;
background:#FFF;
clear:both;
}


h2
{
font-family: "Arial", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
h3
{
font-family: "sans-serif";
font-size:18px;
height:25px;
margin:0px;
padding:0px;
color:#8C8C8C;
margin-bottom:8px;
}

h4
{
font-family: "Arial";
font-size:12px;
}


#navcontainer li {
padding: 0px;
margin:0px;
color:#f6f6f6;
display:inline;
position:relative;
height:15px;

padding-left:60px;

}

#navcontainer ul {
margin:0;
padding: 0px;
width: 756px;
list-style-type: none;
height:15px;
position:relative;
padding-top:2px;
padding-bottom:2px;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color:#8C8C8C;
text-decoration: none;
font-family:"sans-serif";
font-size:11px;
font-weight:bold;
margin:0px;
height:15px;
}
#navcontainer a:hover {
margin:0px;
color:#8C8C8C;
text-decoration: underline;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px;
top: 100px/*position where enlarged image should offset horizontally */

}

