/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

#logo h1 {font-size:3.6em;}}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

		/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {#searchbox {
	font-size: 15px;
	width: 100%;
	color: #F60;
} h1.logotype {text-align: center;margin-	top: 0px;} }
.Holder {
	background-color: #FFF;
}
.holder {
	background-color: #333;
	border: medium double #FFF;
	width: 825px;
	margin-left: 50px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.holderbottom {
	background-color: #999;
	height: 385px;
	width: 870px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: medium outset #000;
}

#buyitnow {
	height: 350px;
	width: 415px;
	background-color: #999;
	margin-bottom: 20px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: -5px;
}
#donatenow {
	height: 350px;
	width: 600px;
	background-color: #999;
	margin-bottom: 20px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: -5px;
}

#Donatenow {
	height: 350px;
	width: 450px;
}
.onlineresourcescontainer {
	background-color: #FFF;
	width: 946px;
	height: 2250px;
	border: medium solid #003;
}
.About {
	background-color: #FFF;
	width: 946px;
	height: 2330px;
	border: medium solid #003;
}
.intranetcontainer {
	background-color: #b4e1e4;
	width: 946px;
	height: 3755px;
	border: thin solid #333;
}




#HeaderFAQ {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: bolder;
	background-color: #333;
	height: 75px;
	width: 890px;
	padding-top: 40px;
	padding-left: 10px;
	color: #eb9230;
	float: left;
	border: medium solid #666;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
