/* 
	CONTACT PAGE
*/

.contact-row 			{ float: left; width: 300px; margin-bottom: 1px; }
.contact-row p			{ font: normal 12px/normal Arial, Helvetica, sans-serif; color: #333333; }
.contact-row p strong	{ font-weight: bold; }

.contact-item 			{ float: left; margin-left: 20px; width: 50px; }
.contact-info			{ float: left; margin-left: 30px; margin-bottom: 0; }
.contact-info a			{ text-decoration: none; }
.contact-info a:hover	{ text-decoration: underline; }
#map-canvas				{ width: 240px; height: 250px; float: right; margin-left: 0; }
 
/*
	FORM STYLING
*/
.form-group					{ width: 600px; margin: 0 auto; overflow: hidden; }
.form-column-left  			{ width: auto; float: left; }
.form-column-right			{ width: 260px; float: left; margin-left: 0; }
.form-column-leftmini		{ width: 175px; float: left; }
.form-column-midmini		{ width: auto; float: left; }
.form-column-rightmini		{ width: auto; float: left; }

.row 						{ width: 600px; float: left; margin-bottom: 7px; }
.row-inline					{ width: 600px; float: left; margin-bottom: 7px; display: inline; }
	  
.field 						{ float: left; margin-left: 20px; }

.field-spacer				{ float: left; width: 40px; }

label.error 				{ font-size: 11px; color: red; font-style: italic } /*used by the validator script*/


form 						{ margin: 0 0 18px; }
fieldset 					{ padding: 0; margin: 0; border: 0; }
legend						{ padding: 0 0 5px 20px; }

label,
input,
button,
select,
legend,
textarea 					{ font: normal 13px/18px Tahoma, Geneva, sans-serif; }

label 						{ display: block; margin-bottom: 5px; color: #333333; vertical-align:auto;}

label.stack					{ display: block; margin: 6px 0 2px 0; color: #333333; }

label.inline				{ display: inline; margin:6px o 2px o; color: #333333; }

input,
textarea,
select						{ display: inline-block; width: 210px; height: 18px; padding: 4px; margin-bottom: 9px; font-size: 13px; line-height: 18px; color: #555555;
  							  border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

small					{ font-size:11.7px; color: #169062; }							  
label input,
label textarea,
label select 				{ display: block; }

textarea 					{ height: auto; }
input[type="hidden"] 		{ display: none; }

select 						{ width: 220px; background-color: #ffffff; }

select[multiple],
select[size] 				{ height: auto; }

select,
input[type="file"] 			{ height: 28px; line-height: 28px;
							  *margin-top: 4px; /* For IE7, add top margin to align select with labels */ }

.radio,
.checkbox 					{ padding-left: 18px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] 
							{ float: left; margin-left: -18px; }
							
.radio.inline,
.checkbox.inline 			{ display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline 
							{ margin-left: 10px; }
							
.fields > .radio:first-child,
.fields > .checkbox:first-child 
							{ padding-top: 5px; }
							
input,
textarea 					{ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
							  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
 							  -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
 							  -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }
input:focus,
textarea:focus 				{ border-color: #378ddd; -webkit-box-shadow: inset 0 1px 1px #378ddd, 0 0 8px #378ddd;
  							  -moz-box-shadow: inset 0 1px 1px #378ddd, 0 0 8px #378ddd;
  							  box-shadow: inset 0 1px 1px #378ddd, 0 0 8px #378ddd;
  							  outline: 0; outline: thin dotted \9; /* IE6-9 */ }
							  
.input-mini 				{ width: 60px; }
.input-small 				{ width: 90px; }
.input-medium 				{ width: 150px; }
.input-large 				{ width: 200px; }
.input-xlarge 				{ width: 250px; }
.input-xxlarge 				{ width: 500px; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] 		{ width: auto; height: auto; padding: 0;  margin: 3px 0; *margin-top: 0; /* IE7 */
							  line-height: normal; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0 \9; /* IE9 and down */ }

.form-actions 				{ margin: 18px 0; }

.form-actions:before,
.form-actions:after 		{ display: table; content: ""; }

.form-actions:after 		{ clear: both; }

.help-block 				{ display: block; margin-bottom: 9px; color: #555; }

p help { color:#333; }

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}

/* DIV FOR LABEL AND FIELD GROUP */
.form-horizontal .field-group { margin-bottom: 10px; *zoom: 1; }

/* DIV FOR THE FIELD LABEL */
.form-horizontal .field-label { float: left; width: 100px; padding-top: 5px; text-align: right; }
.form-horizontal .field-labelL { float: left; width: 150px; padding-top: 5px; text-align: right; }
.form-horizontal .field-labelXL { float: left; width: 200px; padding-top: 5px; text-align: right; }


/* DIV FOR ACTUAL FIELD */
.form-horizontal .fields { margin-left: 110px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}

/* DIV FOR FORM ACTIONS LIKE BUTTONS */	
.form-horizontal .form-actions { padding-left: 110px; float: left; }



/*
	BUTTONS
*/

.btn 			{ display: inline-block; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333333; text-align: center;
  				  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5;
				  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  				  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  				  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;
  				  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  				  border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  				  filter: progid:dximagetransform.microsoft.gradient(enabled=false); border: 1px solid #cccccc; border-bottom-color: #b3b3b3;
  				  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
				  -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); cursor: pointer;					
  				  /* IE hacks */ *display: inline; *zoom: 1; *margin-left: .3em; }
				 
.btn:hover 		{ color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear;
  				  -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear;
  				  -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
				  
.btn-inverse 	{ background-color: #414141; background-image: -moz-linear-gradient(top, #555555, #222222); background-image: -ms-linear-gradient(top, #555555, #222222);
  				  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); background-image: -webkit-linear-gradient(top, #555555, #222222);
  				  background-image: -o-linear-gradient(top, #555555, #222222); background-image: linear-gradient(top, #555555, #222222);
  				  background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  				  border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  				  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }
				  
				
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
				
.btn.active,
.btn:active {
  background-image: none;
  -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);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
				
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
}

.btn-primary,
.btn-primary:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #333333;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-primary.active
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-xlarge 	{ padding: 12px 18px; font-size: 14px; line-height: normal; 
  				  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.btn-large 		{ padding: 9px 14px; font-size: 14px; line-height: normal; 
  				  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
				  
.btn-small 		{ padding: 5px 9px; font-size: 11px; line-height: 16px; margin-top: 5px; }

.well {
  min-height: 20px;
  padding: 19px 5px;
  width:600px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  background: #f5f5f5 url(images/pattern-diagonal.png) repeat;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color:#333;
}


.btn-primary {
  background-color: #d31232;
  background-image: -moz-linear-gradient(top, #35699f, #d31215);
  background-image: -ms-linear-gradient(top, #35699f, #d31215);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35699f), to(#d31215));
  background-image: -webkit-linear-gradient(top, #35699f, #d31215);
  background-image: -o-linear-gradient(top, #35699f, #d31215);
  background-image: linear-gradient(top, #35699f, #d31215);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35699f', endColorstr='#d31215', GradientType=0);
  border-color: #d31215 #d31215 #8d0c0e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #d31215;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #a40e10 \9;
}

.staff a {
	color:#9ac6e3;
	text-decoration:none;
}
.left {
	margin:10px;
	margin-left:0;
	float:left;
}
.right {
	margin:10px;
	margin-right:0;
	float:right;

}