/* MAIN BODY - BRANDING */
body {
	background-image: url(../images/bg_interior.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#accessibility {
	display: none;
}
#wraper {
	width:750px;
	margin:0 auto 0 auto;
	text-align:left;
}

#branding {
	margin-left: 275px;
}

h1 {
	background-image: url(../images/petersonlawlogo.gif);
	background-repeat: no-repeat;
	display:block;
	height: 109px;
	width: 207px;
	padding:0;
	margin: 0;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	text-indent:-9009px;
}

/*#branding h1 {
	display: none;
}

#branding {
	background-image: url(../images/petersonlawlogo.gif);
	background-repeat: no-repeat;
	height: 109px;
	width: 207px;
	background-position: 50% 0px;
	margin-left: 275px;
}
*/
	
#interiorFlashGFX {
	margin-top: 20px;
}

#headerWraper {
	height: 192px;
	width: 800px;
}



/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 1px;
	left: 1px;
	color: #CCCCCC;
}
.highContrast {
	position: relative;
	color: #522A1B;
}
.highContrast span {
	position: relative;
}
span.shadow {
	position: absolute;
}	








/* NAVIGATION ELEMENTS */

#navcontainer {
	clear: both;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearit {
	clear: both;
}


#navlist {
	margin: 0;
	padding: 0;
}
#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	margin: 0 30px 6px 0px;
	text-decoration: none;
	color: #F1F0E2;
	text-transform: uppercase;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
border-bottom: 2px solid #D36A12;
background: transparent;
}




/* CONTENT AREA */
#ContentWraper {
	padding-top: 50px;
}

#ContentWraper p, #ContentWraper ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
}

#ContentWraper ul ul {font-size: 1em;}

h4 {
	color: #522A1B;
	font-size: 1.2em;
	padding-bottom: 15px;
	margin:0;
	padding:0;
}

h3 {
	color: #522A1B;
	font-size: 1.2em;
	margin:0;
	padding:0;
}
h5 {
	color: #333333;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 1em;
}

.teamWraper {
	width: 750px;
}
#teamNavigation ul {
	margin: 25px 0px 0px;
	padding: 0px;
	list-style: none;
}
#teamNavigation  li {
	padding-bottom: 5px;
}
#ContentWraper .teamWraper2 {
	width: 500px;
	float: right;
}
#teamNavigation {
	width: 250px;
	float: left;
}

#contentMain {
	width: 470px;
	float: left;
	padding-right: 20px;
}
.pubWraper {
	margin-bottom: 40px;
}
.bookPhoto {
}

#publicationUpsale, #contactInfo {
	float: left;
	width: 240px;
	padding: 10px;
	background-image: url(../images/bg_sidebar.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #666600;
	text-decoration: underline;
}

a:hover {
	color: #CC6600;
	text-decoration: underline;
}

ul.links  {
	list-style: url(../images/icon_bullet.gif);
	margin-left: 20px;
}


/* MEMBER PHOTO ELEMENT */

.profileNameTitle {
	font-weight: bold;
	color: #532A1B;
	text-transform: uppercase;
}

.profilePic {
	padding: 3px;
	border: 1px solid #DFCFB4;
	float: right;
	margin-left: 20px;
}

.biline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 172px;
	padding-top: 10px;
}

.lawyerPhoto {
	float: right;
	margin-left: 50px;
	margin-bottom: 10px;
}

.lawyerBio {
	float: left;
	width: 490px;
	padding-bottom: 50px;
}
.pubInfo {
	float: left;
	width: 490px;
}
.bookPhoto {
	float: left;
	width: 198px;
	padding: 10px;
	text-align: right;
	background-color: #F1F0E2;
	border: 1px solid #B0A696;
	margin-left: 40px;
	font-size: 0.8em;
}
.supplementBook {
	padding-left: 10px;
}

.borderPic {
	padding: 3px;
	border: 1px solid #DFCFB4;
}#viewCartBTN {
	text-align: right;
	padding-top: 25px;
}
#viewCartMod {
	float: left;
	display: inline;
}
label {
	display: block;
	width: 120px;
	float: left;
}
#form1 input, #form1 textarea {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 12px;
	padding: 2px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact .genContactLables {
	width: 50px;
	float: left;
}
img {
border: 0px none;
} 

*::-moz-selection { background:#FFFFCC; } /* FOR MOZILLA */
*::selection { background:#FFFFCC; } /* FOR IE & SAFARI */

#publications .bookPhoto img {
	float: left;
}
.orderOffline {
	text-align: left;
	clear: both;
}
#publications .note {
	font-style: italic;
	font-size: 0.9em;
}
#footer {
	font-size: 0.75em;
	color: #CCCC99;
	border-top: 1px solid #CCCC99;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-top: 20px;
	float: left;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
