@import "content.css";
@import "niftyCorners.css";

html body {
font-family: "Palatino Linotype","Century Gothic","Arial";
background: #316782;
background-image: url(images/bg_.gif);
background-attachment: fixed;
color: #ffffff;
height: 100%;
margin: 0;
padding: 0;
}


/*******page containers*******/

#banner {
width: 900px;
margin: 0 auto;
}

	#hobgood {
	width: 250px; 
	height: 50px; 
	float: left; 
	}

	#links {
	float: right;
	height: 15px;
	width: 550px;
	text-align: center;
	vertical-align: bottom;
	}

	#collage {
	margin: 0 auto;
	clear:both;
	height: 130px;
	width: 900px;
	line-height: 0px;
	}
	
	img {
	padding: 0px;
	border: 0px;
	margin: 0px;
	}
	
	.colpic {
	opacity: 0.5;
	filter:alpha(opacity = 50);
	}

#content {
clear: both;
width: 900px;
margin: 0 auto;
}

	/*3-col content*/

	#c3left {
	background-image: url(images/bgl_.gif);
	background-attachment: fixed;
	width: 20%;
	min-height: 400px;
	height: 100%;
	float: left;
	}

	#c3middle {
	background-image: url(images/bg2_.gif);
	background-attachment: fixed;
	width: 60%;
	min-height: 400px; 
	height: 100%;
	float: left;
	}

	#c3right {
	background-image: url(images/bgr_.gif);
	background-attachment: fixed;
	width: 20%;
	min-height: 400px; 
	height: 100%;
	float: left;
	}

	/* 2-col content */

	#c2left {
	background-image: url(images/bg2_.gif);
	background-attachment: fixed;
	padding: 15px;
	width: 670px;
	min-height: 400px;
	float: left;
	margin: 0 auto;
	}

	#c2right {
	width: 190px;
	padding: 5px;
	float: left;
	}	
	
	/* alternate 2-col content */

	#c2left2 {
	width: 190px;
	padding: 5px;
	float: left;
	}
	
	#c2right2 {
	background-image: url(images/bg2_.gif);
	background-attachment: fixed;
	padding: 15px;
	width: 670px;
	min-height: 400px;
	float: left;
	margin: 0 auto;
	}

	/* 1-col content */

	#onecol {
	vertical-align: center;
	background-image: url(images/bg2_.gif);
	background-attachment: fixed;
	width: 100%;
	min-height: 400px;
	}


#footer {
width: 90%; 
font-size: 80%;
text-align: right;
float: bottom;
clear:both;
margin: 0 auto;
}



/*******text appearance*******/

a.link {
color: #ffffff;
text-decoration: none;
}

a.link:hover {
color: #aaccdd;
background-image: url(images/bgs_.gif);
text-decoration: none;
}

a.clink {
color: #aaccdd;
background-image: url(images/bgs.gif);
text-decoration: none;
}

a.clink:hover {
color: #aaccdd;
background-image: url(images/bgs.gif);
text-decoration: none;
}

a.clink2 {
color: #aaccdd;
background-image: url(images/bg2.gif);
text-decoration: none;
}

a.clink2:hover {
color: #aaccdd;
background-image: url(images/bg2.gif);
text-decoration: none;
}

a {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #aaccdd;
background-image: url(images/bg2_.gif);
text-decoration: none;
}

/**************************/
.hide {
display: none;
}
.show {
}

/**************************/
div.admsection {
background: #559999;
width: 90%;
margin: 0 auto;
padding: 5px;
}
