/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Typography


/* ===============================================================================================
	#CLEAR STYLES
================================================================================================== */
.partners {
	margin-top: 10px;
}

.registerbanner_buttondetails {
margin-right: 85px;
bottom: 43px;
position: relative;
}

#navlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

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;
}
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;
}
/* ===============================================================================================
	#BODY
================================================================================================== */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #333333;
	padding: 0px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
.homebody {
	padding: 20px 0px 0px 0px;
}
/* ===============================================================================================
	#LAYOUT STRUCTURE
================================================================================================== */
.formBox {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 10px;
}
.mainbody {
	margin-top: 20px;
}
.float-left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.float-right {
	float: right;
	margin: 0px 0px 0xp 20px;
}
.wireframe {
	border: 1px solid #666;
}
.logo {
	margin: 20px 0px 20px 0px;
}
header {
	background-color: #0c6db2;
	border-bottom: 1px solid #dedede;
	background-image: url("../images/gradients/grey-200_20p_bottom-top.png");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 40px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px;
	color: #fff;
	clear: both;
	border-bottom: 3px solid #F90;
}
.social-icons {
	display: inline-block;
	margin: 20px 0px 0px 0px;
	display: block;
	text-align: right;
	float: right;
	color: #fff;
}
.img_social-icon {
	max-width: 25px;
	max-height: 25px;
}
.footer {
	width: 100%;
	background-color: #f3f3f3;
	border-top: 1px solid #ccc;
	color: #666;
	margin: 20px auto 0px auto;
	padding: 20px 0px;
	font-size: 12px;
	line-height: 22px;
	background-image: url("../images/gradients/grey-200_10p_bottom-top.png");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 70px;
}
#Credits {
	width: 100%;
	font-size: 11px;
	background-color: #123e61;
	color: #cccccc;
	text-align: center;
	line-height: 18px;
	padding: 20px 10px;
	border-top: 1px solid #444444;
	background-image: url("../images/gradients/grey-200_20p_bottom-top.png");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 50px;
}
table, td, tr {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 10px 10px 5px 0px;
}
.td_title {
	font-weight: bold;
}
.td_detail {
}
/* ===============================================================================================
	#NAVIGATION
================================================================================================== */

#smallnavigation {
	text-align: right;
	color: #fff;
	font-size: 12px;
	float: right;
	margin: 10px 0px 0px 0px;
}
#smallnavigation a {
	color: #fff;
	margin: 5px 0px;
}
#mainnavigation {
	text-align: right;
	color: #fff;
	font-size: 14px;
	float: right;
	margin: 10px 0px 0px 0px;
}
#mainnavigation a {
	color: #fff;
	margin: 5px 0px;
}
#mainnavigation a.button_registration {
	color: #ffda44;
}
/*---- new css for login section ---*/

.zoneSubscriptions {
	display: none;
}
.secureZone div {
	display: none;
}
.secureZone.zone1 div.secureNav_riders {
	display: block;
	padding: 10px 0px;
	font-size: 13px;
	clear: right;
	text-align: right;
	position: relative;
}
.secureZone.zone2 div.secureNav_vol {
	display: block;
	clear: both;
	padding: 10px 0px;
	font-size: 13px;
	clear: right;
	text-align: right;
	position: relative;
}
.secureNav_riders a {
	color: #FC0;
}
.secureNav_vol a {
	color: #FC0;
}
/* ===============================================================================================
	#GENERAL LAYOUT
================================================================================================== */


.registerbanner {
	width: 100%;
	background-color: #F90;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
	-moz-box-shadow: 0px 1px 3px #AAA;
	-webkit-box-shadow: 0px 1px 3px #AAA;
	box-shadow: 0px 1px 3px #AAA;
	z-index: 1;
	position: relative;
	padding: 20px 0px;
	margin: 0px;
	color: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#F90), to(#F60));
	background: -moz-linear-gradient(top, #F90, #F60);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F90', endColorstr='#F60');
}
.registerbanner_button {
}
.registerbanner_text {
}
.registerbanner_line1 {
	font-size: 36px;
	font-style: italic;
	background: -webkit-linear-gradient(#fff, #ccc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.registerbanner_line2 {
	font-size: 22px;
	font-style: italic;
	background: -webkit-linear-gradient(#fff, #ccc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.registerbutton {
}
.sponsorrow {
	text-align: center;
	margin: 10px auto;
}
.sponsorlogo {
	max-width: 200px;
	max-height: 100px;
}
.mainmap {
}
.featurebuttons {
}
.featurebutton {
	margin: 0px;
}
.featurebutton_title {
	float: left;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	height: 100px;
	width: auto;
	padding-top: 40px;
}
.featurebutton_details {
	float: right;
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	padding: 10px 0px 0px 0px;
}
.riderockiesbanner {
	height: auto;
	padding: 20px;
	color: #f6f6f6;
	border: solid 4px #fff;
	-moz-box-shadow: 0px 1px 3px #AAA;
	-webkit-box-shadow: 0px 1px 3px #AAA;
	box-shadow: 0px 1px 3px #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FC0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
	background: -moz-linear-gradient(top, #FC0, #F90);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC0', endColorstr='#F90');
}
.riderockiesbanner_line1 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#09C, #069);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0px 0px 5px 0px;
}
.riderockiesbanner_line2 {
	font-size: 20px;
	font-style: italic;
	margin: 0px 0px 5px 0px;
}
.riderockiesbanner_line3 {
	font-size: 14px;
}
.townphoto {
}
.townfeaturebox {
}
.townfeaturebox_details {
}
.townfeaturebox_list {
}
.lowersubfeature {
}
.register-divider {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #cccccc;
	}
	
ul {
	font-size: 13px;
}	
">
/* ===============================================================================================
	#TYPOGRAPHY
================================================================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1, h1 a {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 14px;
	color: #d5273e;
	font-weight: bold;
	font-style: normal;
}
h2, h2 a {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #005a97;
	font-weight: bold;
	font-style: normal;
}
h3, h3 a {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #ff9900;
	font-weight: bold;
	font-style: normal;
}
h4, h4 a {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #005a97;
	font-weight: bold;
	font-style: normal;
}
h5, h5 a {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #969;
	font-weight: bold;
	font-style: normal;
}
h5.subfeature-title {
	margin: 10px 0px 0px 0px;
}
h6, h6 a {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	color: #666;
	font-weight: bold;
	font-style: normal;
}
p {
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
.small {
	font-size: 10px;
	color: #777;
}
.emphasis {
	font-style: italic;
}
.headerPhone {
	font-size: 24px;
	font-weight: bold;
	color: #F93;
	margin: 38px 0px 10px 10px;
	text-align: right;
}
.headerAddress {
	font-size: 12px;
	color: #999999;
	text-align: right;
	text-transform: uppercase;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
h1.blog-list-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.sub header {
	background: url(http://www.bicycletourcolorado.com/images/diagonal_dark.png) repeat;
	font-size: 14px;
	line-height: 1em;
	margin: 28px 0;
}
.sub-first header {
	margin-top: 0;
}
.sub header h4 {
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	background: url(http://www.bicycletourcolorado.com/images/bg_main.png) repeat #f8f8f8;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
	letter-spacing: 0.1em;
}
.noteworthy {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}
.subheader {
	color: #777;
}
.footer h6 {
	color: #333;
	margin: 0px 0px 5px 0px;
}
.centered {
	margin: 0px auto;
	text-align: center;
}
.textRight {
	text-align: right;
}
.contactTitle {
	font-weight: bold;
	font-size: 11px;
}
.topnav {
	margin: 0px 0px 20px 0px;
}
/* ===============================================================================================
	#IMAGES
================================================================================================== */

img {
	max-width: 100%;
}
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img.BorderShadow {
	border: 8px solid #fff;
	box-shadow: 5px 5px 5px #cccccc;
}
img.contentImage {
	max-width: 250px;
	max-height: 250px;
	size: auto;
	overflow: hidden;
	border: 8px solid #fff;
	box-shadow: 5px 5px 5px #cccccc;
	margin: 0px 10px 10px 0px;
}
/* ===============================================================================================
	#LINKS
================================================================================================== */

a {
	text-decoration: none;
	color: #069;
}
.footer a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-style: normal;
}
#member-div a {
	color: #FC3;
}
#Credits a {
	text-decoration: none;
	color: #ccc;
	font-weight: normal;
	font-style: normal;
}
header a {
	color: #fff;
}
/* ===============================================================================================
	#LISTS
================================================================================================== */

ul, ol {
	margin: 10px 10px 10px 30px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
li.allnav {
	line-height: auto;
	margin-bottom: auto;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
.footer ul li {
	margin: 0px 0px 0px 15px;
	line-height: 22px;
	font-size: 12px;
	list-style: disc;
	text-transform: uppercase;
}
li a {
	font-weight: normal;
	font-style: normal;
}
li.subnav {
	list-style: none;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
/* =========================================================================================
    FORMS
===========================================================================================*/
.register-form_directions {
	padding: 20px 0px 10px;
	text-align: center;
	color: #ff6d01;
	font-size: 16px;
}
/* =========================================================================================
	BUTTONS
========================================================================================== */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	padding: 8px 10px;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.3)), color-stop(100%, rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.35)), color-stop(100%, rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* W3C */
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	margin: 0px;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* Button */
a.btn {
	border: #BBB 1px solid;
	color: #666;
	display: block;
	padding: 10px;
	margin: 0px auto;
	cursor: pointer;
}
a:hover.btn {
	text-decoration: none;
	background: #FFF;
}
/* Rounded Corners */
.rounded, a.btn {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
 border-radius:6px;
-khtml-border-radius: 6px;
/* Drop Shadow */
.shadow, a.btn {
	-moz-box-shadow: 0px 1px 3px #AAA;
	-webkit-box-shadow: 0px 1px 3px #AAA;
	box-shadow: 0px 1px 3px #AAA;
}
/* Default Grey Gradient */
.gradient, a.btn {
	background: #FFF;

/* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eeeeee');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eeeeee));
	/* for webkit browsers */
	background: -moz-linear-gradient(top #FFF, #EEE);
}
/* for firefox 3.6+ */
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-left: auto;
	margin-right: auto;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.green {
	color: #fef4e9;
	border: solid 1px #6bbe3c;
	background: #74d040;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fd84c), to(#6bbe3c));
	background: -moz-linear-gradient(top, #7fd84c, #6bbe3c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd84c', endColorstr='#6bbe3c');
}
.green:hover {
	background: #74d040;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fd84c), to(#6bbe3c));
	background: -moz-linear-gradient(top, #7fd84c, #6bbe3c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd84c', endColorstr='#6bbe3c');
}
.green:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fd84c), to(#6bbe3c));
	background: -moz-linear-gradient(top, #7fd84c, #6bbe3c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd84c', endColorstr='#6bbe3c');
}
.red {
	color: #f6f6f6;
	border: solid 1px #fff;
	background: #900;
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900));
	background: -moz-linear-gradient(top, #C00, #900);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#900');
}
.red:hover {
	color: #f6f6f6;
	background: #900;
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900));
	background: -moz-linear-gradient(top, #C00, #900);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#900');
}
.red:active {
	color: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900));
	background: -moz-linear-gradient(top, #C00, #900);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#900');
}
.blue {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: #069;
	background: -webkit-gradient(linear, left top, left bottom, from(#09C), to(#069));
	background: -moz-linear-gradient(top, #09C, #069);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09C', endColorstr='#069');
}
.blue:hover {
	color: #f6f6f6;
	background: #069;
	background: -webkit-gradient(linear, left top, left bottom, from(#09C), to(#069));
	background: -moz-linear-gradient(top, #09C, #069);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09C', endColorstr='#069');
}
.blue:active {
	color: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#09C), to(#900));
	background: -moz-linear-gradient(top, #09C, #069);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09C', endColorstr='#069');
}
.featurebutton_blue {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: #069;
	background: -webkit-gradient(linear, left top, left bottom, from(#09C), to(#069));
	background: -moz-linear-gradient(top, #09C, #069);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09C', endColorstr='#069');
}
.featurebutton_blue:hover {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: #069;
	background: -webkit-gradient(linear, left top, left bottom, from(#09C), to(#069));
	background: -moz-linear-gradient(top, #09C, #069);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09C', endColorstr='#069');
}
.featurebutton_blue:active {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#09C), to(#069));
	background: -moz-linear-gradient(top, #09C, #069);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09C', endColorstr='#069');
}
.featurebutton_yellow {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: #FC0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
	background: -moz-linear-gradient(top, #FC0, #F90);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC0', endColorstr='#F90');
}
.featurebutton_yellow:hover {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: #FC0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
	background: -moz-linear-gradient(top, #FC0, #F90);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC0', endColorstr='#F90');
}
.featurebutton_yellow:active {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
	background: -moz-linear-gradient(top, #FC0, #F90);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC0', endColorstr='#F90');
}
.featurebutton_green {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: #093;
	background: -webkit-gradient(linear, left top, left bottom, from(#093), to(#063));
	background: -moz-linear-gradient(top, #093, #063);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#093', endColorstr='#063');
}
.featurebutton_green:hover {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: #093;
	background: -webkit-gradient(linear, left top, left bottom, from(#093), to(#063));
	background: -moz-linear-gradient(top, #093, #063);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#093', endColorstr='#063');
}
.featurebutton_green:active {
	color: #f6f6f6;
	border: solid 4px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#093), to(#063));
	background: -moz-linear-gradient(top, #093, #063);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#093', endColorstr='#063');
}
.quoteButton {
	padding: 20px;
	margin: 20px auto;
	text-align: center;
}
.quoteButtonLine1 {
	font-size: 20px;
	line-height: 28px;
}
.quoteButtonLine2 {
	font-size: 12px;
}
input.red {
	color: #f6f6f6;
	border: solid 1px #fff;
	background: #900;
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900));
	background: -moz-linear-gradient(top, #C00, #900);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#900');
	padding: 20px;
	width: 100%;
	font-size: 24px;
}
/* =========================================================================================
	FLEXSLIDER
========================================================================================== */
		/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
	margin: 0px;
	padding: 0px;
}
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* FlexSlider Necessary Styles
		*********************************/
.flexslider {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	overflow: hidden;
	min-height: 350px;
	max-height: 350px;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	position: relative;
}
.flexslider ul {
	margin: 0px;
	padding: 0px;
}
.flexslider li {
	list-style: none;
	line-height: auto;
	margin: 0px;
	padding: 0px;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.flexslider .slides img {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
	margin: 0px;
	margin: 0px;
	padding: 0px;
}
/* No JavaScript Fallback */
		/* If you are not using another script, such as Modernizr, make sure you
		 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/*my own flexslider styles*/
.flexslider {
}
.flex-control-nav {
	display: none;
}
.flex-control-nav li {
	display: none;
}
.flex-control-nav li a {
	display: none;
}
.flex-control-nav li a.active, .flex-control-nav li a:hover {
	display: none;
}
img.slider_homepage {
	width: 100%;
	height: auto;
	text-align: center;
	background-position: center;
	background-size: contain;
	padding: 0px;
	margin: 0px;
}
ul.slides {
	margin: 0px
}
/* ===============================================================================================
	#FORMS
================================================================================================== */



form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* ===============================================================================================
	#BLOG STYLES
================================================================================================== */


/* NOTE: div.post-list exists in FORUMS as well */


.blog-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #000;
	font-size: 11px;
	margin: 0 0 18px;
	padding: 18px;
}
.blog-list h2 {
	font-size: 18px;
	margin: 0 0 3px 0;
}
.blog-list span {
	color: #888;
}
.blog-container h1 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 6px 0;
}
.blog-container p.description {
	margin: 0 0 36px;
}
.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
.blog-post .post-details {
	color: #888;
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 18px;
}
.blog-container .post-list {
	float: left;
	width: 69%;
}
.blog-post .post-body {
	margin: 0 0 36px;
}
.comment-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: 36px;
	padding: 18px;
}
.comment-list h5 {
	font-size: 14px;
	margin: 0 0 18px;
}
.comment-list input#Captcha {
	width: 300px;
}
.comment-list textarea.cat_listbox_small {
	height: 120px;
	width: 100%;
}
.blog-comment-container {
	border: 1px solid #e9e9e9;
	margin: 0 0 18px;
}
.blog-comment-container .comment-details {
	background: #eee;
	font-size: 11px;
	padding: 6px;
}
.blog-comment-container .comment {
	background: #fff;
	padding: 9px;
}
span.flag {
	margin: 0 6px;
	vertical-align: middle;
}
input#fullname, input#website, input#emailaddress {
	width: 300px;
}
textarea.comment {
	height: 160px;
	width: 100%;
}
.forum-registration textarea.comment {
	height: 70px;
	width: 270px;
}
.post-body .links {
	font-size: 11px;
}
.blog-container .side-panel {
	float: right;
	width: 27%;
}
.side-panel h4 {
	font-size: 12px;
	margin: 0 0 9px;
}
.BlogTagCloud {
	margin: 0 0 18px;
}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 9px;
}
p.page-nav {
	text-align: center;
}
p.page-nav a {
	margin: 0 9px;
}
.blog-post dl {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}
.blog-post dt {
	color: #000;
}
.blog-post dd {
	margin: 0 0 9px;
}
/* @end */











/* ===============================================================================================
	#MISC
================================================================================================== */


.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}