/* -- MAIN -- */

body {
  margin: 0 auto;
  background: #1C2373 url(/assets/html/top-bg-repeat.jpg) repeat-x center top;
  color: #FFFFFF;
  font: 13px/18px Geneva, Arial, Helvetica, sans-serif;
  letter-spacing: .10em;
}


/* -- TEXT -- */

h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0px 20px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px 15px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px 10px;
}
h4 {}
h5 {}
h6 {}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

/* -- LINKS -- */
.pgtxt ul {
	margin:0;
 padding:10px;
 margin-left: 10px;
}
.pgtxt ul li{
	margin-left: 10px;
}
a {
  outline: none;
  color: #FFFFFF;
}
a img {}
a:focus {}
a:link, a:visited {}
a:hover, a:active {
color: #96C8E9; 
  text-decoration: underline;
}




/* -- MAKE ROOM -- */

.clear {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}


/* -- CUSTOM LAYOUT -- */

#pagecontainer {
	width: auto;
	margin: 0 auto;
	min-height: 95%;
	height: auto;
	background-image: url(/assets/html/thewhales-faded.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#innercontainer {
  width: 950px;
  margin: 0 auto;
  min-height: 95%;
  height: auto;
}
#headercontainer {
  width: 950px;
  height: 114px;
  margin: 0 auto;
}
#footcontainer {
  width: 950px;
  height: auto;
  padding-bottom: 25px;
  padding-top: 25px;
  margin: 0 auto;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #A2BDD5;
}
#footcontainer a{
}
.footnav {
	padding-bottom: 5px;
}
.footnav a {
  font-size: 12px;
  text-decoration: none;
}

#mleft {
  float: left;
  display: inline;
  width: 180px;
  height: 600px;
  padding-right: 15px;
  padding-top: 45px;
  text-align: right;
}
#mright {
  float: left;
  display: inline;
  width: 680px;
  margin-left: 35px;
  height: auto;
  padding-top: 45px;
  padding-bottom: 25px;
}
.logo {
	margin-top: 12px;
}
.ncomm { margin-right: 25px; }


#menu {
  clear: both;
  display: block;
  height: auto;
  width: auto;
}
ul#menu, #footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#menu li:hover, #footer ul li:hover { 

}
ul#menu li a:hover, #footer ul li a:hover { color: #96C8E9; 


}
ul#menu li, #footer ul li{
  margin: 0;
  color: #FFFFFF;
  text-align: right;
  text-transform: uppercase;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  width: 150px;
  letter-spacing: .12em;
   border: 0px solid #1E62B3;
   padding: 1px;
  padding-top: 11px;
}
ul#menu li a, #footer ul li a{
  color: #FFFFFF;
  text-decoration: none;
  display: block;

}
ul#menu li a span, #footer ul li a span{
	/*display: none; */
}


/* sitemastermind stuff */

.rechdr {
	font-size: 15px;
	font-weight: bold;	
}
a.rechdr {
	font-size: 15px;
	font-weight: bold;	
 text-decoration: none;
}
.listnodetable {
	padding-bottom: 10px;
 border-bottom: 1px dotted #C1CED2;
 margin-bottom: 10px;
}
.listnodetable a img {
	border: 0px;
}
p {
	margin: 0;
 padding: 0;
 padding-bottom: 10px;
}

#slides {
  font-size: 15px;
  background: transparent url(/assets/html/transblue.png) no-repeat left top;
  width: 600px;
  height: 290px;
    margin-left: 35px;
  margin-top: 45px;

}
#slides h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 32px;
}
#slides div {
  padding-left: 15px;

}
#slides div.mid div {
  padding: 25px;
		
}
#slides div.topr {
  margin-left: 115px;
  margin-top: 15px;

}
#slides div.botr {
  margin-left: 75px;
  margin-top: 95px;

}