/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	
}
body{
	background: url(../images/bg.jpg) #fff;	
	color: #232322;
	font: .9em "cambria", Times New Roman, Times, serif
}
a{
	color: #4bb14e;
	text-decoration: underline
}
a:hover{
	text-decoration: none;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h1 {
	color: #686667;
	font: 3.4em "cambria", Times New Roman, Times, serif;
	line-height: 35px;
	padding-top: 30px;
	float: right;
	text-align: right;
}
h2 {
	color: #686667;
	font: 1.6em "cambria", Times New Roman, Times, serif;
	margin: 0 0 .5em;
}
h3 {
	color: #686667;
	font: 1.5em "cambria", Times New Roman, Times, serif;
	border-bottom: 5px solid #4bb14e;
	padding: 0 0 5px 10px;
	margin: 0 0 .5em;
}
h4{
	color: #000;
	font: 1.3em "cambria", Times New Roman, Times, serif;
	border-bottom: 3px solid #4bb14e;
	padding: 0 0 5px 0px;
	margin: 0 0 .5em;	
}
h5{
    font-size: 1.2em;
}
h6{
    font-size: 1em;
}
p{
	line-height: 1.3em;
	padding: 0 0 1.2em;
	font-family: "tahoma", Times New Roman, Times, serif;
}
/*=== Layout ===*/
#page{
	display: table-cell;
	display: block;
	height: auto !important;
	margin: 0 auto;
	width: 980px
}
/*=== Header ===*/
#header{
	padding-right: 27px;
	height: 138px;
	overflow: hidden;
}
#nav{

	height: 37px;
	background-color: #4bb14e;
	padding: 5px 0 0 20px;
}
#nav li a{
	color: #fff;
	font: 3.7em "Times New Roman", Times New Roman, Times, serif;
	padding: 3px 12px;
	float: left;
	font-size: 1.6em;
	text-decoration: none !important;
}

#columns{
	height: 1%;
	padding: 30px 30px 20px 30px;
	overflow: hidden;
}
#columns ul{
	padding-left: 20px;
}
#columns li{
	list-style-type: circle;
	padding: 0px!important;
	line-height: 1.3em;
	padding: 0 0 1.2em;
	font-family: "tahoma", Times New Roman, Times, serif;
}
#left{
	float: left;
	width: 450px;
}
#right{
	float: right;
	width: 450px;
}
#infobar{
	overflow: hidden;
	padding: 10px 20px;
}
#infobar a{
	color: #686667!important;
	text-decoration: none !important;
}
#info{
	width: 300px;
	float: left;
	margin-left: 10px;
}
#info p{
	padding: 0 10px 7px 10px;
}

.profile{
	float: left;
	padding: 0 10px 10px 0;
}
.profile-right{
	float: right;
	padding: 0 0 10px 10px;
}
.imgright{
	padding: 0 0 10px 10px;
	float: right;
}
.imgleft{
	padding: 0 10px 10px 0px;
	float: left
}
.social{
	padding: 5px;
}
/*=== Footer ===*/
#footer{
	border-top: 5px solid #4bb14e;
	font-size: .9em;
	height: 1%;
	padding: 10px 23px;
	color: #686667;
}
#footer img{
	padding-right: 10px;;
}
#footer a{
	color: #686667!important;
	text-decoration: none
}


/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
