/*

	REIC - Main Stylesheet
	Created by Industrial Media/Phil Champagne
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

img{
	border:none;
}

body {
	background: #B5C7B3 url('../images/wrapper/body-bg.jpg') repeat-x;
	margin: 0;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 12px;
}

table tr td {
	font-size: 13px;
}

ol li{
	margin-left:34px;
}

p.pdf a, li.pdf a{
	background:url(../images/icon-pdf.gif) left no-repeat;
	padding-left: 25px;
	line-height: 15px;
	min-height: 20px;
	display: block;
}

p.toTop{
	float:right;
}

/* =Toolbar
---------------------------------------------------------------------------------------------------- */
#toolbar {
	background: 0;
	color: #000000;
	font-weight: bold;
	text-align: right;	
	padding: 20px 38px 30px 0;
}

#toolbar a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#toolbar a:hover {
	text-decoration: underline;	
}
#toolbar a.logout {
	color: #ff0000;
}

#toolbar-items {
	float: right;
}	

#toolbar-items td {
	padding: 0 4px 0 0;
	color: #000000;
	font-size: 12px;
}

#toolbar-items td.pad {
	padding: 0 15px 0 0;
	color: #000000;
	font-size: 12px;
}

#toolbar-items td.pad-left {
	padding: 0 0 0 5px;
	color: #000000;
	font-size: 12px;
}


/* =Branding
---------------------------------------------------------------------------------------------------- */
#branding {
	background: url('../images/wrapper/branding-bg.gif') 98% 100% no-repeat;
	width: 100%;
	height: 139px;
}

#branding #logo {
	margin: 0 0 0 34px;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 996px;
	margin: 0 auto 0 auto;
    padding: 0;
}

.clear:after {
	clear: both;
	content: ".";
	height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	visibility: hidden;
}

.clear {
	clear: both;
}

/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#intro {
	background: #EDF3EA url('../images/wrapper/intro-bg.jpg') repeat-x;
}

#intro-items {
	padding: 40px 0 0 30px;
}

#intro-items p {
	margin: 4px 0 0 0;
}

#intro-items h1 {
	margin: 0;
}

#intro-items a {
	color: #000000;
}

#intro-items a:hover {
	color: #EE3332;
}

#intro-img {
	display: block;
	float: right;
}

#home-left-col {
	float: left;
	width: 727px;
}

#home-left-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#home-left-col li#left {
	float: left;
	width: 330px;
	padding: 16px 0 0 0
}

#home-left-col li#right {
	float: right;
	width: 396px;
}

#home-left-col #left-col-btm-content {
	clear: both;
	width: 727px;
}

#home-left-col #left-col-btm-content table {
	margin: 0 0 0 12px
}

#home-left-col #left-col-btm-content td {
	padding: 0 0 0 16px;
}

#home-left-col div.horRule {
	height: 1px;
	border-top: 1px solid #E6E4E2;
	margin: 3px 10px 3px 28px;
	width: 340px;
}	

#home-left-col div.horRule hr {
	display: none;
}

/* Events */
#events {
	background: url('../images/wrapper/events-bg.gif') repeat-y;
	width: 298px;
	margin: 0 0 0 28px;
}

#events #events-items {
	padding: 0 1px 0 1px;
}

/* Event 1 */
#events #events-items .event_1 {
	background: #0081C5;
	text-align: center;
	margin: 16px 0 0 0;
	padding: 4px 0 14px 0;
}

#events #events-items .event_1 h2 {
	color: #ffffff;
	font-size: 19px;
	margin: 0 0 4px 0;
}

#events #events-items .event_1 p {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0 0 0;
}

/* Event 2 */
#events #events-items .event_2 {
	font-size: 11px;
	background: #D7E2EA;
	padding: 10px 0 16px 20px;
	line-height: 14px;
}

#events #events-items .event_2 span {
	color: #004A80;
	font-weight: bold;
}

#events #events-items .event_2 img {
	margin: 0 6px 0 0;
}

#events #events-items .events-tbl {
	width: 90%;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 0 22px;
}

#events #events-items .events-tbl td {
	padding: 0 10px 0 0;
	font-size: 11px;
	line-height: 14px;
}

#events #events-items .events-tbl .inner-tbl td {
	padding: 0 0 10px 8px;
}

/* What's New */
#news {
	padding: 34px 30px 0 28px;
}

#news h2 {
	color: #ED1C24;
	font-size: 18px;
	margin: 0 0 4px 0;
}

#news p {
	line-height: 15px;
	margin: 10px 0 10px 0;
}

#news a {
	color: #000000;
}

#news a:hover {
	color: #EE3332;
}

#news p span a   {
	color: #EE3332;
}

#news p span a:hover   {
	color: #000000;
}

/* Upcoming Events */
#upcoming-events {
	padding: 10px 10px 20px 28px;
}

#upcoming-events h2 {
	color: #ED1C24;
	font-size: 18px;
	margin: 0 0 22px 0;
}

#upcoming-events .calendar td {
	padding: 0 10px 0 0;
}

/* Sub Content */
#home-sub-content {
	float: right;
	width: 256px;
}

#home-sub-content-items {
	background: #f2ecd1;
	padding: 0 0 6px 0;
}

#home-sub-content #home-sub-content-items p {
	padding: 3px 0 3px 18px;
	line-height: 14px;
}	

#home-sub-content #home-sub-content-items h2 {
	color: #000000;
	font-size: 18px;
	margin: 0;
	padding: 10px 0 0 18px;
}	

#home-sub-content #home-sub-content-items ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#home-sub-content #home-sub-content-items ul li {
	padding: 5px 0 5px 0;
	line-height: 14px;
}

#home-sub-content .sub-content-link {
	background: #D3CDA6;
	border-top: 1px solid #ffffff;
}

#home-sub-content .sub-content-link a {
	background: url('../images/wrapper/sub-content-link-bullet.gif') 96% 50% no-repeat;
	display: block;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 20px;
}

#home-sub-content .sub-content-link a:hover {
	color: #51754C;
}

#home-sub-content .sub-content-link-2 {
	background: #A1986D;
	border-top: 1px solid #ffffff;
}

#home-sub-content .sub-content-link-2 a {
	background: url('../images/wrapper/sub-content-link-2-bullet.gif') 96% 80% no-repeat;
	display: block;
	color: #ffffff;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0 6px 20px;
}

#home-sub-content .sub-content-link-2 a:hover {
	color: #000000;
}

#home-sub-content .sub-content-link-3 a {
	background: #51754C url('../images/wrapper/sub-content-link-2-bullet-green.gif') 96% 80% no-repeat;
}

#home-sub-content .career-site-link {
	background: url('../images/wrapper/career-site-link-bg.jpg') 0 0 no-repeat;
	height: 85px;
	width: 256px;
}

#home-sub-content .career-site-link p {
	background: url('../images/wrapper/career-site-link-bullet.gif') 48% 90% no-repeat;
	padding: 21px 21px 2px 21px;
}	

#home-sub-content .career-site-link a {
	color: #000000;
	font-size: 122%;
	font-weight: bold;
	text-decoration: none;
}

#home-sub-content .career-site-link a:hover {
	color: #51754C;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#content-container {
	background: #ffffff url('../images/wrapper/content-bg.jpg') repeat-y;
}

#content {
	width: 983px;
	margin: 0 auto 0 auto;
	padding: 0 0 22px 0;
}

#content #text-content {
	padding: 16px 26px 10px 26px;
}

#main-content {
	float: left;
	width: 550px;
	color: #666666;
	font-size: 13px;
	line-height: 15px;
	height: 100%;
}

#main-content #text-content {
	padding: 30px 30px 10px 20px;
}

#main-content #text-content table{
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}

#main-content #text-content table td{
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	padding:10px
}

#main-content-full #text-content table{
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}

#main-content-full #text-content table td{
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	padding:10px
}

#main-content-full {
	float: left;
	width: 753px;
	color: #666666;
	font-size: 13px;
	line-height: 15px;
}

#main-content-full #text-content {
	padding: 30px 30px 10px 20px;
}

/* Sub content */ 
#sub-content {
	float: right;
	width: 203px;
	line-height: 15px;
	min-height: 600px !important;
}

#sub-content #sub-content-items {
	padding: 30px 20px 0 0;
}

#sub-content #sub-content-items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub-content #sub-content-items ul li {
	padding: 5px 0 5px 0;
}

#sidebar-image {
	position: relative;
	width: 100%;
}

#sidebar-image #img-pos {
	position: absolute;
	top: -290px;
	left: 790px; 
}

#sidebar-image-nosb {
	display: none;
	visibility: hidden;
}

/* =Left navigation
---------------------------------------------------------------------------------------------------- */
#left-nav {
	background: url('../images/wrapper/left-nav-bg.jpg') repeat-x;
	float: left;
	width: 227px;
	margin: 24px 0 0 0;
	font-size: 13px;
	color: #666666;
}

#left-nav #left-nav-items ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 3px solid #ffffff;
}

#left-nav #left-nav-items ul li {
	background: url('../images/wrapper/left-nav-items-bg.jpg') repeat-y;
	border-bottom: 2px solid #ffffff;
	padding: 0 4px 0 24px;
	line-height: 14px;
}

#left-nav #left-nav-items ul li a {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 7px 0 7px 0;
}

#left-nav #left-nav-items ul li a:hover {
	color: #000000;
}

#left-nav #left-nav-items ul li a.on {
	color: #000000;
}

#left-nav #left-nav-items ul li .sub-nav {
	margin: 0;
	padding: 0 0 7px 0;
	color: #666666;
	line-height: 15px;
}

#left-nav #left-nav-items ul li .sub-nav a {
	background: url('../images/wrapper/sub-nav-item-bullet.gif') 0 4px no-repeat;
	display: block;
	padding: 0 0 0 15px;
}

#left-nav #left-nav-items ul li .sub-nav a.on {
	color: #000000; 
}

/* =Breadcrumb and font resize
---------------------------------------------------------------------------------------------------- */
#breadcrumb-font-size {
	background: #F2ECD1;
	width: 977px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
}

#breadcrumb-font-size #breadcrumb {
	float: left;
	font-size: 11px;
	color: #51754C;
	padding: 20px 0 0 30px;
}

#breadcrumb-font-size #font-resize {
	float: right;
	padding: 15px 76px 0 0;
}

#breadcrumb-font-size #font-resize td {
	color: #51754C;
}

#breadcrumb-font-size #font-resize td img {
	margin: 0 6px 0 0;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
	color: #51754C;
}

a:hover {
	outline: none;
	color: #000000;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0;
}

#main-content #text-content p, #main-content-full #text-content p {
	margin: 0 0 12px 0;	
}

h1 {
	font-size: 20px;
	color: #ED1C24;
	margin: 0 0 14px 0;
}

h2 {
	font-size: 15px;
	color: #1E4C19;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	color: #595959;
	margin: 18px 0 10px 0;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	list-style: square;
	margin: 0 0 12px 14px;
	padding: 0 0 0 14px;
}

ul li {
	padding: 3px 0 3px 0;
}

ol{
	margin-bottom:12px;
}

/* =Forms
--------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form .search-field {
	background: #ffffff;
	border: 1px solid #cccccc;
	height: 22px;
	width: 110px;
}

.buttons
{
	FONT-FAMILY: Verdana, Arial, helvetica;
	BACKGROUND: #ffffff;
	
	COLOR: 005C91;
	FONT-WEIGHT: bold;
	border: #005C91; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	width: auto;
}

.validation
{
    FONT-FAMILY: Verdana;
	COLOR: #FF0000;
	FONT-WEIGHT: normal;
}

td#find-member {
	width: 298px;
}	

td#find-member #find-member-items {
	background: #DED6B2;
}	

td#find-member #find-member-items h2 {
	color: #000000;
	font-size: 16px;
	margin: 0 0 8px 10px;
}

td#find-member #find-member-items .find-member-field {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	width: 196px;
	height: 20px;
}	

td#find-member #find-member-items .find-member-btn {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	height: 22px;
	width: 70px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 0 2px 0 2px;
	cursor: pointer;
}

td#find-member #find-member-items .fm-form {
	margin: 0 0 0 6px;
}

td#find-member #find-member-items .fm-form td {
	padding: 0 0 0 5px;	
}

td#find-member #find-member-items .fm-form span {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

/* =Footer
--------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	color: #333333;
	font-size: 11px;
	padding: 4px 0 30px 8px;
}

#footer p.irem {
	background: url('../images/logo-irem.gif') 0 70% no-repeat;
	float: right;
	padding: 8px 12px 0 36px;
	line-height: 15px;
}

#footer a {
	color: #333333;
}

/* =CSS Menus (Core styles - Do not modify)
---------------------------------------------------------------------------------------------------- */
.qmmc .qmdivider {display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery {float:left;width:0px;}
.qmmc .qmtitle {display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative; z-index:10;}
.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div {visibility:hidden;position:absolute;}
.qmmc .qmcbox {cursor:default;display:block;position:relative;z-index:1;}
.qmmc .qmcbox a {display:inline;}
.qmmc .qmcbox div {float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}
.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}
.qmmc li:hover > ul {left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover > ul {top:0px;left:100%;}

/* =Main nav and dropdowns (modify at will)
---------------------------------------------------------------------------------------------------- */ 
#main-nav {
	background: url('../images/wrapper/main-nav-bg.jpg') 0 0 no-repeat;
	width: 983px;
	height: 25px;
	margin: 7px auto 0 auto;
}

#main-nav a#first {
	padding-left: 26px;
}

#main-nav a.on {
	line-height: 25px;
	color: #ED1C24;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 20px;
	border-left: 3px solid #ffffff;
}

/* (MAIN) Container */	
#qm0 {	
	padding: 0;
	margin: 0;
}

/* (MAIN) Items */	
#qm0 a {	
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 20px;
	border-left: 3px solid #ffffff;
}

/* (MAIN) Hover State */
#qm0 a:hover {	
	line-height: 25px;
	color: #ED1C24;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 20px;
	border-left: 3px solid #ffffff;
}

/* (MAIN) Hover State - (duplicated for pure CSS) */	
#qm0 li:hover > a {	
	line-height: 25px;
	color: #ED1C24;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 20px;
	border-left: 3px solid #ffffff;
}

/* (MAIN) Parent Items */	
#qm0 .qmparent {	
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {	
	line-height: 25px;
	color: #ED1C24;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 20px;
	border-left: 3px solid #ffffff;
}

/* (SUB) Container */	
#qm0 div, #qm0 ul {	
	padding: 5px 8px 5px 5px;
	background: #ffffff url('../images/wrapper/sub-container-bg.gif') repeat;
	color: #333333;
	border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 3px solid #a6a6a6;
}

/* (SUB) Items */	
#qm0 div a, #qm0 ul a {	
	line-height: 14px;
	padding: 3px 10px 3px 5px;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}

/* (SUB) Hover State */	
#qm0 div a:hover {	
	line-height: 14px;
	background: #333333;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 10px 3px 5px;
	font-weight: normal;
	font-size: 11px;
}

/* (SUB) Hover State - (duplicated for pure CSS) */	
#qm0 ul li:hover > a {	
	text-decoration: none;
}

/* (SUB) Active State*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	line-height: 14px;
	background: #333333;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 10px 3px 5px;
	font-weight: normal;
	font-size: 11px;
}

.staff-title{
	margin-right:30px;
}

.staff-name{
	margin-right:30px;
}

/* =Education -------------------------------------------------*/
div.courseInfo{
	margin-top:20px;
	border:2px #999999 solid;
	position:relative;
}

div.courseInfo .top{
	background-color:#F0F0F0;
	padding:10px;
}

div.courseInfo .bottom{
	padding:20px 20px 0 20px;
}

div.courseInfo .courseTitle{
	padding: 1px 1px;
}
div.courseInfo .top span.courseDesc{
	padding: 0px 20px;
}

div.courseInfo .bottom span.courseAvailability{
	color:#339900;
	font-weight:bold;
	margin-left:15px;
}

div.courseInfo .bottom .coursePrice{
	font-weight:bold;
	padding:20px 0 0 15px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

div.courseInfo .bottom p.courseRegButton{
	float:right;
	padding-bottom:0;
	margin-bottom:0;
}

div.courseInfo .bottom p.courseRegButton img{
	border:none;
	padding:20px 10px 0 0;
}

p.suggestion{
	font-weight:bold;
	padding-top:12px;
}

div.courseInfo .reg{
	position:absolute;
	right:25px;
	bottom:25px;
}

div.venueInfo .title{
	font-weight: bold;
	font-size: 14px;
	color: ##595959;
	margin: 18px 0 10px 0;
}

div.venueInfo .courseAvailability{
	color:#339900;
	font-weight:bold;
	margin-left:15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#Cart body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Cart a:link {
	color: #345F81;
}
#Cart a:visited {
	color: #002252;
}
#Cart a:hover {
	color: #868686;
	text-decoration:none;
}
#Cart a:active {
	color: #696969;
	text-decoration:none;
}

#Cart hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

#Cart h1 {
	color: #ED1C24;
	font-size: 14px;
	margin: 0px; 
	border-bottom:3px double #868686;
}

#Cart h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
#Cart form {
	margin: 0px;
}

#Cart input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
#Cart input.formCheckbox {
	border: none;
	background: transparent;
}

#Cart input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
#Cart table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
#Cart table.tabularData td, table.tabularData th{
	padding: 3px;
}
#Cart table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #979797;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
#Cart .altRowEven {
	background-color: #E6E6E6;
}
#Cart .altRowOdd{
	background-color: #D6D6D6;
}

/* oldprice is displayed when there is a discount */
#Cart .oldprice {
	text-decoration: line-through;
}
#Cart .smallprint {
	font-size: 10px;
}

#Cart .pagingLinks {
	text-align: center;
}

#Cart .errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
#Cart table#tableSearchResults td {
	vertical-align:top;
}

/*------Share This Box------------------------------------------------*/

#shareBox{
	margin-top:30px;
	background-color:#F0F0F0;
	width:140px;
	padding:6px 8px 5px 8px;
	border:#CCCCCC 2px solid;
}

#shareBox p{
	margin-bottom:1px;
}

.addthis_toolbox{
	margin-top:1px;
	padding-top:1px;
}

