/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

@font-face {
    font-family: 'Lora Variable';
    font-weight: 200 900;
    font-style: normal;
    font-stretch: normal;
    src: url('/fonts/Lora-Regular.ttf') format('truetype');
}

html,body{
height: 100%;
}

body{
margin:0;
padding:0;
background:#21534F;
font-family: 'Lora Variable';
}


div#shim{
visibility: hidden;
width: 100%;
height: 50%;                                                                     
margin-top: -140px;                                                              
float: left;
}

div#content {
width: 940px;
height: 280px;
margin: 0 auto;
clear: both;
position: relative;
top: -140px;

/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}

/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack */
/* ]]> */


.logo_box{
width: 349px;
float: left;
border-right: 1px solid #ffe400;
height: 280px;
position: relative;
}

.main_box{
    float: left;
    width: 500px;
    height: 95px;
    padding: 25px;
}

h1{
    padding: 12px 70px 12px 20px;
    position: absolute;
    right: 0;
    text-align:left;
    top: 25%;
    float: left;
    color: #EED353;
    letter-spacing: -1px;
    font-size: 45px;
    }
    
h1{
    margin-bottom: -4px;
}

h2{
    font-family: Georgia;
    color: #EED353;
    font-size: 24px;
    margin-bottom: 20px;
}

h3 span{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
}

h4{
    font-size: 24px;
    color: #EED353;
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}


ul.info{
    width: 500px;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
}

ul.info li{
    margin-bottom: 5px;
    clear: both;
    float: left;
    border-bottom:1px solid #EED353;
}

ul.info li p{
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    float: left;
    margin: 0;
    padding-top: 10px;
}


.footer #button{
	width:35px;
	height:35px;
	border: #EED353 12px solid;
	border-radius:35px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.footer #button:hover{
	width:35px;
	height:35px;
	border: #EED353 12px solid;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}
.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 2em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 10em;
}
.footer #container{
	margin-top:5px;
	width:100%;
    height:100%;
    position:relative;
    top:0;
    left:0;
    background: #222020;
}
.footer #cont{
  position:relative;
  top:-45px;
  right:190px;
	width:150px;
	height:auto;
	margin:0 auto;
}
.footer_center{
	width:500px;
	float:left;
  text-align:center;
}
.footer p{
    color: #fff;
	margin-top:70px;
	margin-left:40px;
}
