@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('../fonts/ColabLig-webfont.eot');
    src: url('../fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabLig-webfont.woff') format('woff'),
         url('../fonts/ColabLig-webfont.ttf') format('truetype'),
         url('../fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('../fonts/ColabReg-webfont.eot');
    src: url('../fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabReg-webfont.woff') format('woff'),
         url('../fonts/ColabReg-webfont.ttf') format('truetype'),
         url('../fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('../fonts/ColabMed-webfont.eot');
    src: url('../fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabMed-webfont.woff') format('woff'),
         url('../fonts/ColabMed-webfont.ttf') format('truetype'),
         url('../fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('../fonts/ColabBol-webfont.eot');
    src: url('../fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabBol-webfont.woff') format('woff'),
         url('../fonts/ColabBol-webfont.ttf') format('truetype'),
         url('../fonts/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



* { padding: 0; margin: 0; }

body {
 font-family: 'ColaborateLightRegular', Arial, Helvetica, sans-serif;
 font-size: 15px;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
 color: #333;
 width: 980px;
 float: left;
 padding: 10px;
 height: 115px;
 margin: 10px 0px 0px 0px;
 background: #fff;
 border-bottom:#CCC;
 
 
}
header.text{
 font-family:'BebasNeueRegular';
 font-size: 52px;
 line-height: 43px;
 margin-top: 22px;
 margin-bottom:0;
 
 
	}
	
h7{
	font-family:'ColaborateMediumRegular';
	font-size:25px;
	}
h8{
	font-family:'ColaborateMediumRegular';
	font-size:15px;
	}

h9{
	font-family:'ColaborateLightRegular';
	font-size:20px;
	margin-top:-10px; 
	
	}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding-right: 10px;
 padding-bottom: 5px;
 margin: 10px 0px 0px 0px;
 background: #fff;

}

#navigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:16px;
	background: #fff;
	font-family: 'ColaborateRegular', Arial, Helvetica, sans-serif;
	
}
#navigation li
{
	float:left;
	margin:0;
	padding:0;
}
	
#navigation li a
{
	float:left;
	color: #333;
	text-decoration:none;
	padding:8px 20px 0 12px;
}
	
#navigation li a:hover
{	
	color: #999;
	height:22px;
		
}
	

#navigation li.active a
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
	color:#0CC;
}

hr {
  background: #ddd; 
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.4em;
  border: none; 
}

#onecolumn{
	margin:0 auto;
	width: 922px;
	color: #333;
	padding-left:12px;
	height: 350px;
	}

#leftcolumn { 
 color: #333;
 background:  #fff;

 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 125px;
 float: left;
}

#leftcolumn ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	font-size:14px;
	font-family: 'ColaborateRegular', Arial, Helvetica, sans-serif;
	
	
}
#leftcolumn li
{
	margin:0;
	padding-left: 12px;
	padding-bottom:10px;
	
}
	
#leftcolumn li a
{
	width: 125px;
	color: #333;
	text-decoration:none;
	padding-bottom:10px;

	
	
}
	
#leftcolumn li a:hover
{	
	color: #999;
	;
	
		
}
	

#leftcolumn li.active a
{
	
	float:left;
	margin:0;
	color:#0CC;
	;
}

#rightcolumn { 
 border-left-style:dotted;
 border-color:#ddd;
 float: right;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0px 10px 25px 0px;
 height: auto;
 width: 860px;
 display: inline;
 padding-left: 25px;

}
#footer { 
 width: 1000px;
 clear: both;
 color: #333;
 display:block;
 background: #333;
 margin: 0px 0px 10px 0px;
 padding: 20px 10px 10px 10px;
 
}
footer.copyright{
	color: #fff;
	font-family: 'ColaborateThinRegular', Arial, Helvetica;
	font-size: 12px;
	
	
	}