/* LawProse.org CSS */
/*A jump to the left*/
html, body {
	height:100%;
	margin-bottom:1px;
}
.welcome #mainContent .shoppingcart:link, .welcome #mainContent .shoppingcart:visited  {
	color: #C00;
}
.welcome #mainContent .shoppingcart:hover {
	color: #C00;
	text-decoration: underline;
	background-color:#f3f3f3;
}
/*end*/
body
{
	text-align:center;
	background-color:#e6d5a0;
s
	background-image:url('img/htmlbg.jpg');
	background-repeat:repeat-x;
	margin:0;
	font-family:Georgia,serif;
	font-size:12px;
	height:100%
}
p {
	margin-top: 4px;
}
h1,h2,h3,h4,h5,h6
{
	font-family:Georgia,serif;
	font-style:italic;
	color:#79380e;
	font-weight:300;
	margin:0;
	padding:0;
}
h2 {
	margin-top:30px;
	margin-left:0;
	font-size:16px;
}
h3 {
	font-style:normal;
	font-weight:bold;
}
.privacy-policy #mainContent {
	color: #7b7b7b;
	font-size: 10px;
}
.privacy-policy h1 {
	font-size: 13.5px;
	font-style: normal;
	font-weight: bold;
	color: #FFC68E;
	text-align: center;
}
.privacy-policy h2 {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	margin-top: 11px;
	color: #666;
	font-style: normal;
}
.times {
	font:"Times New Roman", Times, serif;
}
legend
{
	font-size:16px;
	color:#FFF;
	background-color:#79380e;
	font-weight:bold
}

fieldset
{
	margin-top:15px;
	border:1px solid #79380e
}

img
{
	border:none;
}

form
{
	display:inline
}

#wrapper
{
	margin:0 auto;
	width:1000px;
	background-image:url('./img/bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	text-align:left;
	clear:both;
}
#header
{
	width:800px;
	height:57px;
	margin:0 auto 0 auto;
}

#header > .logo
{
	float:left
}

#mainContent a, #sidebar a
{
	color:#79380e;
	text-decoration:none
}

#mainContent li a:hover, #mainContent p a:hover, #sidebar li a:hover, #sidebar p a:hover, #sidebar td a:hover
{
	background-color:#79380e;
	color:#FFF;
	text-decoration:none;
}


.req
{
	color:red
}


#nav
{
	width:800px;
	height:44px;
	margin:135px auto 0 auto;
}

a.footernav
{
	font-size:12px;
	color:#37311e;
	font-weight:bold;
	text-decoration:none
}

a.footernav:hover
{
	font-size:12px;
	color:#37311e;
	font-weight:bold;
	text-decoration:underline
}

a.footsubnav
{
	font-size:11px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	text-decoration:none
}

a.footsubnav:hover
{
	font-size:11px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	text-decoration:underline
}

#sbutt
{
	background-color:#276fc1;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	color:#FFF
}

#sfield
{
	border:1px solid #000
}

#footer
{
	background-image:url('./img/footershim.gif');
	background-repeat:repeat-x;
	height:300px;
	background-color:#c7b16c;
	margin:0;
	text-align:left
	
}

#footmeat
{
	width:830px;
	margin:0 auto;
	text-align:left;
	
}

.footmeatcol
{
	width:100px;
	float:left;
	margin-left:5px;
	margin-top:20px
}

.footmeatcolcontact
{
	width:180px;
	float:right;
	margin-left:0;
	margin-top:20px;
}
.footmeatcolftyt {
	margin:0 5px 0 0;
	float:left;
}
.footmeatcolftyt ul{
	margin:0;
	padding:20px;
	list-style:none;
}
.footmeatcolftyt ul li {
	margin-bottom:10px;
}
.footmeatcolftyt ul li img {
	border : 1px solid #79380e;
	padding: 1px;
	margin:0;
	float:none;
}
.footmeatcolftyt ul li img:hover {
	background-color : #e6d5a0;
	border : 1px solid #79380e;
}

/*My footer rules*/
#footer1
{
	background-image:url('./img/footershim.gif');
	background-repeat:repeat-x;
	background-color:#c7b16c;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
#footer1 ul
{
	list-style:none;
	width:120px;
	float:left;
	margin-left:10px;
	margin-top:20px
}
#footer li a
{
	font-size:10px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	text-decoration:none
}

#footer li a:hover
{
	text-decoration:underline;
	background-color: none;
}
#footer li:first-child a
{
	font-size:12px;
	color:#37311e;
	font-weight:bold;
	text-decoration:none
}

#footer li:first-child a:hover
{
	text-decoration:underline
}
/*end*/

#copy
{
	text-align:left;
	clear:both;
	margin-top:20px
}

.linker
{
	color:blue;
	text-decoration:underline
}

/* These are the new rules that I have added*/
#mainContent {
	margin-right:250px;
	padding:10px;
}

#sidebar {
	float:right;
	width:230px;
	padding:10px;
}

h1
{
	padding:0 0 10px 0
}
/*end*/


/*These rules make the list in the sidebar act as links.*/
#sidebar ul {
	font: 0.95em Arial,Helvetica,sans-serif;
	list-style:none;
	margin:0 0 20px 10px;
	padding:0;
}

#sidebar li {
	width: 100%;
	margin: 0.2em;
}

#sidebar li a, #sidebar li a:link {
	color: #79380e;
	background-color: #c7b16c;
	display: block;
	border: 1px solid #E6E6FF;
	margin:0 2em 0 0;
	padding: 0.5em 1.5em 0.3em 1.5em;
	background-image: url(images/image.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
/*
#sidebar li a, #sidebar li a:link {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 14px;
	border: 1px solid #79380e;
	margin:0 2em 0 0;
	padding: 0.5em 1.5em 0.3em 1.5em;
	background-image: url(../images/image.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
#sidebar li a:hover, #sidebar li a:active, #sidebar li a:focus {
	border: 1px solid #79380e;
}
.seminars #seminars a:link, .schedules #schedules a:link, .brochure #brochure a:link, .registration #registration a:link, .financial #financial a:link, .in-house #in-house a:link, .testimonials #testimonials a:link, .seminars #seminars a:visited, .schedules #schedules a:visited, .brochure #brochure a:visited, .registration #registration a:visited, .financial #financial a:visited, .in-house #in-house a:visited, .testimonials #testimonials a:visited, .bryan #bryan a:link, .books #books a:link, .articles_by #articles_by a:link, .articlesAbout #articlesAbout a:link, .bryan #bryan a:visited, .books #books a:visited, .articles_by #articles_by a:visited, .articlesAbout #articlesAbout a:visited, .interviews #interviews a:link, .supreme #supreme a:link, .judges #judges a:link, .YouTube #YouTube a:link, .consulting #consulting a:link, .appellate #appellate a:link, .interviews #interviews a:visited, .supreme #supreme a:visited, .judges #judges a:visited, .YouTube #YouTube a:visited, .consulting #consulting a:visited, .appellate #appellate a:visited, .corporate #corporate a:link,.consulting #consulting a:visited, .appellate #appellate a:visited, .corporate #corporate a:visited
{
	border: 1px solid #79380e;
}
*/
#sidebar li a:hover, #sidebar li a:active, #sidebar li a:focus {
	color:#c7b16c;
	background-color: #79380e;
	border: 1px solid #E6E6FF;
}
/*End*/

/*These rules make a you are here appear on the sidebar in each section*/
.seminars #seminars a:link, .schedules #schedules a:link, .brochure #brochure a:link, .registration #registration a:link, .financial #financial a:link, .in-house #in-house a:link, .testimonials #testimonials a:link, .seminars #seminars a:visited, .schedules #schedules a:visited, .brochure #brochure a:visited, .registration #registration a:visited, .financial #financial a:visited, .in-house #in-house a:visited, .testimonials #testimonials a:visited, .bryan #bryan a:link, .books #books a:link, .articles_by #articles_by a:link, .articlesAbout #articlesAbout a:link, .bryan #bryan a:visited, .books #books a:visited, .articles_by #articles_by a:visited, .articlesAbout #articlesAbout a:visited, .interviews #interviews a:link, .supreme #supreme a:link, .judges #judges a:link, .YouTube #YouTube a:link, .consulting #consulting a:link, .appellate #appellate a:link, .interviews #interviews a:visited, .supreme #supreme a:visited, .judges #judges a:visited, .YouTube #YouTube a:visited, .consulting #consulting a:visited, .appellate #appellate a:visited, .corporate #corporate a:link,.consulting #consulting a:visited, .appellate #appellate a:visited, .corporate #corporate a:visited
{
	color:#c7b16c;
	background-color: #79380e;
	border: 1px solid #E6E6FF;
}
/*end*/

/*These class rules remove the bullet, and add spading to the articles list items.  The .odd class add a different color for the odd rows (applies separately).*/
.articlesList {
	list-style: none;
	padding:0;
}

.articlesList li {
	padding:1em;
}

.odd { 
	background-color : #E2E2E2; }
.youTubeVideos ul {
	list-style: none;
	margin:0 0 0 10px;
	padding:0;
}
.bryan #mainContent img#youTube , .bryan #mainContent .youTubeVideos img, .YouTube #mainContent img#youTube , .YouTube #mainContent .youTubeVideos img, .interviews #mainContent .youTubeVideos img {
	border : 1px solid #79380e;
	padding: 5px;
	margin:0;
	float:none;
}
.youTubeVideos img:hover, img#youTube:hover {
	background-color : #e6d5a0;
	border : 1px solid #79380e;
}

/*end*/

.clearfloat
{
	clear:both;
}
caption
{
	font-family:Georgia,serif;
	font-size:20px;
	font-style:italic;
	color:#79380e;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}
/*this will float the images in the books page to the right*/
.books #mainContent img, .cle #mainContent img, .bryan #mainContent img, .seminars #mainContent img, .in-house #mainContent img {
	float:right;
	margin:20px 0 20px 20px;
}
.bryan #mainContent img {
	margin-top:0;
}
.books #mainContent ul li img {
	float:none;
}
/*end*/
/*menuBar rules*/
#menuBarWrapper {
	background-image: url(img/MyMenuBar/menuBarBg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width:832px;
	position: relative;
	margin-top: 146px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
#menuBar {
	padding:0 0 31px 0;
	margin: 0;
	text-align:center;
}
#menuBar ul {
	margin: 0 auto;
}
#menuBar li {
	background:url(img/MyMenuBar/Tab_NotSelected.png);
	list-style:none;
	float:left;
	margin-left:5px;
	width:145px;
	padding: 0px;
}
#menuBar li a {
	display: block;
	height:23px;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, serif;
	color:#000;
	text-decoration:none;
	padding-top:8px;
}
#menuBar li a:hover {
	color:#79380e;
	text-decoration:underline;
	background:url(img/MyMenuBar/Tab_Selected.png);
	border-bottom:2px solid #f3f3f3
}
#content {
	width:800px;
	margin:0 auto;
	background-color:#F3F3F3;
	padding:10px 20px 20px 10px;
	border-left:1px solid #7f4811;
	border-right:1px solid #c4aa63;
}
/*Old #content
#content
{
	width:770px;
	height:auto;
	margin-left:94px;
	background-color:#F3F3F3;
	border-left:1px solid #7f4811;
	border-right:1px solid #c4aa63;
	padding:10px 20px 20px 10px
}
*/
.welcome #welcome a, .CLESeminars #CLESeminars a, .BryanGarner li#BryanGarner a, .consulting-menuBar #consulting-menuBar a, .interviews-menuBar #interviews-menuBar a{
	color:#79380e;
	text-decoration:underline;
	background:url(img/MyMenuBar/Tab_Selected.png);
	border-bottom:2px solid #f3f3f3;
}
/*these are the rules for the blockquote and cite elements*/
#sidebar blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #999;
	margin: 100px 0 20px 0;
	padding: 0;
	background-image: url(img/blockquotes/Left_Quotes.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar blockquote p {
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 0px;
	text-indent: 20px;
}
#sidebar #quote_attrib {
	font-style:italic;
	background-image: url(img/blockquotes/Right_Quotes.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0;
	margin-top: 0px;
	padding-bottom: 38px;
}
/*end*/
/*This rule keeps the quote in the welcome page up higher*/
.welcome #sidebar blockquote {
	margin-top: 20px;
}
/*end*/
.register {
	float:right;
}
ul.liveSeminars {
	list-style:none;
	margin: 40px auto 20px auto;
	display:block;
	width:500px;
	padding:0;
}
ul.liveSeminars li {
	padding-top:10px;
}
.seminars ul.liveSeminars li h1 {
	font-weight:bold;
	margin:0 auto;
	font-style:normal;
	padding:0;
	text-align:center;
}
.seminars ul.liveSeminars li h2 {
	text-align:center;
}
.seminars ul.liveSeminars li p {
	padding:0;
	margin:0;
	text-align:center;
}
.brochure ul, .brochure ul li ul {
	margin:0;
	padding:0;
}
.dates {
	float:left;
	width:110px;
}
.brochure #mainContent ul li {
	list-style:disc;
	list-style-position:inside;
	padding:0 0 0 20px;
	margin:10px 0 0 0;
}
.brochure #mainContent ul li ul li {
	list-style-type:circle;
	padding:0 0 0 20px;
	list-style-position:inside;
	margin:0 0 0 20px;
}
/*these are the rules for the blockquote and cite elements in the books mainContent area*/
.books blockquote, .testimonials blockquote {
	margin: 20px 10px 0 10px;
	padding: 0;
}
.books blockquote p {
	margin-bottom:5px;
}
.testimonials blockquote p {
	margin:0 0 5px 0;
}
.books cite p, .testimonials cite p {
	padding:0;
	margin:0 0 0 40px;
	font-style:italic;
}
/*end*/
ol li {
	margin-top:10px;
}
.financial ol li {
	margin-top:0;
}
.bryan img#youTube {
	float:none;
}
/*These rules are for the register page.*/
table#register {
}
table#register td {
	padding:0 10px;
}
#register h2 {
	margin:0 0 10px 0;
}
h2.extra {
	margin: 4px 0;
	text-align:center;
	font-size:14px;
	font-style:normal;
}
#register ul, #register li, #register p {
	padding:0;
	margin: 0;
}
#register ul,#register p {
	padding-left:15px;
	margin: 0;
}
.name {
	font-size:14px;
	font-weight:bold;
}
/*table#register tr td a {
	color:#fff;
	text-align:center;
	background-image: url(img/register/menuOn.jpg);
	background-repeat: repeat-x;
	display:block;
	margin:10px;
	height:20px;
	padding-top:4px;
}*/
/*end*/
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}
.registration input[type="text"] {
	width: 250px;
}
.theWinningBrief {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.CLESeminars ol {
	margin-top: 010px;
	margin-bottom: 10px;
}
.CLESeminars ol li {
	margin-top: 0px;
	margin-bottom: 0px;
}
#video {
	width: 480px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #79380e;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #c7b16c;
	padding: 9px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}
#sidebar caption {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-bottom:12px;
}
.slideshow #sidebar {
	display: none;
}
.slideshow #mainContent {
	margin-right:0px;
	padding:10px;
}
.centered {
	text-align:center;
}

/* New rules for new online_registration.php */
/* Form elements */
form {
/*	clear:right;
	width:100%;
	overflow:hidden;
	padding:0; */
}
fieldset {
	margin: 0 auto 15px 0;
	border: none;
/*	width:665px; */
}

fieldset div {
	background: url(img/bg-form-fieldset-div.png) repeat-y 0 0;
/*	margin: 0 0 10px; */
    overflow: hidden;
    padding: 5px 5px 5px 0;
}

/* Input, textarea, and select defaults */
fieldset div input, fieldset div textarea, fieldset div select {
	color: #333;
	font-size: 1.4em;
	background-color: #e2e1d7;
	padding: 5px;
	width: 340px;
	background-image: url(img/input-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
fieldset div input:focus, fieldset div textarea:focus, fieldset div select:focus {
	background-color: #fff;
}

/* Text inputs */
fieldset div input {
	padding: 6px 3px;
}

/* This rule affects the textarea */
fieldset div textarea {
/*	padding:1px 0 1px 3px;
	border:1px solid #c2afa3;
	color:#70635b;
	margin-bottom:15px; */
	overflow:auto;
}

/* Select menus */
fieldset div select {
	padding: 0 0 0 3px;
	width: 347px;
	margin-top:2px;
}        

/* These rules affect billing.php and the width of the credit card options */
fieldset div select[name="cc_exp_month"] {
	width:108px;
	margin-right:10px;
}
fieldset div select[name="cc_exp_year"] {
	width:85px;
}

/* File Upload */
fieldset div input[type=file] {
	border: inherit;
	padding: inherit;
	width: auto;
	background:none;
}

/* Radio buttons and checkboxes */
fieldset div ul {
	float: left;
	margin: 5px 0 0 245px;
}

/* This rule affects the input option for the Quantity in cart.php and wishlist.php */
form input.small {
	width:40px;
	padding:1px 0 1px 3px;
	background:url(img/png-bg.png) left top;
	border:1px solid #c2afa3;
	color:#70635b;
}

/* Labels */
fieldset div label {
/*	color: #666;
	font-size: 1.16em;
	font-weight: bold;
	line-height: 1.1; */
	float: left;
	margin: 9px 20px 0 0;
	width: 150px;
}

/* These rules affect the Use Same Address for Billing checkbox in checkout.php */
fieldset div ul {
	padding-bottom:0;
	list-style-type:none;
}
fieldset div ul li {
	margin: 0 0 5px;
	padding: 0;
}
fieldset div ul li input {
	border: inherit;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
}
fieldset div ul li label {
	display: inline;
	float: none;
	margin: 0 0 0 10px;
	padding: 0;
}

/* This keeps the background from displaying on the submit button in billing.php and checkout.php */
div.controls {
	background: none;
	margin: 0;
	padding: 0;
}
div.controls p {
	text-align:right;
}

/* This affects the div that displays the products in billing.php, checkout.php, sales.php and  wishlist.php */
div.form-bg {
/*	width:683px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	border:dotted 1px #666;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px; */
}

/* These rules are for the .button */
a.button, a.button:link, a.button:visited, input.button, input.button:link, input.button:visited {
	color: #fff;
	font-weight:normal;
	font-size:12px;
	background-color: #999;
	padding: 5px 14px;
	background-image: url(img/image.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	margin:10px 0 0 20px;
	float:right;
}

/*
.form-bg a.button, .form-bg a.button:link, .form-bg a.button:visited, .form-bg input.button, .form-bg input.button:link, .form-bg input.button:visited {
	float:right;
	margin-right:0;
}
a.button, a.button:link, a.button:visited, input.button, input.button:link, input.button:visited {
	float:right;
	margin-right:0;
}
*/
a.button:hover, input.button:hover, a.buton#active, input.button:active, a.buton#focus, input.button:focus {
/*	background-color: #B33023; */
	background-color:#AC1D1D;
}
input.button, input.button:link, input.button:visited  {
	margin-right:0;
	border:none;
	width: auto;
}
input.button:hover, input.button:active, input.button:focus  {
	cursor:pointer;
}

/* These are the rules for any errors found in checkout.php and billing.php */
span.error, p.error {
	color: #800517;
	font-weight: bold;
}
span.error {
	padding-left:170px;
}
form input.error, textarea.error, select.error {
	border: 2px solid #800517;
}

/* These are the rules for the table in the views file checkout_cart.html for checkout.html and the views file checkout_cart.html for billing.html */
table.checkout, table.cart {
	margin:0 auto;
	border-spacing:0;
}
table.checkout td,  table.checkout th, table.cart td, table.cart th {
	padding: 12px;
}

th.Item, td.Item, th.Quantity, td.Quantity, th.Price, td.Price, th.Subtotal, td.Subtotal, th.Options, td.Options {
	vertical-align: middle;
}
th.Item, td.Item {
	text-align: left;
	width:416px;
}
th.Quantity, td.Quantity {
	text-align: center;
	width:80px;
}
th.Price, td.Price {
	text-align: right;
	width:80px;
}
th.Subtotal, td.Subtotal {
	text-align: right;
	width:80px;
}
th.Options, td.Options {
	text-align: right;
	width: 160px;
}
.odd {
	background-color: #f2f2f2
}
.even {
}

/* New rules to overide old rules */
.registration fieldset div input[type="text"] {
	width:340px;
}
fieldset div label input {
	width:auto;
}

div.radioButtons {
	margin-left:170px;
	overflow:visible;
}
div.radioButtons label {
	width:350px;
}

fieldset div div.radioButtons label {
	margin:0;
}

fieldset div div.radioButtons p#tot {
/*	margin:36px 0 0 25px; */
	margin:36px 0 0 0;
	font-weight:bold;
}

#mainContent a.button, #mainContent a.button:link, #mainContent a.button:visited {
	color:#fff;
}
