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,
caption, tbody, tfoot, thead, th,
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; }
* {
	outline:none;
}
body { line-height:1; }
ul { list-style:none; font-family: 'Source Sans Pro', 'sans-serif'; }
ol { list-style:decimal; margin-left:20px; font-family: 'Source Sans Pro', 'sans-serif'; }
ol li {
	margin:0px;
	font:13px Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 5px;
	line-height:1.5em;
	font-family: 'Source Sans Pro', 'sans-serif';
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content:none; }

body {
	margin:0px auto;
	font:14px Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro', 'sans-serif';
	color:#333333;
	background-color:#efefef;
	text-align:center;
}

p {
	line-height:1.5em;
	margin:10px 0px 10px 0px;
	font-family: 'Source Sans Pro', 'sans-serif';
	text-align:left;
}

table { margin:0px 0px 20px 0px; }
td { padding:5px; }

b, strong { font-weight:bold; font-family: 'Source Sans Pro', 'sans-serif'; }
em { font-style:italic; }

p a:link, p a:visited { color:#4e8404; text-decoration:none; border-bottom:1px dashed; padding-bottom:0px; }
p a:hover { color:#666666; text-decoration:none; }

a:link, a:visited { color:#4e8404; text-decoration:none; }
a:hover { color:#666666; text-decoration:none; }

h1 {
	margin:20px 0px 10px 0px;
	font:22px Arial, Helvetica;
	color:#58585a; text-align:left;
	font-family: 'Source Sans Pro', 'sans-serif';
}

h2 {
	margin:20px 0px 20px 0px;
	font:16px Arial, Helvetica; font-weight:bold;
	color:#333333; line-height:1.7em; text-align:left;
	font-family: 'Source Sans Pro', 'sans-serif';
}

.clear { clear:both; margin:0px; padding:0px; }

.quote {
	float:right; width:280px;
	margin:40px 0px 20px 20px;
	padding:0px 20px; border:1px dashed #efefef;
	border-radius:6px;
}

.quote p {
	font:16px "Georgia", Arial, sans-serif;
	font-style:italic;
	color:#317023; line-height:1.5em;
}

.quote p b {
	font:16px Arial, sans-serif;
	font-style:normal; font-weight:bold;
	color:#333333; line-height:1.5em;
	font-family: 'Source Sans Pro', 'sans-serif';
}

.call {
	float:right; width:220px;
	margin:40px 0px 20px 20px;
	padding:0px 20px 10px 20px; border:2px solid #8dc63f;
	border-radius:6px;
}

.call p { font-size:16px; line-height:1.5em; }

.call img { margin-top:-20px; margin-right:-10px; float:right; }

.split {
	margin:20px 0px 20px 0px;
	border-top:1px solid #efefef;
	clear:both;
}

.ul-links {
	list-style:none;
	margin:10px 0px 10px 10px;
	padding:0px;
}

.ul-links li {
	margin:0px; font-size:13px;
	font-family: 'Source Sans Pro', 'sans-serif';
	background:url(../images/plug-small.jpg) no-repeat left center;
	background-repeat:no-repeat;
	padding:5px 0px 5px 36px;
	line-height:1.5em;
}

.ul-links-cross {
	list-style:none;
	margin:10px 0px 10px 10px;
	padding:0px;
}

.ul-links-cross li {
	margin:0px;
	font:13px Arial, Helvetica, sans-serif;
	background:url(../images/cross.png) no-repeat left center;
	background-repeat:no-repeat;
	padding:8px 0px 8px 40px;
	line-height:1.5em;
}

.img-right { float:right; margin:20px 0px 20px 20px; border-radius:6px; }
.img-right-nm { float:right; margin:10px 0px 20px 20px; border-radius:6px; }
.padd { margin:40px 0px; width:100%; text-align:center; }

table.tbl_cover { width:500px; margin:20px 0 20px 10px; text-align:left; border-collapse:collapse; font:12px Arial, Helvetica, sans-serif; }
	table.tbl_cover thead, table.tbl_cover tbody { margin:0; padding:0; }
	table.tbl_cover th { padding:8px 8px; text-align:left; border-bottom:1px solid #999999; font-weight:bold; background-color:#efefef; }
	table.tbl_cover td { padding:8px 8px; text-align:left; border-bottom:1px solid #efefef; }
	table.tbl_cover td b { color:#00457c; }
	table.tbl_cover td em { color:#333333; font-weight:normal; }
	table.tbl_cover td.a_yes { background-color:#e2fece; }
	table.tbl_cover td.a_no { background-color:#FFE1E1; }
	table.tbl_cover td.a_maybe { background-color:#ffdeb8; }
	table.tbl_cover td.a_item { background-color:#efefef; font-style:italic; }
	table.tbl_cover thead th { font-size:13px; padding:10px 10px; }
	table.tbl_cover tbody tr.last td { border-bottom:1px solid #ccc; }
	
	
#back-top {
	position:fixed;
	bottom:20px;
	right:20px;
}

#back-top a {
	width:40px;
	display:block;
	text-align:center;
	font:11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb; border:none;
	transition:1s;
}

#back-top a:hover { color:#000; }

#back-top span {
	width:40px;
	height:40px;
	display:block;
	margin-bottom:7px;
	border:2px solid #cccccc;
	background:#ffffff url(../images/top.png) no-repeat center center;
	border-radius:6px;
	transition:1s;
	opacity:0.8;
}

#back-top a:hover span { background-color:#efefef; opacity:1; }
