/*
This style created exclusively for Leichtling & Associates by Alan Bucknam at Notchcode Creative. All rights to this style reserved by Leichtling & Associates, LLC, and Notchcode Creative Services, LLC. 

For more information on Notchcode, please visit http://www.notchcode.com/ 

*/

body {
	font-size: 100%;
	background-color: #cc3333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColLiqRtHdr #container {
	width: 90%;  /* this will create a container 90% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1166px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	z-index: 100;
} 
.twoColLiqRtHdr #header { 
	background-color: #CC3333; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */} 
.twoColLiqRtHdr #header h1 {

	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 24%;
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 10px; /* top and bottom padding create visual space within this div  */
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 10pt;
	line-height: 13pt;
	padding: 0px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent { 
	margin: 0 26% 0 0px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding: 10px 0 0 0;
	border-right: 5px solid #000000;
	} 

.twoColLiqRtHdr #footer {
	background-color:#000000;
	color: #FFFFFF;
	text-align: center;
	height: 28pt;
} 
.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* text stylings */
.twoColLiqRtHdr #mainContent p, h1, h2, h3 {
	padding: 0 10px 0 10px;
	font-family: "Times New Roman", Georgia, Serif;
}

.twoColLiqRtHdr #mainContent p {
	font-size: 10pt;
	margin: 0 0 0pt;
	font-weight: normal;
	line-height: 14pt;
	font-variant: normal;
	font-family: "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
}

.twoColLiqRtHdr #mainContent h1, h2, h3 {
	margin: 0;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 14px;
}

.twoColLiqRtHdr #mainContent  h1 {
font-size: 18pt;
}

.twoColLiqRtHdr #mainContent  h2 {
	font-size: 14pt;
	margin-bottom: 0px;
	margin-top: 1em;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.twoColLiqRtHdr #mainContent  h1 {
	font-size: 16pt;
	margin-bottom: 0px;
	margin-top: 0em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 5em;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 0px;
}

.twoColLiqRtHdr #sidebar1 h1 {
	font-size: 14pt;
	line-height: 1.15 em;
	margin: 0em 0 0 0;
	padding: 0;
	}
	
	

/* these are the styles that drive the navigation menubar in the header: */

#navcontainer
{
width: 100%;
float: left;
background-color: #cc3333;
font-family: "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 2px 0 2px 0;
color: #FFFFFF;
letter-spacing: 0px;
font-weight: normal;
}

#navcontainer ul li a
{
	padding: 2px 1em 2px	1em;
	background-color: #cc3333;
	font: 0.75em "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #9D2626;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9D2626;
	border-bottom-color: #000000;
	border-left-color: #9D2626;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navcontainer ul li a:hover
{
	background-color: #F3F3F3;
	color: #CC3333;
	font-family: "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #CC3333;
text-transform: none;
}

#navcontainer ul li .activetab
{
	padding: 2px 1em 2px	1em;
	background-color: #FFFFFF;
	font: 0.75em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #CC3333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#navcontainer ul li .activetabtop a
{
	padding: 2px 1em 2px	1em;
	background-color: #FFFFFF;
	font: 0.75em "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #CC3333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.twoColLiqRtHdr #container #mainContent ul {
	font-family: "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 1em;
	list-style-type: disc;
	list-style-position: inside;
}

.twoColLiqRtHdr #container #mainContent a:link {
color: #cc3333;
text-decoration: none;
}

.twoColLiqRtHdr #container #mainContent a:hover {
	color: #cc3333;
	text-decoration: underline;
	}

.twoColLiqRtHdr #container #mainContent a:visited {
color: #cc3333;
text-decoration: none;
}

.twoColLiqRtHdr #sidebar1 a:link {
color: #cc3333;
text-decoration: none;
}

.twoColLiqRtHdr #sidebar1 a:hover {
	color: #cc3333;
	text-decoration: underline;
	}

.twoColLiqRtHdr #sidebar1 a:visited {
color: #cc3333;
text-decoration: none;
}


.twoColLiqRtHdr #container #footer p a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.twoColLiqRtHdr #container #footer p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.twoColLiqRtHdr #container #footer p {
	font-family: "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.25em;
	padding: 7px;
	margin: 0px;
}

.twoColLiqRtHdr #container #sidebar1 #dynamicText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 1.35em;
}

.bulletsection {
	margin: 0px;
	padding: 0px;
}

.twoColLiqRtHdr #container #mainContent ul li {
	text-align: left;
	font-size: 9pt;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 3px;
	font-family: "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
}

.hrclass {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.smallitalicbody {
	font-style: italic;
	font-size: small;
	text-decoration: none;
}

.twoColLiqRtHdr #container #mainContent .orderedlists ul {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type:upper-alpha;
	list-style-position: outside;
}

.twoColLiqRtHdr #container #mainContent li ul { margin-bottom: 0px; }

}

.twoColLiqRtHdr #container #mainContent ol {
	font-size: 10pt;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 0em;
	margin-top: 0em;
	font-family: "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
}

.twoColLiqRtHdr #container #mainContent ol li {
	text-align: left;
	font-size: 9pt;
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 3px;
	font-family: "Lucida Grande", "Lucida Grande CE", Verdana, sans-serif;
}
.twoColLiqRtHdr #container #mainContent ol li ul{
font-family: 'Lucida Grande', 'Lucida Grande CE', Verdana, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
	display: list-item;
list-style-position: outside;
list-style-type:upper-alpha;
margin-bottom: 0em;
margin-top: 0em;}
}
.twoColLiqRtHdr #container #mainContent ol li ul li {
	text-align: left;
	font-size: 9pt;
	display: list-item;
	list-style-position: outside;
list-style-type:upper-alpha;
}


/* lists for media page listings...not indented 

.twoColLiqRtHdr #container #mainContent table tr td  ul li {
	text-align: left;
	font-size: 9pt;
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
}

.twoColLiqRtHdr #container #mainContent table tr td li ul { margin-bottom: 0px; }

}

.twoColLiqRtHdr #container #mainContent table tr td ol {
font-family: 'Lucida Grande', 'Lucida Grande CE', Verdana, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
list-style-position: outside;
list-style-type: decimal;
margin-bottom: 1em;
margin-top: 0em;}

.twoColLiqRtHdr #container #mainContent table tr td ol li {
	text-align: left;
	font-size: 9pt;
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
}
.twoColLiqRtHdr #container #mainContent table tr td ol li ul{
font-family: 'Lucida Grande', 'Lucida Grande CE', Verdana, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
list-style-position: outside;
list-style-type: upper-alpha;
margin-bottom: 1em;
margin-top: 0em;}
}
.twoColLiqRtHdr #container #mainContent table tr td ol li ul li {
	text-align: left;
	font-size: 9pt;
	display: list-item;
	list-style-position: outside;
	list-style-type: upper-alpha;
}


end media page list styles */

.twoColLiqRtHdr #container #mainContent .mediaimg {
	padding: 10px 30px;
	}
	
