/* @group Reset */

/* Global Settings
-------------------------------------------------------------- */
 
html, body {
	border:0;
	margin:0;
	padding:0;
} 
body { 
  color: #333; 
  background: #e2e2e2 url(../images/bg_siteInner.png) repeat-x;
  font: 0.75em/1.4 Arial, Verdana, Helvetica, sans-serif;
}
body#Home {
	background-image: url(../images/bg_site.png);
}
 
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0 0 6px;
} 

h1, h2, h3, h4, h5, h6 {
	color: #111;
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	color: #de8328;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}
h2 {
	color: #636363;
	font-size: 1em;
	text-transform: none;
	font-weight: bold;
}
h3 {
	color: #333;
	font-weight: bold;
}
hr {
	width: 325px;
	color: #cdccc9;
	padding: none;
}
 
/* 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; }

span ul {
	padding-left: 250px;
} 

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: #de8328;
	text-decoration: none;
}
a:hover {
	color: #a20303;
	text-decoration: underline;
}
 
/***** 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 6px 0;
	padding:0;
}
 
  table tr td {
  	padding:.5px;
  }
  
/* @end */

/* @group Forms */
input.text,
textarea {
	background: #dbdad5;
	border: none; 
	color: #797877;
	font-size: .85em; 
	margin:0.50em 0;
	padding:5px;
	width: 200px; 
	text-transform: uppercase;
}
textarea { 
	height: 50px; 
}
.btn_submit {
	background: transparent url(../images/btn_submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	margin: 0.25em 0;
	padding: 0;
	width: 70px;
}
/* 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:#eee; padding:12px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.quote		   { background: #eee; padding: 12px 24px; color: #666; margin-top: 10px; margin-bottom: 10px; margin-right: 240px; }
.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; }
.highlight 	   { background: #eaeaea; }
.btn		   { margin-bottom: 52px; }

/* @end */

/* @group Structure */

#Container {
	background: transparent url(../images/bg_container.gif) bottom no-repeat;
	padding-bottom: 14px;
	width: 980px;
	margin: 0 auto;
}
#Home #Header {
	height: 357px;
}
#Header {
	height: 219px;
	padding: 0 10px;
	width: 960px;
}
#Logo {
	padding-left: 38px;
}
#CTA {
	padding-right: 55px;
}
#Rotating {
	height: 137px;
	position: relative;
	width: 960px;
}
#Home #Rotating {
	height: 276px;
}
#Rotating img {
	position: absolute;
}
.photo_main {
	visibility: visible;
	z-index: 1;
}
.photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#Main {
	background: transparent url(../images/bg_main.gif) repeat-y;
	padding: 20px 40px;
	width: 900px;
}
.module {
	background: transparent url(../images/bg_module.gif) repeat-y;
	width: 166px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
#Home #Sidebar #ContactBox {
	height: 250px;
}
#Sidebar .module {
	background: transparent url(../images/bg_sidebar.gif) repeat-y;
	width: 224px;
}
#Home .module {
	height: 250px;
}
#Home #Sidebar .module {
	height: auto;
}
.module h2 {
	color: #de8328;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}
.module ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.module li {
	margin-bottom: 5px;
	margin-top: 5px;
}
.module li a {
	color: #3a3a39;
	font-weight: bold;
}
.top {
	left: 0;
	position: absolute;
	top: 0;
}
.bot {
	bottom: 0;
	left: 0;
	position: absolute;
}
#Home #Content,
#Home #Footer {
	width: 626px;
}
#Content {
	width: 631px;
}
#BodyText {
	background: transparent url(../images/bg_contentInner.gif) repeat-y;
	position: relative;
}
#Home #BodyText {
	background: transparent url(../images/bg_content.gif) repeat-y;
}
#Home #BodyTextWrapper {
	background: transparent url(../images/contentHome.jpg) right top no-repeat;
	padding-right: 245px;
	width: 348px;
}
#BodyTextWrapper {
	background: transparent url(../images/innerContent.jpg) right top no-repeat;
	padding: 30px;
	width: 360px;
}
#BodyText p {
	padding-bottom: 16px;
}
#Sidebar {
	width: 264px;
}
#Sidebar h2 {
	color: #de8328;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
#Sidebar p {
	color: #636363;
	font-size: 0.8em;
}
#Navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#Navigation li {
	margin-bottom: 10px;
	display: block;
	padding: 2px 6px;
	border-bottom: 1px #bcbbb7 solid;
	color: #3a3a39;
	text-transform: uppercase;
	font-weight: bold;
	background: #dbdad5;
}
#Navigation li a {
	color: #3a3a39;
}
#PracticeAreas div + div {
	margin-top: 30px;
}
#Footer {
	color: #000;	
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	width: 900px;
}
#Footer a {
	color: #000;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}

/* @end */
