/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body a, body p, body h1, body h2, body h3, body h4, body h5, body h6, body div, body li
{
	font-family: Guaramont, Arial, Sans Serif;
	font-size:100%;	
}
.clear
{
	clear:both;
}
body
{
	background-color:white;
}
div.wrapper
{
	margin:0 auto;
	width:1000px;
	margin-top:20px;
}
header
{

}
header a.logo
{
	margin-left:66px;
	display:block;
	float:left;
}

header div.socials
{
	float:right;
}

header .menu
{
	background-color:#e77817;
	height:54px;
	margin-top:10px;
}
header .menu ul
{
	display:block;
	margin-right:80px;
	float:right;
}
header .menu ul li
{
	line-height:54px;
	height:54px;
	display:inline-block;
	float:left;	
}
header .menu ul li a
{
	border-left:solid 1px black;
	text-transform:uppercase;
	color:black;
	padding-left:10px;
	margin-left:10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	vertical-align: baseline;
	display: inline-block;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
header .menu ul li:first-child a
{
	border:none;
	padding-left:0;
	margin-left:0;
}
header .menu ul li a:hover
{
	color:white;
}

div.content
{
	min-height:400px;
	margin-top:20px;
}

footer
{
	height:183px;
	border-top:solid 16px #e77817;
	background-color:white;
	margin-top:20px;
}

footer .footer
{
	margin-top:16px;
	background-color:#dededd;
	height:70px;
	margin-bottom:17px;
	padding:40px 30px;
}

.footer .left
{
	float:left;
	margin-right:30px;
}
.footer .right
{
	float:left;
}
.footer .right p
{
	font-size:20px;
	line-height:1.3em;
}
.footer .right p.small
{
	font-size:16px;
	line-height:26px;
}
a.btn
{
	background-color:#e77817;
	border:solid 2px white;
	border-radius:7px;
	padding:7px 4px;
	text-transform:uppercase;
	color:black;
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
	-webkit-transition: color 0.3s ease, border 0.3s ease;
    -moz-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
}
a.btn:hover
{
	color:white;
	border:solid 2px black;
}

.content h1
{
	padding-left:125px;
	line-height:44px;
	font-size:22px;
	color:#969594;
	background: url(img/arrow.png) 0 0 no-repeat;
}
.content h2.arrow
{
	padding-left:125px;
	line-height:44px;
	font-size:22px;
	color:#e77817;
	background: url(img/arrow2.png) 0 0 no-repeat;
}
.content h2
{
	line-height:38px;
	font-size:20px;
	color:#000;
	margin-top:20px;
}
div.content p
{
	font-size:16px;
	line-height:1.5em;
	color:black;
	font-weight:500;
}
div.content p strong
{
	color:#e77817;
}
div.content table
{
	margin-top:10px;
}
div.content ul
{
	margin-left:30px;
	color:#e77817;
	margin-top:10px;
	margin-bottom:10px;
}
div.content li
{
	font-size:16px;
	line-height:1.5em;
	color:black;
	font-weight:500;
}
.slider
{
	margin-top:20px;
}