/* start fonts */

@font-face {
    font-family: 'MyFont';
    src: url('../fonts/29B7C9_0_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/29B7C9_0_0.woff') format('woff'),
         url('../fonts/29B7C9_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'MyFontBold';
    src: url('../fonts/29B7C9_1_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/29B7C9_1_0.woff') format('woff'),
         url('../fonts/29B7C9_1_0.ttf') format('truetype');
}

/* Google 33 Webfont bug fix */

body
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}

/* end fonts */

*
{
	margin:0;
	padding:0;
}

body, html
{
	color: #58595b;
	font : 13px MyFont, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a
{
	color : #58595b;
	text-decoration : none;
}

a:hover
{
	color : #58595b;
	text-decoration : underline;
}

.bold
{
	font-weight : bold;
}

.center
{
	text-align : center;
}

.textRight
{
	text-align : right;
}

p
{
	padding : 0 0 12px 0;
	line-height: 17px;
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

h1
{
	font: 20px MyFontBold, Arial, Helvetica, sans-serif;
	padding : 15px 15px 15px 203px;
	color: #47484a;
	background-color: #e9e8e6;
}

h2
{
	padding-bottom : 12px;
	font : 13px Arial, Helvetica, sans-serif;
	font-weight : normal;
}

/* start containers */

#top
{
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	box-shadow: 0px 3px 7px #CCCCCC;
}

#fox
{
	text-align: center;
	position: relative;
	top: 14px;
}

#logo
{
	padding: 20px 0;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	text-align: center;
}

#container
{
	width: 735px;
	margin: 0 auto;
	padding: 150px 0 20px 0;
}

#leftColumn
{
	width: 175px;
	float: left;
	padding: 20px 0;
}

#rightColumn
{
	width: 530px;
	float: right;
	padding: 20px 0;
}

#rightColumn ul
{
	padding: 0 0 12px 0;
	list-style-type: none;
}

#rightColumn ul li
{
	padding-left: 30px;
	margin-bottom: 12px;
	background: #FFFFFF url(../images/bullet.gif) no-repeat center left;
	font-size: 12px;
}

#rightColumn hr
{
	margin-bottom: 12px;
	color: #969698;
}

#bottom
{
	clear: both;
	color: #47484a;
	padding: 15px;
	background-color: #e9e8e6;
	text-align: center;
	font: 14px MyFontBold, Arial, Helvetica, sans-serif;
}

/* end containers */
