/* @group Reset */

html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body { 
  color: #333; 
  background: #333;
  font: 0.75em/1.4 Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
 
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0 0 6px;
} 

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;
}
 
/* 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; }
 
/* Tables
-------------------------------------------------------------- */
 
table {
	border:0;
	margin:0 0 6px 0;
	padding:0;
}
 
  table tr td {
  	padding:.5px;
  }
  
/* @end */

/* @group Forms */

form {
	margin:0;
	padding:0;
}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
input.text,
textarea {
	background: #e2e2e2;
	border: none; 
	color: #666;
	font-size: .95em; 
	margin:0.25em 0;
	padding: 3px;
	text-transform: uppercase;
	width: 164px; 
}
textarea { 
	height: 61px;
	line-height:1.25; 
}
#Contact input.text, 
#Contact input.title,
#Contact textarea {
	width: 424px;
}
#Contact textarea { height: 200px; }
textarea      { height: 61px; }
input.btn_send {
	background: transparent url(../images/btn_submit.gif) no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 18px;
	padding: 0;
	margin: 0.25em 0;
	width: 60px;
}

/* 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 */

.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:#cdc6b6; padding:5px 40px; color:#534741; margin: 10px 0; height: 350px; }
.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; }

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	color: #111;
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
h2 {
	color: #a0410d;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0.5em;
}
#PracticeAreas h3 {
	font-size: 1.2em;
	padding-left: 10px;
}
#FAQ h2 {
	border-bottom: 1px #FFF solid;
	color: #0054a6;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
}

/* @end */

/* @group Links */

a {
	color: #9e0b0f;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #cf0e14;
	text-decoration: underline;
}

/* @end */

/* @group Structure */

#Container {
	border: 3px #252525 solid;
	border-width: 0 3px;
	margin: 0 auto;
	width: 958px;
}
#Home #Rotating {
	height: 329px;
	position: relative;
}
#Home #Rotating img {
	position: absolute;
	right: 0;
	top: 0;
}
#Rotating .photo_main {
	visibility: visible;
	z-index: 1;
}
#Rotating .photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#Rotating {
	height: 220px;
	width: 957px;
}
#Navigation {
	background: transparent url(../images/bg_navigation.gif) repeat-x;
	height: 50px;
	line-height: 50px;
	width: 958px;
	text-align: center;
}
#Navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation li {
	margin: 0 10px;
}
#Navigation li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#Navigation li a:hover {
	color: #ffe595;
}
#Main {
	background: #FFF url(../images/bg_main.gif) repeat-x;
	padding: 25px 10px;
}
#Content {
	width: 740px;
}
#BodyText {
	width: 510px;
}
#CTA {
	width: 220px;
}
#CTA p {
	padding-left: 10px;
}
#Sidebar {
	width: 170px
}
#Sidebar h2 {
	color: #000;
}
#Sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#Sidebar li {
	margin: 10px 0;
}
#Sidebar li a {
	color: #a0410d;
	font-weight: bold;
}
#Office {
	border: 1px #cbcbcb solid;
	color: #707070;
	padding: 10px;
}
#PracticeAreas {
	background: #ececec;
	padding: 8px;
	width: 942px;
}
#PracticeAreas h3 {
	color: #a0410d;
}
#PracticeAreas ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0;
	padding: 0 0 0 25px;
}
#PracticeAreas li {
	margin: 5px 0;
}
#PracticeAreas li a {
	color: #464646;
	font-size: 1em;
	text-decoration: none;
}
.practiceArea {
	margin: 0 1px;
	width: 186px;
}
#Footer {
	background: transparent url(../images/bg_footer.gif) repeat-x;
	color: #FFF;
	height: 58px;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
}
#Footer span {
	color: #ffcc00;
}
#Footer a {
	color: #ffcc00;
	text-decoration: none;
}
#Copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
}
#Copyright a {
	color: #999;
	margin: 0 2px;
	text-decoration: none;
	text-transform:uppercase;
}
#Copyright a:hover {
	text-decoration: underline;
}

/* @end */
