@font-face {
	font-family: 'texgyreadventorregular';
	src: url('/css/texgyreadventor-regular-webfont.eot');
	src: url('/css/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/css/texgyreadventor-regular-webfont.woff') format('woff'),
		url('/css/texgyreadventor-regular-webfont.ttf') format('truetype'),
		url('/css/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Override table styles inherited from other stylesheets that I cannot simply unlink to */
table {
	margin: auto;
}

th,td {
	border: none;
	padding: 0.25em;
}

.button-glossy {
	border: 1px solid #79A854;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #ABDC28), color-stop(0.9, #94C60F) );
	background: -moz-linear-gradient( center top, #ABDC28 10%, #94C60F 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ABDC28', endColorstr='#94C60F');
	background-color: #ABDC28;
	-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
	-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #000000;
	font-weight: bold;
	margin: 1px 1px;
	padding: 6px 6px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	width: 300px;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
.button-glossy:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #94C60F), color-stop(0.9, #ABDC28) );
	background: -moz-linear-gradient( center top, #94C60F 10%, #ABDC28 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94C60F', endColorstr='#ABDC28');
	background-color: #94C60F;
}
.button-glossy:active {
	position: relative;
	top: 1px;
	left: 0px;
}

.button-glossy-blue {
	border: 1px solid rgb(0,116,180);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, rgb(0,101,164)), color-stop(0.9, rgb(0,116,180)) );
	background: -moz-linear-gradient( center top, rgb(0,101,164) 10%, rgb(0,116,180) 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(0,101,164)', endColorstr='rgb(0,116,180)');
	background-color: rgb(0,101,164);
	-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
	-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #000000;
	font-weight: bold;
	margin: 1px 1px;
	padding: 6px 6px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	width: 300px;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
.button-glossy-blue:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, rgb(0,116,180)), color-stop(0.9, rgb(0,101,164)) );
	background: -moz-linear-gradient( center top, rgb(0,116,180) 10%, rgb(0,101,164) 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(0,116,180)', endColorstr='rgb(0,101,164)');
	background-color: rgb(0,116,180);
}
.button-glossy-blue:active {
	position: relative;
	top: 1px;
	left: 0px;
}


.button-glossy-red {
	border: 1px solid rgb(247,85,55);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, rgb(212,49,0)), color-stop(0.9, rgb(247,85,55)) );
	background: -moz-linear-gradient( center top, rgb(212,49,0) 10%, rgb(247,85,55) 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(212,49,0)', endColorstr='rgb(247,85,55)');
	background-color: rgb(212,49,0);
	-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
	-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #000000;
	font-weight: bold;
	margin: 1px 1px;
	padding: 6px 6px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	width: 300px;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
.button-glossy-red:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, rgb(247,85,55)), color-stop(0.9, rgb(212,49,0)) );
	background: -moz-linear-gradient( center top, rgb(247,85,55) 10%, rgb(212,49,0) 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(247,85,55)', endColorstr='rgb(212,49,0)');
	background-color: rgb(247,85,55);
}
.button-glossy-red:active {
	position: relative;
	top: 1px;
	left: 0px;
}


.button-glossy-yellow {
	border: 1px solid rgb(245,135,14);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, rgb(238,130,5)), color-stop(0.9, rgb(245,135,14)) );
	background: -moz-linear-gradient( center top, rgb(238,130,5) 10%, rgb(245,135,14) 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(238,130,5)', endColorstr='rgb(245,135,14)');
	background-color: rgb(238,130,5);
	-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
	-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	box-shadow: inset 0px 1px  2px 0px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #000000;
	font-weight: bold;
	margin: 1px 1px;
	padding: 6px 6px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	width: 300px;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
.button-glossy-yellow:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, rgb(245,135,14)), color-stop(0.9, rgb(238,130,5)) );
	background: -moz-linear-gradient( center top, rgb(245,135,14) 10%, rgb(238,130,5) 90% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(245,135,14)', endColorstr='rgb(238,130,5)');
	background-color: rgb(245,135,14);
}
.button-glossy-yellow:active {
	position: relative;
	top: 1px;
	left: 0px;
}


.navbutton {
	border: none;
	background: #0066ff;
  display: block;
  text-align: center;
  line-height: 38px;
	color: #eee;

	/* Showcase wrapper image = 929 length, so just divide by # of buttons we have*/
	width: 185.8px;
	height: 43px;

	/*Gradient*/
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

	/*Shadow*/
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.navbutton:hover {
	background: -moz-linear-gradient(top, rgba(58,104,165,0.86) 0%, rgba(56,101,160,0.86) 3%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,104,165,0.86)), color-stop(3%,rgba(56,101,160,0.86)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(58,104,165,0.86) 0%,rgba(56,101,160,0.86) 3%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(58,104,165,0.86) 0%,rgba(56,101,160,0.86) 3%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(58,104,165,0.86) 0%,rgba(56,101,160,0.86) 3%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(58,104,165,0.86) 0%,rgba(56,101,160,0.86) 3%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db3a68a5', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#navtable
{
	border-spacing:0px;
	border-collapse:collapse;

	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#navtable td
{
	border:none;
}

div#content-box {
	border: 1px solid #C0C0C0;
	background-color: white;
	width: auto;
	min-height: 400px;
	padding: 10px;

	/* Adds rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */

	/* Adds a shadow behind div */
	-moz-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.5);
}
input.big-search {
	padding: 5px;
	font-size: 13px;
	width: 300px;
}

ol li {
	margin: 0 0 10px 30px;

}

.faq-title {
	font-size: 22px;

	color: #E37810;
}

.faq-question {
	font-size: 18px;

	color: #E37810;
}

.faq-answer {
	font-size: 14px;

	color: #000;
}

.wath-entry-title{

}

#faq h2 {
	margin: 25px 0 7px 0;
}