/* @group Reset */

/* Global Settings
-------------------------------------------------------------- */
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	background: url(../images/bg_site.gif) repeat-x;
    font: 0.75em/1.4 Arial, Verdana, Helvetica, sans-serif;  
}
 
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0 0 6px;
} 
h1 {
	color: #005b7f;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	color: #636363;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
/* 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: #004a80;
	text-decoration: none;
}
a:hover {
	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 {
	border: 1px #999 solid; 
	color: #000;
	font-size: .95em; 
	margin:0.5em 0;
	padding:5px;
	width: 237px;
	background: #e0e0e0;
}
textarea { 
	height: 60px; 
}
#Contact input.text, 
#Contact input.title,
#Contact textarea {
	width: 525px;
}
#Contact textarea { height: 150px; }

a.btn_submit {
	background: transparent url(../images/btn_submit.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 18px;
	margin: 0.5em 0;
	width: 48px;
}
a:hover.btn_submit {
	background-position: bottom left;
}
/* 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:#FFF9CC; 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: 0 auto;
	width: 970px;
	padding: 0 15px;
}
#Header {
	width: 970px;
	padding: 5px 0;
}
#Logo {
	width: 970px;
}
#Main {
	width: 671px;
	background: #fff;
	margin-bottom: 30px;
}
#Home #Rotating {
	height: 370px;
	position: relative;
	width: 671px;
}
#Rotating {
	height: 216px;
	position: relative;
	width: 671px;
}
#Rotating img {
	position: absolute;
}
.photo_main {
	visibility: visible;
	z-index: 1;
}
.photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#Content {
	width: 591px;
	padding: 25px 40px;
}
#Areas {
	background: url(../images/bg_areas.gif) no-repeat;
	height: 293px;
	width: 577px;
	margin-left: 15px;
	padding: 5px 0 0 40px;
}
#Areas h2 {
	color: #005b7f;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Practices {
	background: url(../images/bg_practices.gif) no-repeat;
	height: 270px;
	width: 299px;
	border-top: 4px solid #fff;
	margin-top: 10px;
}
#Practices ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#Practices li {
	display: block;
	padding: 4px 25px;
}
#Practices li a {
	color: #fff;f
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.2em;
}
#Practices li a:hover {
	color: #ffcc00;
}
#PracticeAreas {
	background: url(../images/bg_practiceareas.gif) no-repeat;
	width: 229px;
	height: 215px;
	margin-left: 21px;
	margin-top: 10px;
	padding-left: 15px;
}
#PracticeAreas h2 {
	color: #005b7f;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#PracticeAreas ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#PracticeAreas li {
	display: block;
	padding-top: 3px;
}
#PracticeAreas li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #005b7f;
	font-weight: bold;
}
#PracticeAreas li a:hover {
	text-decoration: underline;
}
#Sidebar {
	width: 253px;
	background: #fff;
	padding: 0 23px;
	margin-bottom: 20px;
}
#Sidebar h2 {
	color: #005b7f;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Sidebar span {
	color: #005b7f;
}
#Footer {
	width: 916px;
	background: url(../images/bg_footer.gif) repeat-x;
	color: #fff;
	padding: 7px 30px;
	font-size: 0.9em;
}
#Footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer p span {
	text-transform: none;
}
#Footer p span a {
	text-transform: none;
}
/* @end */
