/* CSS for General Styling - If you want it inherited, classes please place here */
html { 
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-color: #eee9df;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
	color: #adaaa2;
	line-height: 14px;
	text-decoration: none;
	border: none;
}
img#logo { 
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
	padding: 0;
	margin: 0;
}
p {
	margin: 0px;
	padding: 0px;
}
p, a {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
	color: #adaaa2;
	line-height: 14px;
	text-decoration: none;
	border: none;
}
a:hover{
	color: #56544d;
}
.larger {
	font-size:15px;
}
.largerstill {
	font-size:20px;
	line-height: 22px;
}
.small {
	font-size:11px;
}
.lighter {
	font-weight: lighter;
}
.darkgreen {
	color: #4e5922;	
}
.green {
	color: #c1d66e;	
}
.grey {
	color: #adaaa2;
}
.darkgrey {
	color: #56544d;
}
.black {
	color: #000;	
}
.georgia {
	font-family: Georgia, Helvetica, sans-serif;	
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
/*
Additional styling relevant for this web site
*/
#footer {
	/* 
		Do not include any margins, padding or height info here as it
		will affect the 'sticky footer'. To amend any of that
		type of data, update the 'layout_sticky_footer.css' file.
	*/
	width: 1000px;
	/*float: left;*/
	color: #adaaa2;
	background: #eee9df;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:11px;
	font-weight: 500;
	line-height:23px;
	text-decoration:none;
}

#footer-left{
	padding-top: 25px;
	margin: 0px;
	padding-left: 22px;
	float: left;
}
#footer-right{
	padding-top: 25px;
	margin: 0px;
	padding-right:12px;
	float: right;
}
#footer a{
	color: #56544d;
	text-decoration: none;
	font-weight: 500;
}
