html{
   height:100%;
   margin:0 0 1px 0;
}

body{
   background:url("images/body-background.jpg") #006699 top left repeat-y;
   color:#000;
   margin:0;
   padding:0;
   font:normal normal 80% arial,sans-serif;
   line-height:1.5em;
}

p{
  margin:0;
  padding:5px 0 5px 0;
}

h2{
  font-size:1.3em;
  font-weight:bold;
  padding:5px 0 5px 0;
  margin:0;
}

h3{
  font-size:1em;
  font-weight:bold;
  padding:5px 0 0 0;
  margin:0;
}

a img{
   border:0;
}

a,
a:active,
a:visited{
  color:#035D82;
  text-decoration:underline;
}

a:hover{
   text-decoration:none;
}

ul.home{
   margin:0;
   padding:5px 0 5px 10px;
   list-style-type:none;
}

.home li{
   margin:0;
   padding:0;
   color:#6BBEB8;
   font-weight:bold;
}

ul{
   margin:0;
   padding:5px 0 5px 20px;
   list-style-type:circle;
}

li{
   margin:0;
   padding:0;
}

table{
  border-collapse:collapse;
}

td{
  padding:3px;
  vertical-align:top;
}



/*LAYOUT*/

#outerWrap{
   width:975px;
   margin:0 auto 0 auto;
   padding:0;
}

#homeWrap{
   width:975px;
   margin:0;
   padding:0;
   position:relative;
   top:0px;
   left:38px;
}

#homeWrap td{
   padding:0;
}


#wrap{
   width:899px;
   margin:30px auto 0 auto;
   padding:0;
   background:#fff;
}

#tablex{
	width:630px;
	float:left;
	margin:0 0 30px 0;
	position:relative;
	padding:0;
	background:#fff;
}

#header{
   text-align:center;
   background:url("images/header-top-left.jpg") transparent top left repeat-y;
   width:899px;
   height:212px;
}

h1{
  position:absolute;
  top:-3000px;
  left:-3000px;
  color:#000;
  font-size:2em;
  font-weight:bold;
  margin:0;
  padding:0;
}

#clear{
   clear:both;
   line-height:0em;
}

#content{
   margin:0;
   padding:0 30px 10px 0;
   width:674px;
   float:right;
}

#home{
   margin:0;
   padding:0 290px 0 0;
   background:url('images/home-photo.jpg') #fff top right no-repeat;
   float:right;
   width:414px;

}


#photo{
  width:250px;
  text-align:center;
  float:right;
  margin:0 0 20px 0;
}


/*MENU*/

#menuwrap{
   width:195px;
   margin:0;
   padding:0;
  background:url("images/menu-wrap.jpg") #fff bottom left repeat-y;
  float:left;
}

#menu{
   width:195px;
   margin:0;
   padding:0 0 53px 0;
  background:url("images/menu-background.jpg") transparent bottom left no-repeat;
  float:left;
}

#menu ul{
   margin:23px 0 0 0;
   padding:0;
   list-style-type:none;
   color:#fff;
   font-weight:normal;
  background:url("images/menu-background.jpg") #fff top left no-repeat;
}

#menu li{
   padding:0;
   margin:0;
   width:129px;
   height:24px;
   float:left;
   clear:left;
   font-size:1em;
   font-family:verdana,sans-serif;
}

li.sub{
   width:100px !important;
   height:32px !important;
   line-height:1.1em !important;
}

a.on,
a.on:active,
a.on:visited,
a.on:hover{
  background:url("images/menu-bar.jpg") transparent top left no-repeat;
  color:#83CECA !important;
}

a.subon,
a.subon:active,
a.subon:visited,
a.subon:hover{
  color:#83CECA !important;
   width:100px !important;
   display:block;
   text-decoration:none;
   height:32px !important;
   font-size:0.8em !important;
   padding:0 0 0 10px !important;
   margin:0 0 0 49px !important;
  background:url("images/sub-nif") transparent 4px 9px no-repeat;
}

#menu a,
#menu a:active,
#menu a:visited{
   color:#fff;
   width:129px;
   display:block;
   text-decoration:none;
   height:22px;
   padding:2px 0 0 40px;
}

a.sub,
a.sub:active,
a.sub:visited{
   color:#fff;
   width:100px !important;
   display:block;
   text-decoration:none;
   height:37px !important;
   font-size:0.8em !important;
   padding:0 0 0 10px !important;
   margin:0 0 0 49px !important;
  background:url("images/subif") transparent 4px 9px no-repeat;
}

#menu a:hover{
   color:#83CECA;
}

/*LINKS PAGE*/

#links p{
   padding:0 0 20px 0;
}

#links h2{
   margin-bottom:30px;
}

#links h3{
   margin:0;
   padding:3px 0 3px 0;
   font-weight:normal;
   font-style:italic;
   font-size:1em;
}

#links a,
#links a:active,
#links a:visited,
#links a:hover{
   font-size:1em;
   color:#6BBEB8;
}

/*CONTACT*/

#contact{
  margin:10px 0 10px 0;
  padding:0;
}

#contact table{
   border-collapse:collsapse;
   padding:0;
}

#contact td{
   padding:0 4px 0 4px;
   vertical-align:top;
}

#contact label{
   font-weight:bold;
   font-size:1em;
   margin:0;
   padding:0;
}

#contact p{
  margin:0;
  padding:0;
}

#contact input{
  width:190px;
  padding:1px;
  border:1px solid #489EAB;
  font:normal normal 1em arial,sans-serif;
  margin:0;
}


#contact textarea{
  width:190px;
  height:132px;
  overflow:auto;
  margin:0;
  padding:1px;
  border:1px solid #489EAB;
  font:normal normal 1em arial,sans-serif;
}

input.submit,
input.submit:hover,
input.submit:focus{
   width:60px !important;
   font-weight:bold !important;
   margin:4px 0 0 0 !important;
   background:#035D82 !important;
   border:1px solid #2591AF !important;
   color:#fff;
}

#contactDetails{
   float:right;
   width:200px;
   text-align:left;
   margin:0px 0 0 0;
}

#contactDetails td{
   padding:0 5px 5px 0;
}

#contactDetails a{
   font-weight:bold;
}


#footer{
  font-size:0.9em;
  margin:0 auto 0 auto;
  padding:2px;
  color:#eee;
  width:899px;
  text-align:right;
}