/*  
Theme Name: smartchoice1
Author URI: http://www.ddemko.com
Version: 1
Author: David Demko
Description: three-column theme with optimized code for faster loading.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: white;
  color: #000000;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 13px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
/* Commonly used to style section titles. */
h2 {
  color: black;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #804040;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #806040;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #7f4080;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #408060;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #804040;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 925px;
  /*border: solid 1px white;*/
}
#outerWrapper #header {
  background-color: #FFFFFF;
 /* border-bottom: solid 1px #000000; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  height: 110px;
  /*padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header {  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  height: 110px; }
#outerWrapper #header a,  a:link, a:active, a:visited, a:focus{
color: #900;
text-decoration:underline
}
#outerWrapper #header a:hover{
color: #009;
text-decoration:underline;
}


#outerWrapper #topNavigation {
  background-color: #990000;
  border-bottom: solid 1px #FFFFFF; /* Sets the bottom border properties for an element using shorthand notation */
  height: 25px;
  padding-top: 5px;
 /* padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  background-color: #FFFFFF;
  overflow: hidden;
}
#outerWrapper #contentWrapper a,  a:link, a:active, a:visited, a:focus{
color: #900;
text-decoration:underline
}
#outerWrapper #contentWrapper a:hover{
color: #009;
text-decoration:underline;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #FFFFFF;
  border-left: solid 1px #FFFFFF; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 150px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FFFFFF;
  border-right: solid 1px #FFFFFF; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  /*width: 150px;*/
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 170px 0 20px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content h1 {
  color: black;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
/* Commonly used to style section titles. */
#outerWrapper #contentWrapper #content h2 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
#outerWrapper #contentWrapper #content p {
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.3em;
}
#outerWrapper #footer {
  background-color: #990000;
  height: 20px;
  border-top: solid 1px #FFFFFF; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.bottom a,  a:link, a:active, a:visited, a:focus{
color: #000099;
	
}
.bottom a:hover{
color: #F00;
text-decoration:underline;
	
}
/*side nav styling*/
.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}

.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}
/*end nav styling*/

blockquote{ margin: 0px 0px 0px 25px; padding: 0px 25px 0px 10px; font-style: italic;
color: #666666; border-left: 1px solid #cccccc; }
#content blockquote p{ margin: 0px 0px 20px 0px; padding: 0px; }
.postspace { background: #FFFFFF; width: 500px; height: 32px; margin: 0px; padding: 0px; }
.postspace2 { background: #FFFFFF; width: 500px; height: 0px; margin: 0px; padding: 0px; }

/*#l_sidebar  { background: white; width: 150px; float: left; 
position:relative; margin-top: 30px; margin-bottom: 20px; margin-left:0px;  margin-right:1px; padding: 15px 15px 15px 15px; 
border: 0px solid #000000; font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; }*/


#outerWrapper #contentWrapper #rightColumn1 ul { list-style: none; margin: 0px; padding: 0px; }
#outerWrapper #contentWrapper #rightColumn1 li { list-style: none; margin: 0px; padding: 0 0 10px 0; }
#outerWrapper #contentWrapper #rightColumn1 ul li { list-style: none; margin: 0px; padding: 5px 0px 0px 0px; }
#outerWrapper #contentWrapper #rightColumn1 ul li ul li { list-style: none; margin: 0px; padding: 5px 0px 5px 13px; font-style:italic; font-size:11px; }
#outerWrapper #contentWrapper #rightColumn1 ul li a { color: #990000; text-decoration: none; }
#outerWrapper #contentWrapper #rightColumn1 ul li a:hover { color: #0000cd;  text-decoration: underline; }

#r_sidebar{ background: white; width: 150px; float: right;
position:relative; margin-top: 30px; margin-bottom: 20px;  margin-left:0px; padding: 15px 15px 15px 15px; 
border: 0px solid #000000; font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; }*/


/*#outerWrapper #contentWrapper #rightColumn1 ul { list-style: none; margin: 0px; padding: 0px 0px 20px 0px; }
#outerWrapper #contentWrapper #rightColumn1 li { list-style: none; margin: 0px; padding: 0px; }
#outerWrapper #contentWrapper #rightColumn1 ul li { list-style: none; margin: 0px; padding: 5px 0px 0px 0px; }
#outerWrapper #contentWrapper #rightColumn1 ul li a { color: #990000; text-decoration: none; }
#outerWrapper #contentWrapper #rightColumn1 ul li a:hover { color: #0000cd; text-decoration: underline; }*/
