/* @group Reset */

/* Global Settings
-------------------------------------------------------------- */
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	background: #b48b4d repeat;
    font: 0.75em/1.4 Arial, Verdana, Helvetica, sans-serif;  
}
img {
	line-height: 0;
}
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0 0 10px 0;
	padding: 0 0 6px;
} 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #790000;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #636363;
	font-size: 1.2em;
	margin-bottom: 0.25em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1em;
	margin-bottom: 0.25em;
}
 
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
 
blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
	color: #790000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:visited {
}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
 
textarea {
	line-height:1.25;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
 
  table tr td {
  	padding: 0px;
  }
  
/* @end */

/* @group Forms */
input.text,
textarea {
	border: 1px #999 solid; 
	color: #666;
	font-size: .95em; 
	margin:0.5em 0;
	padding:5px;
	width: 164px; 
	background: #b3b3b3;
	color: #000;
}
textarea { 
	height: 60px; 
}
#Contact input.text, 
#Contact input.title,
#Contact textarea {
	width: 380px;
}
#Contact textarea { height: 150px; }

.btn_submit {
	background: transparent url(../images/btn_submit.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 13px;
	margin: 0.5em 0;
	width: 58px;
	border: none;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em 0em .8em 2.7em; margin: 1em; border: 2px solid #ddd; width:400px; font-weight:bold; }

.error      { background:#FBE3E4 .4em .4em no-repeat; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background:#FFF6BF .4em .4em no-repeat; color: #514721; border-color: #FFD324; }
.success    { background:#E6EFC2 .4em .4em no-repeat; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @end */

/* @group Helper */

/* Helper Classes
-------------------------------------------------------------- */

.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.float_contain { overflow:hidden; }
 
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#dccea1; padding:12px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.quote         { background:#dccea1; padding:30px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.superscript   { vertical-align:top; font-size:xx-small; }
 
.photo_left    { float:left; margin:4px 10px 4px 0; }
.photo_right   { float:right; margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.nomargin	   { margin:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.nowrap		   { white-space:nowrap; }

.center 	   { text-align:center; }

/* @end */

/* @group Structure */

#Container {
	margin: 4px auto;
	width: 959px;
}
#Header {
	width: 959px;
}
#Logo {
	width: 889px;
	background: #fff;
	padding: 20px 35px 20px 35px;
}
#Home #Rotating {
	height: 186px;
	position: relative;
	width: 959px;
}
#Rotating {
	height: 101px;
	position: relative;
	width: 959px;
}
#Rotating img {
	position: absolute;
}
.photo_main {
	visibility: visible;
	z-index: 1;
}
.photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#Navigation {
	width: 959px;
	background: #000;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #b79f7d;
}
#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation ul li {
	display: block;
}
#Navigation ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#Navigation ul li a:hover {
	color: #ffcc00;
} 
#Main {
	width: 959px;
	background: #fff;
	border-top: 2px solid #000;
}
#PracticeAreas {
	background: #6c1c0b; 
	width: 236px;
	padding: 10px 5px 0 5px;
}
#PracticeAreas h2 {
	background: #89493c;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#PracticeAreas ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 35px;
}
#PracticeAreas ul li {
	display: block;
	padding: 1px;
}
#PracticeAreas ul li a {
	color: #fff;
	text-decoration: none;
}
#PracticeAreas ul li a:hover {
	text-decoration: underline;
}
#Content {
	background: #fff;
	width: 713px;
	display: inline;
}
#Text {
	width: 475px;
	background: #fff;
	overflow: hidden;
}
#VidBox {
	width: 475px;
	background: #eae5db;
	height: 260px;
	padding: 0;
}
#VidBox .thumbnails {
	width: 64px;
	height: 240px;
	padding: 10px 16px 10px 40px;
	overflow: hidden;
}
#VidBox .thumbnails span {
	color: #6c1c0b;
	font-weight: bold;
}
#VidBox .main {
	width: 355px;
	height: 240px;
	padding: 10px 0 10px 0;
}
#VidBox .main .video {
	width: 320px;
	height: 240px;
	border: 1px solid #fff;
}
#ContentArea {
	width: 440px;
	padding: 0 10px 0 25px;
}
#Feed {
	width: 420px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.left {
	width: 99px;
	padding: 0 10px;
}
.right {
	width: 271px;
	padding: 0 30px 10px 0;
}
#RightBar {
	width: 238px;
	background: #fff;
	margin-bottom: 10px;
}
#RightBar .referring {
	border-bottom: 1px solid #e4e2dd;
	width: 176px;
	padding: 25px 30px;
	border-left: 1px solid #dad2c1;
}
#RightBar .contact {
	border-bottom: 1px solid #e4e2dd;
	width: 176px;
	padding: 25px 30px;
	border-left: 1px solid #dad2c1;
}
#RightBar .testimonials {
	width: 176px;
	padding: 25px 30px;
	border-left: 1px solid #dad2c1;
}
#RightBar .testimonials a {
	color: #6C1C0B;
	font-weight: bold;
	text-decoration: none;
}
#RightBar .testimonials a:hover {
	text-decoration: underline;
}
#RightBar .form {
	border-top: 1px solid #dad2c1;
	border-left: 1px solid #dad2c1;
	border-bottom: 2px solid #a29c8f;
	width: 176px;
	padding: 25px 30px;
}
#RightBar .form h2 {
	color: #6c1c0b;
	font-style: italic;
	font-size: 1em;
	text-transform: none;
}
#RightBar h2 {
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
#RightBar span {
	color: #790000;
	font-weight: bold;
}
#RightBar span.text {
	color: #252525;
	font-weight: normal;
}
#RightBar quote {
	color: #916409;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#Footer {
	background: #fff;
	width: 959px;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	padding: 10px 0;
}
#Footer span {
	text-transform: uppercase;
}
#Footer a {
	color: #707070;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#SocialMedia {
	text-align: left;
	border-top: 1px solid #fff;
}
.btn_socialMedia {
	background: transparent url(../images/socialMedia32.png) no-repeat;
	display: inline-block;
	height: 32px;
	width: 32px;
}
.smFacebook {
	background-position: -128px 0;
}
.smDigg {
	background-position: -160px 0;
}
.smRSS {
	background-position: -64px 0;
}
.smTwitter {
	background-position: 0 0;
}
.smLinkedin {
	background-position: -96px 0;
}
.smStumbleupon {
	background-position: -32px 0;
}
.smYoutube {
	background-position: -192px 0;
}
.smDelicious {
	background-position: -224px 0;
}
.smMySpace {
	background-position: -256px 0;
}

/* @end */
