/* Copyright 2006 DynamiX Web Design. All Rights Reserved. */

html {
}

body {
margin: 0;
background-image: url(images/shadow.gif);
background-position: center;
background-color: #085183;
background-repeat: repeat-y;
font: 13px Verdana, Arial, Helvetica, sans-serif;
height: 100%;
}

p {
text-align: justify;
}

#wrap1 {
background-image: url(images/main-bg.gif);
z-index: 100;
background-position: top center;
background-repeat: no-repeat;
height: 500px;
width: 100%;
margin: 0 auto;
}

#wrap {
background-image: url(images/bg.gif);
height: 500px;
width: 100%;
}

#wrap2 {
margin: 0 auto;
background-color: fff;
width: 760px;
position: absolute;
min-height: 100%;
_height: 100%;
}

#shadow {
width: 760px;
margin: 0 auto;
}

#header {
height: 210px;
}

#menu {
margin-top: 13px;
float: right;
margin-right:30px;
font-size:10px;
}

#menu a {
color: #000;
}

#menu a:hover {
text-decoration: underline;
}

.hiddenPic {display:none;}

a:visited {
color: #04354e;
}

a {
color: #04354e;
}

a:hover {
color: #990000;
}

.project-right img {
border: 3px solid #000000;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.project-right img:hover {
border: 3px solid #002B55;
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
}

#headermenu {
background-color: #98916e;
padding-left: 25px;
font-size: 14px;
padding-top: 8px;
height: 26px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

#headermenu a {
color: #FFFFFF;
text-decoration: none;
margin-right: 15px;
}

#headermenu a:hover {
}

#content {
padding: 15px;
padding-bottom: 65px;
min-height: 500px;
}

#content p {
line-height: 18px;
}

#flash {
text-align: center;
}

h3 {
margin-top: 0;
}

h4 {
margin: 3px;
font-size: 16px;
color: #04354e;
}

#footer {
border-top: 6px solid #002b55;
padding: 10px;
font-size: 10px;
text-align: center;
}

div.float {
  float: left;
  padding: 15px;
  }
  
div.float p {
   text-align: center;
   }


div.float img {
border: 3px solid #000000;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

div.float img:hover {
border: 3px solid #002B55;
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
}