/* Start of CMSMS style sheet 'GC Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 12pt;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 10px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
border:0;
}

#content img {
border: 1px solid #ba834c;
float: left; margin-right: 10px; margin-bottom:25px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* 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: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}



/*****************
basic layout 
*****************/
body {
   background: url(uploads/images/bg.jpg) repeat-x 0 0px; 
   color: #333;
   margin:0; /* gives some air for the pagewrapper */
}

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
  width: 720px; /* IE wont understand these, so we will use javascript magick */
   color: black;
}


div#header {
   height: 135px; /* adjust according your image size */
   background: url(uploads/images/header.jpg) no-repeat 0 0px; 
}

div#header h1 a {
/* you can set your own image here */
   display: none; 
   text-indent: -999em;  /* this hides the text */
}

div#line{
color:#f5da93; 
background: #f5da93; 
height:5px; 
width:720px;
margin-top: 10px;
}

div#content {
   margin: 10px auto 20px 0; /* some air above and under menu and content */
   background-color: #f5e5ba;
}

div#main {
   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 230px; /* and some air on the right */
   padding-top: 10px;

}


div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 195px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   padding: 10px 10px 5px 25px;
   margin-left: 0;
   background-color: #f7c77e;
   border-left:3px solid #f9aa5e;"
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 195px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   padding: 10px 5px 10px 20px;
   margin-left: 0;
   background-color: #f7c77e;
   border-left:3px solid #f9aa5e;"
}


/* 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;
}


div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #f7c77e; /* same bg color as in header */
   height: 20px;
   color: #000; /* needed becouse footer link would be same color as background otherwise */
   font-size: 10px;
text-declaration:none;
   text-align: center; /* centered text */

}

div#footer p {
   font-size: 10px;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:10px;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
   font-size: 10px;
text-declaration:none;
   text-align: center; /* centered text */

}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */

 div#content h1 {
   font-size: 16pt;  /* font size for h1 */
   line-height: 20pt;
   margin: 0;
   color: #2f4622; 
   padding-bottom: 2px;

}
div#content h2 {
   color: #2f4622; 
   font-size: 12pt; 
   text-align: left; 
   padding-bottom: 2px;
} 

div#content h3 {
   color: #294B5F; 
   font-size: 14px;
   font-weight: bold;
   line-height: 16px;
   margin-bottom: 15px;
   padding: 0 0 0 15px;
   border-left: 6px solid #a5c64e;
}

div#content h4 {
   color: #2f4622; 
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
   margin-bottom: 10px;
}


div#content h5 {
   color: #2f4622; 
   font-size: 14px;
   font-weight: bold;
   line-height: 14px;
   margin-bottom: 10px;
   margin-left: 200px;
}

div#sidebar h1 {
   font-size: 14px;
   font-weight: bold;
   line-height: 16px;
   color: #2f4622;
   margin-bottom: 5px;
}

/* END HEADINGS */

/* TEXT */
p {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   margin: 0 0 5px; 0;  /* some air around p elements */
   padding: 0;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}

em, i {
/* explicit setting for these */
   font-style:italic;
}




/* END TEXT */

/* LISTS  */
div#main ul,
div#main ol,
div#main dl {
   margin: 0 0 5px; 0;  /* some air around p elements */
   padding: 0;
font-size: 10px;
}
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 */

/* End of 'GC Layout' */

