html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset end */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* clearfix */

body {
	font-family: sans-serif;
	line-height: 18px;
}

#wrapper {
	max-width: 960px;
	margin: auto;
}

.left {
	float: left;
}
.right {
	float: right;
}
a {
	color: black
}

b {
	font-weight: bold;
}
header {
	height: 120px;
	width: 960px;
	margin: auto;
}

.logo {
	height: 65px;
	padding-top: 15px;
}

#banner {
	width: 100%;
	background: rgba(59,35,1,1);
	background: -moz-linear-gradient(top, rgba(59,35,1,1) 0%, rgba(186,111,6,1) 48%, rgba(242,205,150,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59,35,1,1)), color-stop(48%, rgba(186,111,6,1)), color-stop(100%, rgba(242,205,150,1)));
	background: -webkit-linear-gradient(top, rgba(59,35,1,1) 0%, rgba(186,111,6,1) 48%, rgba(242,205,150,1) 100%);
	background: -o-linear-gradient(top, rgba(59,35,1,1) 0%, rgba(186,111,6,1) 48%, rgba(242,205,150,1) 100%);
	background: -ms-linear-gradient(top, rgba(59,35,1,1) 0%, rgba(186,111,6,1) 48%, rgba(242,205,150,1) 100%);
	background: linear-gradient(to bottom, rgba(59,35,1,1) 0%, rgba(186,111,6,1) 48%, rgba(242,205,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2301', endColorstr='#f2cd96', GradientType=0 );
	height: 460px;
}
#inner-banner {
	max-width: 960px;
	margin:auto;
}

#inner-banner h1 {
	font-size: 45px;
	color: white;
	line-height: initial;
	margin-bottom: 40px;
}

#inner-banner #right {
	width: 45%;
	float: right;
	margin: 80px 0px 10px 0px;
	color: white;
}

#inner-banner #right img {
	float: none;
	position: relative;
	top: 15px;
	left: 15px;
}

#inner-banner #right span {
	color: black;
	font-size: 30px;
}

#banner img {
	float: left;
	margin-top: 20px;
}

.head {
	margin-top: 40px;
	font-weight: bold;
	text-align: right;
}
.head strong {
	font-size: 20px;
	margin-bottom: 10px;
}
.head p, head p a {
	margin-top: 10px;
	font-size: 14px;
	color: black;
}

/* content left */
#content-left {
	width: 45%;
	float: left;
}

#content-left h2 {
	font-weight: bold;
	margin: 20px 0px;
}

#content-left img {
	width: 48%;
	float: left;
	padding-right: 1%;
	margin-bottom: 16px;
}

#content-left p {
	margin-bottom: 15px;
	font-size: 13px;
}

/* content right */
#content-right {
	width: 50%;
	float: right;
	margin-top: 20px;
}

footer {
	background: #694127;
	padding: 20px;
	width: 100%;
	color: white;
	margin-top:30px;
}

#footer {
	max-width: 960px;
	margin: auto;
}

footer .left {
	width: 32%;
	font-size: 13px;
}

footer p {
	text-indent: -7px;
}

footer a {
	color: white;
	float: left;
	width: 100%;
	text-decoration: none;
	margin-bottom: 1px;
}
.right-img {
	height: 80px;
}

.right-img img {
	float: left;
	padding-right: 20px;
}

.right-img p {
	padding-top: 7px;
	font-size: 14px
}

.right-img strong {
	font-weight:bold;
	font-size:23px;
	position: relative;
	top: 5px;
}

#content-right ul li {
	list-style: disc;
	font-size: 14px;
	margin-bottom: 3px;
}

#right-bullets h2{
	font-weight: bold;
	margin-bottom: 15px;
}

#inner-banner img {
	border: 5px solid white;
	margin-top: 15px;
}

#inner-banner span img {
	border: none;
}





