* {
	padding: 0;
	margin: 0;
	outline: 0;
}
body {
	background: #cccccc;
	background: #afafaf;
	background: -moz-linear-gradient(top,  #afafaf 0%, #eeeeee 56%, #eeeeee 56%, #afafaf 100%);
	background: -webkit-linear-gradient(top,  #afafaf 0%,#eeeeee 56%,#eeeeee 56%,#afafaf 100%);
	background: linear-gradient(to bottom,  #afafaf 0%,#eeeeee 56%,#eeeeee 56%,#afafaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#afafaf',GradientType=0 );
	/*background: url(bg.png) no-repeat;*/
	background-size: 100% auto;
	font-family: carme, sans-serif;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 180%;
}
h1 {
	color: #f5f5f5;
	font-size: 22px;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #060606;
	text-transform: uppercase;
}
h2 {
	color: #68809a;
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
}
p {
	padding-top: 10px;
}
#wrapper {
	width: 900px;
	margin: auto;
	padding: 20px 30px;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: inherit;
}
hr {
	clear: both;
	border: 0;
	height: 25px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 49%, #d1d1d1 50%, #f5f5f5 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 49%,#d1d1d1 50%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 49%,#d1d1d1 50%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
}
#header {
	overflow: hidden;
	padding: 20px 10px 0;
}
#header img {
	width: 175px;
	height: 85px;
	float: left;
}
#header p {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	color: #f5f5f5;
	padding: 0;
	margin-top: 30px;
	color: #2b2b2b;
}
#header p span {
	color: #f5f5f5;
}
#header ul {
	margin: 40px 0 5px;
	list-style: none;
	float: right;
	font-size: 12px;
}
#header ul i {
	margin-top: 10px;
}
#header li a, #header li span {
	width: 100%;
	height: 100%;
}
#header li {
	display: inline-block;
	float: left;
	margin: 0 1px;
	padding: 8px 18px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 49%, #d1d1d1 50%, #f5f5f5 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 49%,#d1d1d1 50%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 49%,#d1d1d1 50%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
    transform: skewX(-20deg);
    -webkit-box-shadow: 3px 2px 3px 0px rgba(43,43,43,0.7);
	-moz-box-shadow: 3px 2px 3px 0px rgba(43,43,43,0.7);
	box-shadow: 3px 2px 3px 0px rgba(43,43,43,0.7);
}
#header li:hover {
	background: #3a3a3a;
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #474747 50%, #383838 51%, #494949 100%);
	background: -webkit-linear-gradient(top,  #3a3a3a 0%,#474747 50%,#383838 51%,#494949 100%);
	background: linear-gradient(to bottom,  #3a3a3a 0%,#474747 50%,#383838 51%,#494949 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#494949',GradientType=0 );
	color: #f5f5f5;
	cursor: hand;
}
#header li.selected {
	background: #68809a;
	background: -moz-linear-gradient(top,  #68809a 0%, #698199 50%, #5b7999 51%, #68809a 100%);
	background: -webkit-linear-gradient(top,  #68809a 0%,#698199 50%,#5b7999 51%,#68809a 100%);
	background: linear-gradient(to bottom,  #68809a 0%,#698199 50%,#5b7999 51%,#68809a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68809a', endColorstr='#68809a',GradientType=0 );
	color: #f5f5f5;
}
#header li span {
	display: block;
	transform: skewX(20deg);
}
img#banner {
	width: 900px;
	height: 220px;
	margin-top: 1px;
	border-top: 2px solid #2b2b2b;
	border-bottom: 2px solid #2b2b2b;
	background: #2b2b2b;
}
.content {
	padding: 10px 30px;
	clear: both;
	float: left;
	width: 840px;
	background: #f9f9f9;
	-webkit-box-shadow: 0 8px 6px -6px #2b2b2b;
	-moz-box-shadow: 0 8px 6px -6px #2b2b2b;
	box-shadow: 0 8px 6px -6px #2b2b2b;
	border-bottom: 2px solid #e2e2e2;
}
.content p.icon {
	/*text-align: center;*/
	margin: auto;
	margin: 20px 0;
}
ul.numbered-list {
	list-style: decimal;
	margin-left: 15px;
	margin-top: 10px;
	font-style: italic;
}
.blue {
	background: #68809a;
}
.content.blue {
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
.main {
	min-height: 350px;
}
.float {
	float: left;
	min-height: 240px;
	margin-bottom: 10px;
}
.float i, a i {
	line-height: inherit;
}
.float#main {
	width: 580px;
	text-align: justify;
	margin-right: 25px;
}
.content .full_width {
	width: auto !important;
}
.float#other {
	width: 230px;
	margin-right: 5px;
}
.float li {
	margin-bottom: 10px;
}
a.button {
	background: #68809a;
}
input[type="text"], textarea {
	width: 300px;
	padding: 10px 15px;
	background: transparent;
	border: 0;
	border-left: 1px solid #2b2b2b;
	border-bottom: 1px solid #cccccc;
	margin: 4px 0;
	font-family: inherit;
}
a.button, button {
	color: #f5f5f5;
	padding: 10px 20px;
    border-radius: 2px;
}
button {
	font-family: inherit;
	font-size: inherit;
	border: 0;
}
button:hover {
	cursor: pointer;
	text-decoration: none;
}
.fa-padding {
	padding: .2em .25em .15em;
}
#footer {
	clear: both;
	padding: 10px 15px;
	font-size: 10px;
}