
/* reset from http://meyerweb.com/eric/tools/css/reset

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* end reset */

h1, h2, h3, h4, h5, h6, p {
	margin: 3px 12px;
	padding: 4px;
	border: 0;
	outline: 0; 
}

ul, ol {
    margin-left: 23px;
}

ul.bulleted {
    list-style-type: disc;
    padding-left: 20px;
}

.bulleted li {
    padding: 0.313em 0em;
    line-height: 1.4em;
}

ol.numbered {
    list-style-type: decimal;
    padding-left: 20px;
}

.numbered li {
    padding: 0.313em 0em;
    line-height: 1.4em;
}

body {
    
    background-color:#FFFFFF;
    
    padding:0;
    
    text-align:center;
    
    font-family:Georgia, Arial;
    
    font-size:0.8em;
    
    color:#555555;
    
    line-height:1.3;

    margin: auto;
    width: 930px;
}


#page {

text-align:left;

}

#header {

    clear:both;
    
    background-color:#FFFFFF;
    
    height:35px;


position:relative;

}

#user {
    position: absolute;
    bottom:5px;
    right:0px;
    margin-right:45px;
    color: #555555;
}

#user a {
    color: #5788cd;
}

#nav {

height:52px;

padding-left:10px;
padding-right:10px;
background-image:url(images/menu_blue.png);
background-color: #5688cd;

clear:both;

}

#nav #search {
    float:right;
    padding-top: 13px;
    padding-right:10px;
}

#main {

clear:both;

padding-top:10px;

}

#content {

float:left;
/*
width:560px;

padding-left:60px;*/

clear:both;
margin-bottom:10px;

margin-left: auto;
margin-right: auto;


}

#right {

float:right;


}

/*
#right li {
    list-style-type: square;
    padding-bottom: 6px;

}
    */

ul.links li {
    list-style-type: square;
    padding-bottom:5px;
}

#footer {

/*
 * height:100px;
*/
background-color:#FFFFFF;

clear:both;

text-align:center;
}

#footer-strip {
    height: 15px;

    background-color:#5a964e;
}
#footer p {
/*
padding-top:10px;
*/
color:#5a964e;

/*padding-left:50px;*/
text-align:center;

font-size:80%;
line-height:20px;

}

h2 {
font-size:20px;
color:#333333;
font-weight:bold;
}

a {
    color:#146f23;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.hidden {
    display: none;
}

.link-button {
    cursor: pointer;
}

#nav a {

padding-top:18px;

padding-left:10px;

padding-right:10px;

height:34px;

float:left;

text-decoration:none;

color:#FFFFFF;

font-weight:bold;

font-size:14px;

margin-top:0px;

}

#nav a:hover {
    background-image:url(images/menuhover.png);
}

#breadcrumb li {
    display:inline;
    padding:6px;
}

#breadcrumb ul {
    list-style-type:square;
    margin-left: 25;
    margin-top: 10px;
    margin-bottom: 7px;
}


#breadcrumb {
    /* padding-left:45px; */
    width:560px;
}



#front-container{
    position: relative;
    height: 240px;
    text-align:center;
    padding-top:10px;
}
.pane {
 /* May want to put in rounded corners on two sides.
  * -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFFFFF;
    border: 2px solid #5a964e; /*#b7c460;*/
    height:240px;
    position: absolute;
    width:300px;
}

#left-pane {
    left: 0px;
}

#middle-pane {
    left: 313px;
}
#right-pane {
    left: 627px;
}
#logos {
    float:left;
    margin-top:2px;
    margin-bottom:10px;
    width:100%;
}
#chmc-logo {
    float:right;
    padding-bottom:15px;
    height:65px;
}

#canada-mark {
    float:left;
    height:22px;
    padding-top:40px;
}

#archemy-logo {
    float:right;
    padding:5px;
    height:100px;
}
#RWA-logo {
    float:left;
    padding:5px;
    height:100px;
}
#comment {
    text-align: left;
    border-style: solid;
    border-width: 1px 0;
    margin: 3px;
}

#comment p {
    padding: 0px;
    text-align: left;

}
#comment h2 {
   font-size: 90%;
   padding:0px;
  } 

#comment h1 {
    padding:0px;
}
.PLANNER {
    margin: 2px;
    border-style: solid;
    border-width: 1px 0;
    background-color: #c5bfff;
    border-color: #503dff;
    color: #000000;
}
.PLANNER a {
    color:#000000;
}
.INDIV {
    margin: 2px;
    border-style: solid;
    border-width: 1px 0;
    background-color: #e0ffbb;
    border-color: #94da3a;
}
#login {
    text-align: center;
}
#mid {
    height:30%;
}
#mid h2 {
    padding: 50px;
}

.errorlist {
    border: 1px solid red;
}

.errorlist li {
    color: red;
}

.errormessage {
    border: 1px solid red;
    color: red;
}
#filter {
    background-color: #EFEFEF;
    margin: 0;
    border:1px;
    border-style:solid;
    border-color: #DDDDDD;
    text-align: right;
    float: right;
    width: 150px;
}
#filter h3 {
    font-size:12px;
    margin-bottom: 0;
}
#filter a {
    color: #999999;
}

#comment_list {
    width:700px;
}
#Themes h3 {
    text-align: center;
}
#Themes p {
    text-align: justify;
    padding:0px;
    margin:0px;
    padding-top: 4px;

}

#Themes div.left-theme:last-of-type {
    border-bottom:none;
}

.left-theme {
    float: left;
    width: 375px;
    padding: 0px;
    margin-left: 45px;
    height: 190px;
    border-top: 1px solid;
    margin-bottom:10px;
}

.right-theme {
    float: right;
    margin-right: 45px;
    width: 375px;
    padding: 0px;
    height: 190px;
    border-top: 1px solid;
    margin-bottom:10px;
}
.resource {
    border-top: 1px;
    border-style: solid;
}

.readable-width {
    width: 700px;
}

