@charset "UTF-8";
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	min-height: 500px;
}
.heading01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.heading02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.intro_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: lighter;
	color: #e17b00;
	text-decoration: none;
}
.intro_text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
.Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	color: #f38f15;
	text-decoration: none;
}
.Quote01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.dotted_lines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 3px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	text-decoration: none;
}
.bodycopy01, .bodycopy01 a:link, .bodycopy01 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #ff0000;
	text-decoration: none;
}
.bodycopy01 a:hover {
	padding-left: 0px;
	color: #37424a;
	margin-bottom: 0px;
	text-decoration: none;
}
.mainnav01, .mainnav01 a:link, .mainnav01 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #afafaf;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.mainnav01 a:hover {
	padding-left: 0px;
	color: #ff0000;
	margin-bottom: 0px;
	text-decoration: none;
}
.mainnav02, .mainnav02 a:link, .mainnav02 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #44555f;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.mainnav02 a:hover {
	padding-left: 0px;
	color: #ff0000;
	margin-bottom: 0px;
	text-decoration: none;
}
.mainnavdead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.small_links, .small_links a:link, .small_links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.small_links a:hover {
	padding-left: 0px;
	color: #ff0000;
	margin-bottom: 0px;
	text-decoration: none;
}
.small_links_dead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #37424a;
	text-decoration: none;
}


/* Slider */

#wrapper {
	background-color: #fff;
	width: 100%;
	height: 450px;
	margin-top: 0;
	overflow: hidden;
	position: absolute;
	top: 110px;
	left: 0;
}
#carousel img {
	display: inline;
text-align: center;
/* 	float: left; */
}

div#carousel img {
	margin: 0 auto;
	display: block;
}
#prev, #next {
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	height: 450px;
	width: 50%;
	top: 0;
	position: absolute;
}
#prev:hover, #next:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
#prev {
	left: -495px;
}
#next {
	right: -495px;
}
#pager {
	margin-left: -470px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#pager a {
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
}

hr {
	width: 100%;
	height: 2px;
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 2px dotted #999;
	
	margin: 0 0 15px 0;
}

img {
	border: 0 !important;
}

div#next, div#prev {
	background: #f0f0f0;
}