/* Start of CMSMS style sheet 'ORGhome' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
copied from base:top +2
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:  75.01%;
   line-height: 1em;
}



/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   /* text-decoration: none;*/
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #564218; 
}

a:visited {
   /* text-decoration: none;*/
   background-color: inherit;
   color: #564218;                /* a different color can be used for visited links(18507c)*/
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #EFECE0;/*#D6CCA3; light color C3D4DF */
   color: #82613B; /* dark */
}

/*****************
basic layout
*****************/

body {
   background-color: #FFFFFF;  /*was ccc */
   color: #000; /* was 333 */
   margin:0;/*.25em;  gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid white;
   padding-top:1em;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 79em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 65px; /* adjust according your image size was 80 */
   width: 40%;
   background: #fff;         
}
 

div#top-nav {
   display: inline;  /* FIX ie doublemargin bug */
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 40%;    /* sidebar width, if you change this please also change #main margins  */
   margin-top: 15px;
   margin-left: 50%;
   background: #fff;         
   text-align: right;
}

div#header h1 a {
/* you can set your own image here */
   background: #fff url(uploads/images/lcorgsolutions.gif) no-repeat 0 0;  /* was 0 12px; */
   display: block; 
   height: 65px;             /* adjust according your image size was 80*/
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#header2 {
   height: 65px; /* adjust according your image size was 80 */
   background: #fff;         
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   margin:1em 0 0 0;/* 3em auto 2em 0em;  some air above and under menu and content was 1.5*/
}

div#main {
   margin-left: 234px;/* 25%*/; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 0;/*2%;  and some air on the right */
   border-top:3px solid #5F3316;
   padding-top:5px;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 227px/*24%*/;    /* sidebar width, if you change this please also change #main margins : was 26 */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
   background-color: #fff; /* same bg color as in header was 385c72 */
   padding:1.5em 0;
}

div#footer p {
   font-size: 0.8em;
   padding: 0/*1.5em*/;      /* some air for footer */
   text-align: right; /* centered text was center*/
   margin:0;
}

div#footer a {
text-decoration:none;
}

div#footer p a {
   color: #fff; /* needed because footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

.below_nav {
padding:0 5px 1px 5px;}

div#content_header {
height:65px;
padding-bottom:10px;
margin-bottom:1px/* 10px*/;
border-bottom:1px solid #B9BE9C;
}

div.content_header_img img {
margin-top:15px;
margin-left: 5px; 
margin-right: 10px; 
float:left;
}

div#content_inside {
padding:8px 3px 0 2px;
margin-right:240px;
}

div#content_inside_noright {
padding:8px 3px 0 2px;
}

div#right_sidebar {
float:right;
}

div#gallery_flash {
   padding-top:8px;
   font-size: 1em;
   line-height:1.4em;
   text-align:justify;

}

/********************
CONTENT STYLING - here
*********************/
div#content {
background:url(uploads/images/HomeORG/menubg.gif) repeat-y top left;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #5F3316; /*was 294b5f */
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   /* padding-left: 0.5em;*/
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #EFECE0; 
   /* border-left: 1.6em solid #5F3316; */
   line-height: 1.8em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #82613B; /* 294B5F; */
   font-size: 1.2em;
   font-weight:normal;
   line-height: 1.3em;
   margin: 0 0 0.5em 0; 
}
div#content h4 {
   color: #82613B; /* 294B5F; */
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em .5em;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
   text-align:justify;
}
blockquote {
   border-left: 10px solid #EFE9D1;
   margin:10px 0 0 10px;
   padding-left:1em;
   line-height:1.5em;
   font-size:.9em;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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: "Courier New", Courier, monospace;
 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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


/* Forms Styling */
div.orgsol_contactform fieldset, div.orgsol_take5 fieldset {
padding:15px;
background:#EFECE0;
border:1px solid #D6CCA3;
}
div.orgsol_contactform span.inputboxes {
float:left;
width:63%;
padding-bottom:5px;
line-height:1.1em;
}
div.orgsol_contactform span.label {
float:left;
width:35%;
padding-bottom:5px;
}
div.required span.label {
color:#896532;
}


/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
   background:#D6CCA3;
   border:1px solid #D6CCA3;
}
#menu_vert ul#primary-nav {border:0px;}
/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   /* padding-bottom: 0.5em; */ 
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin:0;
   border-bottom:0; /*1px solid #DFD9C3; c0c0c0 */
   background:
   display: block;
}

#menu_vert ul ul li {
   border: none;
   background:#ffffff;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0.2em 0.5em 1.5em; /* some air for it - was .8,.5,.8,1.5 */   
   color: #564218; /* this will be link color for all levels - 18507C */
   /* background: url(uploads/basethemes/arrow-right.gif) no-repeat 0.5em center #687718; */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border-bottom:1px solid #fff;
   margin:0px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background:#EFE9D1;
   color:#8F8250;
}
div#menu_vert ul a:hover {
background:#ffffff;
color:#5F3316;
}
div#menu_vert ul ul a:hover {
background:#ffffff;
color:#5F3316;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding-left:4.3em;
  /* padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/basethemes/dash.gif) no-repeat 2.8em center; */
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #fff;/* d6cca3; c3d4df */
  color:#000;
}
div#menu_vert a.activeparent:hover {
   background-color:#ffffff;/*#d6cca3; c3d4df */
   color: #82613B; /*18507c*/
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/basethemes/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #FFFCEF;/*#D6cca3; 385c72 */
   color: #5F3316;
}

div#menu_vert li.currentpage h3{
background:#fff;
color:#5F3316;
font-weight:normal;
padding-top:0.5em;
padding-bottom:0.5em;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #000; /*18507c */
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(uploads/basethemes/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #d6cca3; /*dark for selection 385c72 */
   display: block; 
   padding: 0.5em 0.2em 0.5em 1.5em;;  /* some air for it */
   color: #000;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/basethemes/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/* Testimonials Module */
div.title {
border-bottom:1px solid #EFECE0;
color:#82613B;
font-size:1.5em;
line-height:1.8em;
margin:0pt 0pt 0.5em;
padding-bottom:1px;
padding-left:0.5em;
text-align:left;
font-weight:bold;
}

div.title a {
text-decoration:none;
}

div.plain_text {
margin-left:1em;
margin-bottom:1em;
}

span.testimonial_name {
line-height:2.2em;
color:#896532;
}

span.testimonial_text {
margin:1em 0;
line-height:1.4em;
}

div#blurb {
   color: #59341B;
   background-color: #FFF;
   border-top-color: #59341B;
   border-left-color: #FFF;
   border-right-color: #FFF;
   border-bottom-color: #59341B;
   border-style: solid;  
   border-width: 2px;  
   clear:both;
}

div#blurb a {
color:#82613B;
}

.blurbheading {
   color:#82613B;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   font-weight:normal;
   letter-spacing:normal;
   text-transform:none;
}

.blurbtext {
   color:#808284;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:10px;
   font-weight:normal;
   letter-spacing:normal;
   text-transform:none;
}

/* End of 'ORGhome' */

