@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/Sansation_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: 15px;
	line-height: 1.2em;
	text-align: left;
	width: 100%;
	height:800px;
	color:#666666;
}


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;
}

hr {
display: block;
margin-before: 0.5em;
margin-after: 0.5em;
margin-start: auto;
margin-end: auto;
border-style: inset;
border-width: 1px;
}

#mainPage {
	position:absolute;
	top:27px;
	left:255px;
	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: 200px;
	height: 100%;
	z-index: 1
}

.navigationStyle {
	color:#CCCCCC;
	font-family: SansationRegular;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: normal;
	position:relative;
	top:150px;
	left:-140px;
	width: 500px;
	z-index: 4;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);

}
.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;
	left:-130px;
	top: 100px;
	height: 180px;
	width:400px;
	z-index: 4;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	}
.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: 25px;
	font-family:SansationLight;
}
.newsAside a{
	color:green;
	font-family:Sansation;
	font-size: 1.25em;
	}
.newsAside a:visited{
	color:red;
	}
.newsAside ul {
    display: block;
    list-style-type: disc;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0;
    margin-end: 0;
    padding-start: 40px;
}
.newsAside li {
    border-bottom: 1px coral solid; 
}

.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%;
	bottom: -100px;
	width: 100%;
        height: 40px;
	z-index: 5;
}
#sectionOne {
	float:left;
	width: 50%;
	
	z-index: 3;
}
