/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/*****************
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 {
font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1.1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
div#content a  {
   text-decoration: none;
   color: #C1272D; 
}

/* remove underline on hover and change color */
div#content a:hover {
text-decoration:underline;
   color: #C1272D;
}

/*****************
basic layout 
*****************/
body {

background-color:#fff;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
border: 7px solid #C1272D;
	margin:10px auto;
	padding:0;
	min-width: 76em;
	max-width: 110em;
	width:80%;
	text-align:left;
	position: relative;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
position:relative;
background: url(uploads/images/headerimg.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	height: 160px;   
}

div#header h1 {
position: absolute;
font-family: Georgia, "Times New Roman", Times, serif;
z-index:100;
	bottom:20px;
	right: 20px;
	font-size:5em;
  	display:inline;
   color: #fff;
}
div#header h2 {
position: absolute;
font-family: Georgia, "Times New Roman", Times, serif;
z-index:0;
	bottom:18px;
	right: 21px;
	font-size:5em;
  	display:inline;
   color: #000;
}


div#header img {
   margin: 5px 0 0 15px;
}


/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 1em 0.2em 0;
   margin: 0 1em;
}

/* position for the weather box */
div#weather {
text-align:center;
   margin-right: 2%; /* some air on the right */
margin-top: 2em;
}

div.print {
display:inline;
   font-size: 80%;
float:left;
margin: -2.5em 0em 0em 0em;

}
div.breadcrumbs {
display:inline;
float:right;
   padding-right: 3em; 
   margin: -1.1em 0em 0em 0em;    
}
 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: .5em auto 0em 0; 
}




div#main {
border-top: 5px solid #C1272D;
margin:3em 2% 2em 33%;
}

div#sidebar {
   margin:0px auto 15px;
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 30%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   margin-bottom: 2em;
}
div#sidebar img {
text-align:center;
}
div#footer {
   clear: both;       /* keep footer below content and menu */
   overflow:auto;
   color: #fff;
   background-color: #C1272D; /* same bg color as in header */
   font-size: 0.8em;
}
div#footer a {
   color: #000; 
text-decoration:none;
font-weight:bold;

}
div#footer p {
text-align: center;
}
div#footer a:hover {
color: #fff;
}

div#footerside {
   width: 26%; 
text-align: center;
float:left;
display:inline;
   padding: 1em 0 0 0;

}

div#footermain {
   width: 72%; 
text-align: center;
float:right;
display:inline;
   padding: 1em 0 0 0;

/* hide ie/mac \*/
        height: 1%;
        /* end hide */
}


div#footermain ul {
}
div#footermain li {
display:inline;
        list-style: none;   
padding: .5em; 
}
div#logos {
        min-width: 76em;
	max-width: 110em;
	width:80%;
	margin:10px auto;
vertical-align: top;
text-align: center;
}
div#logos ul{
}
div#logos li{
display:inline;
        list-style: none;   
padding: 0 1em; 
}


div#sidelogobox {
width:65%;
/*text-align:left;*/
margin-left: 15%;
margin-top: 1em;
}
div#sidelogos {
position:relative;
}
div#sidelogos a{
font-size: 1em;
font-weight: bold;
text-align:center;
}
div#sidelogos ul{
padding:0;
margin:0;
text-align:center;
}
div#sidelogos li{
        list-style: none;   
padding: .2em 0;
}


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

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/


/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #000; 
	font-size: 1.5em; 
	text-align: left; 
	padding: .5em 0;
}
div#content h3 {
   color: #C1272D; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0.5em 0;
}
div#content h4 {
   color: #000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h6 {
   color: #000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 3em 0 0.25em 0em;
text-align:center;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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%;


}

/* 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#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;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/* TABLES */

#exec table {
font-size: .9em;
margin-bottom: 10px;
}
#exec table th {
	text-align:left;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#exec table td {
	text-align:left;
	border-bottom:thin dotted #CCCCCC;
        width: 50%;
}

#cch table {
font-size: .9em;
margin-bottom: 10px;
width:100%;
border-collapse:collapse;
border:medium solid #ccc;
}
#cch table th {
	text-align:left;
	margin-bottom: 0px;
	padding-bottom: 10px;
        border:thin solid #CCCCCC;
        border-bottom: medium solid #999;
}
#cch table tr {
	
}
#cch table td {
	text-align:left;
	padding-right: 5px;
        vertical-align: top;
        border:thin solid #CCCCCC;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom:medium solid #CCCCCC;
}

table.sked {
	border: 1px solid #000;
	border-collapse: collapse;
	/*background-color: white;*/
	width:90%;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
text-align:center;
empty-cells:hide;
}
table.sked th {
	border: 1px solid #000;
	-moz-border-radius: 0px;
	font-weight:bold;
empty-cells:hide;
}

table.sked td {
	border: 1px solid #000;
	-moz-border-radius: 0px;
	text-align:center;
padding: .25em 0;
empty-cells:hide;
}

/* END TABLES */
/* End of 'Layout: Left sidebar + 1 column' */

