﻿body {
    font-family:Arial, Helvetica, sans-serif;
    background-color: #fff;
    position:relative;
	margin:0;
	color:#222222;
	font-size:13px;
	line-height:22px;
}
p{
	font-size:13px;	
	line-height:22px;
}
a {
    cursor: pointer;
	color: #FD7800;
	text-decoration:none;
}
a:hover, a:focus{
	color:#FD7800;
}
h1,h2,h3,h4,h5{
	font-family:Georgia, "Times New Roman", Times, serif;
		
}
h1{
	font-size:44px;	
	line-height:45px;
	font-family:Arial, Helvetica, sans-serif !important;
}
h2{
	font-size:30px;	
	/*background:none repeat scroll 0 0 #E8E8E8;*/
	padding:20px 20px 0;
}
h3{
	font-size:20px;	
	padding:0 20px;
}
.clear{
	clear:both;	
}
.container{
	max-width:768px;
	width:100%;
	margin:0 auto;
}

hr{
	border-color: #C6C6C6;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}
#logo{
	padding:20px 0 0;
	margin:0 auto;	
}
.three, .row .three {
    width: 25%;
}
.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
#footer-container, footer {
    background: #212121;
    border-top: 0 none;
    color: #FFFFFF;
    padding: 1px 0 20px;
	font-size: 14px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
#footer-widget{
	
}
#footer-widget  ul li {
    padding: 0;
}
#footer-widget  ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 5px 0;
	list-style:none;
}
#footer-widget ul{
	padding:0;	
}
ul {
    list-style-type: none;
}
ul li {
    /*background-image: url(images/plus-bullet.png);*/
    background-position: 0 6px;
    background-repeat: no-repeat;
    margin: 0;
	list-style-image:url(images/plus-bullet.png);
}
#footer-bar1 {
    padding-right: 40px;
}

#footer-bar2 {
    padding-right: 40px;
}

#footer-widget  h3 {
    color: #FFFFFF !important;
}
#footer-widget h3 {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: capitalize;
	margin-bottom:0;
}

#footer-widget ul li a, #footer-widget a {
	text-decoration:none;
    color: #FD7800;
}
#footer-widget .widget-container h3 {
    color: #A5A5A5;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 10px;
    text-transform: uppercase;
}