@charset "UTF-8";
/* common float / clear classes */
.floatRight { float:right; }
.floatLeft { float:left; }
.floatNone { float:none; }
.floatImgLeft { float:left; padding:0 1.8em 0 0; }
.floatImgRight { float:right; padding:0 0 0 1.8em; }
.clear { clear:both; height:1px; line-height:1px; font-size:1px; }
.clearBoth { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
/* common alignment classes */
.alignLeft { text-align:left; }
.alignCenter { text-align:center; }
.alignRight { text-align:right; }
/* common text classes */
.alert { color:#ff0000; font-weight:bold; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }
.huge { font-size:2.0em; }
.large { font-size:1.5em; }
.normal { font-size:1.0em; }
.small { font-size:0.9em; }
.tiny { font-size:0.8em; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }
.hidden { display:none; }
.noPad { padding:0; }
.noBorder { border: 0; }
.noMargin { margin: 0; }
/* common colors */

.orange { color: #5c3911; }
.light-tan { color: #fff1de; }
.burgundy { color: #671800; }

.home-testimonial-img { position: relative; top: 0px; float: right; background: #ffffff; padding: 10px; border: 1px solid #948073; -moz-box-shadow: 0px 0px 10px #614339; -webkit-box-shadow: 0px 0px 10px #614339; box-shadow: 0px 0px 10px #614339; }
.button { display: inline-block; background: url(images/bg-button.gif) repeat-x; padding: 5px 10px; border: 1px solid #c97352; color: #fee9e0; text-decoration:none;}
.button:hover { background: url(images/bg-button-hover.gif) repeat-x; }