/* Start of CMSMS style sheet 'Clean_Orange : Main' */
/* 
Background Color: #246bb9 
Footer Text Color: #fde200


*/

* {
  margin:0;
  padding:0;

}

body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;

background-image: url('uploads/images/bg.gif');
background-repeat:repeat-x;
   color: #000000;


}

.email{font-size:11px;}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;

  /* color: #cc6714;  */
   color: #ff6600;
}

a:visited {
   text-decoration: none;

   color: #ff6600;
}

a:hover {
   text-decoration: underline;

   color: #ff6600;
}



/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   max-width: 850px;
   min-width: 850px;


}

div#header {
   /* border-bottom: 4px solid #948979; */
height:119px;

   font-size: 24px;
   margin-bottom:15px;
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
background-image: url('uploads/images/headerbg.gif');
background-repeat:no-repeat;
background-position:bottom;

}

div#header h1 {
   font-size: 32px;
   color: #ff6600;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#slogan {
   padding-left: 30px;
   font-size: 11px;
   color: #cccccc;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#search {
   width: 20px;  
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em 1.5em 1em;
   color: #666666;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#content {
   color: #666666;
   margin-left: 180px;

   width: 639px; /* minus 6px due to ie6 */

}

div#content ul {list-style-type: none; font-weight:bold; color:#000000;}

div#leftsidebar {
   float: left;
   width: 150px;
   display: inline;  /* FIX IE double margin bug */
   /* margin-left: 0; */
   border-right:  1px dotted #246bb9 ;

}

div#counties {
   margin-top:20px;

   width: 100%;  

}

div#counties img {
   padding-top: 20px;
   padding-bottom: 20px;
}

div#counties li{list-style-type: none; font-weight:bold; color:#246bb9;}
div#counties h2 {
color:#000000;
}
div#counties h4 {
color:#000000;
}



div#footer {
   clear: both;
   /* background-color: #575352; */
   background-color: #246bb9;
   color: #fde200;
}

div#footer p {
   color: #fde200;
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #fde200;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fde200;
   text-decoration: underline;

}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: #246bb9; 
   font-size: 20px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
border-bottom: 1px dotted #246bb9 ;
}

h2 {
   color: #666666; 
   font-size: 16px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #666666; 
   font-size: 16px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
border-bottom:1px dotted #246bb9 ;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 14px;
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
color:#000000;
}


strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Arial, Helvetica, sans-serif;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
{

   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li{
  margin: 0 0 0.25em 1em;
font-size:16px;
   line-height: 1.3em;
list-style-type: square;

}





/* End of 'Clean_Orange : Main' */

