/* Created by Wayne Sevakis www.qtcomputers.net 2009 */
body{
	text-align: center;
	background-color: #B3C6FF;
	background-image: url(pics/bluegradient.jpg);
	background-repeat: repeat-x;
}

a{
	text-decoration: none;
	color: lightgray;
}

h2{
	color: blue;
	text-decoration: underline;
	font-family: "Palatino Linotype";
}

#mainContainer{
	position: relative;
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
 	border: 2px solid black;
	height: 1400px;
	background-color: white;
}

#header{
	background-image: url(pics/banner.jpg);
	height: 250px;

}

#nav{
	position: relative;
	top: 211px;
	left: 45px;
	padding: 0;
	margin: 0;
	z-index: 500;
	color: gray;
	font-size: 20px;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
	padding-right: 20px;
	position: relative;
	float: left;
}

li ul {
	text-align: left;
	display: none; 
}

ul li a {
  display: block;
  text-decoration: none;
  color: white;
  margin-left: 1px;
  white-space: nowrap;
}

ul li ul li a{
	background: black
}

ul li a:hover {
   color: #8a89fe;
}

ul li ul li a:hover{
	color: black;
}

li:hover ul {
  display: block;
  position: absolute;
  background: black; 
}

li:hover li {
	float: none;
}

li:hover li a:hover {
	background: #95A9B1; 
}

ul.std{
	list-style-type: square;
	text-align: left;
	padding-bottom: 120px;

}


.boxType1 a{
	color: blue;
	text-decoration: underline;
}
.boxType1{
	background-color: #a7d8d8;
	text-align: left;
	text-indent: 0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer{
	position: relative;
	color: lightgray;
	width: 1000px;
	height: 50px;
	background-image: url(pics/footer.jpg);
	margin-left: auto;
	margin-right: auto;
	border-left: 2px black solid;
	border-bottom: 2px black solid;
	border-right: 2px black solid;
	margin-bottom: 20px;
	vertical-align: bottom;
}

#copyright{
	position: absolute;
	bottom: 5px;
	left: 350px;
}

p.justify{
	text-align: justify;
	
}

p.alignLeft{
	text-align: left;
	text-indent: 0;
}

.indent{
	padding-left: 40px;
	
	
}

/* **************** HOME ******************* */

#homeContent{
	position: relative;
	top: 10px;
	float: right;
	right: 30px;
	
	background-color: #c6d4ff;
   	width: 600px;
    	font-family: "Palatino Linotype";
	font-size: 18px;
	padding: 10px;
	color: blue;
}

#dMan{
	float: left;
	left: 50px;
	position: relative;
	top: 40px;
	border: 2px solid black;
}

#picB{
	position: absolute;
	top: 600px;
	left: 50px;
	border: 2px solid black;
	width: 250px;
	height: 250px;
}


