

body {
font-family: 'Cabin', sans-serif;
}

img {
border: 0px;
}

h2 {
	margin: 0 0 20px 73px;
}

.contact {
	color: #C5223B;
    font-family:  'Cabin',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    margin: 20px 0 0 23px;
    position: absolute;
    letter-spacing: 1px;
}

.contact a {
  color: #C5223B;

}

.list {
	margin: 0 0 0 20px;
	padding: 0;
}
.list  li{
	margin: 0px 10px 10px 0px;
	padding: 0;
}

#nav {
	float: left;
	margin:0 0 0 48px;
	padding: 2px 0;
	list-style: none;
	font-family:Trebuchet MS, arial;
	}
#nav li {
background-color: #4480BC;
    float: left;
    margin: 5px;
    padding: 0px 0px;
    width: 97px;

}
#nav li a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	    padding: 0 0 0 5px;
	}
	
#nav li a:hover {
		background-color: #699cce; }
.nav_container {
	  width: 100%;
  margin: 0;

}



#s3slider {
   width: 633px; /* important to be same as image width */
   height: 265px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 0 0 20px;
}

#s3sliderContent {
   width: 633px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding: 0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px 30px 13px;
   width: 633px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
   text-align: center;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.right {
	float: right;
	margin: 5px 0px 15px 20px;
}

.left {
	float: left;
	margin: 5px 30px 15px 0;
clear: left;
}

.project {
	margin: 10px 0 10px 35px;
	float: left;
}

a {
text-decoration: none;
}

.projects {
  font-size: 10px;
}

.projects tr td {
 padding: 20px 20px 0 0;
}

.projects tr td li {
 padding: 2px 0;
}

.hidden {
  display:none;
}
