body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
/*
	File Overview:	Flexi-background styles.
	Author:			Michael Bester <http://kimili.com>
	Description:	Sets up styling for full-screen flexible backgrounds.
					See <http://kimili.com/journal/flexible-scalable-background-image> for more info.
	
	Licence:		Copyright 2010, Michael Bester.
					Released under the MIT license <http://opensource.org/licenses/mit-license.php>
	
*/

body { 
	background-attachment:		fixed;
	background-color:			#000;
	background-image:url(../images/splash-page-picture-bcgkd.jpg);
	background-position:		top center; 
	background-repeat:			no-repeat; 
	
	margin:						0;
	padding:					0;

	background-size:			cover;
	-moz-background-size:		cover;
	-webkit-background-size:	cover;
}

/*
	This next definition doesn't allow the background to get any smaller
	than a predefined size (640x426px in this case). Change the values
	here to match your background image size. The configuration in the
	flexi-background javascript file should also match these values.
*/

@media only all and (max-width: 640px) and (max-height: 426px) {
	body {		
		background-size:			1200px 803px;
		-moz-background-size:		1200px 803px;
		-webkit-background-size:	1200px 803px;
	}
}

/*
	The next 2 definitions are for support in iOS devices.
 	Since they don't recoginze the 'cover' keyword for background-size
 	we need to simulate it with percentages and orientation
*/

@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
	body {
		-webkit-background-size: auto 100%;
	}
}

@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
	body {
		-webkit-background-size: 100% auto;
	}
}
/* All of the following styles only get used when background-size isn't supported */

img#expando { 
	display:	none;
	position:	absolute; 
	z-index:	1;
	 
	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
	display: 	block; 
} 

.wide img#expando { 
	height: 	auto;
	width: 		100%; 
} 

.tall img#expando { 
	height:		100%;
	width:		auto; 
}

h1
{
  font:10px Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing: none;
  color:#245FD8;
  line-height: 6px;
}
h2
{
  margin: 5px 0 0;
  padding:0;
  font-size:115%;
  font-weight: bold;
  text-transform:uppercase;
  line-height:1.4em;
  color:#FC6701;
  }
h3
{
  font:130%/1.2em Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#FC6701;
  text-transform:uppercase;
  line-height: 0px;

}
.smalltxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	padding: 0;
	color: #333;
	letter-spacing: normal;
}
hr {
	border: 0;
	border-top: 1px dotted #ddd;/*the border*/
	width: 75%;
	height: 1px;
	margin: 5px 0 5px 0; /*this will align it left for Mozilla*/
	text-align: left;
	padding: 0;
}
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding: 0;
	color: #333;
	letter-spacing: normal;
}
#navcompany a:link {
	color: #DFC82C;
	text-decoration: none;
	font:90%/1.4em Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	letter-spacing: 0px;
}
#navcompany a:visited {
	color: #DFC82C;
	text-decoration: none;
	font:90%/1.4em Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	letter-spacing: 0px;
}
#navcompany a:hover {
	color: #01A0C7;
	text-decoration: none;
	font:90%/1.4em Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	letter-spacing: 0px;
}
#navcompany a:active {
	color: #DFC82C;
	text-decoration: none;
	font:90%/1.4em Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	letter-spacing: 0px;
}
#navschool a:link {
	color: #F7534D;
	text-decoration: none;
	font:90%/1.4em Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	letter-spacing: 0px;
}
#navschool a:visited {
	color: #F7534D;
	text-decoration: none;
	font:90%/1.4em Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	letter-spacing: 0px;
}
/* End Main Navigation */
#copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
}
