/*Text*/

/* ---------------- Paragraph Styles ---------------- */

p {
	color: #333;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: .95rem;
	line-height: 1.3rem;
	font-weight: lighter;
	text-decoration: none;
	margin: 0 0 6px 0;
	padding: 0;
	text-shadow: 0px 1px 0px #FFF;
	}
	
@media screen and (max-width: 1150px) {
	p {
	font-size: .85rem;
	line-height: 1.1rem;
	}
}

@media screen and (max-width: 900px) {
	p {
	font-size: .8rem;
	line-height: 1rem;
	}
}

@media screen and (max-width: 700px) {
	p {
	font-size: .75rem;
	line-height: .95rem;
	}
}

@media screen and (max-width: 500px) {
	p {
	font-size: .7rem;
	line-height: .9rem;
	}
}

strong {
	font-weight: bold;
	}
	

p.footer {
	font-family: 'Viga', sans-serif;
	color: #888;
	font-size: 70%;
	line-height: inherit;
	text-shadow: 0px 1px 0px #EEE;
	}
	
p.footer a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-width: 0;
	outline-width: 0;
	font-weight: normal;
	}

p.footer a:link {
	color: #999;
	}
	
p.footer a:visited {
	color: #999;
	}
	
p.footer a:hover {
	color: #777;
	}
	
p.footer a:active {
	color: #999;
	}
	
p.legals {
	font-size: 70%;
	color: #999;
	line-height: auto;
	}
	

/* ---------------- End Paragraph Styles ---------------- */








/* ---------------- Link Styles ---------------- */

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-width: 0;
	outline-width: 0;
	}

a:link {
	color: #F26522;
	}
	
a:visited {
	color: #F26522;
	}
	
a:hover {
	color: #D95D31;
	text-decoration: underline;
	}
	
a:active {
	color: #F26522;
	}
	


a.button {
	background-color: #CCC;
	border: 2px solid #666;
	padding: 3px;
 	margin: 5px 0 0 0;
	height: auto;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

a.button:link {
	height: auto;
	}

a.button:visited {
	height: auto;
	}

a.button:hover {
	height: auto;
	background-color: #f5f5f5;
	}

a.button: active {
	height: auto;
	}

/* ---------------- End Link Styles ---------------- */




	
	
	
/* ---------------- Heading Styles ---------------- */

h1 {
	font-size: 2rem;
	font-family: 'Viga', sans-serif;
	font-weight: inherit;
	line-height: auto;
	margin: 0 0 6px 0;
	padding: 0;
	color: #F26522;
	text-shadow: 0px 1px 0px #FFF;
	}
	
h2 {
	font-size: 1.5rem;
	font-family: 'Viga', sans-serif;
	font-weight: inherit;
	line-height: auto;
	margin: 0 0 6px 0;
	padding: 0;
	color: #F26522;
	text-shadow: 0px 1px 0px #FFF;
	}
	
h3 {
	font-size: 1.25rem;
	font-family: 'Viga', sans-serif;
	font-weight: inherit;
	line-height: auto;
	margin: 0 0 6px 0;
	padding: 0;
	color: #F26522;
	text-shadow: 0px 1px 0px #FFF;
	}
	
@media screen and (max-width: 1000px) {
   h1 { font-size: 1.3rem; }
   h2 { font-size: 1.1rem; }
   h3 { font-size: .95rem; }
}

@media screen and (max-width: 800px) {
   h1 { font-size: 1.2rem; }
   h2 { font-size: 1rem; }
   h3 { font-size: .8rem; }
}

@media screen and (max-width: 700px) {
   h1 { font-size: 1.2rem; }
   h2 { font-size: 1rem; }
   h3 { font-size: .8rem; }
}

@media screen and (max-width: 600px) {
   h1 { font-size: 1.1rem; }
   h2 { font-size: .95rem; }
   h3 { font-size: .75rem; }
}

@media screen and (max-width: 500px) {
   h1 { font-size: 1rem; }
   h2 { font-size: .85rem; }
   h3 { font-size: .7rem; }
}

/* ---------------- End Heading Styles ---------------- */






/* ---------------- Span & Horizontal Rule Styles ---------------- */

hr {
	text-align: center;
	margin: 12px 0 12px 0;
	border-top: 1px solid #333;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	}
	
span.white {
	color: #fff;
	}
	
span.orange {
	color: #F26522;
	}
	
span.grey {
	color: #333;
	}
	
span.bold {
	font-weight: bolder;
	}
	
span.ninetypc {
	font-size: 90%;
	}

span.eightypc {
	font-size: 80%;
	}

span.sixtypc {
	font-size: 60%;
	}

span.seventypc {
	font-size: 70%;
	}

span.fiftypc {
	font-size: 50%;
	}

span.thirtypc {
	font-size: 30%;
	}

/* ---------------- End Span & Horizontal Rule Styles ---------------- */







/* ---------------- List Styles ---------------- */

ul {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
li {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #333;
	background: url(../templateimg/listbullet.png) 0 2px no-repeat;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
	}
	
@media screen and (max-width: 1150px) {
	li {
	font-size: .85rem;
	line-height: 1.1rem;
	}
}

@media screen and (max-width: 1000px) {
	li {
	font-size: .8rem;
	line-height: 1rem;
	}
}

@media screen and (max-width: 900px) {
	li {
	font-size: .75rem;
	line-height: .95rem;
	}
}

@media screen and (max-width: 600px) {
	li {
	font-size: .65rem;
	line-height: .88rem;
	}
}

ul.margin {
	display: block;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	}
	
li.page_full {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background: none;
	}
	
li.page_full a {
	color: #f26522;
	text-decoration: none;
	width: 96%;
	height: auto;
	float: left;
	background: url(../templateimg/boxbg_grey_4.png) 0 0 repeat;
	padding: 12px 2%;
	margin: 0;
	outline: none;
	}

li.page_full a:link {
	color: #f26522;
	}

li.page_full a:visited {
	color: #f26522;
	}
	
li.page_full a:hover {
	color: #f26522;
	background: url(../templateimg/boxbg_grey_10.png) 0 0 repeat;
	}
	
li.page_full a:active {
	color: #f26522;
	}

li.page_full span {
	font-family: 'Viga', sans-serif;
	font-size: 16px;
	color: #333;
	}

li.page_full p {
	color: #f26522;
	}

li.page_full a h3 {
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
	margin: 0 0 3px 0;
	}
	
.page_full_img {
	position: relative;
	width: 27%;
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
	border: 1px solid #FFF;
	overflow: hidden;
	padding: 17% 0 0 0;
    box-sizing: border-box;
	}
	
.page_full_img img { position: absolute; top: 0; right: 0; max-width: 100%; }

li.page_half {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-hight: 15px;
	font-weight: lighter;
	text-align: left;
	width: 49.7%;
	height: 125px;
	float: left;
	margin: 0 .3% 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background: none;
	}
	
li.page_half a {
	color: #222;
	text-decoration: none;
	width: 94%;
	height: 101px;
	float: left;
	background-image: url(../templateimg/boxbg_grey_50.png);
	background-repeat: repeat;
	padding: 12px 3%;
	margin: 0;
	outline: none;
	}

li.page_half a:link {
	color: #222;
	}

li.page_half a:visited {
	color: #222;
	}
	
li.page_half a:hover {
	color: #000;
	background-image: url(../templateimg/boxbg_grey_75.png);
	}
	
li.page_half a:active {
	color: #222;
	}

li.page_half span {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	}

li.page_half p {
	color: #222;
	}

li.page_half a h3 {
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	margin: 0 0 2px 0;
	}
	
