/**************************************
	James V. Murray Website CSS
**************************************/

html { /* This fixes the horizontal shift in Firefox when a page doesn't use a scrollbar */
  min-height: 100%; 
  margin-bottom: 1px; 
}

body {
	background:#111111;
	margin:0;
	font-family:'Century Gothic', Arial, serif;
	font-size: .9em;
}

img {
	border: 0px;
}

a, a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B04B0A;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}

.bold {
	font-weight:bold;
}

.wrapper {
	margin:0 auto;
	color:#fff;
	background: black url(/images/background.jpg) top center no-repeat;
}

body.indexIndex .wrapper {
	background:url(/images/home_bg.jpg) #000 top center no-repeat;
}

.innerWrapper {
	width:960px;
	margin: 0 auto;
}

.header {
	width:960px;
}

.header h1 {
	float:left;
	background:url(/images/indexHeader.png) no-repeat;
	width:618px;
	height:98px;
	margin:19px 0 0 10px;
	padding:0;
}

.header h1 span {
	display:none;
}

.header div {
	float:right;
	background:url(/images/header-contact-bg.png) no-repeat;
	width:312px;
	height:92px;
	margin:25px 0 0 0;
}

.header div p {
	font-weight:bold;
	font-size:1.3em;
	padding:10px 0 0 15px;
	margin:0;
	text-align:left;
}

.header div p.bottom {
	font-weight:normal;
	font-size:.9em;
	padding:6px 0 0 15px;
}

.indexBar {
	height: 2px;
	background: #CC690C url(/images/indexBar.gif) no-repeat;
	display: block;
	width: 648px;
	float: left;
	overflow: hidden;
}

.indexRule {
	background: red;
	display: block;
	height: 2px;
}

/*** Index Header ***/

.indexHeader {
	display: block;
	float: left;
}

.indexHeader h1 {
	float:left;
	background:url(/images/homeHeader.png) no-repeat;
	width:498px;
	height:117px;
	margin:0px;
	padding:0;
	overflow: hidden;
}

.indexHeader h1 span,
.indexHeader h2 span {
	display:none;
}

.indexHeader div.logo {
	display: block;
	float: left;
	width: 138px;
	height: 117px;
	overflow: hidden;
}

.indexHeader div {
/*	float:right;
	background:url(/images/header-contact-bg.png) no-repeat;
	width:312px;
	height:92px;
	margin:25px 0 0 0;*/
}

.indexHeader div.contactInfo {
	display: block;
	float: left;
	width: 508px;
	background: none;
	height: 60px;
}

.indexHeader div.contactInfo div.phones, .indexHeader div.contactInfo div.address {
	background: none;
	color: white;
	text-align: right;
	padding: 0 15px 0 0;
}

.indexHeader div.contactInfo div.phones {
	font-weight: bold;
	font-size: 1.5em;
	margin: 21px 0 -5px 0;
}

.indexHeader div.contactInfo div.address {
	margin: 0 0 8px 0;
	font-size: .9em;
}

#flashcontent {
	display: block;
	float: left;
	height: 317px;
	width: 648px;
	overflow: hidden;
}

/*** Navigation ***/

.navigation {
	background:url(/images/nav_tile.gif) repeat-x;
	width:960px;
	height:48px;
}

.navigation ul, .navigation li {
	list-style-type:none;
	margin:0;
	padding: 0;
}

.navigation ul li {
	display: block;
	float:left;
	background:url(/images/nav-divider.gif) no-repeat right center;
	height: 48px;
	padding: 0 0 0 0;
}

.navigation ul li a, .navigation ul li a:link, .navigation ul li a:active, .navigation ul li a:visited {
	background-image: none;
	color: #fcbf04;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 20px 15px 20px;
	display: block;
	float: left;
}

.navigation ul li a:hover {
	color: white;
}

.navigation ul li a span {
	display:none;
}

.indexIndex .navigation ul li.home {
	display: none;
}

.navigation ul li.home a:hover, .navigation ul li.about a:hover, .navigation ul li.contact a:hover, .navigation ul li.cases a:hover, .navigation ul li.practice a:hover, .navigation ul li.news a:hover {
	background:url(/images/nav-selected.gif) no-repeat center 36px;
}

.aboutIndex ul li.aboutCurrent a, .contactIndex ul li.contactCurrent a, .casesIndex ul li.casesCurrent a, .practiceIndex ul li.practiceCurrent a, .newsIndex ul li.newsCurrent a {
	background:url(/images/nav-selected.gif) no-repeat center 36px;
}

.rightNav {
	padding-bottom: 5px;
}

.rightNav ul {
	list-style-type: none;
	padding: 0 0 0 10px;
}

.rightNav ul li {
	background: url(/images/rightMenu-arrow-right.gif) 0px 11px no-repeat;
	padding: 2px 0 0 20px;
}

.rightNav a {
	color: #fcbf04;
	text-decoration: none;
	font-size: .8em;
}

/*** End Navigation ***/

/*** Content Structure ***/

.columns {
	display: block;
	width: 960px;
	float: left;
	overflow: hidden;
}

.left {
	float:left;
	width:648px;
	overflow: hidden;
}

.indexIndex .left li {
/*	font-size: 1.3em;*/
}

.left ol {
/*	font-size: .8em;*/
}

.left ol ul li {
/*	font-size: 1.5em;*/
}

.indexIndex .columns .right {
	float:left;
	width:296px;
	display: block;
	background: url(/images/rightColumn_bg.jpg) no-repeat;
	padding: 43px 0 10px 16px;
	overflow: hidden;
	
}

/*** End Content Structure ***/

/*** Homepage ***/

.home .right div {
	padding-left:38px;
	width:234px;
	font-family:'Century Gothic', Arial, serif;
}

.home .right div h5 {
	font-size:1.3em;
	padding:25px 0 0 0;
	margin:0;
}

.home .right div p {
	font-size:.9em;
	padding:3px 0 32px 0;
	margin:0;
	line-height:1.4em;
}

.home .right .rightIcon {
	padding-left:40px;
	text-align:left;
}

.home .right .rightIcon {
	font-size:.8em;
	margin-bottom:20px;
}

.home .right .rightIcon strong {
	font-size:1.2em;
}

.home .right .firstIcon {
	background:url(/images/icon1.png) center left no-repeat;
}

.home .right .secondIcon {
	background:url(/images/icon2.png) center left no-repeat;
}

.content {
	width:960px;
	margin:10px 0 0 0 ;
	background:url(/images/content-bg.gif) #333333 top center no-repeat;
	font-family:'Century Gothic', Arial, serif;
	padding: 10px 0 0 0;
}

.content a {
	color:#f0b707;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

.content h4 {
	color:#fcbf04;
	font-size:.9em;
	padding-bottom:4px;
	border-bottom:1px solid #545454;
}

.indexIndex .content .middle h4 {
	font-size: 1.2em;
}

.content .left {
	float:left;
	padding:0 37px;
	width:179px;
	margin: 9px 0 0 0;
}

.content .middle {
	float:left;
	padding-right:17px;
	width:395px;
}

.content .right {
	float:left;
	width:238px;
}

.content ul, .content p {
/*	font-size:.8em;*/
	font-family:'Century Gothic', Arial, serif;
	letter-spacing:-.05em;
}

.content .left ul {
	list-style-image:url(/images/content-bullet.gif);
	padding:0 0 0 22px;
	*padding:0 0 0 0;
	*margin-left:22px;
}

.content .left ul li {
	margin:4px 0;
}

.content .right div {
	width:213px;
}

.content .right ul.questions, .content .right ul.questions li {
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;
}

.content .right ul.questions {
	margin: 20px 0 10px 0;
}

.content .right ul.questions li {
	background: url(/images/q_bg.gif) no-repeat top left;	
	height: 47px;
	width: 261px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 19px;
}

.qButton {
	background: url(/images/q_lg_bg.gif) no-repeat top left;	
	height: 77px;
	width: 244px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 19px;
}

.content .right ul.questions li a, .content .right ul.questions li a:active, .content .right ul.questions li a:link, .content .right ul.questions li a:visited {
	display: block;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}

.content .right ul.questions li a:hover {
	color: #F0B707;
	text-decoration: none;
}

/*** End Homepage ***/


/*** Inside Page ***/

.inside h1{
	color: #b04b0a;
	font-size: 1.4em;
	border-bottom: 1px solid #b04b0a;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
}

.newsIndex h2 {
	border-bottom: 1px dashed #e1e1e1;
	margin: 20px 0 5px 0;
}

h2 a {
	color:#B04B0A;
}

.inside .left {
	float: left;
	display: block;
	width: 590px;
	min-height: 475px;
	background-color: #ffffff;
	padding: 15px 30px 30px 30px;
	color: black;
}

.inside .left p {
	color: #000000;
}

.inside .left img {
	padding: 5px 15px 5px 15px;
}

.inside .left ul {
/*	font-size: .7em;*/
}

.inside left ol li {
/*	font-size: .65em;*/
}

.inside .left ul p{
	padding-left: 10px;
}

a.back, a.back:active, a.back:link, a.back:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
	color: #b64e0b;
}

.inside .right {
	width: 275px;
	padding: 0 0 20px 20px;
	display: block;
	float: left;
}

.inside .contactRight {
	width: 275px;
	padding: 15px 0 20px 15px;
	display: block;
	float: left;
}

.inside .contactRight a, .inside .contactRight a:link, .inside .contactRight a:active, .inside .contactRight a:visited {
	color: #FCBF04;
}

.inside .contactRight a:hover {
	color: white;
}

.inside .right div {
	padding-left: 10px;
	width: 234px;
	font-family: 'Century Gothic', Arial, serif;
}

.inside .right div h5 {
	font-size: 1.3em;
	padding: 25px 0 0 0;
	margin: 0;
}

.inside .right div p {
	font-size: .9em;
	padding: 3px 0 5px 0;
	margin: 0;
	line-height: 1.2em;
}

.inside h4 {
	color: #fcbf04;
	font-size: 1em;
	border-bottom: 1px solid #545454;
}

.inside .rightNav h4 {
	color: #ffffff;
	font-size: 1.2em;
	border-bottom: 1px solid #cc690c;
}

.casesList ul li a{
	text-decoration: none;
	color: #B04B0A;
	font-weight: bold;
}

.casesList ul li a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.practiceList ul li a{
	text-decoration: none;
	color: #B04B0A;
	font-weight: bold;
}

.practiceList ul li a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/*** End Inside Page ***/


/*** Global Contact Form ***/

.globalContact {
	padding-left:13px;
}

.globalContact p {
	color:#fcbf04;
	margin:0;
	padding:5px 0 0 0;
}

.globalContact p.first {
	padding-top:0;
}

.globalContact p span {
	color:#ff0000;
}

.globalContact input {
	height:12px;
	font-size:.7em;
	width:202px;
}

.globalContact input.firstname {
	width:80px;
}

.globalContact input.lastname {
	width:114px;
	margin-left:0px;
}

.globalContact textarea {
	width:202px;
}

.globalContact input.submit {
	float:right;
	width:121px;
	height:22px;
	margin:6px 6px 0 0;
}

/*** End Global Contact Form ***/

/*** Global Contact Form ***/
.insideContactWrapper {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #CC690C;
	display: block;
	float: left;
	margin: 10px 0 10px -30px;
	padding: 1px 20px 25px;
	width: 290px !important;
}

.insideContactWrapper .insideContact,
.insideContactWrapper h4 {
	margin-left: 20px;
}

.insideContactWrapper h4 {
	font-size: 1.2em;
	margin-right: 10px;
}

.insideContact {
	padding-left: 0px;
}

.insideContact p {
	color: #fcbf04;
	margin: 0;
}

.insideContact p.first {
	padding-top: 0;
}

.insideContact p span {
	color: #ff0000;
}

.insideContact input {
	height: 12px;
	font-size: .7em;
	width: 228px;
}

.insideContact input.check {
	width: 25px;
}

.insideContact input.firstname {
	width: 100px;
}

.insideContact input.lastname {
	width: 118px;
	margin-left: 0px;
}

.insideContact textarea {
	width: 228px;
	height: 75px;
}

.insideContact input.submit {
	float: right;
	width: 121px;
	height: 22px;
	margin: 6px 2px 0 0;
}

.insideContact input.contactSubmit {
	width: 121px;
	height: 22px;
	margin: 6px 2px 0 0;
}

/*** End Global Contact Form ***/

/*** Footer ***/

.footer {
	width:100%;
	height:64px;
	background: #111111 url(/images/footer_tile.gif) repeat-x;
	padding: 3px 0 0 0;
}

.footerInside {
	width:960px;
	margin:0 auto;
	font-size:.7em;
	display: block;
}

.footer a {
	color:#b8510b;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}


.footer ul {
	float:left;
	padding:25px 0 0 15px;
	margin:0;
	color:#b8510b;
	list-style-type:none;
	width: 635px;
}

.footer ul li {
	display:inline;
	background:url(/images/footer-break.gif) no-repeat;
	padding:0 5px 5px 9px;
}

.footer ul li.first {
	display:inline;
	background:none;
}

.footer div.credit {
	display:block;
	width:295px;
	height:30px;
	float:left;
	color: #666666;
	padding: 22px 0 0 0;
	text-align:right;
}

/*** End Footer ***/

/*** PNG Fix for IE6 ***/
 img, div, input, h1 { behavior: url("iepngfix.htc") }

/*** Search ***/
.search {
	display: block;
	float: right;
	margin: 12px 12px 0 0;
}

.inside .left p.disclaimer {
	font-size: .8em;
	color: #999999;
}

/*** Lightbox ***/

.thumbNail {
	display: block;
	float: right;
	text-align: center;
	width: 235px;
}

/** News Items **/

.credits {
	color: #666666;
	font-size: 0.85em;
	clear: both;
}

cite.provider {
	display: block;
	float: left;
	height: 33px;
}

div.newsDate {
	padding: 0 0 10px 0;
	font-size: 0.85em;
	color: #CC690C;}

.inside .right div.newsDate {
	padding-left: 0px;
}
