/*
* 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
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }


/* #Basic Styles
================================================== */
	body {
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		/*font-family: "Georgia", "Times New Roman", serif;*/
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 10px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold;}
	small { font-size: 80%; }

/*	Blockquotes  */
	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; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.btn 
{
    text-decoration:none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-main {
  color: #efeacd;
  background-color: #303e10;
  border-color: #2a360e;
}
a.btn-main 
{
    color: #efeacd;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open > .dropdown-toggle.btn-main {
  color: #efeacd;
  background-color: #69740b;
  border-color: #303e10;
}
.btn-main:active,
.btn-main.active,
.open > .dropdown-toggle.btn-main {
  background-image: none;
}
.btn-main.disabled,
.btn-main[disabled],
fieldset[disabled] .btn-main,
.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus,
.btn-main.disabled:active,
.btn-main[disabled]:active,
fieldset[disabled] .btn-main:active,
.btn-main.disabled.active,
.btn-main[disabled].active,
fieldset[disabled] .btn-main.active {
  background-color: #979797;
  border-color: #979797;
}
.btn-main .badge {
  color: #3071a9;
  background-color: #efeacd;
}
.btn-alternate {
  color: #fff;
  background-color: #0d6b3c;
  border-color: #0b5a32;
}
a.btn-alternate 
{
    color: #efeacd;
}
.btn-alternate:hover,
.btn-alternate:focus,
.btn-alternate:active,
.btn-alternate.active,
.open > .dropdown-toggle.btn-alternate {
  color: #fff;
  background-color: #0b5a32;
  border-color: #0a522e;
}
.btn-alternate:active,
.btn-alternate.active,
.open > .dropdown-toggle.btn-alternate {
  background-image: none;
}
.btn-maalternatein.disabled,
.btn-alternate[disabled],
fieldset[disabled] .btn-alternate,
.btn-alternate.disabled:hover,
.btn-alternate[disabled]:hover,
fieldset[disabled] .btn-alternate:hover,
.btn-alternate.disabled:focus,
.btn-alternate[disabled]:focus,
fieldset[disabled] .btn-alternate:focus,
.btn-alternate.disabled:active,
.btn-alternate[disabled]:active,
fieldset[disabled] .btn-alternate:active,
.btn-alternate.disabled.active,
.btn-alternate[disabled].active,
fieldset[disabled] .btn-alternate.active {
  background-color: #979797;
  border-color: #979797;
}
.btn-alternate .badge {
  color: #0d6b3c;
  background-color: #fff;
}
/* SEE SITE LOCATION CSS FOR LOCATION BUTTONS */

.btn-secondary {
  color: #fff;
  background-color: #59c9c0;
  border-color: #4daea6;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #30a5ab;
  border-color: #2d9ca2;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #9ec9c6;
  border-color: #8cb3b0;
}
.btn-secondary .badge {
  color: #59c9c0;
  background-color: #fff;
}

.btn-subtle {
  color: #231f20;
  background-color: rgba(255, 255, 255, .25);
  border-color: #231f20;
}
.btn-subtle:hover,
.btn-subtle:focus,
.btn-subtle:active,
.btn-subtle.active,
.open > .dropdown-toggle.btn-subtle {
  color: #231f20;
  background-color: rgba(255, 255, 255, .65);
  border-color: #231f20;
}
.btn-subtle:active,
.btn-subtle.active,
.open > .dropdown-toggle.btn-subtle {
  background-image: none;
}
.btn-subtle.disabled,
.btn-subtle[disabled],
fieldset[disabled] .btn-subtle,
.btn-subtle.disabled:hover,
.btn-subtle[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-subtle.disabled:focus,
.btn-subtle[disabled]:focus,
fieldset[disabled] .btn-subtle:focus,
.btn-subtle.disabled:active,
.btn-subtle[disabled]:active,
fieldset[disabled] .btn-subtle:active,
.btn-subtle.disabled.active,
.btn-subtle[disabled].active,
fieldset[disabled] .btn-subtle.active {
  background-color: rgba(255, 255, 255, 0);
  border-color: #7d7d7d;
}


.btn-edit {
  color: #fff;
  background-color: #f0b643;
  border-color: #d9a53d;
}
.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit.active,
.open > .dropdown-toggle.btn-edit {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-edit:active,
.btn-edit.active,
.open > .dropdown-toggle.btn-edit {
  background-image: none;
}
.btn-edit.disabled,
.btn-edit[disabled],
fieldset[disabled] .btn-edit,
.btn-edit.disabled:hover,
.btn-edit[disabled]:hover,
fieldset[disabled] .btn-edit:hover,
.btn-edit.disabled:focus,
.btn-edit[disabled]:focus,
fieldset[disabled] .btn-edit:focus,
.btn-edit.disabled:active,
.btn-edit[disabled]:active,
fieldset[disabled] .btn-edit:active,
.btn-edit.disabled.active,
.btn-edit[disabled].active,
fieldset[disabled] .btn-edit.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-edit .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-edit-alt {
  color: #fff;
  background-color: #ffcc66;
  border-color: #f0b643;
}
.btn-edit-alt:hover,
.btn-edit-alt:focus,
.btn-edit-alt:active,
.btn-edit-alt.active,
.open > .dropdown-toggle.btn-edit-alt {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-edit-alt:active,
.btn-edit-alt.active,
.open > .dropdown-toggle.btn-edit-alt {
  background-image: none;
}
.btn-edit-alt.disabled,
.btn-edit-alt[disabled],
fieldset[disabled] .btn-edit-alt,
.btn-edit-alt.disabled:hover,
.btn-edit-alt[disabled]:hover,
fieldset[disabled] .btn-edit-alt:hover,
.btn-edit-alt.disabled:focus,
.btn-edit-alt[disabled]:focus,
fieldset[disabled] .btn-edit-alt:focus,
.btn-edit-alt.disabled:active,
.btn-edit-alt[disabled]:active,
fieldset[disabled] .btn-edit-alt:active,
.btn-edit-alt.disabled.active,
.btn-edit-alt[disabled].active,
fieldset[disabled] .btn-edit-alt.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-edit-alt .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-delete {
  color: #fff;
  background-color: #9f9f9f;
  border-color: #909090;
}
.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  background-image: none;
}
.btn-delete.disabled,
.btn-delete[disabled],
fieldset[disabled] .btn-delete,
.btn-delete.disabled:hover,
.btn-delete[disabled]:hover,
fieldset[disabled] .btn-delete:hover,
.btn-delete.disabled:focus,
.btn-delete[disabled]:focus,
fieldset[disabled] .btn-delete:focus,
.btn-delete.disabled:active,
.btn-delete[disabled]:active,
fieldset[disabled] .btn-delete:active,
.btn-delete.disabled.active,
.btn-delete[disabled].active,
fieldset[disabled] .btn-delete.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-delete .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-delete-alt {
  color: #fff;
  background-color: #b8b8b8;
  border-color: #cccccc;
}
.btn-delete-alt:hover,
.btn-delete-alt:focus,
.btn-delete-alt:active,
.btn-delete-alt.active,
.open > .dropdown-toggle.btn-delete-alt {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-delete-alt:active,
.btn-delete-alt.active,
.open > .dropdown-toggle.btn-delete-alt {
  background-image: none;
}
.btn-delete-alt.disabled,
.btn-delete-alt[disabled],
fieldset[disabled] .btn-delete-alt,
.btn-delete-alt.disabled:hover,
.btn-delete-alt[disabled]:hover,
fieldset[disabled] .btn-delete-alt:hover,
.btn-delete-alt.disabled:focus,
.btn-delete-alt[disabled]:focus,
fieldset[disabled] .btn-delete-alt:focus,
.btn-delete-alt.disabled:active,
.btn-delete-alt[disabled]:active,
fieldset[disabled] .btn-delete-alt:active,
.btn-delete-alt.disabled.active,
.btn-delete-alt[disabled].active,
fieldset[disabled] .btn-delete-alt.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-delete-alt .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #000;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}



/* #Raised Buttons
================================================== */
 
	
  .btnup {
  display: inline-block;
  border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
}

a.btnup 
{
    text-decoration:none;
}

.btnup:hover,
.btnup:focus,
.btnup:active,
.btnup.active,
.btnup.disabled,
.btnup[disabled]  {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btnup:active,
.btnup.active {
  background-color: #cccccc \9;
}

.btnup:first-child {
  *margin-left: 0;
}

.btnup.full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


.btnup:hover,
.btnup:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btnup:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btnup.active,
.btnup:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnup.disabled,
.btnup[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btnup-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btnup-large [class^="icon-"],
.btnup-large [class*=" icon-"] {
  margin-top: 4px;
}

.btnup-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btnup-small [class^="icon-"],
.btnup-small [class*=" icon-"] {
  margin-top: 0;
}

.btnup-mini [class^="icon-"],
.btnup-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btnup-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btnup-primary.active,
.btnup-warning.active,
.btnup-danger.active,
.btnup-success.active,
.btnup-info.active,
.btnup-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btnup-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #59c9c0;
  *background-color: #44aeab;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #59c9c0, #44aeab);
    border-left-color: #44aeab;
    border-right-color: #44aeab;
    border-top-color: #44aeab;
    border-bottom-color: #30a5ab;
}

.btnup-primary:hover,
.btnup-primary:focus,
.btnup-primary:active,
.btnup-primary.active,
.btnup-primary.disabled,
.btnup-primary[disabled] {
  color: #ffffff;
  background-color: #44aeab;
  *background-color: #30a5ab;
}

.btnup-primary:active,
.btnup-primary.active {
  background-color: #30a5ab \9;
}

.btnup-secondary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f0c060;
  *background-color: #f0b643;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f0c060, #f0b643);
    border-left-color: #f0b643;
    border-right-color: #f0b643;
    border-top-color: #f0b643;
    border-bottom-color: #daa53d;
}

.btnup-secondary:hover,
.btnup-secondary:focus,
.btnup-secondary:active,
.btnup-secondary.active,
.btnup-secondary.disabled,
.btnup-secondary[disabled]   {
  color: #ffffff;
  background-color: #f0b643;
  *background-color: #daa53d;
}

.btnup-secondary:active,
.btnup-secondary.active {
  background-color: #c67605 \9;
}


.btnup-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dfaf6a;
  *background-color: #d6973e;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #dfaf6a, #d6973e);
    border-left-color: #d6973e;
    border-right-color: #d6973e;
    border-top-color: #d6973e;
    border-bottom-color: #ab844c;
}

.btnup-warning:hover,
.btnup-warning:focus,
.btnup-warning:active,
.btnup-warning.active,
.btnup-warning.disabled,
.btnup-warning[disabled]    {
  color: #ffffff;
  background-color: #d6973e;
  *background-color: #ab844c;
}

.btnup-warning:active,
.btnup-warning.active {
  background-color: #c67605 \9;
}


.btnup-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d67c79;
  *background-color: #b05a56;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #d67c79, #b05a56);
    border-left-color: #b05a56;
    border-right-color: #b05a56;
    border-top-color: #b05a56;
    border-bottom-color: #9b5956;
}

.btnup-danger:hover,
.btnup-danger:focus,
.btnup-danger:active,
.btnup-danger.active,
.btnup-danger.disabled,
.btnup-danger[disabled] {
  color: #ffffff;
  background-color: #b05a56;
  *background-color: #9b5956;
}

.btnup-danger:active,
.btnup-danger.active {
  background-color: #942a25 \9;
}

.btnup-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7bb97b;
  *background-color: #6ba16b;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #7bb97b, #6ba16b);
    border-left-color: #6ba16b;
    border-right-color: #6ba16b;
    border-top-color: #6ba16b;
    border-bottom-color: #5d895d;
}

.btnup-success:hover,
.btnup-success:focus,
.btnup-success:active,
.btnup-success.active,
.btnup-success.disabled,
.btnup-success[disabled] {
  color: #ffffff;
  background-color: #6ba16b;
  *background-color: #5d895d;
}

.btnup-success:active,
.btnup-success.active {
  background-color: #408140 \9;
}

.btnup-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #75b6c9;
  *background-color: #5698ab;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #75b6c9, #5698ab);
    border-left-color: #5698ab;
    border-right-color: #5698ab;
    border-top-color: #5698ab;
    border-bottom-color: #538593;
}

.btnup-info:hover,
.btnup-info:focus,
.btnup-info:active,
.btnup-info.active,
.btnup-info.disabled,
.btnup-info[disabled] {
  color: #ffffff;
  background-color: #5698ab;
  *background-color: #538593;
}

.btnup-info:active,
.btnup-info.active {
  background-color: #24748c \9;
}

.btnup-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #515151;
  *background-color: #383838;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #515151, #383838);
    border-left-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-bottom-color: #3b3b3b;
}

.btnup-inverse:hover,
.btnup-inverse:focus,
.btnup-inverse:active,
.btnup-inverse.active,
.btnup-inverse.disabled,
.btnup-inverse[disabled] {
  color: #ffffff;
  background-color: #383838;
  *background-color: #3b3b3b;
}

.btnup-inverse:active,
.btnup-inverse.active {
  background-color: #080808 \9;
}

button.btnup,
input[type="submit"].btnup {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btnup::-moz-focus-inner,
input[type="submit"].btnup::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btnup.btnup-large,
input[type="submit"].btnup.btnup-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btnup.btnup-small,
input[type="submit"].btnup.btnup-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btnup.btnup-mini,
input[type="submit"].btnup.btnup-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}




/* #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: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font: 13px;
		color: #777;
		max-width: 100%;
		min-width: 200px;
		display: block;
		margin:0px;
		margin-bottom: 15px;
		margin-top:5px;
		background: #fff; 
	}
		 
	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 
	{
		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; }
		
	::-webkit-input-placeholder { font-style:italic; }
    ::-moz-placeholder { font-style:italic; } /* firefox 19+ */
    :-ms-input-placeholder { font-style:italic; } /* ie */
    input:-moz-placeholder { font-style:italic; }
    
    .noinputmargin, .noinputmargin input, .noinputmargin select, .noinputmargin textarea
    {
        margin:0px;
        line-height:normal;
    }
		

/* #Message and Alert Boxes
================================================== */

.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
	padding:10px 36px;
	margin:10px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('../images/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../images/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('../images/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('../images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}

.failureNotification {
	color:#a52121;
	border-radius:10px;
	font-size:11px;
	padding:5px;
	margin:10px 0px;
	border:1px solid #f5aca6;
	background-color:#ffecec;
	font-weight:bold;
	text-transform:uppercase;
}
.failureNotification ul {
	margin:5px 0px 0px 0px;
	padding:0px;
}
.failureNotification li {
	margin:0px;
	padding:0px 0px 5px 0px;
}

/* #Section and Div Styles
================================================== */

.autocenter 
{
    margin-right:auto;
    margin-left:auto;
}

.centeralign 
{
    text-align:center;
}
.centeralign input[type="text"],
	.centeralign input[type="password"],
	.centeralign input[type="email"],
	.centeralign textarea,
	.centeralign select 
{
    margin-right:auto;
    margin-left:auto;
}

.clear 
{
    clear:both;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
/* Phone link*/

.ph_Link, .ph_Link:visited {
    color: #000 !important;
    font-weight: 400;
    text-decoration: none !important;
}

.ph_Link:hover, .ph_Link:focus {
    color: #000 !important;
    text-decoration: underline !important;
}