/* 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;
}
.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;
}

#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;
}
