/* Style Sheet for ccjc.ca */


body {
margin: 0 auto;
padding: 0;
font: 76% Verdana, Tahoma, Arial, sans-serif;
/* background: #2B872B;  /* possible: AEBD91, B8C999 */
background-image: url(images/background_long.jpg);
background-repeat: repeat-x;
}



#wrap {
background: #FFFFFF;
color: #303030;
margin: 0 auto;
width: 760px;
border: 1px solid #4F4E4E;
border-right-style: groove;
}




/* //////// MAIN MENU ///////// */


#menu {
background-color: #E7E5E5; /* grey colour to match header - original: FFFFFF - white to match header */
clear: left;
float: left;
width: 150px;
margin: 3 0 10px 0;  /* top right bottom left */
padding: 0;
font-size: 0.9em;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}


#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 0px 0;  /* top right bottom left   controls bottom spacing*/
padding: 0;
font-size: 10px;
}	


#menu li {
margin-bottom: 4px;  /* space between each menu item */
/* border-bottom: 1px solid #FFFFFF; */
}


#menu li a {           /* Menu Text */
font-weight: bold;
height: 25px;  /* Height of menu tabs */
text-decoration: none;
text-color: #7AA722;
color: #505050;
display: block;
padding-left: 10px;
padding-top: 5px;
background: #FDFDFD;   /* Background colour of menu items. Original: F4F4F4 */
border-left: 5px solid #52770A;   /* Left border line on menu - original: CCCCCC */
}

	
#menu li a:hover {   /* Menu text - rollover */
background: #F0F0F0;  /* Background rollover colour */
text-color: #7AA722; /* Text colour rollover - original: blue */
border-left: 5px solid #99CC00; /* Border rollover colour on left - original: blue */
text-decoration: none;
}


#menu #current a {
background: #FFFFFF;  /* Background rollover colour */
text-color: #7AA722; /* Text colour rollover - original: blue */
border-left: 5px solid #99CC00; /* Border rollover colour on left - original: blue */
text-decoration: none;
}




/* /////// LEFT BOX UNDER MENU /////// */


/*
#left_side {
background-color: #FFFFFF; 
clear: left;
float: left;
width: 150px;
height: 150px;
margin: 100 0 10px 20px;  top right bottom left 
padding: 0;
font-size: 0.9em;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-top: 1px solid #FFFFFF;
}
*/



.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}




/* ////////// RIGHT SIDE /////////// */

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0; /* top right bottom left */
padding: 0;
font-size: 10px;
line-height: 1.5;
}

#extras p {
margin: 0 0 1.5em 0;
color: #666666;
}

#extras h3 {
font-size: 12px;
margin: 0 5px 10px 0; /* top right bottom left */
border-bottom: 1px solid #52770A;
font-weight: normal;
text-align: left;
}


#extras a {
margin: 0 5px 10px 0; /* top right bottom left */
line-height: 130%;
}

#extras img {
border: none;
}


/* /////// LAST UPDATED STYLE //////// */

#updated {
margin: 0 5px; 0 0;
font-size: 11px;
}





/* ////// MAIN CONTENT AREA ////// */

#content {
margin: 0 110px 20px 150px;   /* top right bottom left */
border-right: 1px solid #F0F0F0;
padding: 0 5px 0 10px;
line-height: 1.6em;
text-align: left;
/* background-image:  url(./images/ccjc_logo.jpg); */
background-repeat: no-repeat;
background-position: center;  
}

#content h1 {
font-size: 16px;
padding: 5px 0px 0px 0px; /* top right bottom left */
/* margin: 0 0 0.5em 0; */
border-bottom: 3px solid #52770A;
padding:4px;
font-weight: normal;
}

#content img {
padding: 1px;
display:inline;
border: 2px solid #858883; /* Border around images in main body */
}

#content img.noBorder {
padding: 1px;
display:inline;
border: none;
}


#content p {
  color: #666666;
}


#content h2 {
font-size: 10px;
margin: 0 0 10px 0;
font-weight: normal:
}


#content h3 {
font-size: 14px;
margin: 0 0 10px 0;
border-bottom: 1px solid #52770A;
font-weight: normal;
}

#content h4 {
font-size: 14px;
margin: 0 0 10px 0;
color: #52770A;
font-weight: normal;
}

#content ul {
list-style-type: disc; /* disc, circle, square  */
color: #666666;
}

#content ul.NoBullet {
list-style-type: none;
padding: 0;
margin-left: 10px;
}

#content ol {
color: #666666;
}

.spacer {

border-bottom: 1px dotted #666666;
margin: 0 0 10px 0;
}


/* ////// TABLES ///////////*/
.table
{
background:#FFFFFF;

}
.table ul
{
float:left;
margin:0;
padding:0;
}
.table ul li
{
list-style:none;
padding:5px 10px;
}
.table ul li.title
{
font-weight:bold;
background:#333;
color:#fff;
}
.table ul li.even
{
background:#FFFFFF;
}
.table ul li.odd
{
background:#FFFFFF;
}






/* ///// MAIN BODY LINKS ///// */

# content a {   /* Links */
text-decoration: underline;
color: #142F93;
}

# content a:hover {
color: #52770A;
border-bottom: 1px solid;
}

.backtotop a {
text-decoration: underline;
color: #52770A;
float: right;
font-size: 10px;
}

.backtotop a:hover {
color: #142F93;
float: right;
margin: 0 0 0 0;
}


a img { /* no properties on image links in main body */
border: 0;
}



a {   /* Links */
text-decoration: underline;
color: #142F93;
}

a:hover {
color: #52770A;
}




/* ////// FOOTER PROPERTIES ///// */

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 1px dotted #AEBD91;   /* original: 4px solid #F0F0F0 - medium grey */
width: 760px;
text-align: center;
color: #464444;
font-size: 11px;
}

#footer a {
color: #808080;
text-decoration: underline;
}

#footer a:hover {
text-decoration: underline;
color: #000000;
/* font-style: italic; */
}





/* ////// OTHER EXTRA CSS PROPERTIES        class = xx ////// */

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}



/* Style Sheet for ccjc.ca */