@font-face {
 font-family: 'ChunkFiveRegular';
 src: url('/styles/heffrons/fonts/Chunkfive.eot');
 src: local('ChunkFive'), local('ChunkFive'), url('/styles/heffrons/fonts/Chunkfive.woff') format('woff'), url('/styles/heffrons/fonts/Chunkfive.ttf') format('truetype'), url('/styles/heffrons/fonts/Chunkfive.svg#ChunkFive') format('svg');
}
 @font-face {
 font-family: 'SansationRegular';
 src: url('/styles/heffrons/fonts/Sansation_Regular.eot');
 src: local('Sansation'), local('Sansation'), url('/styles/heffrons/fonts/Sansation_Regular.woff') format('woff'), url('/styles/heffrons/fonts/Sansation_Regular.ttf') format('truetype'), url('/styles/heffrons/fonts/Sansation_Regular.svg#Sansation') format('svg');
}
 @font-face {
 font-family: 'SansationLight';
 src: url('/styles/heffrons/Sansation_Light.eot');
 src: local('Sansation'), local('Sansation-Light'), url('/styles/heffrons/fonts/Sansation_Light.woff') format('woff'), url('/styles/heffrons/fonts/ansation_Light.ttf') format('truetype'), url('/styles/heffrons/fonts/Sansation_Light.svg#Sansation-Light') format('svg');
}
 @font-face {
 font-family: 'SansationBold';
 src: url('/styles/heffrons/Sansation_Bold.eot');
 src: local('Sansation'), local('Sansation-Bold'), url('/styles/heffrons/fonts/Sansation_Bold.woff') format('woff'), url('/styles/heffrons/fonts/Sansation_Bold.ttf') format('truetype'), url('/styles/heffrons/fonts/Sansation_Bold.svg#Sansation-Bold') format('svg');
}
@font-face {
    font-family: 'BlackJack';
    src: url('/styles/heffrons/fonts/blackjack-webfont.eot');
    src: url('/styles/heffrons/fonts/blackjack-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/heffrons/fonts/blackjack-webfont.woff') format('woff'),
         url('/styles/heffrons/fonts/blackjack-webfont.ttf') format('truetype'),
         url('/styles/heffrons/fonts/blackjack-webfont.svg#BlackJackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {border: 0px; margin: 0px; padding:0px;}
body {
 background-color:#EEEEEE;
	margin:0px;
	border-style: none;
	font-family: SansationRegular;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	width: 100%;
	height:800px;
	color:#666666;
}

a:link {
	text-decoration: none;
	color:white;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
	font-family: SansationBold;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 1.3em;
	font-family: SansationBold;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 1.2em;
	font-family: SansationLight;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 1.1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}
h5 {
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}
#mainPage {
	position:absolute;
	top:227px;
	left:55px;
	width:75%;
	height:100%;
	background-color:#EEEEEE; 	
	}
.leftSection {
	border-style: solid;
	border-color: #333333;
	border-width:1px;
	background-color: #333333;
	top:0px;
	left 0px;
	width: 100%;
	height: 200px;
	z-index: 1
}

.navigationStyle {
	color:#CCCCCC;
	font-family: SansationRegular;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: normal;
	position:relative;
	top:50px;
	
	width: 500px;
	z-index: 4;
	

}
.navigationStyle a {
	color:#CCCCCC;
}
.navigationStyle a:link {
	text-decoration: underline;
}
.HRstyleOld {
	color: #808080;
	border-style: dotted;
	height: 450px;
	width: 1px;
}
.companyNameStyle {
	
	color: #FFFFFF;
	font-family: BlackJack;
	font-size: 45px;
	font-weight: bolder;
	line-height: 35px;
	letter-spacing: normal;
	position: relative;
	margin: 0px; padding: 0px;
	top: 10px;
	height: 50px;
	width:100%;
	z-index: 4;
	
	}
.newsAside {
	clear:none;
	float:right;
	width: 24%;
	height: 200px;
	z-index: 6;
	background-color: #87BDFD;
	color: #635E5E;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	font-family:SansationLight;
}
.newsAside a{
	color:green;
	font-family:Sansation;
	font-size: 1.25em;
	}
.newsAside a:visited{
	color:red;
	}
.headerStyle {
	text-align: right;
	float:left;
	top: 5px;
	width: 100%;
	height: 75px;
	z-index: 4
}
input {
	font-family:arial;
	font-family:SansationRegular;
	font-size:9pt;
	font-weight:normal;
	background-color:#C7F7FC;
	border-color:#336699;
	border-style:solid;
	border-width:2px;
	color:black;
 height:20px ;
-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
input:first-of-type { background-color:white; color:gray;}
.Copyright {
	text-align: right;
}
.footerStyle {
	font-family: SansationLight;
	position: absolute;
	left: 12%;
	top: 620px;
	width: 400px;
	height: 40px;
	z-index: 5;
}
#sectionOne {
	float:left;
	width: 50%;
	
	z-index: 3;
}
